/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }
*/

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{   }
DIV.center		{   }
DIV.small		{   }
SPAN.arabic		{   }
SPAN.textbf		{ font-weight: bold  }
SPAN.textsf		{ font-style: italic  }

/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
}

a:link, a:visited {
	color: #AB290F; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #c00;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p,  table, td, th {
	font-family: Lucida Grande, Verdana,Helvetica,Arial,sans-serif;
	line-height: 140%;
	color: #666;	
}


a.readon {
	margin-top: 10px;
	padding-right: 10px;
	line-height: 14px;
	height: 16px;
}

h1 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading, .componentheading {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #2b3036;
}

h3 { 
	margin: 0;
}

/* .componentheading, #mainbody h3 { */
#mainbody h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB290F;
	border-bottom: 1px solid #D2D8DE;
}

#mainbody h3 {
	line-height: 140%;
	height: 140%;
	padding: 0;
	text-indent: 0;
}





table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable h3 {
	margin-left: -8px;
	margin-right: -7px;
	border: 0px solid #f00;
	margin-bottom: 5px;
	height: 29px;
	line-height: 29px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
/*        color: #c02e13;
 *        	color: #57616E;*/
         color: #7b828c;
}


div.moduletable {
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

.small {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
	
}

/** some content stuff **/
div#wrapper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		min-width: 750px;
		max-width: 950px;
		width: expression(document.body.clientWidth > 950? "950px": "auto" );
}

div#top {
	background: url(../images/omt_header_m.png) 0 0 repeat-x;
}

div#top div {
	background: url(../images/omt_header_l.png) 0 0 no-repeat;
}

div#top div div {
	background: url(../images/omt_header_r.png) 100% 0 no-repeat;
	height: 98px;
	position: relative;
}

span#logo {
	position: absolute;
	display: block;
	left: 35px;
	top: 28px;
	width: 100px;
	height: 91px;
	z-index: 90;
	background: url(../images/omt_logo_trans.png) 0 0 no-repeat !important;
	background: transparent;
}


table.contentarea {
	background: url(../images/omt_body_right.png) 100% 0 repeat-y;
}



ul.submenu a:link, ul.submenu a:visited {
	display: block;
	width: 147px;
	padding-right: 15px;
	padding-bottom: 5px;
	background: url(../images/omt_menu_red.png) 100% -2px no-repeat;
}

ul.submenu a:hover {
	background-position: 100% -53px;
	text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	width: 147px;
	padding-right: 15px;
	padding-bottom: 5px;
	background: url(../images/omt_menu.png) 100% -2px no-repeat;
}

a.mainlevel:hover {
	background-position: 100% -53px;
	text-decoration: none;	
}

div#footer {
	margin-top: 10px;
	width: 766px;
	height: 28px;
	line-height: 28px;
	text-indent: 20px;
	background: #e6eef8;
}

div#footer table {
	margin-top: 4px;
}

div#footer table td {
	text-align: center;
}

div#footer a {
	padding: 0 10px;
}





div#topmodule {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 80px;
	overflow: hidden;
}

td.summary {
	background: #eef3f9;
	padding: 5px;
	padding-left: 10px;
} 

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}



#hue151		{ color: #ff0000;  }
#hue153		{ color: #ff0000;  }
#hue155		{ color: #ff0000;  }
#hue157		{ color: #ff0000;  }
#hue186		{ color: #ff0000;  }
#hue188		{ color: #ff0000;  }
#hue193		{ color: #ff0000;  }
#hue198		{ color: #ff0000;  }
#hue200		{ color: #ff0000;  }
#hue522		{ color: #ff0000;  }
#hue584		{ color: #000000;  }
#hue586		{ color: #000000;  }
#hue605		{ color: #ff0000;  }
#hue607		{ color: #ff0000;  }
#hue644		{ color: #ff0000;  }
#hue646		{ color: #000000;  }
#hue655		{ color: #000000;  }
#hue737		{ color: #ff0000;  }
#hue942		{ color: #000000;  }
#hue945		{ color: #ff0000;  }
#hue946		{ color: #ff0000;  }
#hue947		{ color: #ff0000;  }
#hue948		{ color: #ff0000;  }
#hue949		{ color: #ff0000;  }
#hue950		{ color: #ff0000;  }
#hue951		{ color: #ff0000;  }
#hue952		{ color: #ff0000;  }
#hue953		{ color: #ff0000;  }
#hue979		{ color: #ff0000;  }
#hue980		{ color: #ff0000;  }
#hue983		{ color: #ff0000;  }
#hue984		{ color: #ff0000;  }
#hue986		{ color: #ff0000;  }
#hue987		{ color: #000000;  }
#txt121		{ text-decoration: underline;  }
#txt128		{ text-decoration: underline;  }
#txt131		{ text-decoration: underline;  }
#txt143		{ text-decoration: underline;  }
#txt147		{ text-decoration: underline;  }
#txt164		{ text-decoration: underline;  }
#txt172		{ text-decoration: underline;  }
#txt183		{ text-decoration: underline;  }
#txt195		{ text-decoration: underline;  }
#txt268		{ text-decoration: underline;  }
#txt376		{ text-decoration: underline;  }
#txt377		{ text-decoration: underline;  }
#txt386		{ text-decoration: underline;  }
#txt398		{ text-decoration: underline;  }
#txt413		{ text-decoration: underline;  }
#txt421		{ text-decoration: underline;  }
#txt528		{ text-decoration: underline;  }
#txt529		{ text-decoration: underline;  }
#txt530		{ text-decoration: underline;  }
#txt534		{ text-decoration: underline;  }
#txt535		{ text-decoration: underline;  }
#txt536		{ text-decoration: underline;  }
#txt651		{ text-decoration: underline;  }
#txt689		{ text-decoration: underline;  }
#txt690		{ text-decoration: underline;  }
#txt691		{ text-decoration: underline;  }
#txt692		{ text-decoration: underline;  }
#txt693		{ text-decoration: underline;  }
#txt694		{ text-decoration: underline;  }
#txt695		{ text-decoration: underline;  }
#txt696		{ text-decoration: underline;  }
#txt697		{ text-decoration: underline;  }
#txt698		{ text-decoration: underline;  }
#txt699		{ text-decoration: underline;  }
#txt740		{ text-decoration: underline;  }
#txt751		{ text-decoration: underline;  }
#txt985		{ text-decoration: underline;  }
