p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14pt;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

.go {
	font-weight: bold;
	color: #0a0;
}

.stop {
	font-weight: bold;
	color: red;
}

form {
	margin: 0px; padding: 0px;
}

.input_select, .input_button, .input_text {
	font-size: 8pt;
}

.input_button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

.input_block_field {
	padding: 7px;
}

.input_block_labelerr {
	color: red;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

/* dtable */

table.dtable th, table.dtable td {
	padding: 2px;
	font-size: 8pt;
}

table.dtable th {
	background-color: #002860;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #A9C8E5;
}

table.dtable th a, table.dtable th a:visited {
	color: #fff;
}

table.dtable th.sorted {
	background-color: #af2047;
}

table.dtable th.sortable {
}

table.dtable td.dtable_row0 {
	background-color: #eec;
}

table.dtable td.dtable_row1 {
	background-color: #fff;
}

table.dtable td.dtable_spanbar {
	background-color: #ddd;
}

table.dtable td.dtable_date {
	padding: 0px;
	border: 1px solid #999;
}

table.dtable td.dtable_date .dtable_date_info {
	padding: 5px;
}

table.dtable td.dtable_date .dtable_date_dayofmonth {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}

table.dtable .dtable_teamcal_day, table.dtable .dtable_teamcal_dayhover {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

table.dtable .dtable_teamcal_dayhover {
	border-bottom: 1px solid #ccc;
	background-image: url('/lib/images/teamcalender_selectorbg.gif');
	background-position: top right;
	border-right: 0px;
	font-weight: bold;
}

/**
 * End shared / common classes
 */

img {
	border: 0px;
}

a { color: #333; }

.white { color: #fff; }

/*
 * Blocks
 **/

h2 a {
	text-decoration: none;
}

/* .homearticle {
	height: 200px;
	overflow: hidden;
}*/

.homearticle h2 {
	color: #FFFFFF;
	background-color: #06337B;
	font-size: 11pt;
	padding: 2px;
	margin-top: 5px;
	font-family: Arial;
}

.homearticle_date {
	font-size: 7pt;
}


.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px 2px 0px;
	font-size: 7pt;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3, .block_imagecontainer4, 
.block_imagecontainer5, .block_imagecontainer6, .block_imagecontainer7  {
	padding: 0px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

.block_imagecontainer1 {
	float: left;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}

/*
 * Vertical dropdown nav
 **/

.vnav_wrapper {
	position: absolute;
	background-color: #F9EC2B;
	font-size: 7pt;
	border-right: 1px solid #1A6699;
	border-top: 5px solid #1A6699;
	width: 175px;
	color: #1A6699;
/*	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;*/
	cursor: pointer;
	text-align: left;
}

.vnav_wrapper a {
	text-decoration: none;
	color: #1A6699;
}

.vnav_item {
	padding: 5px;
	border-bottom: 1px solid #1A6699;
}

.vnav_item_hover {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #1A6699;
	font-weight: bold;
}

.vnav_item_hover a {
	color: #1A6699;
}	


/*
 * Horizontal dropdown nav
 **/

.hnav_wrapper {
	position: absolute;
	background-color: #F9EC2B;
	font-size: 7pt;
	border-right: 1px solid #1A6699;
	border-top: 5px solid #1A6699;
	width: 175px;
	color: #fff;
/*	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;*/
	cursor: pointer;
	text-align: left;
}

.hnav_wrapper a {
	text-decoration: none;
	color: #1A6699;
}

.hnav_item {
	padding: 5px;
	border-bottom: 1px solid #1A6699;
}

.hnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #1A6699;
	font-weight: bold;
}

.hnav_item_hover a {
	color: #ffffff;
}

/*
 * Multimedia
 **/

.multimedia_navbar {
	border-bottom: 2px solid #144711;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/*
 * Home page event calendar
 **/

.leftevent {
	margin-left: 5px;
	margin-top: 15px;
	color: #222;
	background-image: url("../images/left_eventbg.gif");
}

.leftevent_photo img { border: 1px solid #000; }
.leftevent_title { 
	font-weight: bold; 
	}

.leftevent td, .leftevent td a {
	font-size: 7pt;
	color: #222;
}

.leftevent td.textblock {
	padding: 0px 10px 2px 10px;
}

.leftevent td.datecell {
	background-image: url("../images/left_eventdatebg.gif");
	height: 32px;
	color: #f1f1f1;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

/*
 * Small event calendar
 **/

.smcalendar {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	background-color: #002860;
	font-family: arial;
	font-size: 7pt;
	border-top: 1px solid #DBE5EF;
	border-left: 1px solid #DBE5EF;
}

.smcalendar_nav {
	border-bottom: 2px solid #3A2415;
	padding: 3px;
	margin-bottom: 15px;
}

.smcalendar th, .smcalendar td {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #A9C8E5;
	border-right: 1px solid #A9C8E5;
}

.smcalendar td {
	border-right: 1px solid #A9C8E5;
	border-bottom: 1px solid #A9C8E5;
}

.smcalendar th.smcalendar_title {
	background-color: #002860;
	border-bottom: 3px solid #A9C8E5;
}

.smcalendar_date a {
	color:#fff;
	font-weight:bold;
}

.smcalendar_filled {
	background-color: #0054D1;
}

.smcalendar_notfilled {
	background-color: #003990;
}

.event {
	margin-bottom: 10px;
}

.event h3 {
	background-color: #002860;
	border-bottom: 3px solid #A9C8E5;
	margin-bottom: 2px;
	color: #fff;
	padding: 2px;
}

.event .imgbox {
	border: 1px solid #144711;
}

/* 
 * News
 **/

.article {
	margin-bottom: 10px;
}

.article h2 {
	font-family: arial;
	font-size: 13pt;
}
 
.article h2 a {
	text-decoration: none;
	color: #06225d;
}

.article .links {
	text-align: right;
}

.blk {
	display: block;
}