﻿/* ======================== Layout CSS ==================================================*/
/* Debug and Trace Classes for CSS */
.debug          {   border:1px dotted red; background:lightYellow;}
/* End of Debug & Trace Classes */

body 
{
    background:white url('../images/pageBgTop.jpg') top left repeat-x;
    }
#SMEJOBSLogo
{
    margin:28px 0 10px 28px;
    }    
#dvMenu			{	clear:both;}    
#CompLogosScroller 
                {float:right; margin-top:50px;margin-right:14px; width:450px;height:40px;}
#pageContainer{
	width:990px;
	margin:0 auto;
}
#header {
	clear:both;
	float:left;
	width:100%;
}
/*#header {
	border-bottom:1px solid #000;
}
 Commented Internal sections of Header to reuse later ----- 
#header p, #header h1, #header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active, #header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}	/* 'widths' sub menu  Header inside Comments ---*/
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}	/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:990px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}	/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:990px;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 5px 0;	/* no left and right padding on columns, we just make them narrower instead 						<br />
						   only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}	/* 3 Column settings */
.threecol {
	background:#f8f8f8;		/* right column background colour */
}
.threecol .colmid {
	right:210px;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:570px;			/* width of the middle column */
	background:#f8f8f8;	/* left column background colour */
}
.threecol .col1 {
	width:560px;			/* width of center column content (column width minus padding on either side) */
	left:998px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:200px;			/* Width of left column content (column width minus padding on either side) */
	left:225px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:200px;			/* Width of right column content (column width minus padding on either side) */
	left:805px;			/* Please make note of the brackets here:						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}	/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	background:white url('../images/pageBgBotOther.jpg') top left repeat-x;
}
#footer a{
	margin:0;
	padding:0;
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	margin:0;
	padding:0;
	color:#0093DD;
	text-decoration:underline;
}
.v2web{
	margin:0;
	padding:0;
	color: #0093DD;
	text-decoration: none;

}
.v2web a{
	margin:0;
	padding:0;
	color: #0093DD;
	text-decoration: none;
}
.v2web a:hover{
	margin:0;
	padding:0;
	color: #0093DD;
	text-decoration:underline;
}

/* ========================== Layout Ends =========================== */
h1 {font-weight:bold;color:#0093DD;font-size:17px;padding-left:10px;padding-top:8px;border-bottom:1px dotted #CCCCCC; }
h1 span{color:#000;}
h2 { font-weidth:bold; color:#0093DD; font-size:15px;padding-left:10px; padding-top:8px; border-bottom:1px dotted #CCCCCC; }
p {font-size:12px; text-align:justify;margin-right:10px;
	margin-left: 40px;
}
ul.contList {border:1px solid #EEEEEE; margin:10px; padding:10px; background-color:#FBFBFB;}
ul.contList li {font-size:12px;margin-right:10px; list-style-image:url(../images/bulBlue.gif); color:#666;margin-left:20px;}
.textInput			{font-size:12px; border: 1px solid #DDF0FF;color:#0066B3; width:160px;background:#fff url(../images/inputBg.jpg) left top repeat-x; 
						padding:2px 0 0 3px;}
.cTextInput			{border: 1px solid orange;}
.cProtectedInput			{border: 1px solid red;}
.center {text-align:center;}
a.cyanButton:link, a.cyanButton:visited{
	color:#0093DD;
	text-decoration:none;
	padding:3px 8px;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	background-color:#FBFBFB;
}
a.cyanButton:hover{
	color:#444;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color:#F7F7F7;
}
a.cyanLink:link, a.cyanLink:visited{
	color:#0093DD;
	text-decoration:none;
}
a.cyanLink:hover{
	color:#000;
	text-decoration:underline;
}
/* IE style \*/ 
* html .MainMenuLinks,* html a.MainMenuLinks:Link,* html a.MainMenuLinks:visited,* html a.MainMenuLinks:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/layout/Menus/LeftMenuBgNorm.gif);
	display: block;
	height: 30px;
	width: 211px;
	text-align: right;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom:8px;
	}
* html a.MainMenuLinks:hover {
	background-image: url(../images/layout/Menus/LeftMenuBgOver.gif);
		text-align: left;
		padding:5px 0 8px 12px;
}

/* IE style */
    
.MainMenuLinks, a.MainMenuLinks:Link, a.MainMenuLinks:visited, a.MainMenuLinks:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/layout/Menus/LeftMenuBgNorm.gif);
	display: block;
	height: 17px;
	width: 192px;
	text-align: right;
	padding: 5px 50px 8px 0;
}
a.MainMenuLinks:hover {
	background-image: url(../images/layout/Menus/LeftMenuBgOver.gif);
		text-align: left;
		padding:5px 0 8px 12px;
}
