@import url(layout.css);
body,table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding: 0px;
	margin:0px;
	float: none;
}
a:visited
{
	color: Blue;
}
#mainMenu a
{
	color:#000000;
}
div{
	text-align : left;
}
input.profileInput, input.loginInput, select.cardexpire, select.profileSelect, input.input100, input.input70{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border: 1px solid #008CCF;
	/* height: 14px; */
}


input.profileInput{
	width: 180px;	
}
input.input100
{
	width: 100px;
}
input.input70
{
	width: 70px;
}
input.button
{
	background-color: #FFFFFF;
	border: 1px solid #008CCF;
	color: #008CCF;
	font-weight: bold;
	height: 20px;
}
.padButton
{
	margin-left:123px;	
	
}
select.profileSelect
{
	width: 184px;	
}
input.loginInput{
	width: 120px;
}
select.cardexpire{
	width: 50px;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border: 1px solid #008CCF;
	height: 40px;
	width: 180px;
}
th{
	background-color : #D8E8F8;
}
th a
{
	color:#000000;
}
th a:visited
{
	color:#000000;
}
td.rightButtom, td.rightButtomStartPage
{
	padding-right: 16px;
	text-align: right;
}
td.rightButtomStartPage
{
	padding-right: 24px;
}
hr
{
	color: Black;
	height: 1px;
}
.status
{
	color: Red;
}
