/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 12px verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color : #505380;
}
body
{
	/*background-color: #b0b7be;*/
}

a{color:navy;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	margin-top:5px;
	height:400px;
	width:768px;
	background-color:white;
}
TABLE#main TD#headerPane
{
	width:768px;
	height:60px;
    background-image: url(/webimgs/header.jpg);
}

TABLE#main TD#tagLinePane
{
	height:100px;
	background-color: #221e1f;
	border-left: 1px solid #0193d4;
	border-right: 1px solid #0193d4;
}

TABLE#main TD#menuPane
{
	background: url(/webimgs/topTagLine.gif) repeat-x;
	background: url(/webimgs/tagLine.jpg) repeat-x;
	back ground-color: #2D88B4;
	height:61px;
	text-align:right;
	padding-top:4px;
	border-left: 1px solid #0193d4;
	border-right: 1px solid #0193d4;
}

TABLE#main TD#LineBreak
{
	height:3px;
	background-color: #0193d4;
}

TABLE#main TD#leftPane
{
	display:none;
}

TABLE#main TD#centerPane
{
	width : 768px;
	background-color:white;
	border-left: 1px solid #0193d4;
	border-right: 1px solid #0193d4;
}
TABLE#main TD#centerPaneWithRightPane
{
	width:520px;
	background-color:white;
}
TABLE#main TD#rightpane{
	width:250px;
    background-color:white;
}
TABLE#main TD#noRightPane{
	display:none;
}

TABLE#main TD#tagLinePane2
{
	display:none;
}
		
TABLE#main TD#footerPane
{
	width:768px;
	height:60px;
	background-image: url(/webimgs/footer.jpg);
	font-weight:bold;
	color:white;
    text-align:center;

}



/* 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
}


#divContent
{
    padding: 0px 20px 20px 20px;
    font-size: 11px;
    text-align:justify;
}
#divCopyright
{
	margin-top:10px;
	font-family:verdana;
	TEXT-ALIGN: center;
	color: #505380;
	width: 100%;
}
#divCopyright a
{
	color: #505380;
}
#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 {
	width:90%;
	
	font-size: 20px;
	color: #506B80;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.navTitle {
    color : #506B80;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : #506B80;
    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;
}
#pageFooterContent {
	margin: 0px 28px 5px 28px;
}

a.footerText{
    color:#505380;
}