/* CSS Document */

a:link {color: gray;}
a:hover {color: black;} 
td, tr, p, div {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}

.contentpagetitle {
	font-size: 9pt;
	text-decoration: none;
	background: url(../images/icon1.gif) no-repeat;
	padding-left: 15px;
}

div.componentheading {
	color: #735AA8;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.gif) no-repeat;
	background-position: 0px -25px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 20px;
	width: 195px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px 0px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}


tr.sectiontableentry1 {
	background-color: #CEC1DE;
}

tr.sectiontableentry2 {
	background-color: white;
}

.componentheading-eve {
	text-align: left;
	color: #735AA8;
	font-weight: bold;
	font-size: 16px;
	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d579f;
	font-size: 10pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

a.readon {
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

/* Layout core stuff */

.border1 {
	background-image: url(../images/side.gif);
	background-repeat: repeat-y;
}

.border2 {
	background-image: url(../images/bside2.gif);
	background-repeat: repeat-x;
}

.border4 {
	border-top: 1px #D3D3D3 solid;
}

.border5 {
	border-left:1px #D3D3D3 solid;
}

.corner {
	background-image: url(../images/bside3.gif);
	background-repeat: repeat-x;
}

.contentheading {
	color: #735AA8;
	font-weight: bold;
	font-size: 16px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.sidemenu, .position{
	font-size: 12px;
	font-style: normal;
	background-color: #735AA8;
	color: #FFFFFF;
	font-weight: bold;
}

.position {
	background-color: #CEC1DE;
	color: #FFFFFF;

}
.divider {
	background-color: #EBEBEB;
}

/* class='uhc_event' ---------------------------------------------------- */
table.uhc_event {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 6px;
	border-collapse: collapse;
}
table.uhc_event tr.row0 {
	background-color: #f5f5f5;
}
table.uhc_event tr.row1 {
	background-color: #eeeeee;
}
table.uhc_event th {
	font-size: 8px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	color: #ffffff;
	background: url(../images/background.gif);
	background-repeat: repeat;
}
table.uhc_event td {
	padding: 3px;
	text-align: left;
}
/* end ------------------------------------------ class='uhc_event' */

table.moduletablesearchbox tr th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #735AA8;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
}