body,html,table,td,input,submit,textarea,select{
	overflow-y: auto; overflow-x: auto; font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
form{
	margin: 0px;
}
.cTable a:link, .cTable a:visited, .cTable a:active{
	color: #6aaf1e;
	text-decoration: underline;
}
.cTable a:hover{
	color: #ff6600;
	text-decoration: underline;
}
.loginContainer{
	width: 300px;
}
.loginTitle, .cTitle{
	padding: 10px;
	color: #5a5a5a;
	background-color: #f5f5f5;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}
.loginBottomContainer{
	border-top: 1px solid #cccccc;
}
.seperator{
	height: 1px;
	background-color: #e5e5e5;
}
.inputText{
	width: 25%;
	padding: 10px;
	color: #5a5a5a;
}
.inputInfo{
	width: 75%;
	padding: 10px;
	color: #5a5a5a;
	background-color: #fcfcfc;
}
.submit{
	padding: 10px;
	color: #5a5a5a;
	background-color: #f5f5f5;
	border-top: 1px solid #ffffff;
	text-align: right;
}
.cTable{
	/*width: 750px;*/
	width: 100%;
	text-align: left;
}
.cRow{
	padding: 5px;
	background-color: #fcfcfc;
	color: #5a5a5a;
	font-weight: bold;
}
.cRowContent{
	padding: 5px;
}
.cRowAltContent{
	padding: 5px;
	background-color: #fcfcfc;
}
.red{
	color: #ff0000;
	font-weight: bold;
}
.greenSuccess{
	padding: 10px;
	background-color: #ebffdf;
	border-bottom: 1px solid #5ec600;
	color: #216600;
}
.links{
	width: 185px;
	padding: 15px;
	background-color: #fbfbfb;
}

.fullWidth{
	width: 100%;
}