@import url("css/menu.css");

#Body 
{
    background: White;
    /* url(images/body_bg.png) repeat-x top left; */
    height:100%; 
    margin: 0 auto;
	padding: 0;
}

/*-------- Default Style --------*/
body,th,td,table,h1,h2,h3,h4,h5,h6,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton
{
	color: #473e2e;/*#2E3D47;*/
	font-family: Candara, Corbel;
}
body,th,td,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover
{
	font-size: 0.95em;
}
h1, h2, h3, h4, h5, h6, h2 input
{
	color: #5e3c00;/*#375162;*/
	font-weight:bold;
	margin:0.2em 0;
}
h1
{
	font-size: 1.417em;
	margin:0.813em 0;
}
h2, h2 input
{
	font-size: 1.25em;
}
h3
{
	font-size: 1.083em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: 0.917em;
}
h6
{
	font-size: 0.833em;
}
a,a:link,a:visited,a:active
{
	color: #b58f3e; /*#3E81B5; */
	text-decoration:none; 
	font-weight:normal; 
	border: none;
}
a:hover
{
	color: #0d0900; /*#D00; */
	text-decoration:underline;
}
img
{
	border: none;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	font-family: Candara, Corbel;
}
.Head
{
	color: Black;/*#2E3D47;*/
	font-weight:bold;
}
.SubHead 
{
	color: #71624c; /*#4C6171;*/
}
.SubSubHead
{
	color: #a08b6e; /*#6E8AA0;*/
}
.NormalRed 
{
	color: #F00;
}

/* Design */
/*-------------- MenuLinks --------------*/
.MenuLinks,a.MenuLinks:link,a.MenuLinks:active,a.MenuLinks:visited 
{ 
    color: #994C01;
	font-size: 1em;
}
a.MenuLinks:hover
{
    color: #D89319;
}

.pInfoCenter
{
	text-align: center;
	font-size: 1.083em;
	padding: 0 5% 0 8%;
}
.pInfo
{
	text-align: justify;
	font-size: 0.95em;
	padding: 0 8% 0 5%;
}
.pMenu
{
	text-align: justify;
	font-size: 1.1em;
	padding: 0 8% 0 0;
}
.sMenu
{
	margin: 15px 0 0 10px;
}

ol
{
	padding: 0 8% 0 3%;
	text-align: justify;
	list-style-position: outside;
}
ul
{
	padding: 0 8% 0 3%;
	text-align: justify;
	list-style-type: disc;
	list-style-position: outside;
}
li
{
	margin: .2em 0 0 0;
}
.tdLeft
{
	font-weight: bold;
}
.tdRight
{
}
.divPicMenu
{
	width: 100px;
	float: left;
}
.divLinkMenu
{
	width: auto;
	float: left;
}

/* ControlPanel style */
.ControlPanel
{
	border-right: #012E5B 0px solid;
	border-top: #012E5B 0px solid;
	border-left: #012E5B 0px solid;
	width: 100%;
	border-bottom: #012E5B 0px solid;
	height: 20px;
	background-color: #ffffff
}
/*-------- design style --------*/
#divFull
{
    display: table;
    width: 1024px;
    margin: 0 auto;
	text-align: left;
}
#divFullSub
{
    display:table-row
}
.divFullStyle
{
    display:table-cell
}
.divHeader
{
    background: url(images/banner.jpg) no-repeat top left;
    width: 100%;
    height: 142px;
}
.divHeaderLeft
{
    width: 70%;
    float:left;
    height: 100%;
}
.divHeaderRight
{
    width: 30%;
    float: right;
    height: 100%;
}
.divLoginBg
{
    width: 100%;
    height: 100%;
	vertical-align: bottom;
}

html>body .divLoginBg 
{
}

#divLoginStyle
{ 
    float: right; 
	padding-right: 25px;
	margin-bottom: 10px;
}

.divSearchBg
{
    width: 100%;
    height: 50%;
}
#divSearchStyle
{
    float: right;
	padding-right: 25px;
	padding-top: 10px;
}
.divMenu
{
    width: 100%;
	height: 37px;
	background-color: Black;
    /*background:url(images/menu_bg.jpg) repeat-x top left;*/
}
.divMain
{
    padding:0; 
    margin:0;
    clear:both;
	min-height: 5px;
	height: auto;
}
.divFooter
{
    margin-top: 0.813em;
    text-align: left;
	width: 1024px;
	display: table-row;
}
.divFooterLinks
{
	width: 100%;
    height: 35px;
    text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
	background-color: #ffe3b0;
    /*background-image: url(images/FooterBackground.png);*/
    vertical-align: middle;
}
.divFullWidth
{
	width: 1024px;
	height: auto;
	display: table-row;
	margin: 0 0 2px 0;
}
.divLeft
{
    width: 50%;
    float: left;
}
.divRight
{
    width: 50%;
    float: left;
}
.divLeftTop
{
    width: 15%;
    float: left;
}
.divRightTop
{
    width: 85%;
    float: left;
}
.divLeft2
{
    width: 735px;
	float: left;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.divRight2
{
    width: 235px;
	float: right;
	padding: 10px;
}
.divLeftLeft
{
    width: 25%;
	text-align: center;
    float: left;
}
.divLeftCenter
{
    width: 25%;
	text-align: center;
    float: left;
}
.divRightCenter
{
    width: 25%;
	text-align: center;
    float: left;
}
.divRightRight
{
    width: 25%;
	text-align: center;
    float: left;
}
.divCenterLeft
{
	width: 235px;
	float: left;
	padding: 10px;
}
.divCenter
{
    width: 490px;
	float: left;
	padding: 10px;
}
.divCenterRight
{
	width: 235px;
	float: right;
	padding: 10px;
}

.clear_float
{
	clear: both; 
	line-height: 0; 
	font-size: 0; 
	height: 0;
}

#terms_style
{
	float: left;
}
#copy_style
{
	float: right;
	text-align: right;
}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited 
{ 
    color: White;/*#3E81B5;*/
	font-size: 1em;
}
a.user:hover
{
    color: Black;/*#C00;*/
	font-size: 1em;
}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited 
{ 
	color: #473e2e;
	text-align: left;
	width: 100%;
}
a.footer:hover
{
	color: #473e2e;
	text-align: left;
	width: 100%;
}

/*--------- pane style ----------*/
.BannerPane 
{
	display:inline-block;
	float: right;
	width:auto;
}
.ContentPane, .TopPane, .BottomPane
{ 
	width: 100%;
	padding:0; 
	margin:0;
}
.TopLeftPane, .BottomLeftPane
{ 
	width: 100%;
}
.TopRightPane, .BottomRightPane
{ 
	width: 100%;
}
.LeftPane, .Left2Pane
{ 
	width: 100%;
	text-align: left;
}
.RightPane
{ 
	width: 100%;
}
.CenterPane 
{
	width: 100%; 
}
.LeftCenterPane, .RightCenterPane
{
	width: 100%; 
	text-align: left; 
}
.BottomLeftLeftPane, .BottomLeftCenterPane, .BottomRightCenterPane, .BottomRightRightPane 
{ 
	width: 100%; 
	text-align: center; 
	vertical-align: middle;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane
{
    width:0;
	height: 0;
    padding:0;
    margin:0;
}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited
{
	color:#3E81B5;
}
.ControlPanel a.CommandButton:hover
{
	color:#CB2027; 
	text-decoration:underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead
{
	font-size: 0.95em;
}
.ControlPanel a[disabled="disabled"]
{
	color:#888 !important;
	text-decoration:none !important;
}

/* ------- FileManager -------*/
div.FileManager
{
	height:auto;
	border:none;
}
table.FileManager
{
	width:100%
}
a.CommandButton:link, a.CommandButton:visited
{
	color:#CB2027; 
	font-weight:bold; 
	text-decoration:none;
}
a.CommandButton:hover
{
	color:#3E81B5; 
	text-decoration:underline;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
	position:relative; 
	white-space: nowrap;
}
div.SearchBorder
{
	width: 180px; 
	height: 20px; 
	border: solid 1px #e0e0e0; 
	float:left; 
	background-color: White; 
	white-space: nowrap; 
	margin-top: 2px;
}
div.SearchContainer a
{
	padding: 0; 
	display: block; 
	float:left; 
}
div.SearchContainer a img
{
	padding-left:5px;
}
div.SearchIcon
{
	float: left; 
	width: 31px; 
	height: 20px; 
	cursor: pointer; 
	z-index: 11; 
	background: no-repeat 2px 2px; 
	text-align:right;
}
div.SearchIcon img
{
	margin-top: 3px;
}
input.SearchTextBox
{
	float: left; 
	z-index: 10; 
	border: 0; 
	width:130px; 
	height:18px; 
	margin-left:3px; 
	color: #43494D;
}
#SearchChoices
{
	clear: both; 
	display: none; 
	border: solid 1px #C3D4DF; 
	z-index: 2000; 
	cursor: pointer; 
	margin: 0; 
	padding: 0; 
	text-align:left; 
	background-color: #F3F7FA; 
	position:absolute; 
	top: 22px; 
	left: 0;
}
#SearchChoices li
{
	cursor: pointer; 
	margin: 0; 
	padding: 2px 2px 0 2px; 
	padding-left: 25px; 
	height: 18px; 
	text-align:left; 
	background-color: #F3F7FA; 
	background-repeat: no-repeat; 
	background-position: 2px center; 
	list-style: none; 
	list-style-image: none; 
	border: none; 
	display:block;
}
#SearchChoices li.searchHilite
{
	background-color: #CE0D0D;	
	color:#ffffff; 
	border: none;
}
#SearchChoices li.searchDefault
{
	background-color: #994C01; 
	border: none;
}







