body{
	font-family: verdana;
	font-size: 10pt;
	COLOR: #000000;
}
table{
	/*
	border-top: #e3e3e3 1px solid;
	border-bottom: silver 2px solid;
	border-right: silver 2px solid;
	border-left: #e3e3e3 1px solid;
	background-color:#000000;
	margin-bottom: 10px;
	vertical-align:center;
	width:770px; */


}

table.settings{
	font-size:7px;
	width:460px;
}

td.settings{
	background:red;
}

div.headerTitle{
	font-family:arial;
	color:white;
	margin-left:20px;
	font-size:26px;
	font-weight:bold;
	opacity:0.8;
	filter: alpha(opacity=80);
}

div.headerSubtitle{
	font-family:arial;
	color:#ccc;
	margin-left:20px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	opacity:0.8;
	filter: alpha(opacity=80);
	letter-spacing:1px;
}

div.message{
	font-size:15px;
	padding-bottom:15px;
	font-weight:bold;
	letter-spacing: 2px;
	margin-top:10px;
}
div.subtitle{
	font-size:14px;
	color:#666;
	font-weight: normal;
	letter-spacing:1px;
	margin-top:3px;
}

div.header{
	font-size:28px;
	font-weight:bold;
}

table.content{
	background-color:#FFFFFF;
	width:725px;
}
table.superTable{
	height:500px;
	background-color:white;
	overflow:auto;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:10px;
	margin-top:5px;"
}

td.txtBody{
	/* font-size: 10pt;
	font-family: verdana;
	color: #000000; */

	font-family: Tahoma;
	font-size: 12px;
	color: #666666;

}
td.editor{
	font-size: 18pt;
	font-weight: 900;
	background-color:#4EBF3B;
	text-align:center;
	height: 1%;
}
td.RightBorder{
	border-right:1px solid #ccc;
}

th{
	background-color:#EFEFEF;
	font-size: 10pt;
}
th.buttons{
	background-color:#FFFFFF;
	text-align:center;
	font-size:10pt;
	font-family:arial;
	top:10px;

}
th.tableheader{
	height:15px;
	background-color:#c9c9c9;
}
div.content{
	width:100%;
	align: center;

	vertical-align:top;
	margin-bottom: 10px;

}
div.smallcontent{
	width:100%;
	overflow: auto;
	align: center;
	vertical-align:top;
}

.submit{
	background-color:#efefef;
	color: #000;
	margin: 2px;
	border: 1px solid #000000;

	font-size:10pt;
	font-family:verdana;
}
input, select, textarea{
	border: 1px solid #000000;

}
input.error, select.error, textarea.error{
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
}
input:focus, select:focus, textarea:focus{
	border: 1px solid red;
	background-color:#FFFFEF;
}

a {
	color:black;
}

a:visited {
	color:purple;
}