/*=====*/
/*    
/*=====*/
/*  1. Universal                                          */
/*==*/

/* Style For HTML PAGE                   */ html { height: 100%; width: 850px;}
/* Style For HTML BODY                   */ body
{
	width: 850px;
    margin: 0;
}
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: arial; font-size: 11px; color: #000080;  }

/*======*/
/*  2. Design Elements                                    */
/*========*/


/*-- cell containing login and register     --*/ .LoginTD { align: left; height:146px; text-align:right; vertical-align: top; color: #404852; padding: 39px 30px 0 0; }
/*-- cell containing search                 --*/ .SearchTD
{
    height: 26px;
    text-align: right;
    vertical-align: top;
    padding-right: 2px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000000;
    padding-top: 0px;
}
/*-- cell containing login no search        --*/ .LoginTDNS { height:56px; text-align:right; vertical-align: top; color: #404852; padding: 39px 30px 0 0; }

/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD
{
    text-align: left;
    vertical-align: middle;
    color: #05185a;
    padding: 0 14px 0 14px;
    height: 22px;
}
/*======*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop {  padding: 0 7px 0 7px;}
/*-- content pane                  --*/ .PaneCenter
{
    padding-bottom: 0px;
    padding-top: 0px;

}
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; }
/*-- bottom inside pane            --*/ .PaneBottom { padding: 0 7px 0 7px; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { padding: 0 5px 0 5px; }


/*====*/
/*  4. Tokens       */
/*============*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #05185a; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #000; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active
{
    color: #05185a;
    font-family: tahoma;
    font-size: 9px;
    font-weight: bold;
}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover
{
    color: #05185a;
    font-family: tahoma;
    font-size: 9px;
    text-decoration: none;
    font-weight: bold;
}
/*-- terms privacy and copyright       --*/ .FOOTER_objects
{
    color: dimgray;
    font-size: 11px;
    background-image: none;
    border-left-color: blue;
    border-bottom-color: blue;
    border-top-style: none;
    border-top-color: blue;
    border-right-style: none;
    border-left-style: none;
    border-right-color: blue;
    border-bottom-style: none;
}
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active
{
    color: dimgray;
    font-weight: bold;
    text-decoration: none;
}
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover
{
    color: darkslateblue;
    font-weight: bold;
    text-decoration: none;
}

/*========*/
/*  5. Text                                               */
/*=======*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: arial; font-size: 11px; color: #000080; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: arial; font-size: 11px; color: #000080; font-weight: bold; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: arial; font-size: 11px; font-weight: bold; color: #777; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; }
/*-- titles - top pane title           --*/ .title { font-family: verdana; font-size: 14pt; color: #000000; font-weight: bold; font-style: italic; text-align: center; width: 100%; }

/*========*/
/*  6. Links                                          */
/*==========*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #05185a; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #05185a; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #05185a; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #05185a; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #05185a; border: 1px solid #ABABAB; background: #FFFFFF; padding: 2px 3px 3px 4px; font-size: 11px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover { color: #6A6A6A; border: 1px solid #868686; background: #FFFFFF; padding: 2px 3px 3px 4px;  font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 15px 4px 11px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*======*/
/*  7. Forms                                              */
/*======*/

/*-- default form elements --*/
 select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox       --*/ .NormalTextBox { color: #333; padding-left: 4px;  font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container   --*/ td.NormalTextBox { padding: 0; margin: 0; border: 0; }
/*-- textbox used for search --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox
{
    height: 19px;
    background: white;
    width: 140px;
    color: #8c93ad;
    cursor: text;
    border-right: #000066 2px solid;
    padding-right: 0px;
    border-top: #000066 2px solid;
    padding-left: 1px;
    padding-bottom: 0px;
    border-left: #000066 2px solid;
    padding-top: 1px;
    border-bottom: #000066 2px solid;
}

/* 
==============
Skin styles for DotNetNuke
============
*/   

.pagemaster {
	width: 850px;
	height: 100%;	
	
}
/*=============*/
/*  End Style Sheet                                         */
/*==========*/






