/*-General-----------------------------------------------*/

body
{
	background-color: #004450;
	overflow: inherit;
	scrollbar-face-color: #00405D; 
	scrollbar-highlight-color: #018EA4; 
	scrollbar-shadow-color: #018EA4; 
	scrollbar-3dlight-color: #018EA4; 
	scrollbar-arrow-color: #FFF; 
	scrollbar-track-color: #999; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}



.cms input, .cms input.text, .cms select, .cms textarea, .cms option {
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:11px;
}

.cms, .cms h1, .cms h2, .cms h3, .cms h4, .cms h5, .cms h6, .cms p, .cms div, .cms table, .cms form, .cms iframe {
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.cms form { display: inline; }

.cms h1 { display: block; font-weight: bold; font-size: 16px; }
.cms h2 { display: block; font-weight: bold; font-size: 14px; }
.cms h3 { display: block; font-weight: bold; font-size: 12px; }

.cms img {
	vertical-align: bottom;
	border: 0px;
}

.cms a:active, .cms a:link, .cms a:visited {
	color:#111111;
	text-decoration: none;
}

.cms a:hover {
    color:#777777;
    text-decoration: none;
}

/*-Content-------------------------------------------*/


.cms input.text {
	width: 150px;
	height: 23px;
	border: solid 1px #aaa;
	padding-left: 5px;
}
	
.cms input.mail {
	background: url(../includes/images/email.png) no-repeat 3%;
	padding: 2px 0px 0px 23px;
	line-height: 16px;
}

.cms input.password {
	background: url(../includes/images/lock.png) no-repeat 3%;
	padding: 2px 0px 0px 23px;
	line-height: 16px;
}

.cms input.domain {
	background: url(../includes/images/website.png) no-repeat 3%;
	padding: 1px 0px 0px 35px;
	line-height: 16px;
}

.quote { 
	border: 1px inset;
	padding: 6px;
	margin-left: 20px;
}

.underline {
	text-decoration: underline;
}

.table1 { background-color: #FFF; }

.box { overflow-x: hidden; margin-bottom: 5px; zborder: 1px solid black; }
.box h1 { padding: 2px; border-bottom: 1px solid black; zcolor: white; zbackground-color: gray; }
.box h1 img { margin-right: 2px; }

.image { border: 1px; width: 100px; height: 75px; zfilter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135); }
.imageover { border: 1px solid #BF0000; }
.imageout { background-color: white; border: 1px solid white; }

.line { display: block; border-bottom: #666666 1px dashed; height: 1px; line-height: 1px; }

.dim 
{
	position: absolute;
	background-color: Black;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=66);
}

#tooltip {
	background-color: #990000;
	color: white;
	z-index: 1;
	border: 1px solid #BF0000;
	padding: 3px;
	font-size: 11px;
	position: absolute;
	display: none;
	width: 150px; 
	zfilter: progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=75); 
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135);
}

#dot td { border-bottom: #666666 1px dashed; }

/*-Layout-------------------------------------------*/


#error {
	height: 14px;
	font-size: 11px;
	border: 1px solid;
	background: url(../includes/images/lime.jpg) repeat;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

#contain 
{
	text-align:left;
	padding:0px;
	margin:0px;
	border:0px;
}

#header {
    height: 16px;
    zwidth: 100%;
    padding: 6px;
    color: #3f0;
    font-weight: bold;
    background-image:url("images/bar.gif");
}

#header a, #header a:visited, #header a:hover 
{
    color: white;
    text-decoration: underline;
}
    
#footer.cms
{
   
    height: 16px;
    width: 100%;
    padding: 6px;
    color: #3f0;
    font-weight: bold;
    background-image:url("images/bar.gif");
}

#footer.cms a, #footer.cms a:visited, #footer.cms a:hover 
{
    color: #3f0;
    text-decoration: underline;
    
}

#footer span 
{
	color: #fff;
}

#main 
{

    height: expression(document.body.clientHeight - 50 + 'px');
    zwidth: 100%;
    zheight: 100%;
    margin: 0px;
    padding: 0px;
}

#left {
	float: left;
}

#right {
	float: right;
}

#side, #side a { color: white; text-decoration: none; }

		#bottom_buttons {
			position: fixed;
			bottom: 0;
			margin-left: -20px;
			z-index: 9;
			width: 100%;
			padding: 0 20px 10px 20px;
			zbackground-color: #eee;
			border-top: 1px solid #ddd;
		}

.title 
{
	font-weight: bold;
	vertical-align: top;
    height: 24px;
	zpadding: 5px;
	color:#000000;
	background: url(images/bar.jpg) repeat-x;
    /*border-bottom: 1px solid black;*/
	
}

.htitle 
{
	text-align: right;
	height: 30px;
	padding: 5px;
	background: url(images/lime.jpg) repeat-x;
		
}

.white {

	background-color:#ffffff;
	padding-left: 4px;
	
	
}

#top_buttons {

           position: fixed;
           ztop: 0;
           width: 100%; 

}