body, p, span, input, button, select, textarea, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
body, p, span {
	line-height: 16px;
}

body {
	background-color: #F2F2F2;
	margin: 5px;
	margin-top: 0px;
	color: #333333;
}

div.header {
	width: 100%;
	background-color: #3B6E98;
	height: 64px;
	background-image: url(headerBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.header div.logo {
	position: absolute;
	top: 0px;
	left: 5px;	
}

div.header div.info {
	position: absolute;
	top: 1px;
	right: 10px;
	color: #FFFFFF;
	font-size: 10px;
}
div.header div.info span {
	font-size: 10px;
}

div.header div.info a {
	color: #FFFFFF;
	font-weight: bold;
}

div.header div.back {
	position: absolute;
	top: 47px;
	right: 5px;
}

div.backNoHeader {
	position: absolute;
	top: 15px;
	right: 15px;
}

a {
	color: #3B6E98;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

div.content {
	background-color: #FFFFFF;
	background-image: url(contentBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1, h1 span, .bigheading {
	color: #3B6E98;
	font-size: 16px;
	margin: 0px;
	line-height: 25px;
}

h2, h2 span {
	color: #3B6E98;
	font-size: 16px;
	margin: 0px;
	line-height: 25px;
}

/* extra styles */
/** Datagrid definitions.. check this
 */
tr.smallheading td, td.smallheading, .smallheading {
	border-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3B6E98;
	border-bottom: 2px solid #7CA3C4;
	padding: 4px;
}

tr.smallerheading  td {
	font-size: 11px;
	font-weight: bold;
	color: #3B6E98;
	background-color: #FFFFFF;
	border-bottom: 2px solid #999999;
}

.altrow {
	/*padding: 4px;*/
	background-color: #EEEEEE;
}


/* this definition is for all datagrids */
.datagrid {
	background-color: #EEEEEE;
}

/** Input form definitions
 */
table.form {
	width: 98%;
}
table.form td {
	padding: 4px;
	border-top: 1px solid #EEEEEE;
}

/* tab styles */
td.tab {
	background-image: url(tabBg.gif);
	background-repeat:no-repeat;
	background-position: left;
	width: 142px;
	height: 22px;
}

td.tabSelected {
	background-image: url(tabSelectedBg.gif);
	background-repeat:no-repeat;
	background-position: left;
	width: 142px;
	height: 22px;
	font-weight: bold;
	color: #3B6E98;
}

table.tabs {
	margin-top: 5px;
}

td.tab a {
	color: #666666;
}

td.tab a:hover {
	color: #3B6E98;
}

.bigtext {
	font-size: 13px;
}

.bigheading { }

.textbox { }

.smallheading {	border-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3B6E98;
	border-bottom: 2px solid #7CA3C4;
	padding: 4px; }

.button { }

.boldtext {
	font-weight: bold;
}

/* hl tags */
.hl1 {
	color: black;
	background-color: limegreen;
}

.hl2 {
	color: black;
	background-color: yellow;
}

.hl3 {
	color: black;
	background-color: #ff6666;
}
