/* heading objects */
h1 {
	font-size:18pt;
	font-weight:bold;
	color:#2185A5;
	margin:15px 0 5px 0;
}
h2 {
	font-size:15pt;
	font-weight:bold;
	color:#0C4854;
	margin:15px 0 5px 0;
}
h3 {
	font-size:13pt;
	font-weight:bold;
	color:#999999;
	margin:15px 0 5px 0;
}
h3 a {
	color:#0C4854;
}
h3 span {
	font-size:11pt;
	color:#2185A5;
}

#modulesbody h1 {
	color:white;
	font-size:15pt;
	font-weight:normal;
}
#modulesbody h2 {
	color:white;
	font-size:13pt;
	font-weight:normal;
}
#modulesbody h3 {
	color:white;
	font-size:12pt;
	font-weight:normal;
}

/* text objects */
p {
	font-size:9pt;
	color:#3B5A6F;
}
div.t_text {
	padding:0 0 15px 0;
}
/* needed for firefox cms editor */
body.t_text {
	font-family:Arial, Helvetica, sans-serif;
}
.t_text {
	font-size:9pt;
	color:#3B5A6F;
}
.t_text a {
	color:#0C4854;
}
.t_text a:hover {
	color:#62D4F8;
}
.t_text ul {
	padding:0;
	margin:0 0 0 16px;
	list-style-image:url(../../img/ul.gif);
}
.t_text li {
	margin-bottom:4px;
}
.text1 {color:#2185A5;}
.text2 {color:#62D4F8;}
.text3 {color:#FF2E2E;}
.text4 {color:#C81313;}
.text5 {color:#999999;}
#modulesbody .t_text {
	color:white;
}
#modulesbody .t_text a {
	color:white;
}

/* image objects */
.t_image {
	
}
.t_image div {
	padding:5px 0 15px 0;
	font-size:12px;
	font-style:italic;
	color:#999999;
	text-align:center;
}
.t_imgb_none {
	border:none;
}
.t_imgb_thin {
	border:solid 1px #999999;
}
.t_imgb_thick {
	border:solid 2px #999999;
}

/* table objects */
.t_texttable {
	border:solid 1px #3B5A6F;
	background-color:#FFFFFF;
	color:#000000;
}
.t_texttable th {
	background-color:#3B5A6F;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	text-align:left;
}
.t_texttable td {
	font-size:12px;
	padding:3px;
}
.t_texttable .r1 {
	background-color:#FFFFFF;
}
.t_texttable .r0 {
	background-color:#E4EBEF;
}

.t_objecttable {
	background-color:#3B5A6F;
}
.t_objecttable td {
	background-color:#FFFFFF;
}

/* file download objects */
.t_downloadicon {
	float:left;
}
.t_downloaddesc {
	padding-left:42px;
	font-size:12px;
	color:#999999;
}
.t_downloadtitle {
	font-size:9pt;
	font-weight:bold;
	color:#369C32;
}
.t_downloadinfo {
	font-size:8pt;
	color:#369C32;
}

/* form field objects */
.t_fTitle {
	font-size:9pt;
	color:#2185A5;
}
.t_fInput {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#000000;
}
.t_fButton {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#000000;
}
.t_fObject {
	margin-bottom:10px;
}
.t_fError {
	color:#cc0000;
	font-weight:bold;
}

/* directory page template styles */
a.t_dir_cat {
	font-size:12pt;
	font-weight:bold;
	color:#C81313;
	text-decoration:none;
	margin-right:10px;
}
a.t_dir_cat:hover {
	text-decoration:underline;
}
a.t_dir_cat_on {
	color:#FF2E2E !important;
	text-decoration:none !important;
}

#alpha {
	margin-bottom:20px;
}
a.t_dir_alpha {
	font-size:11pt;
	font-weight:bold;
	color:#2185A5;
	text-decoration:none;
}
a.t_dir_alpha:hover {
	text-decoration:underline;
}
a.t_dir_alpha_on {
	color:#62D4F8 !important;
	text-decoration:none !important;
}
.t_dir_alpha_off {
	font-size:11pt;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}

.t_dir {
	margin-bottom:20px;
}
.t_dir_title {
	font-size:9pt;
	font-weight:bold;
	color:#859D29;
}
.t_dir_listing {
	font-size:9pt;
	color:#999999;
}
.t_dir_listing p {
	font-size:9pt;
	color:#999999;
}
.t_dir_listing a {
	color:#336666;
}

/* needed for firefox cms editor */
body.t_dir_listing {
	font-family:Arial, Helvetica, sans-serif;
}