/* 
---------------------------------------------------------------------------------
Description: Ya Mule Cascading Style Sheet   v2
---------------------------------------------------------------------------------
*/

/* Redefined HTML Tags  */
/*
TABLE,TH,TD,P,DIV,BLOCKQUOTE,UL,OL,IL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	margin-top: 3px; margin-right: 15px; margin-bottom: 3px; margin-left: 15px;
}
*/
BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width:800px;*/
  font-size: 12px;
  color: Black;
	background-color:#000000;
	margin:0px;
	text-align:center;
}

HR { height : 1px;  color : Black;  } /* "height" doesn't work in NC 4  */

INPUT,TEXTAREA,SELECT,OPTION {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

FORM {
	margin-top : 0px;
	margin-bottom : 0px;
}

a {
	text-decoration: none;
}
a:link {
  color:#0000CC;
}
a:hover {
  text-decoration: underline;
  color:#0000CC;
}
a:visited {
  color:#0000CC;
}

/* common page formatting */

.page_wrapper {
	width:770px;
	margin:auto;
	text-align:left;
}
.page_header {
	background-image:url(../images/global/logo_mts_1.jpg);
	width:770px;
	height:82px;
}
.page_left_nav {
	background-image:url(../images/global/nav_back.jpg);
	/*background-repeat:repeat-y; */
	width:100px;
	height:550px;
	float:left;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding-top:10px;
}
div.page_left_nav a, div.page_left_nav a:hover,  div.page_left_nav a:visited {
	color:#c7d7ff;
}
div.page_left_nav a.current_page {
	color:#ffffff !important;  
}
.page_left_nav div {  /*Controls spacing of links in left nav*/
	margin-left:5px;
	margin-bottom:10px;
}
.page_left_nav_extend {
	height:10px;
	width:100px;
	float:left;
	background-color:#FFFF33;
	background-repeat:repeat-y;
}
.page_content_wrapper {
	width:100%;
	float:left;
	background-color:#FFFFFF;
}
.page_content {
	width:670px;
	float:right;
	background-color:#FFFFFF;
}
.page_section {
	/*width:100%;*/  /*breaks in IE but not FireFox*/
	padding-left:10px;
	padding-right:10px;
}
.page_section_collapsible {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#eeeeee;
	margin-top:-15px; /*reduces gap between header and shaded area*/
}
.page_subsection {
	padding-left:10px;
	padding-right:5px;
}
.top_content_image {
}
.page_footer {    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	font-size:12px; 
	color:#999999;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}

/* History Page  */
.page_wrapper_history {
	width:714px;
}
/*
.page_wrapper_history,table,tr,td img {
	border:thick;
}
*/
.page_header_history {
	background-image:url(../images/global/logo_mts_1.jpg);
	width:100%;
	height:82px;
	padding-right:20px; /*Firefox needs to match padded width of content*/
	background-repeat:no-repeat;
}
.page_content_history {
	width:100%;
	background-color:#FFFFFF;
	text-align:left;
	padding:10px;
}
.heading_1_history {
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	text-align:center;
}
.heading_2_history {
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	background-color:#99CC99;
}
.heading_3_history {
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	background-color:#CCCC99;
}


/* Specified Styles  */
.header {    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14 px; 
	color: Black;
	font-weight: bold;
	margin-top: 10px; margin-right: 15px; margin-bottom: 5px; margin-left: 15px
}
.subheader {    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12 px; 
	color: Black;
	font-weight: bold;
	margin-top: 10px; margin-right: 15px; margin-bottom: 5px; margin-left: 15px
}
.heading_1 {
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}
.heading_2 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color:#006666;
	margin:5px 0px 5px 0px;
}
.heading_3 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	color:#006666;
	margin:5px 0px 5px 0px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	color: #EFEBDE
}
.selected {
	color:#000000
}
.selected_nav {
	color:#99FF33; 
}
.notice {
	color:#FFFF00;
	font-weight:bold;
	padding-top:20px;
	text-align:center;
}
.red_msg {
	color:#FF0000;
	font-weight:bold;
}

.focus_table {
	border:thin;
	border-style:solid;
	border-color:#ddddff;
	background-color:#eeeeff;
}

.focus_table TH {
	padding-left:5px;
	padding-top:3px;
	vertical-align:top;
	border-left:0px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#ddddff;
}

.focus_table TD {
/*	
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
*/
	padding:7px;
	vertical-align:top;
}

/* CSS Template end  */
