﻿/* CSS layout */
body  
{
    background-color:#1b1717; 
    font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
  
}
a
{
    color: #2e6ab1;
}
.ldg
{
    font-size: 36pt;
    font-family: Arial;
    color: #6d6868;
}
.bl
{
    font-size: 20pt;
    font-family: Arial;
    color: #1b1717;
}
#left_col
{
    width: 171px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 535px;
    background-image: url('images/navback.jpg');
    font-family: Arial;
        
}

#page_content
{
    margin-left: 171px;
    color: #194571;
    background-image: url('images/waveback.jpg');
    min-height: 535px;
    width: 660px;
}

/*#footer
{
    border-top: solid 1px #999999;
    padding: 4px;
    text-align: center;
    font-size: small;
    width: 860px;
    color: #6d6868;
}
*/
.lg
{
    font-size: 36pt;
    font-family: Arial;
    color: #a6a1a1;
}

#container {
	position: relative;
	width: 100%;
	height: 500px;
}



#clientlogo {
    
    
}



.Header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #123254;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
}
.validate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.hide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #BBAE82;
}
.imagepad {
	padding-top: 10px;
	padding-left: 10px;
}

.textnopadbot {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #123154;
	padding: 10 10 0;
}

.selectednode
{
    color: #215699;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 100%;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
}
#content
{
    position: relative;
    width: 660px; 
    height:inherit;
    margin: 0px auto;
    background-color: white;
    padding: 10px;
}
.popupWindow {
    position:absolute;
    left:100px;
    top:50px;
    width:400px;
    border:solid 1px black;
    padding:10px;
    background-color:white;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc); 
    display:none;
}
.list td {
	border: 1px solid #808000;
	border-bottom: solid 1px black;
	padding: 3px;
	font-size: 13px;
}
.logobg
{
    border: 1px solid #808000;
    padding: 5px;
    color: #808000;
    background-color: #FFFFFF;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 40px;
    font-weight: bold;
}
.logobgblue
{
    border: 1px solid #808000;
    padding: 5px;
    color: #808000;
    background-color: #0081C6;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 40px;
    font-weight: bold;
}
.logobggr
{
    border: 1px solid #808000;
    padding: 5px;
    color: #808000;
    background-color: #13294E;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 40px;
    font-weight: bold;
}
.nodeLevel1
{
}
.nodeLevel2
{
	font-size: 13px;
	padding-left: 15px;
}
.nodeLevel3
{
	font-size: 12px;
	padding-left: 25px;
	text-align: inherit;
}
.logout {
	border: 1px solid #123254;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123254;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}
