body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #b5ccd9;
	background-image: url(../images/global_bg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 25px 0px;
}
.wrapper {
	width:622px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #006993;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #1C6892;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #1C6892;
}
.header {
	margin-top: 15px;
}
.footer {
	width: 100%;
	margin-top: 30px;
	font-size: 11px;
	text-align:center
}
.box1 {
	border: 1px solid #006993;
	width: 575px;
	padding: 15px 15px 15px 30px;
	margin: 10px 0px;
	background-color: #E4F0F6;
}
/*Styling for Table goes here*/
.tablestyle
{
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	width: 621px;
	font-size: 11px;
}
.tablestyle td, .tablestyle th 
{
	padding:2px 2px 2px 2px;
	color: #006993;
	border: 1px solid #a1bac7;  
	height:25px
}
	
.tablestyle th, .tablestyle th a
{
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#576577;
	color:#FFF;
}
.tablestyle tr.alt td,
.tablestyle tr.alt td input[type=text]
{
	background-color:#d7e2e8;
}

.tablestyle tr.alt2 td,
.tablestyle tr.alt2 td input[type=text]
{
	background-color:#FFF;
}

.tablestyle tr td.total,
.tablestyle tr td.total input[type=text],
.tablestyle tr.alt td.total,
.tablestyle tr.alt td.total input[type=text],
.tablestyle tr.alt2 td.total,
.tablestyle tr.alt2 td.total input[type=text],
.total
{
	background-color:#DDDDDD; 
	width:98%; 
	text-align:center
}

.tablestyle td input[type=text] { 
    width:98%;
    vertical-align:middle;
    border: none;
    font-size:9px;
    text-align:center; }
/* end styling for table */

.submit {
	color: #FFF;
	height: 30px;
	width: 149px;
	background-color: transparent;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	border: 0px;
}
a:link {
	color:#005d83;
	text-decoration: none;
}
a:visited {
	color:#005d83;
	text-decoration: none;
}
a:active {
	color:#005d83;
	text-decoration: none;
}
a:hover {
	color:#1291C4;
	text-decoration: underline;
}
.filefield {
	border: 1px solid #1291c4;
	padding-right: 3px;
	padding-left: 3px;
}

.submit {
	color: #FFF;
	height: 30px;
	width: 149px;
	background-color: transparent;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:268px
}

.hidden
{
    display: none
}

.ddlTopPadding
{
    margin-top: 3px;
}