/* CSS Document */
/* GENERAL RULES */
body {
	padding: 0;
	margin: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, div {
	padding: 0;
	margin: 0 6px 1em 6px;
	font-size: 11px;
	line-height: 1.3em;
}

h2 {
	font-size: 13px;
	margin: 0 6px 1.3em 6px;
	/*color: #13007C;*/
}

input, select, textarea {
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table, img {
	border: 0;
	margin: 0;
}

td,th {
	padding: 0;
	line-height: 1.3em;
}

.black {
	color: #000000;
}

a, a:active, a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*copyright*/
.copyrightst {
	color: #333333;
	vertical-align: middle;
	text-align: center;
}

.copyrightst p {
	font-size: 10px;
	margin: 4px;
}

a.copyrightst, a:active.copyrightst, a:visited.copyrightst {
	color: #333333;
}

a:hover.copyrightst {
	text-decoration: none;
}

/* TABLES */
/* main */

table#registryTable, table#avgAtor {
	border: 1px solid #000099;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0em
}

table#registryTable tr td, table#registryTable tr th {
	
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0em;
	/*border: 1px solid #000000;*/
}

table#basicTable {
	border: 1px solid #000099;
	width:100%;
}

table#basicTable tr td, table#basicTable tr th {
	
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0em;
	font-size:10px;
	border: 1px solid #000099;
	text-align:center;
}

table#basicTable tr th {
	background: #000099;
	color:#FFFFFF;
}

table#wedbingoTable {
	border: 1px solid #000099;
	width: 100%;
}

table#wedbingoTable tr td {
	border: 1px solid #000000;
	padding: 2px;
}

table#avgAtor tr td {
	padding:4px;
	vertical-align:middle;
}

table#avgAtorAnsw tr td {
	padding:4px;
	vertical-align:top;
}


.tableHead {
	background: #000099;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top: 1em;
	margin-bottom: 0
}

table#budgetCalc {
	margin: 0 6px 1em 6px;
}

table#budgetCalc tr td input {
	text-align: right;
}

.content {
	padding: 6px;
}

.headerPic {
	padding: 10px;
}

.contentPDF {
	padding-right: 6px;
}

/*float*/
.floatLeft {
	float: left;
	margin: 2px 6px 6px 1px;
}

.floatRight {
	float: right;
	margin: 2px 1px 6px 6px;
}

.tableHeadWhite {
	background: #000099;
	color: #FFFFFF;
	vertical-align: middle;
	margin-bottom: 0;
	border-bottom-color: #FFFFFF;
}
