﻿/* ------------ Basic elements ------------ */
a:link 	  { color: blue;   }
a:visited { color: purple; }
a:hover   { color: red;    }
a:active  { color: yellow; }

body {
	background-color: #f0f8ff;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, geneva, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

a {
	font-size: small;
	font-family: Verdana, geneva, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* ------------ Page layout ------------ */
#container {
	width: 100%;
}

#pageHeader {
	clear: left;
    height: 48px;
}

#pageMenu {
	float: left;
	width: 144px;
	background-color: #E2E2E2;
}

#pageContent {
	margin-left: 144px;
	width: 650px;
	padding-left: 12px;
	padding-top: 12px;
}

/* ------------ Page header styles ------------ */
#ftLogo {
	float: left;
	width: 144px;
    height: 48px;
	background-color: #C0C0F0;
}

#ftTitle {
	width: 664px;
	margin-left: 144px;
    height: 48px;
	background-color: #C0C0F0;
    text-align: center;
	color: black; 
	font-weight: bold; 
}

#ftTitle h1 {
	font-size: 26px; 
	font-style: italic;
	margin: 0px;
}

#ftTitle h2 {
	font-size: 12px; 
	margin: 0px;
}

/* ------------ Menu styles ------------ */
.menuItem {
	width: 144px;
	height: 36px;
	padding-left: 4px;
	border-bottom: inset 2px #FFFFFF;
	font-size: 12px;
	line-height: 300%;
}

/* ------------ Control styles ------------ */
.textboxLabel {
	font-size: 12px;
	font-weight: normal;
}

.textboxLabelLeft {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
}

.textbox {
	padding-left: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	border: 1px black solid;
	background-color: #F6F6F6;
}

.debug {
	background-color: red;
	border: solid 1px teal;
}
