
html, body {
	margin:0;
	padding:0;
	font-family: georgia, sans-serif;
	font-size:1.5em;
	line-height:0.7;
	background:#1f2858;
	color:#4db7de;
}

img {z-index:200;}

a {
	outline:none;
	color: #4db7de;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0.5em;
	margin-left: 0;
	padding: 0;
}

.wrapper {
	margin:0 auto;
	padding:0;
	width:26em;
	background:#1f2858;
} 

.header {
	height:180px;
	background:#1f2858 url(/images/header-right.gif) no-repeat top right;
	width:26em;
	position:relative;
}

.header ul {
	margin:0;
	padding:0;
	list-style: none;
	text-align:right;
	position: absolute;
	right:0.5em;
	top:7px;
}

.header ul li a {
	padding:0;
	margin:0;
	color:#1f2858;
	font-size:0.6em;
	text-decoration:none;
}

.header ul li a:hover {
	color:#4db7de;
}

.headLink {
	font-size: 50%;
	padding: 0;
	margin-top: 8px;
}

.left {
	float: left;
	padding-left: 30px;
}

.right {
	float: right;
	padding-right: 30px;
}

.content {
	font-size:0.45em;
	line-height:normal;
}

.leftcontent {
	width:22.5%;
	padding:10px 1% 0% 1%;
	float:left;
	height:490px;
	background:#3b4fae url(/images/starthere.gif) no-repeat top left;
}

.centreframe {
	width:48%;
	padding:3px;
	float:left;
	background:#5f76df;
	margin:0 1% 0 1%;
}

.centrecontent {
	height:491px;
	background:#1f2858;
	text-align:center;
	position:relative;
}

.centregraphic {
	text-align:center;
	background:#1f2858 url(/images/globe.jpg) no-repeat center center;
	width:100%;
	height:100%;
}

.topleft {
	position:absolute;
	top:-3px;
	left:-3px;
}

.topright {
	position:absolute;
	top:-3px;
	right:-3px;
}

.bottomleft {
	position:absolute;
	bottom:-3px;
	left:-3px;
}

.bottomright {
	position:absolute;
	bottom:-3px;
	right:-3px;
}

.rightcontent {
	width:22.5%;
        padding:10px 1% 0% 1%;
	float:right;
	height:490px;
	background:#3b4fae url(/images/rightcurve.gif) no-repeat top right;
}

.footer {
	height:70px;
	background:#1f2858 url(/images/footer-left.gif) no-repeat top left;
	clear:both;
}

.footertext {
	height:70px;
	padding-top:20px;
	background:transparent url(/images/footer-right.gif) no-repeat top right;
	text-align:center;
	font-size:0.45em;
	line-height:0.9;
}

/*FORM STYLES-----------------*/

form {
	margin:0;
}

form select {
	font-family:georgia, serif;
	font-size:1.2em;
	color:#4db7de;
	text-indent:0.1em;
	width:100%;
	height:1.6em;
	margin:0 0 8px 0;
	border:1px solid #1f2858;
	background:#354493;
}

/*FORM STYLES-----------------*/

form {
	margin:0;
	font-family:georgia, serif;

}

form select, 
form input {
	font-size:1.2em;
	color:#fff;
	text-indent:0.1em;
	width:100%;
	margin:0 0 8px 0;
	border:1px solid #2f3868;
	background:#1f2858;
}

form select.correct,
form input.correct {
	background: #5766B5;
	color:#6fd9ff;
}

form select {
	height:32px;
}

form input {
	text-indent: 8px;
	font-family:georgia, serif;
	line-height: 32px;
	width:10.6em;
}


form .bottom_border {
	margin-bottom: 1em;
}

.submitHolder {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;

	padding-top: 10px;
	font-size: 200%;
}

.submitbutton {
	width:100%;
	height:80px;
	color:#4db7de;
	font-family:georgia, serif;
	border:0.1em outset #1f2858;
	background:#1f2858 url(/images/submitback.jpg) repeat-x top left;
	font-size:1.3em;
	outline:none;

}

.submitbutton:active {
	border:0.1em inset #1f2858;	
}


#map {
	height: 95%;
	opacity: 0;
	overflow: hidden;
}

#map div {

}

#mapControls {
	height: 5%;
	text-align: center;
	background-color: #5f76df;
	color: #FFF;
	opacity: 0;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

#mapControls a {
	color: #000;
	padding: 2px;
}

#mapControls img {
	vertical-align: middle;
	
	border: none;
	margin: 0;
	margin-top: 2px;
}

#mapMessageText {
	text-align: center;
	width: 49%;
	margin: 0;
	font-size: 70%;
	float: left;
	line-height: 24px;
}

#leftControls {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#rightControls {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: right;
}

.dateHolder {
	position: relative;
}

.calendarTrigger {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0.2em;
	height: 32px;
	right: 3%;
}

.disabled {
	display: none;
}

.formText {
	font-size: 1.1em;
	height: 32px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.fadedOut {

}

input.fadedOut  {
	background: #3b5070;
	color: #0b759c;
}

.loginForm {
	padding: 0.5em 1em 0.5em 1em;
}

.loginForm .caption {
	float: left;
	clear: both;
	margin: 0;
	margin-right: 0.5em;
	text-align: right;
	line-height: 30px;
	width: 8em;
}

.loginForm .submitHolder {
	margin-right: 3em;
	clear: both;
	text-align: right;
}

.loginForm input {
	max-width: 12em;
	float: left;
}

 .submit {
	background:#1f2858 url(/images/submitback-small.jpg) repeat-x top left;

	font-size: normal;
	width: 6em;
}

.loginForm .link {
	clear: both;
	margin-left: 8.5em;
	padding: 0;
	position: relative;
	top: -0.25em;
}

.loginForm .link a,
.loginForm .link span {
	font-size: 70%;
}

/* Account Forms */
#matchForm {
	width:auto;
	margin-left: auto;
	margin-right: auto;
}

#matchForm .matchCaption {
	clear: both;
	width: 49%;
	margin-right: 1%;
	margin-left: 12.5%;

	float: left;

	line-height: 32px;
}

#matchForm .matchInput {
	width: 25%;

	float: left;
}

.matchInfo {
	width: 75%;
	margin-left: 15%;
}

.pendingMatchLinks {
	width: 90%;
	margin: 1em;
	margin-top: 0;
	margin-left: 5%;
	padding: 0.25em;

	background-color: #FFF;
	color: #000;

	font-size: 90%;
}

.pendingMatchLinks thead {
	font-weight: bold;
}

.pendingMatchLinks thead tr td {
	border-bottom: 1px solid #000;
}

.pendingMatchLinks tr td {
	padding-right: 0.5em;
}

/* Messenger CSS */
.contactList {
	width: 12em;
	padding: 0;

	background-color: #FFF;
	color: #000;
	border: 2px solid #000;

	min-height: 10em;
	margin-bottom: 2em;

	float: left;
}

.contactList h4 {
	font-weight: normal;
	font-size: 90%;
	padding: 0.25em;
	margin: 0;
	background-color: #1f2858;
	color: #FFF;

}

.contactList .list {
	padding: 0.25em;
	font-size: 80%;
	color: #000;
}

.messageList {
	width: 43em;
	padding: 0;

	background-color: #FFF;
	color: #000;
	border: 2px solid #000;

	height: 10em;
	margin-bottom: 2em;

	margin-left: 1em;

	float: left;
	overflow: auto;
}

.messageList .head{
	background-color: #1f2858;	
	color: #FFF;
	font-weight: normal;
	font-size: 90%;
	padding: 0.25em;
	margin: 0;
}

.messageList h4 {
	font-weight: normal;
	font-size: 90%;
	padding: 0.25em;
	margin: 0;
	background-color: #1f2858;
	color: #FFF;


	display: inline;
}

.messageList h4 a {
	background: none;
	color: #FFF;
}

.messageList h4 a.selected {
	font-weight: bold;
}

.messageList .controls {
	padding-left: 0.4em;
	font-size: 80%;
	background-color: #3b5070;
}

.messageList .control {
	padding: 0.2em;
	float: left;

	margin-right: 0.4em;
}

.messageList .control a {
	color: #FFF;
	text-decoration: underline;
}

.messageList .messages {
	padding: 0.5em;
	padding-top: 0.3em;
	font-size: 75%;
}

.messageList .messageLine {
	clear: both;
	padding: 0;
	margin: 0;
}

.messageList .new {
	font-weight: bold;
}

.messageLine {
	cursor: pointer;
	clear: both;
	margin-bottom: 0.5em;
}

.heading div {
	float: left;
	margin-right: 1em;
}

.highlighted {

}

.highlighted div {
	color: #AAF;

	text-decoration: underline;
}

.messageLine .info {
	width: 5%;
}

.messageLine .date {
	width: 30%;
}

.messageLine .from {
	width: 25%;
}

.messageLine .subject {
	width: 30%;
}

.messageLine div {
	float: left;
	margin-right: 1em;
}

.message .row {
	margin-bottom: 1em;
}

.message .caption {
	float: left;
	padding: 0.2em;
	margin-left: 2em;
	margin-right: 2em;
	width: 8em;
	text-align: right;
}

.message .data {
	float: left;
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	background-color: #FFF;
	color: #000;
}

.sendBody {
	color: #000;
	width: 40em;
	height: 15em;

	margin-left: 12.2em;
	padding: 0.2em;
	margin-bottom: 2em;
	padding-left: 0.2em;
	padding-right: 0.5em;
}

.messageBody {
	background-color: #FFF;
	color: #000;
	width: 40em;
	height: 15em;

	margin-left: 12.4em;
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;

	overflow: auto;
}

.messageControls {
	width: 41em;

	margin-top: 1.5em;
	margin-bottom: 1.5em;

	margin-left: 12.4em;
	text-align: right;
}

.messageControls a {
	background-color: #3f4878;
	border: 2px outset #4db7de;

	color: #FFF;
	padding: 0.2em;
	margin-left: 0.5em;
}

.messageControls a:hover {
	background-color: #47b0c8;

	text-decoration: none;
}

.messageControls a:active {
	border: 2px inset #4db7de;
	background-color: #47b0c8;

	text-decoration: none;
}

form#bodyForm input,
form#bodyForm select {
	width: auto;
	height: auto;
}

form#bodyForm .submit {
	margin: 0;

	background-color: #3f4878;
	border: 2px outset #4db7de;

	color: #FFF;
	padding: 0.2em;
	margin-left: 0.5em;

	font-size: 100%;
}

.cellMap {
	width: 180px;
	height: 100px;
	overflow: hidden;
}

.message .warning {
	background-color: #FAA;
	border: 1px solid #FFF;
	color: #000;
	width: 40em;

	margin-left: 12.4em;
	padding-left: 0.5em;
}

