.listheader {
		font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA;
        vertical-align:middle;
}

.link {
	text-decoration:none;
}
		
.Login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A70303;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A029B;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A029B;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.style6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.style7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.style8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.style10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.style11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.top{ font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #FFFFFF; height:23px; border-bottom:1px solid #999999;}
.content{ margin-left:10px; margin-top:10px;}
.myBox {
    margin: 0.5in auto;
    color: #fff;
    width: 70%;
    padding: 20px;
    text-align: left;
    background-color: #f00;
    /* border: 3px solid #fff; */

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.logintable{ border:1px dashed #CCCCCC;}

.button2{
	background-color: #CEE7FF;
	font-weight: bold; /*background-color:  #7EA3BA;
	border: 2px solid;
	border-top-color: #ADD8E6;
	border-left-color: #ADD8E6;
	border-right-color: #483D8B;
	border-bottom-color: #4682B4;
	color: black;*/
}

.button{
	border: 2px solid #003399;
	border-top-color: #0099FF;
	border-left-color: #0099FF;
	padding: 0px;
	background-color: #006699;
	color: #FFFFFF;
}


.lockbutton{
	border: 2px solid #556B2F;
	border-top-color: #32CD32;
	border-left-color: #32CD32;
	padding: 0px;
	background-color: #228B22;
	color: #FFFFFF;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 100%; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 200px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0A029B;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
width: 500px;
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
height:20px;
}

div.fieldwrapper div.thefield input[type="password"]{ /* style for INPUT type="password" fields. Has no effect in IE7 or below! */
width: 250px;
height:20px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 350px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 110px;
background: #e1dfe0;
}