﻿/********************* Begin clearing styles ************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
body {
	font-size: 62.8%;
	font-family: Arial, Verdana, sans-serif;
	color: #1e1e1e;
	text-align: center;
	background: #fff url(/system/images/pagebodybg.jpg) top left repeat-x;
}
body.front{background: #fff url(/system/images/frontbodybg.jpg) top left repeat-x;}

body.beautySpa{background: #fff url(/system/images/pagebodybg_beautySpa.jpg) top left repeat-x;}
body.beautySpaFront{background: #fff url(/system/images/frontbodybg_beautySpa.jpg) top left repeat-x;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/********************* End Clearing Styles ***********************/

html,body{ height: 100%; }

/*Special classes*/
.floatleft{
	display: block;
	float:left;
}
.floatright{
	display:block;
	float:right;
}
.clearfloatleft{
	clear: left;
	float: left;
}
.padding{margin: 15px;}

.button
{
	height: 16px;
	background-color: Transparent;
	background-image: url(/system/images/button_bg.gif);
	border: solid 1px #d5dbe2;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #375f8f;
	margin-top: 8px;
}
div.hr
{
	clear: both;
	height: 10px;
	margin: 0px 0px;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
div.hr hr
{
	display: none;
}
a.rightarrow, a.leftarrow, input.rightarrow, input.leftarrow{
	background: url(/system/images/rightarrow.gif) center left no-repeat;
	padding-left: 12px;
}
a.leftarrow, input.leftarrow{
		background: url(/system/images/leftarrow.gif) center left no-repeat;
}
input.custombtn{
	background-color: transparent;
	display:inline;
	border: 0px;
	cursor: pointer;
	color: #343A7E;
}
h2 input.custombtn{
	font-size: 1em;
	font-weight: bold;
	font-family: Arial;
	padding: 0;
}
h2.loginh2{
	background-color:#F8F8F8;
	border:1px solid #CFCFCF;
	float:left;
	font-size: 1em;
	margin-right:27px;
	padding:10px;
	width:41%;
}
h2.loggedinh2{
	background-color:#d2eeb0;
	border:1px solid #a0b586;
	clear: left;
	float:left;
	font-size: 1em;
	margin-left:0px;
	padding:10px;
	width:330px;
	display: none;
}
h2.loggedinfailedh2
{
	background-color:#eebaba;
	border:1px solid #b58686;
	clear: left;
	float:left;
	font-size: 1em;
	margin-left:0px;
	padding:10px;
	width:330px;
	display: none;
}
.redcolor{color: Red;}

/*End special classes*/

h1,legend{
	color: #181818;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.4em;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	font-weight:normal;
}
h2{
	color: #3f3f3f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h3{
	font-weight: bold;
	font-size: 1em;
	margin:10px 0 5px;
}
div#maincontent ul{
	list-style-type: disc;
	margin-left: 25px;
}
div#maincontent ol{
	list-style-type: decimal;
	margin-left: 25px;
}
p, td{margin: 5px 0 10px 0; font-size: 1em;}
a:link, a:visited{color: #343a7e; text-decoration: none;}
a:hover{text-decoration: none;}
a img{border: none;}
div#maincontent td{padding: 5px;}

fieldset{border: 1px solid #cfcfcf;	padding: 20px;}

textarea{	
	font-family: Arial, Verdana, sans-serif;
	color: #1e1e1e;
	font-size: 13px;
}
input{font-size: 13px;}

.inputlabel{
	clear: left; 
	float: left; 
	margin:0 20px 10px 0;
	text-align: right; 
	width: 90px;
}
.wideinput{
	width: 150px;
}
.inputfield{float: left; margin-bottom: 10px;}
.inputbtn, .inputbtnfloatleft{
	background: transparent url(/system/images/btnbg.gif) top left no-repeat; 
	border: 0px;
	clear: left;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 11px;
	height: 24px;
	margin-top: 10px;
	padding-bottom: 3px;
	width: 74px;
}
.inputbtnfloatleft{clear: none; margin: -2px 0 0 10px;}
.validate{clear: left; float: left; margin-top: 10px;}

div#wrap{
	background: transparent url(/system/images/wrapbg.gif) top left repeat-y;
	font-size: 1.3em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	width: 980px;
	position: relative;
}

div#header{
	background: #fff url(/system/images/headerbg.gif) top left repeat-x;
	float: left;
	height: 286px;
	margin-left: 10px;
	width: 960px;
}
body.front div#header, body.beautySpaFront div#header{height: 356px}
div#header a.logo{display: block; float:left; margin: 10px 0 9px 0;}
div#header a.toprightlink{
	background: url(/system/images/headerrightextlinkarrow.gif) center left no-repeat; 
	color: #202020;
	display: block; 
	float: right; 
	font-size: 18px;
	margin: 16px 20px 0px 0;
	padding-left: 33px; 
}

ul#topmenu{
	clear: left;
	float: left;
	height: 35px;
	list-style-type: none;
	margin: 0px 0 0 -5px;
	width: 960px;
}
ul#topmenu li{
	background: none;
	float:left; 
	font-weight: bold;
	margin: 0 0px;
	padding-left: 8px;
	margin: 0 5px;
}

ul#topmenu li a{	
	display: block;
	font-family:Arial, Sans-Serif; 
	font-size: 1.0em; 
	font-weight: normal;
	text-decoration: none; 
	text-transform:uppercase;
	line-height: 35px; 
	padding-right: 8px;
}
	
ul#topmenu li.active{
	background: url(/system/images/menuitem_left.gif) top left no-repeat; 
	color:#343434; 
	height:35px; 
	padding-left: 8px;
}
ul#topmenu li a:link{color: #4f4f4f;}
ul#topmenu li a:visited{color: #4f4f4f;}
ul#topmenu li a:hover{color: #4f4f4f;}
ul#topmenu li a.active{
	background:transparent url(/system/images/menuitem_right.gif) no-repeat scroll right top;
	height:35px;
	padding-right: 8px;
}
div#leftshadow{
	background: transparent url(/system/images/leftshadow.png) top left no-repeat; 
	clear: left; 
	float: left; 
	height: 402px; 
	width: 10px;
}
div#rightshadow{
	background: transparent url(/system/images/rightshadow.png) top left no-repeat; 
	float: right; 
	height: 402px; 
	width: 10px;
}
body.front div#contentcontainer{background-image: none;}
body.beautySpaFront div#contentcontainer{background-image: none;}
div#contentcontainer{
	background: #fff url(/system/images/contentcontainerbg.gif) bottom right no-repeat;
	float: left; 
	width: 960px;
	min-height:447px;
	height:auto !important;
	height:447px;
}
div.leftcontent{
	/*background: url(/system/images/leftmenubg.gif) bottom left no-repeat;*/
	float: left;
	width: 774px;
}
div#frontleftcontent{
	float: left; 
	width: 632px;
}
div#teaserboxcontainer{
	background: #fff url(/system/images/teaserboxcontainerbg.gif) top left no-repeat;
	float: left;
	padding: 10px 0 10px 10px;
}
div.teaserbox{
	float:left;
	height: 152px;
	width: 295px;
	margin-bottom: 10px;
}
div.left{
	margin-right: 31px;
}
div.teaserboximg{
	float: left;
	width: 90px;
}
div.teaserboxtext{
	float: left;
	width: 195px;
	margin-left: 10px;
}

div#frontrightcontent{
	background: #fff url(/system/images/frontrightcontentbg.gif) bottom right no-repeat;
	float: right;
	width: 312px;
	min-height:550px;
	height:auto !important;
	height:550px;
}
div#frontrightcontent h3{
	color: #181818;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.4em;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	font-weight:normal;
}

ul.newsul{text-align: left;}
ul.newsul li{margin: 15px 0;}
ul.newsul li a{color: #343a7e; text-decoration: none;}
div#newsteaser{border-bottom: 1px solid #d4d4d4; margin-bottom:15px; padding:  0 15px 10px 0; text-align:right;}

div#leftcolumn{
	
	float: right;
	width: 194px;
	min-height:477px;
	height:auto !important;
	height:477px;
}
div#rightcolumn{
	float: right;
	width: 175px;
	min-height:189px;
	height:auto !important;
	height:189px;
	margin-right: 0px;
	padding-top: 15px;
}
div#leftcolumn h1{
	color: #272727;
	margin-top: 5px;
}
ul#leftmenu{
	min-height:189px;
	height:auto !important;
	height:189px;
	margin-top: 10px;
	text-align: left;
}
ul#leftmenu li{
	margin: 4px 0 4px 0px;
}
ul#leftmenu li ul{ margin-left: 15px;}
ul#leftmenu li a{}
ul#leftmenu li a:link{
	color: #555;
	text-decoration: none;
}
ul#leftmenu li a:visited{
	color: #555;
	text-decoration: none;
}
ul#leftmenu li a.active{color: #3c3c3c; font-weight: bold; text-decoration: none;}

div#maincontent{
	float: right;
	width: 580px;
}
div#maincontent .newsitemholder{margin: 10px 0; padding: 10px 0; border-bottom: 1px solid #ccc;}
div#maincontent ul.pager{
	background: url(/system/images/pager_ul_bg.gif) center center no-repeat;
	height: 24px;
	list-style-type: none;
	margin: 0px 0 0 -20px;
	padding-left: 20px;
	width: 560px;
}
ul.pager li{
	background: url(/system/images/pager_left.gif) top left no-repeat; 
	float:left; 
	list-style: none;
	margin: 0 0px;
	padding-left: 1px;
}
ul.pager li a{
	background:transparent url(/system/images/pager_right.gif) no-repeat scroll right top;
	display: block;
	font-size: 1.0em; 
	font-weight: normal;
	text-decoration: none; 
	line-height: 24px; 
	padding:0 15px 0 14px;
}
ul.pager li.active{
	background: url(/system/images/pager_left_active.gif) top left no-repeat; 
	color:#343434; 
	height:24px; 
	margin: 0px;
}
ul.pager li a:link{color: #4f4f4f;}
ul.pager li a:visited{color: #4f4f4f;}
ul.pager li a:hover{color: #4f4f4f;}
ul.pager li.active a{
	background:transparent url(/system/images/pager_right_active.gif) no-repeat scroll right top;
	height:24px;
	
}
ul.pager li#first{background: none; margin: 0px 10px 0 0; padding: 0; }
ul.pager li#first a{background: none; padding: 0; }

#push{height: 64px;}
div#footer{
	background: #fafafa url(/system/images/footerbg.gif) top left no-repeat;
	color: #898989;
	font-size: 0.8em;
	height: 54px;
	text-transform: uppercase;
	margin: 0px 0 0 10px;
	padding-top: 10px;
	float: left;
	text-align: center;
	width: 960px;
}
div#footer .sitemaplink{float:right; margin:-10px 20px 0 0;}
div#footer a{color: #4f4f4f;}

/*In edit mode*/
.contenteditinfo
{
	background-color:#f6f6aa;
	color:#c33;
	padding:2px 10px;
	font-size:10px;
	border:dashed 1px #999;
}

/*JOB ADs*/
div.RadGrid table tr td{cursor: pointer;}
div.RadGrid table tr td a{color: #000 !important;}
div.RadGrid table tr:hover{background-color: #ebf2f9 !important;}
div.RadGrid table tr{ background-image: none !important; color: #000 !important; }

#adcontainer{
	border: 1px solid #bdbdbd;
	float: left;
	margin-bottom: 20px;
	width: 550px;
}
#adheader{
	background: #fff url(/system/images/adheaderbg.gif) bottom left repeat-x;
	border-bottom: 1px solid #bdbdbd;
	float: left;
	min-height: 128px;
	height: auto !important;
	height: 128px;
	width: 550px;	
}
#adheader #logoholder{float: left; margin:15px; width: 160px; text-align: center}
#adheader .floatleft{width: 345px; margin: 15px 15px 15px 0;}
#adheader h3{
	margin-top: 0;
	color: #666; 
	font-size: 14px; 
}

#admain{
	background: #fff url(/system/images/jobadbg.gif) top left no-repeat;
	float: left;	
	padding: 0px 16px 16px 16px;
	width: 518px;
} 
#admain h1{float: left; margin: 10px 0 16px 0px;}
#admain p.jobadsubtitle{color: #666; clear: none; float: right; font-size: 12px; margin-top: 12px; }
#admain p{font-size: 12px; clear: both;}
#admain .floatleft p{margin: 0;}

#admain .floatleft h3, #admain .floatleftnoclear h3{margin-top: 10px; font-size: 12px;}
#admain .floatleft .floatleft, #admain .floatleft .floatleftnoclear{padding: 0;}
#admain .leftinfo{width: 295px; border-right: 1px solid #bdbdbd;}
#adinfo{
	border-top: 1px solid #bdbdbd;
	float: left;
	padding-top: 20px;
	width:518px;
}

#companydescr{
	float:right;
	padding-left: 16px;
	text-align: center;
}

#companydescr p{
	color: #666;
	font-style: italic;
	text-align: center;
	margin: 12px 0 20px 0;
	
}
#companydescr a{font-size: 12px;}
#companydescr #actionlinks{text-align: left; padding: 20px 50px 0 50px; border-top: 1px solid #bdbdbd; width: 100px;}
div#maincontent .rgMasterTable td{padding: 0;}
div#maincontent .rgMasterTable tbody td{padding: 4px;}
div#maincontent .rgmasterTable thead td{padding: 0;}
div#maincontent .rgmasterTable tbody td.rgHeader{padding: 0;}
div#maincontent table#edittable tr td {
	padding:4px;
}

ul.ruInputs li{list-style: none;}

#overlay{
	position: absolute;
	top: -999px;
	background-color: #fff;
    width:550px;     
    border:5px solid #666; 
    border:5px solid rgba(0, 0, 0, 0.698); 
    text-align: center;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
}
#overlay .close {
	background:url(/system/images/popclose.png) no-repeat scroll left top transparent;
	cursor:pointer;
	height:36px;
	position:absolute;
	right:-20px;
	top:-20px;
	width:36px;
}
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}