
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #061C37;
	background: #F2F2F2;
	background-image:url(/upgrade/images/background.png);
	background-repeat:repeat-x;
}

* {
	margin: 0 auto 0 auto;
	text-align:left;
}

#container {
	display: block; 
	height:auto;
	width: 100%;
}

#header {
	height:85px;
	width:100%;	
}

#header h1 {
	text-align:right;
	color:#FFFFFF;
	font-size:43px;
	color:#061C37;	
}

#header h2 {
	position:absolute;
	text-align:right;
	color:#FFD5D5;
	left:490px;
	top:38px;
	width:400px;
}

#mainpic {
	background-image:url(/upgrade/images/main.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:354px;	
}
.off {
	color:#300;
}

#content {
	display:block;
	float:center;
	width:689px;
	height:auto;
	padding-left:10px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:5px;
}

#content_top {
	background-image:url(/upgrade/images/main_top.png);
	background-repeat:no-repeat;
	width:689px;
	height:23px;
}

#content_main {
	background-image:url(/upgrade/images/main_back.png);
	background-repeat:repeat-y;
	width:659px;
	padding-left:15px;
	padding-right:15px;
}

#content_bottom {
	background-image:url(/upgrade/images/main_bottom.png);
	background-repeat:no-repeat;
	width:689px;
	height:23px;
}

#footer {
	width:inherit;
	height:auto;
}

#footer h3 a,#footer h3 a:visited {
	display:inline;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}

html, body {
	text-align: center;
	font-size: 95%;
}

p {text-align: left;}


.mainbutton{
	/*background-color: #EFEFEF;*/
	border: 1px solid #420000;
	margin: 4px 0 0 0;
	padding: 5px 14px 5px 14px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.mainbutton_hidden{
	/*background-color: #EFEFEF;*/
	border: 1px solid #420000;
	margin: 4px 0 0 0;
	padding: 5px 14px 5px 14px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica, sans-serif;
	display:none;
}

.bordertableadmin {
    border-bottom: thin solid #484848;
}

#waitDialog {
	position: absolute;
	width: 515px;
	padding: 10px;
	z-index: 200;
}

#waitDialog_header {
	display: block;
	position: relative;
	width: auto;
	padding: 3px 6px 7px;
	height: 14px;
	/*font-size: 14px;*/
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#waitDialog_title {
	/*font:  normal bold 9pt Arial, Helvetica, sans-serif;*/
	float: left;
}

#waitDialog_content {
	display: block;
	height: auto;
	width: auto;
	padding: 6px;
	/*font-size: 13px;*/
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
}

#waitDialog_mask {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 100;
}

.content_show {
	background-color: white;
	/*font: normal normal 9pt Arial, Helvetica, sans-serif;*/
	bottom right no-repeat;
	border: 2px solid #420000;
	border-top: none;
	/*color: #101010;*/
}

.title_header {
	background-color: #420000;
	/*font: normal bold 9pt Arial, Helvetica, sans-serif;*/
        font-weight: bold;
	color: white;
	border: 1px solid #420000;
	border-bottom: none;
}

.list2 ul { font-style:italic;}
.list2 ul li p { padding: 6px; text-align:justify; font-style:normal; border-left: 1px solid #999; line-height: 120%;}
.list2 ul li p em {font-weight: bold; display:block; padding-bottom: 10px;}

.table_form {
	border-spacing: 0;
	/*border-collapse: collapse;*/
	/*border-radius: 10px;*/
	border: 2px solid #420000;
	width: 95%; 
	background-color: #f2f2f2;
	table-layout: fixed;
}

.td_button {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: bold 1px solid;
}

#errorDiv {
	text-align: center;
	padding-top: 20px;
	display:none;
	color: #420000;
	font-weight: bold;
}

#logout {
	text-align:right;
	padding-right: 20px;
	padding-top: 40px;
}

#aLogout{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}


.progressBar
{
	width: 335px;
	text-align: center;
	height: 20px;
	position: relative;
	left: 40%;
	margin-left: -175px;
	z-index: 9;
	border:1px solid #420000;
	border-radius: 5px;
	overflow: hidden;
	top: 20px;
}


.status{
	width: 0%;
	background-color: #ffc0c0;
	height: 20px;
	position: absolute;
}
.percentage{
	position: absolute;
	text-align: left;
	z-index: 11;
	top: 0;
	left:0;
	font-size: 13px;
	color: black;
	font-weight: bold;
	width: 335px;
	padding-left: 5px;
	line-height: 20px;
}
.td_row{
padding-left: 15px;
padding-top: 12px; 
padding-bottom: 12px; 
width: 22%; 
font-size: 15px;

}
