﻿html, form
{
	height:100%;
}

body 
{
	height:100%;
	margin:0;
	/*background-color:#d3e2ff;*/
	
}

hr
{
	border:1px solid #3578b1;width:500px;float:left;
}

.everything
{
	min-height:100%;
	margin-top:-40px;

}

.mainarea
{
	padding-top:40px;
	padding-bottom:40px;
	width:1000px;
	margin:0 auto;
}

.footer
{
	/*background-image:url('images/60.png');*/
    background-color:#666666;
	width:100%;
	height:40px;
	clear:both;
	
	color:#fff;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;	
}
.footer a, .footer a:hover, .footer a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

h1
{
	font-family:Arial;
	font-weight:bold;
	font-size:40px;
	color:#00788a;
}

h2
{
	font-family:Arial;
	
	font-size:30px;
	color:#3578b1;
}

h3
{
	font-family:Arial;
	font-weight:bold;
	font-size:25px;
	color:#317696;/*#4e9fc5;*/
}

h4
{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	/*color:#8c131f;*/
	color:#00788A;
}

li
{
	padding:5px 0;
}

p, .body, li
{
	font-family:Arial;
	font-size:14px;
}

.button
{
	padding:5px 10px;
	font-family:Arial;
	font-size:16px;
	background-color:#fff;
	/*border:1px solid #3d93a0;
	color:#3d93a0;*/
    border:1px solid #347D89;
	color:#347D89;
	text-decoration:none;
	outline:none;
}

.button:hover
{
	padding:5px 10px;
	font-family:Arial;
	font-size:16px;
	background-color:#c6e8ed;
	border:1px solid #00788a;
	color:#00788a;
	text-decoration:none;
	
}

.header-row
{
	font-family:Arial;
	font-size:13px;
	text-align: left;
}
.item-row
{
	font-family:Arial;
	font-size:13px;
}

.hide
{
    display:none!important;
}

.SemiTransparentBg
{
    background-color: #C0C0C0;
    /*background-image: url('../Images/inactive-bg.gif');
    background-repeat: repeat;*/
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: -1;
}

.watermarked
{
	/*background-color:Transparent;
	border:0;*/
	font-family:Arial, Verdana, Tahoma, Sans-Serif;
	font-size : 15px;
    font-style: italic;
    color: #757575; /*Gray;*/
	vertical-align:middle;
}

span.error{
    color:red;
}

legend,
.label-hidden{
    width:0;
    height:0;
    overflow:hidden;
}

.div-table{
    display:table;
}
.div-table-row{
    display:table-row;
}
.div-table-cell{
    display:table-cell;
    padding-top:2px;
    padding-bottom:2px;
}