body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
   	padding: 0;
}
a {
	color: #333366;
    text-decoration: underline;
    font-size: 12px;
}
a:hover {
	color: #333366;
    text-decoration: underline;
}
.header {
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
.outerTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	width: 550px;
}
.inputTable {
	padding: 2px;
}
.note {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.3;
}
.info {
	font-weight: normal;
}
.message {
	font-weight: normal;
	color: #FF0000;
}
.globalMessage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
	color: #FF0000;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
}
.tip {
	font-size: .7em;
	font-weight: normal;
}
.inputLabel {
	font-size: .8em;
	font-weight: normal;
}
.error {
	font-size: .7em;
	font-weight: normal;
	color: #FF0000;
}
.spacer {
	width: 10px;
}
.button {
	padding:3px;
	font-weight: bold;
	text-align:center;
}
.exceptionText{
	font-size: .8em;
	font-style: normal;
}
.version {
    font-size: 10px;
	font-style: italic;
	color: #EEEEEE;
}


/* from NJ MVC web site */ 

.njmvc_header {
	color: #00176b;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	line-height: 1.5em;
}
.njmvc_title {
	font-size: .9em;
	color: #00176b;
	font-weight: bold;
}
.njmvc_input {
	width: 130px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
}
.njmvc_button {
	border-color: #7f9db9;
	color: #ffffff;
	background-color: #f69400;
	font-weight: bold;

	border-width: 1px;
	border-style: solid;
}
a.link_button {
	color: #ffffff;
	border-color: #7f9db9;
	background-color: #f69400;
    text-decoration: none;
	font-weight: bold;

	border-width: 1px;
	border-style: solid;
	
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	
}
a.link_button:hover {
	color: #ffffff;
    text-decoration: none;
}
.njmvc_table{
    border-width: 1px;
    background-color: #FFFFFF;
    border-style:solid; 
    border-color:#000000;
    border-collapse:collapse;	
}
.njmvc_table_testdatetime{
    border-width: 1px;
    background-color: #FFFFFF;
    border-style:solid; 
    border-color:#000000;
    border-collapse:collapse;	
	width: 200px;
}
.njmvc_table_overallresult{
    border-width: 1px;
    background-color: #FFFFFF;
    border-style:solid; 
    border-color:#000000;
    border-collapse:collapse;	
	width: 120px;
}