
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #061C37;
	background: #F2F2F2;
	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_main {
    width: 659px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: lightgray;
    border: black;
    border-right: 12px;
    border-style: ridge;
    border-color: grey;
    border-width: 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #888888;
}

#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: lightgrey;
    border: 1px solid #420000;
    margin: 4px 0 0 0;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    font: 13px Arial, Helvetica, sans-serif;
    border-radius: 4px;
    text-align: center;
    box-shadow: 2px 2px 2px #888888;
}

.mainbutton_hidden{
    background-color: lightgrey;
    border: 1px solid #420000;
    margin: 4px 0 0 0;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    font: 13px Arial, Helvetica, sans-serif;
    border-radius: 4px;
    text-align: center;
    box-shadow: 2px 2px 2px #888888;
	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;
}

#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;

}
.small.progress {

                font-size: 6px;

}

 

.large.progress {

                font-size: 24px;

}

 

.progress:before,

.progress:after,

.progress > div:before,

.progress > div:after {

                content: '';

                position: absolute;

                top: 0;

                left: 2.25em; /* (container width - part width)/2  */

                width: .5em;

                height: 1.5em;

                border-radius: .2em;

                background: #64183d;

                box-shadow: 0 3.5em #64183d; /* container height - part height */

                transform-origin: 50% 2.5em; /* container height / 2 */

}

 

.progress:before {

                background: #84385d;

}

 

.progress:after {

                transform: rotate(-45deg);

                background: #A4587d;

}

 

.progress > div:before {

                transform: rotate(-90deg);

                background: #C4789d;

}

 

.progress > div:after {

                transform: rotate(-135deg);

                background: #E498Bd;

}

@keyframes spin {

                to { transform: rotate(1turn); }

}

 

.progress {

                position: relative;

                display: inline-block;

                width: 5em;

                height: 5em;

                margin: 0 .5em;

                font-size: 12px;

                text-indent: 999em;

                overflow: hidden;

                text-align: center;

                animation: spin 1s infinite steps(8);

}

.invisible{visibility:hidden;height:0;width:0;}