/* Body */
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

td {color:#330000; font-size: 11px; }	

.login { width:700px;  

}

.login tr {
	background-color: #FFC;
}

.task { width:600px;

}

.ctable { width:770px;

}

.footer td {text-decoration: none;
	font-size: 10px;
	 }	

.bold  {
	color:#060;
	font-weight: bold;
}

.status  {
	color:#060;
	font-weight: bold;
	background-color: #FF6;
	vertical-align:top;
}

.tracking  {
	color:#000;
	font-weight: bold;
	background-color: #CCC;
	vertical-align:top;
	text-decoration:underline;
	
}

.tracking a:hover {
	color: #F00;
	text-decoration: underline;
}

.trackingsmall  {
	text-indent:30px;
	font-size:9px;
	color:#000;
	font-weight: bold;
	background-color: #FF0;
	text-decoration:underline;	
}

.trackingsmall a:hover {
	color: #F00;
	text-decoration: underline;
}

.ctable tr {
	background-color: #FFC;
}


.topheading {
	background-color:#060;
}

.heading {
	color: FFFFFF;
	font-weight: bold;
	background-color:#693;
}

.print {
	font-size: x-small;
	text-align: center;
	}	
	
input.boton { 
 color:#050; 
font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
 background-color:#fed; 
 border: 1px solid; 
 border-color: #696 #363 #363 #696; 
} 

.copy {
	font-size: x-small;
	text-align: center;
	}	
	
.minilink {
	font-size: smaller;
	font-weight: bold;
	text-align:center;
	}


a:link {
	color: #060;
	text-decoration: none;
}
a:active {color: #FF6614; text-decoration: none; }
a:visited {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}



/* buttons */

input {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 2px;
	background-color:f6f6f5;
}

/*.button  {
font-size : 12px;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
width: 110px;
}
.small_button  {
font-size : 9px;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
width: 50px;
height: 18px;
}
*/
div.err {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
	
/* nav stuff */

.menucenter {
font: bold 13px arial;
height: 20px;
 width: 300px ;
   text-align:center;
   margin-left: auto ;
  margin-right: auto ;


}

.menucenter ul{
margin-left: -45;
height: 20px;
}

.menucenter ul li{

list-style: none;
display: inline;

}

.menucenter  a{
text-decoration: none;
float: center;
color: black;
background-color: #FFFDDC;
border: 2px solid #FFFDDC;
}

.menucenter a:hover{
	color: white;
	background-color: #690;
	border-style: outset;
}

html>body .menucenter a:active { /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


.hovermenu ul{
font: bold 13px arial;

padding-left: 30;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: black;
background-color: #FFFDDC;
border: 2px solid #FFFDDC;
}

.hovermenu ul li a:hover{
	color: white;
	background-color: #690;
	border-style: outset;
}

html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
border-style: inset;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #030;
	text-align:center;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	text-align:center;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align:center;
}