/* ************************ new styles Sept. 2004 ************************************ */
body {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	margin: 0, 0, 0, 0;
}
table {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
.line_divider {
	background-color: #73BCBB;
	width: 1px;
}

#user_greeting {
	font-size: 12px;
	font-weight: bold;
	color: #336666;
}

.intro_blurb {
	color: #336666;
	font-size: 16px;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-weight: bold;
}

#footer {
	font-size: 11px;
	font-weight: bold;
	color: #336666;
}
.footer_link {
	color: #336666;
}
a.footer_link:link {
	color: #336666;
	padding-left: 15px;
	padding-right: 15px;
}
a.footer_link:active {
	color: #336666;
	padding-left: 15px;
	padding-right: 15px;
}
a.footer_link:visited {
	color: #336666;
	padding-left: 15px;
	padding-right: 15px;
}
a.footer_link:hover {
	color: #336666;
	padding-left: 15px;
	padding-right: 15px;
}
.side_nav_block {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 5px;
}

.side_nav_link {
	font-weight: bold;
	color: #000000;
}
a.side_nav_link:link {
	color: #000000;
}
a.side_nav_link:active {
	color: #000000;
}
a.side_nav_link:visited {
	color: #000000;
}
a.side_nav_link:hover {
	color: #000000;
}
.top_nav_cell {
	height: 20px;
	font-weight: bold;
	margin: 7px;
	border: 1px solid #000000;
	background-color: #CCCC99;
	padding-right: 5px;
}
.top_nav_link {
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.content_block {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_header {
	background-color: #7EB2B2;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 2px;
	padding-left: 15px;
	font-size: 16px;
	font-family: "Trebuchet MS";
}

a.section_header:link {
	background-color: #7EB2B2;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 2px;
	
	font-size: 16px;
	font-family: "Trebuchet MS";
	cursor:hand;
}
a.section_header:active {
	background-color: #7EB2B2;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 2px;
	
	font-size: 16px;
	font-family: "Trebuchet MS";
	cursor:hand;
}
a.section_header:visited {
	background-color: #7EB2B2;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 2px;
	
	font-size: 16px;
	font-family: "Trebuchet MS";
	cursor:hand;
}
a.section_header:hover {
	background-color: #7EB2B2;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 2px;
	
	font-size: 16px;
	font-family: "Trebuchet MS";
	cursor:hand;
}

.headline {
	font-family: "Trebuchet MS";
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.article_block {
	padding-top: 7px;
	padding-bottom: 7px;
}
.article_headline {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.article_location {
	font-size: 10px;
	color: #707070;
}
.article_image_float {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

#NewMK_Welcome {
	padding: 15px;
	background-color: #E1F0F0;
}
#solicit_ads {
	padding: 15px;
	background-color: #E1F0F0;
}
.Welcome_To_MK_heading {
	font-family: 'Trebuchet MS';
	font-size: 14px;
}

.table_list_header {
	background-color: #E4E4E1;
	color: #666666;
}
.table_row2 {
	background-color: #E1F0F0;
}

.orange_text {
	color: #E84404;
}
a.orange_text:link {
	color: #E84404;
}
a.orange_text:active {
	color: #E84404;
}
a.orange_text:visited {
	color: #E84404;
}
a.orange_text:hover {
	color: #E84404;
}

.letter_link {
	color: #336666;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

.teal_text {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}

.search_text_box {
	width: 300px;
	background-color: #E1F0F0;
}

/* ************************ end new styles ************************************ */


/* standard hyperlinks */

a:link {
	color: #3F6F6F;
}
a:active {
	color: #3F6F6F;
}
a:visited {
	color: #3F6F6F;
}
a:hover {
	color: #3F6F6F;
}

/* common text styles */

.body-box {
	font-size: 11px;
	line-height: 140%;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

.body-grey {
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

.body-white {
	font-size: 11px;
	line-height: 160%;
	font-weight: bold;
	color: white;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

.small-type {
	font-size: 9px;
	line-height: 140%;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

.navhead {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #666699;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
}



/* messages */

.msgerror {
	font-weight: normal;
	font-size: 11px;
	line-height: 120%;
	color: #ff6600; /* #CC9966 */
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

.validate {
	font-weight: normal;
	font-size: 9px;
	line-height: 120%;
	color: Red;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

/* table styles */

.table_row_header {
	font-size: 11px;
	line-height: 110%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #534741;
	color: white;
}

.table_row_subheader {
	font-size: 11px;
	line-height: 110%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.table_content {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.table_row {
	background-color: #ffffff;
}

.table_alt_row {
	background-color: #eeeeee;
}

.table_dist_row {
	background-color: #CCFFFF;
}

.table_susp_row {
	background-color: #ffff00;
}

/* layout controls */

.right-indent {
	margin-right: 100px;
}

.left-indent {
	margin-left: 100px;
}


/* hyperlink styles*/

A.menu:link {
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 155;
	color: #336666;
}

A.menu:hover {
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 155;
	color: #339999;
}

A.menu:active {
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 155;
	color: #336666;
}

A.menu:visited {
	font-size: 11px;
	line-height: 130%;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 155;
	color: #336666;
}

A.dropdown:link {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #336666;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

A.dropdown:hover {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #339999;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

A.dropdown:active {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #336666;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

A.dropdown:visited {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #336666;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}


/* form styles */

.submit_button {
	font-size: 11px;
	background-color: #CCCC99; /* #E1F0F0 # #E7F1FB; */
	cursor: hand;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_area {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1F0F0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.text_area_white {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.drop_down {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1F0F0;
}

.drop_down_white {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/* some css styles for the menu: */

.MenuGroup {
	background-color: #E1F0F0;
	color: #000000;
}

.MenuItemHeader {
	background-color: #CCCC99;
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}

.MenuItemHeaderOver {
	background-color: #A7A76D;
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}

.MenuItem {
	background-color: #CCCC99;
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: normal;
	cursor: hand;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}

.MenuItemOver {
	background-color: #A7A76D;
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: normal;
	cursor: hand;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}
