/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 12px Arial, Verdana, Tahoma;
	font-size: 12px;
	line-height: 150%;
}

body
{
	background-color: #000;
	
}

.search {
	
}


a{color: Navy;}

a:hover{color:#fbb829;}
a:visited {color: Navy;}

/* Page layout styles */
table#main {
	width:960px;
}

table#main tr#body {
	background: url(/webimgs/texture.jpg) repeat-y;
}

table#main td#headerPane {
	width:960px;
	height:265px;
	background-image: url(/webimgs/headers/header.jpg);
}
table#main td#tagLinePane {
	background-color: black;
}

table#main td#main {
	background: url(/webimgs/texture.jpg) repeat;
}
table#main td#leftPane
{
	background:url("/webimgs/goldbck.jpg") repeat-y #000;
	width:215px;
	height:100%;
}
table#main td#noLeftPane {
	display: none;
}

div#goldTop {
	background: url("/webimgs/gold.jpg") repeat-y;
	height: 10px;
}

table#main td#centerPane
{
	text-align: top;
	border: black;
	border-width: 10px;
	padding:10px;

	background:url("/webimgs/texture.jpg") repeat;
	padding: 8px 10px 0px 15px;
}
table#main td#centerPaneWithLeftPane
{
	text-align: top;
	height:100%; 
	float:left;
	background:url("/webimgs/texture.jpg") repeat;
	padding:8px 10px 0px 15px;
	width:722px;
}
table#main td#centerPaneWithRightPane
{
	text-align: top;
	height:100%; 
	background:url("/webimgs/texture.jpg") repeat;
	padding:8px 10px 0px 15px;
}
table#main td#centerPaneWithLeftRightPanes
{
	text-align: top;
	border: black;
	padding: 0px 10px;

	background:url("/webimgs/texture.jpg") repeat;
	padding:8px 10px 0px 15px;
}
table#main td#rightPane{
	width:185px;
	height:100%;
	vertical-align:top;
    text-align:center;
	background: url("/webimgs/texture.jpg") repeat;
}
table#main td#noRightPane{
	display:none;
}
table#main td#tagLinePane2 {
	display:none;
	height:17px;
} 		
table#main td#footerLeftPane {
	background: url("/webimgs/gold.jpg") repeat-y;
	height: 10px;
}

table#main td#footerPane {

	height:10px;
	color:white;
	background: url("/webimgs/texture.jpg") repeat;
	padding-left:5px;
}



/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}

.footerText{
    color:white;
}
#divContent
{
    padding: 0px 15px 30px 0px;
}
#divCopyright
{
	margin-top:10px;
	font-family:arial;
	TEXT-ALIGN: right;
	color: white;
	width: 100%;
}
#divCopyright a
{
	color: white;
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.navTitle {
    color : #9B876C;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : #9B876C;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    .loginBox{
	width:300px;
	border:1px solid black;
	background-color: #99CCFF;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color: #FEAD00;
	color:black;
	height:20px;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}



#pageHeaderContent {
	margin: 0px 0px 5px 0px;
}

.antispam { display:none;}