body, h1, h2, h3, p, ul, ol, li, label, form, img, div, table {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}
body {	
	margin: 0 20px;
	font-size: 80%;
	color: #333;
	background-color: #fff;
}
body, input, select, textarea {
	font-family: arial, helvetica, sans-serif;
}
textarea {
	font-size: 1.0em;
}
a {
	color: #34576B;
}
a:hover {
	color: #264152;
}
.apipe {
	color: #34576B;
	padding: 0 3px;
}
p {
	line-height: 1.4em;
	margin-bottom: 20px;
}
h1, h2 {
	margin-bottom: 0.4em;
	font-family: tahoma;
}
h3, h4 {
	margin-bottom: 0.2em;
}
h1 {	
	font-size: 1.8em;
	margin-top: -5px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	margin-top: 0;
}
li {
	margin: 0 0 6px 15px;
}
.clear {
	clear: both;   
}
hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px;
}

/* layout */
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#content {
	border: 1px solid #C2D4DE;
	border-top: 0;
	padding: 20px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

/* navigation */

#top {
	background-color: #345469;
	padding: 12px 20px;
}
#top #title {
	float: left;
}
#top #title a {
	font-size: 1.4em; 
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#top #toplinks {
	float: right;
	color: #fff;
	padding-top: 3px;
}
#top #toplinks a {
	color: #fff;
}
#tabs {
	background: #E4ECF1;
	border: 1px solid #C2D4DE;
	border-top: 0;
}
#tabs ul {
	list-style: none;
	margin-bottom: -1px;
}
#tabs ul li {
	float: left;
	margin: 0;
}
#tabs ul li a {
	border: 1px solid #C2D4DE;
	border-left: 0;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 12px 20px;
	background: #E4ECF1;
}
#tabs ul li a:hover {
	background-color: #C2D4DE;
}
#tabs ul li a#active {
	color: #333;
	background: #fff;
	border-bottom-color: #fff;
	text-decoration: none;
}
#breadcrumb {
	margin-bottom: 20px;
}
#submenu {
	margin-bottom: 20px;
}
#submenu ul {
	list-style: none;
}
#submenu ul li {
	margin: 0;
	display: inline;
	margin-right: -3px;
}
#submenu ul li a {
	color: #fff;
	display: inline-block;
	padding: 5px 12px;	
	text-decoration: none;
	font-weight: bold;
	background-color: #34576B;
}
#submenu ul li a:hover {
	text-decoration: underline;
}

#resources{
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	padding: 7px;
	border: 1px solid #34576B;
}
#resources h4 {
	font-size: 1.2;
	font-weight: bold;
}
#resources ul li {
	margin: 0;
	display: inline;
	margin-right: -3px;
}

/* forms */

fieldset {
	padding: 20px;
	border: 1px solid #34576B;
}
legend {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 0 5px -13px;
	font-family: tahoma;
	color: #687D70;
}
label {
	font-weight: bold;
}
label.leftalign {
	float: left;
	width: 15%;
	margin-top: 3px;
}

label.rightalign {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}

.fieldcontainer, .buttoncontainer {
	margin-top: 20px;
}
.buttoncontainer, .fielddescr {
	margin-left: 15%;
}

.fielddescr {
	font-style: italic;
	color: #999;
	margin-top: 0;
	margin-bottom: 0;
}

.thumbnailcaption{
	font-style: italic;
	color: #999;	
}
.asterisk {
	font-family: verdana;
	font-weight: bold;
}
.charcounter {
	font-weight: bold;
}
.btn {
	*overflow: visible; 
	*padding/**/: 2px 8px 0;
}
.bigform {
	margin-top: 30px;
}
.forminstr {
	padding: 8px 10px;
	background: #E4ECF1;
}

/* user messages */

div.errormsg, div.successmsg {
	padding: 12px 12px 10px 42px;
	background: #ffff99 url(/images/erroricon.gif) no-repeat;
}
div.successmsg {
	background-image: url(/images/successicon.gif);
}
div.errormsg h3, div.successmsg h3 {
	margin: 0;
	padding: 0;
}
div.errormsg h3{
	color: #c00;
}
div.successmsg h3 {
	color: #333;
}
div.errormsg ul, div.successmsg ul {
	margin: 6px 0 0 0;
}
div.errormsg li, div.successmsg li {
	margin: 0 0 5px 19px;
	font-weight: bold;
}
div.errormsg li  {
	color: #c00;
}


/* tables */

td.center, td.headcenter {
	text-align: center;
}
table.default {
	width: 100%;
	border: 0;
	border-left: 1px solid #C2D4DE;
	border-top: 1px solid #C2D4DE;
}
table.default td {
	padding: 10px;
}
table.default td.head, td.headcenter {
	background: #E4ECF1;
	font-weight: bold;	
}
table.default tr td {
	border-bottom: 1px solid #C2D4DE;
	border-right: 1px solid #C2D4DE;
}
td img {
	vertical-align: middle;
}


/* lists */

.moduleoptionlist li {
	color: #34576B;
	margin: 0 0 4px 20px;
}


/* other */

#breadcrumb img {
	vertical-align: middle;
	margin-right: 5px;
}