/************* RESET *************/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********* BASIC ELEMENTS ********/

body {
	color: #111111;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

table {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 8px;
}

th {
	text-align: left;
}

td {
	border-spacing: 0;
}

h1 {
	color: #BBBBBB;
	font-size: 50px;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	padding: 4px;
	padding-bottom: 12px;
}

h3 {
	font-size: 14px;
	padding: 4px;
}

h4 {
	font-size: 14px;
	padding: 4px;
	padding-bottom: 0px;
}

h5 {
	font-size: 12px;
	padding: 4px;
	padding-bottom: 0px;
}

h6 {
	font-size: 12px;
	padding: 4px;
	padding-bottom: 4px;
}

p {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	line-height: 1.3em;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #3F11B3;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ol {
	margin-left: 15px;
}

label {
	font-size: 12px;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #111111;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}

input[type=submit],
input[type=button],
a.button {
	padding:4px;
	color: #3F11B3;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	border: 1px solid black;
}
input[type=submit]:hover,
input[type=button]:hover,
a.button:hover {
	cursor: pointer;
	background-color: #3F11B3;
	color: white;
	text-decoration: none;
}

input:hover, input:active, textarea:hover, textarea:active {
	background-color: #DDDDDD;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #111111;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	max-width: 200px;
}

textarea {
	background-color: #FFFFFF;
	border: 1px solid #111111;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height: 120px;
	width: 580px;
}

/******** GENERIC CLASSES ********/

.center {
	text-align: center;
}

.error {
	color: #46688e;
}

.pointer {
	cursor: pointer;
}

input.admin {
	width: 100px;
}

input.adminbutton {
	border: 0;
	color: #3F11B3;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 0;
	text-align: left;
	width: 66px;
}

input.button {
	border: 0;
	color: #3F11B3;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin: 0;
	text-align: left;
	width: 161px;
}

input.image {
	border: none;
	height: auto;
	width: auto;
}

input.checkbox {
	height: auto;
	margin: 0;
	width: auto;
}

input.radio{
	height: auto;
	margin: 0;
	width: auto;
}

input.result {
	width: 25px;
}

input.year {
	width: 65px;
}

input.upload {
	border: 0;
	font-size: 12px;
	margin: 0;
	outline: 0;
	padding: 0;
}

#iWasThere {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	padding-bottom: 10px;
	position: absolute;
	top: 28%;
	left: 33%;
}

.leftwing {
	border-bottom: 1px solid #000000;
	margin-bottom: 16px;
}

.page {

}

p.news {
	/*border-bottom: 1px solid  #000000;*/
	padding-bottom: 4px;
}

p.newsred {
	/*border-bottom: 1px solid  #000000;*/
	color: #D40000;
	padding-bottom: 4px;
}

.profileimg {
	border: 2px solid #000000;
}

.red {
	color: #D40000;
}

.rightwing {
	border-bottom: 1px solid #000000;
	margin-bottom: 16px;
}

select.filter {
	margin-left: 4px;
	margin-top: 4px;
}

.small {
	font-size: 10px;
}

table.login {
	background-color: #CCCCCC;
	border-collapse: inherit;
	border-spacing: 1px;
	width: 191px;
}

table.login tbody td {
	background-color: #FFFFFF;
	padding: 4px;
}

table.login tbody td input
{
	width: 80px;
}

table tbody td.roleadmin
{
	color: red;
	font-weight: bold;
}

table tbody td.rolemod
{
	font-weight: bold;
}

.tabscontainer {
	height: 20px;
	list-style: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
}

.tabs li {
	border: 1px solid black;
	color: #666666;
	float: left;
	margin: 1px;
	padding-right: 0px;
}

.tabs li:hover, .tabs li:active {
	color: #D1D1D1;
	background-color: #666666;
	display: block;
}

.tabs a:link, .tabs a:visited {
	display: block;
	font-size: 11px;
	padding: 2px;
}

.tabs a:hover, .tabs a:active {
	color: #D1D1D1;
	text-decoration: none;
}

/********** BASIC LAYOUT *********/

#ie {
	text-align: center;
}

#overall {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#top {
	background-color: #FFFFFF;
	height: 121px;
	margin: 0 auto;
}

#cheader {
	border-bottom: 1px solid black;
	height: 90px;
	overflow: hidden;
}

#navigation {
	border-bottom: 1px solid black;
	height: 29px;
	list-style: none;
}

#main {
	background-color: #FFFFFF;
	width: 1000px;
}

#left {
	float: left;
	height: 100%;
	overflow: hidden;
	width: 199px;
}

#middle {
	border-left: 1px solid black;
	border-right: 1px solid black;
	float: left;
	min-height: 800px;
	overflow: hidden;
	padding-bottom: 3px;
	width: 600px;
}

* html #middle {
	height: 600px;
}

#right {
	float: right;
	height: 100%;
	overflow: hidden;
	width: 199px;
}

#cfooter {
	border-top: 1px solid black;
	padding: 4px;
	text-align: center;
}

/************* TOP ************/

#pagetitle {
	color: #3F11B3;
	font-size: 22px;
	font-weight: bold;
	text-transform: lowercase;
}

/************** NAVIGATION **************/

#navigation li {
	border: 1px solid black;
	color: #666666;
	float: left;
	margin: 3px;
	margin-right: 0px;
}

#navigation li:hover, #navigation li:active {
	color: #D1D1D1;
	background-color: #666666;
	display: block;
}

#navigation a:link, #navigation a:visited {
	display: block;
	font-size: 12px;
	padding: 5px;
}

#navigation a:hover, #navigation a:active {
	color: #D1D1D1;
	text-decoration: none;
}
