/* CSS Document */

/*
standard throughout site
*/
#content_container 
{
	padding-top:15px;
	float:left;
	width:100%;
}

.warning
{
	color:#FF0000;
	font-weight:bold;
}

.errorHighlight
{
	border:#FF4646 thin solid;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textboxs_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

a:link#call_list {
	color: #000000;
}
a:visited#call_list {
	color: #000000;
}
/*
header text
*/
.whiteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

/*
Customers
*/

.table_underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.table_mouseoff {

background-color:#FFFFFF;

}

.table_mouseover {

background-color:#CCCCCC;
cursor:pointer;

}

.table_mouseoff_small {

background-color:#FFFFFF;
font-size: 10px;

}

.table_mouseover_small {

background-color:#CCCCCC;
cursor:pointer;
font-size: 10px;

}

.smalltext {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}

.incorrect
{
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
border-color:#FF0000;
border-style:solid;
}
/*
drag drop
*/

.table_left_border
{
border-left:thin;
border-left-color:#000000;
}

