/*   http://localhost/css/default.css   */
body{
}

table {
	color: #000;
}

div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 150%;
}

.search {
	padding-left:800px;
	padding-top:223px;
}

#tableholder {
	margin-left: auto;
	margin-right: auto;
	width:960px;
	background-image: url(/webimgs/fade.png);
	background-repeat: repeat-y;
}

* html #tableholder {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webimgs/fade.png',sizingMethod='scale');
}

a{color:#2a2d7c;}

a:hover{color:white;}

/* Page layout styles */
table#main {
	width:960px;
	height: 600px;
	background: #FFF;
	font-family: Georgia;
}
table#main td#headerPane {
	width:960px;
	height:156px;
	background: no-repeat;
}

table#main td#tagLinePane {
	background: #9CA6CA;
	color: Black;
	height:35px;
	text-align:left;
	border:5px solid #C5A3A4;
	width:960px;
}

table#main td#leftPane
{
	width:150px;
	padding-top:5px;
	border-left: 5px solid #C5A3A4;
	background: #9CA6CA;
}

table#main td#noLeftPane {
	display: none;
}

table#main td#centerPane
{
	text-align: top;
	padding:0px;
	width: 960px;
	color: #000;
	border-left: 5px solid #C5A3A4;
	border-right: 5px solid #C5A3A4;
	font-family: Georgia;
}

table#main td#centerPane a:hover{
	color: #F00;
}

table#main td#centerPaneWithLeftPane a:hover {
	color: #F00;
}

table#main td#centerPaneWithLeftPane
{
	color: #000;
	text-align: top;
	width: 810px;
	height:100%; 
	border-right: 5px solid #C5A3A4;
	font-family: Georgia;
}

table#main td#centerPaneWithRightPane
{
	text-align: top;
	width: 699px;
	height:100%; 
	padding:10px;
	overflow:hidden;
}

table#main td#centerPaneWithLeftRightPanes
{
	text-align:top;
	width:579px;
	height:100%;
	padding:10px;
}
table#main td#rightPane{
	width:261px;
	height:100%;
	padding-top:15px;
	padding-right:10px;
}
table#main td#noRightPane{
	display:none;
}

table#main td#footerPane {
	width:960px;
	height:32px;
	background-color: #c5a3a4;
	padding-left: 5px;
	/*border-left: 5px solid #C5A3A4;
	border-right: 5px solid #C5A3A4;*/
	border-bottom: 5px solid #FFF;
}

/* 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: 2px 15px 30px 15px;
}

#divCopyright
{
	margin-top:10px;
	font-family:verdana;
	TEXT-ALIGN: right;
	color: black;
	width: 100%;
}

#divCopyright a
{
	color: black;
}

#divFooter
{
    TEXT-ALIGN: center
}

#footerBar{
	background-color: #2A2D7c;
	width: 950px;
}

#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: #990000;
	font-weight: bold;
	width:80%;
	border-bottom:1px solid black;
	margin-bottom:10px;
}

.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;
}


