﻿body 
{ 
	margin:0; 
	padding:0; 
	width: 100%;
	font:normal 12px/1.8em Arial, Helvetica, sans-serif;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	background-color: #a7d8f5;
}

html, .wrapper 
{ 
	padding:0; 
	margin:0;
}

/* button style */
.buttonStyle {
	font-size: 12px;
    font-weight: bold;
    font-family:  Arial;
    color: White;
    background-color: #385870;
    height: 24px; 
    white-space: nowrap;   
    cursor: pointer;  

    margin: 5px 5px 0 5px;
    
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #4980C1; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7'); /* for IE */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7'); /* for IE 8 and above */
	background: -webkit-gradient(linear, left top, left bottom, from(#5384BE), to(#4386D7)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #5384BE, #4386D7); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #5384BE, #4386D7); /* for Opera */
	
	float: right;
	width: 150px;
}

.buttonStyle:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color: Black;
}

.buttonStyle:active {
	position:relative;
	top:1px;
}

.wrapper 
{
	background:#a7d8f5 url('../Images/header_bg.jpg') no-repeat center top;
	margin-left: auto;
	margin-right: auto;	
	/*width:1570px;*/
	width: auto; 
}

/* div title*/
.divtitle{
	background-color: #385870;
	text-align: center;
	padding: 5px 5px 5px 20px;
	color: #FFFFFF;
    font-size: medium;
	font-weight: bold;
}

.clr  
{
	clear:both; 
	padding:0; 
	margin:0; 
	width:100%; 
	font-size:0px; 
	line-height:0px;
}

.header 
{
	/*width: 1300px;*/
	width: auto; 
	margin: 0 auto;
	padding-top: 10px;
	height: 55px; 
}

.logo 
{  
	padding:5px; 
	float:left;
	width:auto;
}

.title
{	
	display: inline;
	float: left;

    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    position: relative;  
    font-size: 35px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #355681;
	top: 0px;
	left: 0px;
}
.main 
{
	/*width: 1300px;*/
	width: auto;
	margin: 5px auto;
	padding-top: 0px;
	min-height:800px;
	background-color: #fff;
}

/* footer */	
.footer 
{
	/*width: 1300px;*/
	width: auto; 
	clear:both;
	margin: 0px auto;
	padding: 16px 0 24px;
	background-color: #fff;
}

.footer p.lf 
{ 
	margin:0; 
	padding:4px 0; 
	text-align: center; 
	width:auto; 
	line-height:1.5em;
}

/* warning */
.info, .success, .warning, .error 
{	
	border: 1px solid;
	margin: 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	
	text-align: left;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.info 
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../Images/info.png');
}

.success 
{
    color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../Images/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../Images/warning.png');
}

.error 
{
    color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../Images/error.png');
}

.Closebutton
{
	color: #993333;
	float: right;
	height: 26px;
}

.Instruction
{
	font-size: medium;
	color: #993333;
}

.tableStyle
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	color: black;
	text-align: left;

	/*width: 850px;*/
	width: auto; 
}

