﻿body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C5CCD3;
}
#content {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	width: 300px;
	height: 400px;
}
#menuTop {
	padding: 0px;
	margin: 0px;
	height: 38px;
	width: 320px;
	background-image: url('../images/titleback.jpg');
}
#titleTop {
	margin: 0px auto 0px auto;
	font-size: large;
	font-weight: bold;
	padding-top: 9px;
	color: #FFFFFF;
	width: 226px;
}
.borderTop {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url('../images/border_top.png');
}
.borderMiddle {
	padding: 4px 10px 4px 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url('../images/border_middle.png');
}
.borderMiddleSeparator {
	padding: 4px 10px 4px 10px;
	background-color: #FFFFFF;
	background-image: url(../images/border_middle.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
}
.borderBottom {
	background-image: url('../images/border_down.png');
	background-repeat: no-repeat;
	background-position: top;
}
.inputCaption {
	font-size: small;
	float: left;
	vertical-align: middle;
	margin-top: 2px;
	font-weight: bold;
}
.inputControl {
	font-size: small;
	width: 180px;
	float: right;
	text-align: right;
}
.checkRemember {
	float: left;
	width: 20px;
	margin-left: 40px;
}
.buttonRight {
	float: right;
	margin-right: 5px;
	width: 110px;
}
.result {
	font-size: medium;
	font-weight: bold;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #44576A;
}
.helpText {
	font-size: small;
}
.smallText {
	font-size: xx-small;
	text-decoration: none;
}
.tableHeader {
    color: White; 
    background-color: Tan; 
    font-weight: bold;
}
.tableRowEven {
    color: rgb(51, 51, 51); 
    background-color: rgb(247, 246, 243);
}
.tableRowOdd {
    color: rgb(40, 71, 117); 
    background-color: White;
}
.googleAds {
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 20px;*/
	width: 234px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	font-style: italic;
	text-align: right;
}
.infoText {
	display: none;
}
