
/* Setting Text Throughout the skin */ 
table, tr, td {font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 12px; color:#3B454B; margin: 0;}
p {font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 12px;}

body 
{
    background-color:#9CE0F5;
}


/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 12px; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 12px; font-weight: bold; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 12px; font-weight: bold; color: #339999; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background-image: url(images/search_btn.gif); background-repeat:no-repeat; background-position:center top; padding: 17px 32px 7px 40px; cursor: hand; font-size:1px; margin: 0px 0 0 0; display:inline;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight:bold; font-size: 11px; text-decoration: none; }


/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 11px; }
/*-- textbox                    --*/ .NormalTextBox { padding-left: 4px; line-height: 12px; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #ffffff; background:  url(ico-login.gif) no-repeat bottom left;  font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px; margin: 0 0px 0 16px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { background:  url(ico-login-over.gif) no-repeat bottom left; color: #ffffff; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #ffffff; background:  url(ico-register.gif) no-repeat bottom left;  font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(ico-register-over.gif) no-repeat bottom left; color: #ffffff; font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif; font-weight:bold; font-size: 11px; text-decoration: none; }

.headerTD
{
    background-image: url(images/header_bg.gif);
    vertical-align: top;
    width:100%;
    height:136px;
}

.navTD
{
    background-image: url(images/nav_bg.gif);
    vertical-align:middle;
    width:100%;
    height:40px;
}

.TopShade
{
    background-image: url(images/top_navshade.gif); 
    background-repeat: repeat-x;
    height: 8px;
}

.topLeftShade
{
    background-image: url(images/top-left_navshade.gif);
    width: 8px;
    height: 8px;
}

.topRightShade
{
    background-image: url(images/top-right_navshade.gif);
    width: 8px;
    height: 8px;
}

.midLeftShade
{
    background-image: url(images/mid-left_navshade.gif); 
    background-repeat: repeat-y;
    width: 8px;
}

.midRightShade
{
    background-image: url(images/mid-right_navshade.gif); 
    background-repeat: repeat-y;
    width: 8px;
}

.BottomShade
{
    background-image: url(images/botm_navshade.gif); 
    background-repeat: repeat-x;
    height: 8px;
}

.BottomLeftShade
{
    background-image: url(images/botm-left_navshade.gif);
    width: 8px;
    height: 8px;
}

.BottomRightShade
{
    background-image: url(images/botm-right_navshade.gif);
    width: 8px;
    height: 8px;
}

.footerBarTD
{
    vertical-align: middle;
    width:100%;
    height:24px;
    background-image: url(images/footerbar_bg.gif);
}

.footerTD
{
    vertical-align:top;
    width:100%;
    height:99px;
    background-image: url(images/footer_bg.gif);
}

/****** NAVIGATION ******/

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;	
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: Transparent;	
}

.main_dnnmenu_itemhover td {  
	background-color: #bd2b2e;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #af2729;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/****** END NAVIGATION ******/
