
body 
{
	font-family: Arial; 
	font-size:15px; 

    margin: 0px auto 0px auto;
    min-height:800px;
	width:1000px;
    background-color:#71706e;
    background-position:center;    
	text-align: left;
	color: #444444; 
	vertical-align:top;	
}

.mydiv 
{
	height:100%;
}

h1
{
    padding-top:0px;
    margin-top:0px;    
	font-size:32px;
	font-weight:bold;
}

h2
{
	font-size:20px;
	font-weight:normal;
}

h3
{
    padding-top:20px;
	font-size:16px;
	font-weight:normal;
}


img 
{ 
	border-style  : none;
}

input, textarea, select
{ 
	font-family: Verdana, sans serif;
	background-color:#eeffcc;
	color: #555555;
	font-size:16px;
	font-weight:bold;
	height:20px;
	border-width:1px;
	vertical-align:middle;
}

select
{ 
	font-size:14px;
}



p 
{
	clear: left; margin: 5px; padding:5px
}

ul 
{
	margin-top: 0px; margin-bottom: 10px; 
}

li 
{
	margin-left: -5px; list-style-type: square;  
}

b 
{
	font-weight : bold;
}

sup 
{
	color: #4fae68;
	font-weight : bold;
}

a
{
     color:#333333;
     font-weight:bold;
}




.ButtonSubmit, .ButtonAnchor a
{ 
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    
	color:White;  

	background-color: #4fae68; 
    font-family:Arial;
    font-size:18px;
    font-weight:400;

	text-decoration:none;
	text-align:center;

	padding: 2px 5px 2px 5px;
	height:30px;
	
}


.ButtonAnchor a:hover
{
	color:  #333333;
}



.ButtonUrgent
{
    padding: 2px 10px 5px 10px;
    background-color:#d00000;
    color:#ffffff;
}

.HeadingUrgent
{
    font-size:20px;
    font-weight:bold;
    color:#d00000;    
}

.frame 
{
	border: solid 1px black;
	background-color: #ffffff;
	text-align: left;
}

.prompt 
{
    /*vertical-align:top;*/
    width:150px;
    padding-right:20px;
    text-align:left;
    font-weight:bold;
    font-size:16px;
    
}

.errortxt
{
	color:#d00000;
}


.tinytxt 
{
	 font-size: 9px;
}

.instruct_txt
{
	font-style: normal;
	font-size: 9px;
}




.cellphone_style
{
	border: solid 1px #4fae68;
	background-color: #cccccc;
	font-style: normal;
	font-size: 6px;
    width:400px;
}



.heading
{
	font-size : 14px;
	font-weight: bold;
	height:15px;
}

.smallheading
{
	font-weight: bold;
}


.userName
{
    color: White;
    padding-right:5px;
    
    
}


/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:2px 0pt 15px;
	width: 100%;
	text-align: left;
    border:solid 1px silver;	
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color:#d4d7d0;
	padding: 2px;
    border:solid 1px silver;	
	
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
    background-color:#f4f7f0;	
	vertical-align: middle;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}





