body { /* setting page defaults*/
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:12px;
	padding-right:12px;
	padding-bottom:12px;
	padding-left:12px;
	
	background-color:#FFFFFF;
	
	font-family:Arial;
	font-size:14px;
	color:#000000;
}

div {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

a:link {
	color: #000000;
}

a:visited,
a:hover,
a:active {
	color: #007DC1;
}

.BlueHeader {
	font-size:20px;
	font-weight:bold;
	color:#007DC1;
	
}

.BlackHeader {
	font-size:20px;
	font-weight:bold;
	color:#0000ff;
}

#BodyText {
	width:100%;
}

#Left {
	float:left;
	clear:left;
}

#Right {
	float:right;
	clear:right;

}

#ErrorMessage {
	color: #c82828;
    font-weight: bold;
    font-size: 13px;
}

.GradientTop {
	width:100%;
	
	background-image:url(/images/GradientTop.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.GradientBottom {
	width:100%;
	
	background-image:url(/images/GradientBottom.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.Gradient{
	width:100%;
	
	background-image:url(/images/Gradient.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	
	padding-right:5px;
}
.TitleMenu{
	position:relative;
	top:0px;
	left:0px;
	width: 600px;
	height: 115px;
}
.MenuBar{
	position:absolute;
	left:0px; 
	align:left; 
	
	top:-10px;
	border-style: outset; 
	border-width: medium;
}
.Ads{
	position:relative;
	top:20px;
	
}
.WebView{
	position:relative;
	top:10px;
	
}
.WebImg{
	position:relative;
	top:10px;
	
}
.Logout{
	border-width: thin; 
	border-style: solid; 
	font-size:small;
}
.UserName{
	color: #FF0000;
}
.DocView{
	position:relative;
	top:100px;
	left:0px;
}
.Logo{
	position:relative;
	top:0px;
	width:200px
}

ul {
	list-style-type:disc;
	list-style-position:inside;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

.border {
	border-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.rightborder {
	border-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}
.leftborder {
	border-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}
.whitespace {
	white-space:pre;
}

.Upload_process{
	position:absolute;
	top:70px;
	left:180px;
}

.PerComp{
	position: relative;
}

.meter-wrap{ 
	position: relative;
	visibility: hidden;

}

.meter-wrap {
	background: url(../images/progress_blank.png) no-repeat left top;
	width: 200px; height: 50px;
	
}
.meter-value, .meter-text {
	/* The width and height of your image */    
	width: 200px; height: 50px;
	visibility: hidden;
}


.meter-value {    
	background: url(../images/progress.png) no-repeat left top;
	width: 0%;
}

.meter-text {    
	position: absolute;    
	top:0; left:0;    
	padding-top: 15px;                    
	color: #000;    
	text-align: center;    
	width: 100%;
}

#passwordStrength
{
        height:10px;
        display:block;
        float:left;
}

.strength0
{
        width:150px;
        background:#cccccc;
}

.strength1
{
        width:30px;
        background:#ff0000;
}

.strength2
{
        width:60px;    
        background:#ff5f5f;
}

.strength3
{
        width:90px;
        background:#56e500;
}

.strength4
{
        background:#4dcd00;
        width:120px;
}

.strength5
{
        background:#399800;
        width:150px;
}