/* styles used for datagrid layouts */
.listTable {
	background-color:#FFCC55;
	border-width:0;
	border-left:1px solid #EEBB44;
	border-top:1px solid #EEBB44;
	font-size:11px;
}
.listTable td {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	border-width:0;
	border-right:1px solid #EEBB44;
	border-bottom:1px solid #EEBB44;
}
.listTable .header {
	font-weight:bold;
}

.errorText 
{
	color: #ff0000;
}

.footerText 
{
    font-size: 10px;
}

.international_graybar{
	clear: both;
	width: 800px;
	height: 10px;
	background-color: #D3D3D3;
	/*border-bottom: 1px solid #FFF;*/

}

.languages
{
	font-size:11px;
	font-family:Arial, Verdana, Sans-Serif;
	height:17px;	
}

div.row
{
	clear: both;
	padding-bottom: 5px;
}

div.row span.label
{
	float: left;
	width: 30%;
	text-align: left;
	vertical-align: top;
}

div.row span.input
{
	float: right;
	width: 65%;
	text-align: left;
	vertical-align: top;
}

div.spacer
{
	clear: both;
}

td.wrappable
{
	white-space:normal;
}