@charset "utf-8";
/* CSS Document */


/* LAYOUT GENEARL ALL PAGES*/
body {height:100%; margin:0px; padding:0px; background-color: transparent; }
p {
margin: 0px;
padding: 0px;
}
img {
	border:none;
}
.top_line {
	background: url(images/top_line.jpg) repeat-x;
	height: 7px;
}
.header_bg {
	background: url(images/header_bg.jpg) repeat-y center center #f5efd9;
}
.menu2_bg {
	background: url(images/menu2_bg.jpg) repeat-x;
	height: 44px;
}
.top_left {
	background: url(images/top_left_bg.jpg) no-repeat;
	height: 13px;
	width: 13px;
}
.top_right {
	background: url(images/top_right_bg.jpg) no-repeat;
	height: 13px;
	width: 13px;
}
.btm_left {
	background: url(images/btm_left_bg.jpg) no-repeat;
	height: 13px;
	width: 13px;
}
.btm_right {
	background: url(images/btm_right_bg.jpg) no-repeat;
	height: 13px;
	width: 13px;
}
.top {
	background: url(images/top_bg.jpg) repeat-x;
	height: 13px;
}
.btm {
	background: url(images/btm_bg.jpg) repeat-x;
	height: 13px;
}
.left {
	background: url(images/left_bg.jpg) repeat-y;
	width: 13px;
}
.right {
	background: url(images/right_bg.jpg) repeat-y;
	width: 13px;
}
.content_bg {
	background: #452716;
}
.content {
	background: url(images/content_bg.png) repeat-x #f2e4c7;
}
.content_top_bg {
	background: url(images/content_top_bg.png) repeat-x #f2e4c7;
}
.footer {
	background: url(images/footer_bg.png) repeat-x bottom;
	height: 139px;
	padding-top: 15px;
}
.reg_left {
	background: url(images/login_left.png) no-repeat;
	height: 29px;
}
.reg_right {
	background: url(images/login_right.png) no-repeat;
	height: 29px;
}
.reg_login {
	background: url(images/login_icon.png) no-repeat;
	height: 29px;
}
.reg_reg {
	background: url(images/register_icon.png) no-repeat;
	height: 29px;
}
.reg_bg {
	background: url(images/login_bg.png) repeat-x;
	height: 29px;
	font-family:"Century Gothic", Arial, Helvetica;
	font-weight:500;
	font-size: 12px;
	color: #F2E4C7;
	padding-left: 4px;
}
.search {
	background: url(images/search.png) no-repeat;
	width: 53px;
	height: 23px;
}	
.sbg {
	background: url(images/sbg.png) no-repeat;
	height: 23px;
}
.infopane_bg {
	background: url(images/info_bg.png) repeat-x #42210b;
	border-left: 1px solid #F2E4C7;
	border-right: 1px solid #F2E4C7;
}
/* DNN Styles */

.Head
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #FBB03B;
}
.subhead
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #42210B;
}
.TopPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    color: #42210B;
	padding: 16px 0px 0px 0px;
	text-align: left;
}
.LeftPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 11px;
    color: #42210B;
	padding: 16px 0px 0px 0px;	
}
.ContentPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 13px;
    color: #4221016;
	padding: 0px 0px 16px 0px;	
}
.ContentPane2
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 13px;
    color: #42210B;
	padding: 16px 0px 16px 16px;	
}
.RightOutSidePane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 13px;
    color: #42210B;
	padding: 16px 16px 0px 0px;	
}
.LeftOutSidePane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 13px;
    color: #42210B;
	padding: 16px 0px 16px 16px;	
}
.RightPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    color: #42210B;
	padding: 16px 0px 0px 16px;
}
.RightPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    color: #42210B;
	padding: 0px 0px 16px 16px;
}
.BottomPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 11px;
    color: #42210B;
	padding: 16px 0px 16px 0px;	
}
.FooterPane
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 11px;
    color: #000000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

/* GENERIC */
H1
{
	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #42210B;
	margin: 0px;
	padding:0px;
	line-height: 1.4em;
}
H2
{
	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #42210B;
	margin: 0px;
	padding:0px;
	line-height: 1.4em;
}
H3
{
	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #FBB03B;
	margin: 0px;
	padding:0px;
	line-height: 1.4em;
}
H4
{
 	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #FBB03B;
	margin: 0px;
	padding:0px;
	line-height: 1.4em;
}
H5
{
 	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #B47D43;
	margin: 0px;
	padding:0px;
	line-height: 1.4em;
}
H6
{
 	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #B47D43;
	margin: 0px;
	padding:0px;
	line-height: 1.4em;
}

/* Main Menu */
.MainMenu_MenuBar
{
    cursor: hand;
    height: 33px;
    border-right: #f0f0f0 0px solid;
	margin: 0px;
}
.MainMenu_MenuBreak
{
      border:none;
      height:0px;
      background-color:Transparent;
	  margin: 0px;
	  line-height: 1px;
	  padding: 0px;
}
.MainMenu_MenuItem
{
    background: #F2E4C7;
	cursor: hand;
    color: #8d6339;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
	border-bottom: transparent 0px solid;
    border-left: #666666 0px solid;
    border-top: transparent 0px solid;
    border-right: #666666 0px solid;
	text-align: left;
	vertical-align: center;
	padding: 0px 40px 0px 6px;
}
.MainMenu_RootMenuItem TD, .MainMenu_RootMenuItem
{
	background: url(images/menu_bg.png) repeat-x;
    cursor: pointer;
    color: #42210B;
	font-style:normal;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    border-left: transparent 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: transparent 0px solid;
    height: 33px;
    text-align: center;
	padding: 5px 0px 0px 0px;
}

.MainMenu_RootMenuItemSel TD, .MainMenu_RootMenuItemSel
{
	background: url(images/menu_bg.png) repeat-x;
    cursor: pointer;
    color: #B47D43;
	font-style:normal;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    border-left: transparent 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: transparent 0px solid;
    height: 33px;
    text-align: center;
	padding: 5px 0px 0px 0px;
}
.MainMenu_RootMenuItemActive TD, .MainMenu_RootMenuItemBreadCrumb TD, .MainMenu_SubMenuItemBreadCrumb TD, .MainMenu_RootMenuItemActive
{
	background: url(images/menu_active.png) repeat-x;
    cursor: pointer;
    color: #FFFFFF;
	font-style:normal;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    border-left: transparent 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: transparent 0px solid;
    height: 33px;
    text-align: center;
	padding: 5px 0px 0px 0px;
}
.MainMenu_SubMenuItemSelected
{
    background: #8d6339;
	cursor: pointer;
    color: #F2E4C7;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
	border-bottom: transparent 0px solid;
    border-left: #666666 0px solid;
    border-top: transparent 0px solid;
    border-right: #666666 0px solid;
	text-align: left;
	vertical-align: center;
	padding: 0px 40px 0px 6px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
    cursor: pointer;
	font-weight:normal;
    background-color: #1f6fa4;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 14px;	 
	margin: 0px 0px 0px -3px;
	border-left: 1px solid #E7D494;
	border-top: 0px solid #165180;
	border-bottom: 1px solid #E7D494;
	border-right: 1px solid #E7D494;
    vertical-align: center;
	padding: 0px 0px 0px 0px;
	filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}
.MainMenu_MenuIcon{ display:none; }

.MainMenu_RootMenuArrow{ display:none; }

.MainMenu_MenuArrow{ display:none; }


.MainMenu_MenuContainer TD, .MainMenu_MenuContainer
{
	text-align: center;
}
html>body .MainMenu_RootMenuitem TD
{
}
html>body .MainMenu_MenuitemSel TD
{
}
/* Main Menu 2 */

.MainMenu2_RootMenuItem TD, .MainMenu2_RootMenuItem
{
	background: transparent;
	cursor: pointer;
    color: #F2E4C7;
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
	text-align: center;
	padding: 0 5px 0 8px;
}
.MainMenu2_RootMenuItemSel TD, .MainMenu2_RootMenuItemSel
{
	color: #FFC425;
	background: transparent;
	cursor: pointer;
	    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
	text-align: center;
	padding: 0 5px 0 8px;
}
.MainMenu2_SubMenuItemSelected
{
	color: #FFC425;
	background: transparent;
	cursor: pointer;
	    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
	text-align: center;
	padding: 0 5px 0 8px;
}
.MainMenu2_SubMenu
{
	color: #FFC425;
	background: transparent;
	cursor: pointer;
	    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
	text-align: center;
	padding: 0 5px 0 8px;
}
a:link, a:visited, a:active
{
    font-family:"Century Gothic", Arial, Helvetica;
    color: #469CC9;
    text-decoration: none;
}
a:hover
{
    font-family:"Century Gothic", Arial, Helvetica;
    color: #469CC9;
    text-decoration: underline;
}
.GlobalLink {
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 10px;
    color: #42210B;
	text-decoration:none;
}
a.GlobalLink:link, a.GlobalLink:visited, a.GlobalLink:active
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 10px;
    color: #42210B;
	text-decoration:none;
}
a.GlobalLink:hover
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 10px;
    color: #C69C6D;
    text-decoration: none;
}
a.user:link, a.user:visited, a.user:active
{
    font-family:"Century Gothic", Arial, Helvetica;
	font-weight:500;
	font-size: 12px;
	color: #F2E4C7;
	text-decoration:none;
}
a.user:hover
{
   font-family:"Century Gothic", Arial, Helvetica;
	font-weight:500;
	font-size: 12px;
	color: #FBB03B;
}
a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb:active
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 10px;
    color: #000000;
	text-decoration:none;
}
a.Breadcrumb:hover
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 10px;
    color: #469CC9;
    text-decoration: none;
}
.Copyright
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 10px;
    color: #42210B;
	text-decoration:none;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 11px;
    color: #29aae2;
    text-decoration: none;
}
a.CommandButton:hover {
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 11px;
    color: #333333;
	text-decoration: none;
}
.Normal, .Normal table, .Normal table p
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    color: #1A1B1B;
	line-height: 1.4em;
}
.Normalbold
{
    font-family:"Century Gothic", Arial, Helvetica;
    font-size: 12px;
    color: #1A1B1B;
    text-style: bold;
	line-height: 1.4em;
}

.search_right {
	background: url(images/search_right.png) no-repeat;
	height: 18px;
	width: 3px;
}
.search_bg {
	background: url(images/search_bg2.png) no-repeat 20px 0px;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{
	background: transparent;
	height: 18px;
	width: 110px;
	font-size: 11px;
	color: #FBB03B;
    border: #767003 0px solid;
	padding-top: 3px;
	line-height:normal;
	display: inline;
}