﻿html, body, #wrapper 
{ 
    background-image:url('./images/bg_main.png');
	height:100%;
	margin:0;
    background-color:white;
    font:normal normal 13px Tahoma, sans-serif; color:black;
}

h2 {
    font:normal normal 18px Tahoma, sans-serif; color:#284e98;
    font-weight:bold;
}

FORM { margin:0px; padding:0px; background-color:transparent; }

Legend {border-color: #284E98; color: #5D7B9D;}

#wrapper { position:relative; min-height:100%; height:auto !important; height:100%; }	
	
#wrapper { position: absolute; top: 0; left: 0; } 
	
.alert{font-weight:bold; color:Red;}

.container_user_logout{ background-color:#c6e7ef; margin-top:0px; height:14px; padding:10px; text-align:right; }

.content_right{margin-bottom: 4em; height: auto; width:860px; padding:0px, 0px, 0px, 25px; }
.footer
{
    clear:both;
    width:878px; 
    height:44px; 
    border:solid 1px gray; 
    background-color:White; 
    text-align:center; 
    font-size:11px; 
    color:Gray; 
    position:absolute;    
    left:0;
    bottom:0px;
    padding-top:7px;
}
/*
A.urlLink:visited { font:normal bold 12px Tahoma, sans-serif; color:#036; }
#PQLAYOUT A.urlLink:hover { text-decoration:underline; color:#8A1A1C; }


a.account{float:none; color:#cc0000; font-size:11px; text-decoration:none;}
a.account:hover{color:#999999; text-decoration:none; }

a.logout{text-align:right; color:#cc0000; font-size:11px; text-decoration:none;}
a.logout:hover{color:#999999; text-decoration:none; }
*/

a {color:#284E98;text-decoration:none;}
a.hover { color:blue; text-decoration:underline; }
a.visited {font:normal bold 12px Tahoma, sans-serif;text-decoration:none;}


.userID_msg{float:left; font-size:14px; font-weight:bold; }

.treeview_node { font-size:10px; padding:1px; color:Black; }
.treeview_node_hover { font-size:10px; background-color:#fff8da; padding:1px; }
.treeview_node_select { font-size:10px; color:Black; background-color:#e4e9ff; padding:1px; }

    
.modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.7;}
.modalPopup { background-color:#ffffdd; border-width:3px; border-style:solid; border-color:Gray; padding:3px; }

.message { cursor:pointer; width:449px; border-bottom:solid 1px gray; padding:7px; font-size:11px; height:27px; text-align:left; }
.message_unread { font-weight:bold; float:right; width:420px;}
.message_read { font-weight:normal; float:right; width:420px; }
.message_empty { font-style:italic; text-align:center; padding:12px;}

.response_header { float:left;  font-size:14px; font-weight:bold; width:97%; border:dashed 2px Gray; padding:6px; text-align:left; background-color:#e7e6ce; }

.invisible_box { width:0px; height:0px; visibility:hidden; display:block; }

.editCtrl {width: 233px; }
.editLabel{width: 150px;}

.label{font-weight:bold;color:#444444;}

