﻿/* RESET SETTINGS FOR ANNOYING BROWSERS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET SETTINGS */

/* -----   GLOBAL   ----- */

body 
{
	margin: 0;
	padding: 0; 
	font-family: georgia, times, "times new roman", serif; 	
	background-color: #EAE2A1;
	font-size: 100%;
}
p
{
	font-size: 0.8em; 
	color: #333333;
}
h3
{
	font-weight: bold;
	font-size: 1.25em;
}

/* MasterPage container layout */
#container
{
	margin: 1em 5%;
}
#header
{
	background-color: #FFFFEE;
	padding: .5em;
	border: solid 1px #000000;
}
#content_wrapper
{
	background-color: #DEB887;
	min-height: 500px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
#menu
{
	float: left;
	width: 200px;
	margin: 10px;
	padding-top: 1em;
	font-size: 0.8em;
}
#menu a:link, a:visited, a:hover 
{
	color: #333333;
}
#main_content
{
	padding-top: 1em;
	margin: 0 2em 0 220px;
	vertical-align: top;	
}
#footer
{
	clear: both;
	background-color: #FFFFEE;
	padding: 1em;
	text-align: right;
	border: solid 1px #000000;
}
div.checkboxlist
{
	border: 0px;
	overflow: auto;
	padding-left: 5px;
	height: 100px;
	margin-right: 40px;
}

.standard
{
	margin-bottom: 20px;
}
.standard td,th
{
	border:0px;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size: 0.8em;
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
.wpeven td{
	background:#EAE2A1;
	text-align:center;
	border: 1px solid #000000;
	vertical-align: middle;
}
.wpodd td{
	background:#FFFFEE;
	font-size:1em;
	border: 1px solid #000000;
	vertical-align: middle;
}
.repeater td,th
{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size: 0.8em;
	padding:.2em .5em;
	font-weight:normal;
	font-family: Courier, "Courier New", Monospace;
}
.repeatertop td,th{
	background:#D3C13C;
	color:#fff;
}
.rpteven td{
	background:#EAE2A1;
}
.rptodd td{
	background:#FFFFEE;
}
.rptedit td{
	background:#D3C13C;
}
table th a:link{
	color:#030;
}
table th a:visited{
	color:#003;
}
table td a:link{
	color:#369;
}
table td a:visited{
	color:#000;
}
table a:hover{
	text-decoration:none;
}
table a:active{
	color:#000;
}
