/*Layout */


.wrapper{
   margin: 0px auto;
   width: 938px;
   background-color: #ffffff;   
}
.header{
   float: left;
   width: 100%;
   height: 91px;
   border-left: 1px solid #ccc; 
   border-right:1px solid #ccc; 
   background-color: #ffffff
}

.menubar{
   float: left;
   width: 100%;
   height: 25px;
   margin-bottom: 10px;
   font-family: Verdana, sans-serif;
   font-size: 16px;
   color: #ffffff;
   background-color: #7B7B7B;
}
#menutextleft{
    float:left;
    width:Auto;
    height:23px;  
    text-align:left;
    padding-top: 2px;
    padding-left:10px;
    padding-right:10px;
    background-color: #B3B3B3;
    margin-left: 25px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#menutextright{
    float:right;
    width:300px;
    text-align:right;
    height:100%;
    vertical-align: middle;
    padding-top: 2px;
    padding-right:30px;
}
#menuprintright{
    float:right;
    width:300px;
    text-align:center;
    height:100%;
    vertical-align: middle;
    padding-top: 2px;
    padding-right:20px;
}
.content{
   float: left;
   width: 100%;
   border-left: 1px solid #ccc; 
   border-right:1px solid #ccc; 
   background-color: #ffffff
}

.footer{
   float: left;
   width: 100%;
   height: 70px;
   border: 1px solid #ccc; 
   background-color: #ffffff
}
/* footer */
#footer table
{
	margin: 0;
	padding: 5px;
	width: 900px;
	background-color: #fff;
	margin-bottom: 5px;
}
.verisign
{
	text-align: left;
}
.hacker
{
	text-align: right;
	padding-right: 20px;
}
#footer p {
	margin: 0;
	padding: 5px;
}
#footerright
{
	border: 0;
	width: 500px;
	position: relative;
	top: -15px;
	left: 300px;
}

#subfooter
{
	clear: both;
	text-align: center;

}
#subfooter p {
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 5px;
	width: 850px;
}
.leftalign
{
	padding-left: 10px;
	height: 45px;
	float: left;
}
.rightalign
{
	text-align: right;
	height: 45px;
	padding-top: 12px;
	float: right;
}

body {
   margin: 0;
   padding: 0;
   font-family: Verdana, sans-serif;
   font-size: 90%;
   text-align: left;	
   background-color: #ECECEC; 
}

h1{
font-family: Verdana, sans-serif;
font-size:12px; 
color:#7D7D7D;

}

p{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   text-align: left;
}


/* message row */
#topbar 
{
	float: left;
	background-color: #E1E1E1;	
	height: 38px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #2f5e92;
	border-top: solid 1px #2f5e92;
}
#toplinks {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;	
	width: 100%;
	list-style: none;		

}
#toplinks li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;	
}

/* Holly Hack for IE6 Hides from IE5-mac \*/
* html #headerdiv { 
	margin-top: -1px;
	margin-bottom: -1px;	
}
* html #topbar { 
	margin-top: -12px; 
    display: inline; 
}
* html #content {
		margin-top: -10px; 
}
/* End hide from IE5-mac */

.clearing
{
	position: relative;
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*Pop Up Settings */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:100;
}


#popupWindow{
        display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:500px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:101;
	padding:12px;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
}

#popupWindow h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#popupWindowClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

.popup-image
{
	float: right;
	margin: 0px 15px 15px 15px;
}
.popup-subheader
{
	font-weight: bold;
	color: blue;
}
.popup-bottomrow
{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

/* Misc */
#btngridok
{
  border: 1px solid #777777;
  background: #7B7B7B;
  color: white;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  padding: 2px;
  cursor: pointer;
  margin-bottom: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
   border-radius: 4px;
}

#btngridrefresh
{
  border: 1px solid #777777;
  background: #7B7B7B;
  color: white;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  padding: 2px;
  margin-bottom: 3px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#savebtn{
    float:right; 
    padding-right:0px; 
}

#roundcornerbckg{
    width:420px; 
    border:1px solid #DDD; 
    text-align:center; 
    font-size:14px ; 
    background-color:#F3F3F3; 
    padding: 10px 0px 10px 0px; 
    border-radius: 3px; 
}

#divline{
    width: 100%;
    padding-top: 10px;
    margin-top:7px; 
    border-bottom:1px solid #DDD; 
}
#middletxt{
    width: 830px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#gridoptions{
    width:877px; 
    text-align:left; 
    margin:15px; 
    font-size:12px
}

#lefttbl{
    border-left-color: rgb(238, 238, 238); 
    border-left-width: 1px; 
    border-left-style: solid;
    padding-left:12px;
}

