/* this contains definitions for new clean template which are not page specific
Other files may contain definitions for particular pages
*/

BODY
{
	font-size: 0.8em;
	font-family: Arial;
	margin: 0px;
	margin-top: 6px;
}

/* SECT General --------------------------------------- */
a { text-decoration: underline;}
a:visited
{ text-decoration: underline; }
a:hover
{ text-decoration: none; color: #FF0000;}


/* SECT Header --------------------------------------- */
#header
{
	clear:both;
	width: 100%;
	height: 110px;
	
	position: relative;
}
#logo
{
	position: absolute;
	top: 0;
	left: 10px;
}
#mtop
{
	position: absolute;
	left: 250px;
	right: 0px;
	height: 29px;
	background-image: url('/r/img/MT_bg.gif');
	background-repeat: repeat-x;
	padding-left: 10px;
	
}
#mtop .mi_mtop_sel 
{
	background-color: #C0C0C0;
}
#mtop .mi_mtop
{
	float: left;
	padding: 4px;
	margin-right: 8px;
}
#mtop .mi_mtop a {font-size: 1em; color: #0000FF;}
#mtop .mi_mtop a:hover {color: #00BB00;}

#titlearea
{
	position: absolute;
	top:29px;
	left:250px;
	right: 250px;
	
	height: 58px;
	width: 50%;
	padding-left: 10px;
	background-color: #455bb9;
	font-size: 2.2em;
	
	color: #FFFFFF;
}
#titleareatext
{
	position: absolute;
	top: 10px;
	display:block;
}




/* SECT Content --------------------------------------- */
* html .content{
	height:1%; /* So IE plays nice - http://www.alistapart.com/articles/multicolumnlayouts  */
}
.container
{
	
	/*padding-left:250px; /* The width of the rail */
	position: relative;
	
}
.colmid
{
	border-left: solid 1px #b8b8b8;

	margin-left: 250px;
	
}
.colleft
{
	float:left;
	left: 0px;
	width: 250px;
	display:inline; /* So IE plays nice */
}

.contentrow
{
	padding: 10px;
	border-top: solid 1px #b8b8b8;
	background-image: url('/r/img/bg_grayfade_top.gif');
	background-repeat: repeat-x;
}

/* SECT Footer --------------------------------------- */

#footer
{
	padding-top: 10px;
	margin-left:250px;
}
#footer a {color: #666666;}

/* SECT Left Menu --------------------------------------- */
.searchbox
{
	margin-left: 30px;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
	width: 150px;
}

#searchbox
{
	margin-left: 30px;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
	width: 150px;
}
#menu-left
{
}
.menu-left-item
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding-left: 12px;
	padding-bottom: 8px;
}

.menu-left-item a, .menu-left-item a:visited
{
	color: #000000;
}
.menu-left-item a:hover
{
	color: #FF0000;
}

#submenuloc /*menu-left-submenu*/
{
	padding-left: 20px;
}
.menu-left-submenu-item
{
	font-size: 1.0em;
	color: #000000;
	padding-left: 12px;
	padding-bottom: 8px;
}
.menu-left-submenu-item a, .menu-left-submenu-item a:visited
{
	color: #0000FF;
}

.menu-left-submenu-item a:hover
{
	color: #FF0000;
}


/* HOME page --------------------------------------- */

#introprod
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: -10px;
	width: 35%;
	min-height: 180px;
	background-image: url('/r/img/pages/index/cammonitor.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

/* JOBS page --------------------------------------- */
div.JobsListItem
{
	padding-bottom: 0.5em;
}
span.JobsListTimestamp
{
	display: inline-block;
	color: #999999;
	width: 50px;
}
div.JobListBlock
{
	border-top: solid 1px #DDDDDD;
	padding-top: 1em;
	margin: 9px;
}
#joblistlinks li
{
	font-size: 1.3em;
	line-height: 1.4em;
}

td.JobListHeader
{
	font-size: 1.4em;
	background-color: #E0E0E0;
	text-align: center;
}

td.JobListHeader a:visited
{
	color: #0000FF;
}