
/* Setting Text Throughout the skin */ 
table, tr, td {font-family: Tahoma, Verdana; font-size: 12px; color:#474747; margin: 0;}
p {font-family: Tahoma, Verdana; font-size: 12px;}

body 
{
    background-color:#ffffff;
}


/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Tahoma, Verdana; font-size: 12px; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Tahoma, Verdana; font-size: 12px; font-weight: bold; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Tahoma, Verdana; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Tahoma, Verdana; font-size: 12px; font-weight: bold; color: #474747; 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: #474747; font-family: Tahoma, Verdana; font-weight: bold; font-size: 12px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #474747; font-family: Tahoma, Verdana; font-size: 12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #474747; font-family: Tahoma, Verdana; font-weight: bold; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #474747; font-family: Tahoma, Verdana; font-size: 12px;	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: #474747; font-family: Tahoma, Verdana; font-size: 12px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #474747; font-family: Tahoma, Verdana; font-weight:bold; font-size: 12px; text-decoration: none; }


/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Tahoma, Verdana; font-size: 12px; }
/*-- textbox                    --*/ .NormalTextBox { padding-left: 4px; line-height: 12px; font-family: Tahoma, Verdana; font-weight: normal; font-size: 12px; }
/*-- 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; font-family: Tahoma, Verdana; font-size: 12px; font-weight:bold; text-decoration: none;}
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #ffffff; font-family: Tahoma, Verdana; font-weight:bold; font-size: 12px; text-decoration: underline; }
/*-- 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: Tahoma, Verdana; font-size: 12px; font-weight:bold; text-decoration: none; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(ico-register-over.gif) no-repeat bottom left; color: #ffffff; font-family: Tahoma, Verdana; font-weight:bold; font-size: 12px; text-decoration: underline; }

/*========================================================*/
/*  Containers                                            */
/*========================================================*/
.HeaderLeftPane { width:450px; height:142px; background-image: url(images/header.jpg); background-repeat:no-repeat; background-position:center; }
.HeaderRightPane { width:550px; height:142px; }
.ContentPane { padding: 5px 5px;}
.FooterPane { padding: 5px 0px 5px 5px;}


.PageBG
{
	background-image: url(images/page_bg.jpg);
}

.MainTable
{
	background-color:#ffffff;
}

.headerTD
{
    background-image: url(images/header_bg.gif);
    vertical-align: top;
    width:100%;
    height:142px;
}

.navTD
{
    background-image: url(images/nav_bg.gif);
    vertical-align:middle;
    text-align:left;
    width:100%;
    height:38px;
}

.footerBarTD
{
    vertical-align: middle;
    padding:0px 0px 0px 5px;
    width:100%;
    height:24px;
    background-image: url(images/nav_bg.gif);
    color:#FFFFFF;
}



/****** NAVIGATION ******/

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;	
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #add05a; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Verdana;
    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: #add05a; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Verdana;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 10px 12px 0px 15px;   /*explicitly set padding for root menu items*/
    background-image: url(images/menuitempoint.gif);
    background-position:left top;
    background-repeat:no-repeat;
    margin-left:20px;
}

.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: #010101;  
	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 ******/
