body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: #E0E0FF;
	height:100%;
}

input
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;

}

td {
	vertical-align: top;
}


table tr.even {
	background: #EEEEFF;
}

table tr.odd {
	background: #E0E0F8;
}

#header {
	height: 50px;
	text-align: center;
	background: #E0E0FF;
	padding: 10px;
}

#footer {
	width: 100%;
	text-align: center;
	background-color : #5C6F90;
	font-size: 0.8em;
}

#footer a {
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
}

#left {
	width: 165px;
	background: #EEEEFF;
	border: 2px solid Silver;
	padding: 5px;
	font-size: 1.0em;
}


#main {
	margin-right: 10px;
	background: #EEEEFF;
	padding: 3px;
	border: 2px solid Silver;
	min-height: 600px;
	width: 99%;
}

#mainwhere {
    margin-right: 10px;
    background: #EEEEFF;
    padding: 3px;
    border-top: 2px solid Silver;
    border-left: 2px solid Silver;
    border-right: 2px solid Silver;
    font-size: 0.85em;
	width: 99%;
}


#emptypopup {
	padding: 30px;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
} 
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .3em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .2em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .1em;
}

ul.mainnav {
	list-style : none;
	margin : 0;
	padding : 0;
	background-color : #d6d6d6;
	width: 165px;
}

ul.mainnav li {
	display : block;
	border-top : 1px solid #a5b5c6;
}

ul.mainnav li a {
	display : block;
	margin : 0;
	padding : 6px;
	background-color : #5C6F90;
	font : bold 0.9em/1.5em Arial, sans-serif;
	color : #fff;
	text-decoration : none;
}

ul.mainnav li a:hover {
	background-color : #63616b;
	color : #eee;
	text-decoration: none;
}

.aligncenter {
	width: 100%;
	text-align: center;
}

a {
	text-decoration: none;
	font-size: 1em;
	color: #5C6F90;
}

a:hover {
	text-decoration: underline;
}

.summarytable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 2px solid black;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
	
}

.summarytable th {
	border: 2px solid black;
	background-color: #5C6F90;
	padding: 5px;
	margin: 0px;
	font-size: 1.0em;
	color: white;
	font-weight: bold;
}

.summarytable th a{
	font-size: 1.0em;
	color: white;
	font-weight: bold;
}

.summarytable td {
	border: 2px solid black;
	margin: 0px;
	padding: 2px;

}

.complete {
	color: green;
	font-weight: bold;
}

.incomplete {
	color: red;
	font-weight: bold;

}

.error {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	background: #F0DCDC;
}


.notice {
	font-weight: bold;
	border: 1px solid Silver;
	background: #E0E0FF;
	font-size: 1em;
}

.happy {
	color: green;
	font-weight: bold;
	border: 1px solid Silver;
	background: #D0EED0;
	font-size: 1em;
}

.caution {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: red;
}

a.caution:hover {
	text-decoration: underline;
}

.requiredfield {
	font-weight: bold;
	font-size: 0.8em;
	color: #FF0000;
}

.viewtable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 2px solid black;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
	
}

.viewtable th {
	border: 2px solid black;
	background-color: #5C6F90;
	padding: 5px;
	margin: 0px;
	font-size: 1.0em;
	color: white;
	font-weight: bold;
	text-align: left;
}

.viewtable th a{
	font-size: 1.1em;
	color: white;
	font-weight: bold;
}

.viewtable td {
	border: 2px solid black;
	margin: 0px;
	padding: 4px;

}


.headertable td {
	vertical-align: baseline;
}

hr {
	margin-top: 2px;
}

tr.externalaward {
	background-color: #CCCCDD;
	font-style: italic;
}

.adminconfigtable {
	border-collapse: collapse;
	font-size: 0.8em;

}

.adminconfigtable td {
	text-align: center;
	padding: 5px;
	width: 128px;
	color: #999999;
}

.fundraisingpending {
	color: black;
	border: 1px solid #FFAAAA;
	background: #FFAAAA;
}

.fundraisingconfirmed {
	color: black;
	border: 1px solid #FFFFAA;
	background: #FFFFAA;
}


.fundraisingreceived {
	color: black;
	border: 1px solid #AAFFAA;
	background: #AAFFAA;
}

.fundraisingtable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 0.8em;
	
}

.fundraisingtable th {
	border: 1px solid black;
	background-color: #5C6F90;
	padding: 2px;
	margin: 0px;
	font-size: 1.0em;
	color: white;
	font-weight: bold;
	text-align: left;
}

.fundraisingtable th a{
	color: white;
	font-weight: normal;
}

.fundraisingtable td {
	border: 1px solid black;
	margin: 0px;
	padding: 1px;

}


.SFIABDialog {
	font-size: 0.8em;
	background-color: #EEEEFF;
	border: 3px solid #5C6F90;
	z-index: 140;
}

.SFIABDialogInner {
	background-color: #EEEEFF;
	margin: 4px;
	padding: 4px;
	z-index: 150;

}

#FadeScreenDiv {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	position: fixed;
	display: block;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: black;
	_background: none;
	margin: 0px 0px 0px 0px;
	clear: none;
}

.SFIABDialogTable {
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9em;
	border: 0px;
	border-collapse: collapse;
}

.SFIABDialogTable td {
	border: 0px solid #5C6F90;
	padding: 1px;
}

.SFIABDialogTable th {
	border: 1px solid #5C6F90;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #5C6F90; 
	padding: 2px;
}

/* Tab colours, boy this will be nice when CSS variables exist */

/* Tab Line Colour */
ul#htabs {
	border-bottom-color: #A5B5C6; /* Line colour */
}

/* Non-selected tab */
ul#htabs li a {
	background-color: #D0D0FF; /* Background Colour */
	color: #000000; /* Font colour */
	border-color: #A5B5C6;
}

/* Selected tab */
ul#htabs li.htabsel { 
	background-color: #EEEEFF; /* Backgroudn Colour */
	border-bottom-color: #EEEEFF; /* Bottom border colour, should match the bkgrnd */
}

/* Selected tab link */
ul#htabs li.htabsel a {
	background-color: #EEEEFF; /* Background Colour */
	color: #000000; /* Font colour */
}

/* Hover over colour */
ul#htabs a:hover {
	background: #ffffff; 
}

#htabmain {
	background: #EEEEFF; /* Should match selected tab background */
	border-color: #A5B5C6;/* Should match UL border */
}