body, div, p, h1, h2, table, tr, th, td {
    padding: 0;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
}
input, textarea, select{
    margin-bottom:3px;
}

body {
    padding-bottom:30px;
    background: #000;
}

a {
    color: rgb(123, 145, 242)
}

/*  layout */

#wrap {
    width:960px;
    margin:20px auto;
    border:1px solid #999;
}
#header{
    height:60px;
    background: url(../images/carbon.gif) repeat-y top right;
}
#header #scroller {
  margin: 20px 0 0 120px;
}
a.menu1:link, a.menu1:visited {
    float:left;
    color:#FFFFFF;
    text-decoration:none;
    padding:7px 5px;

}

#header a{
    float:right;
    height:30px;
    width:355px;
    margin:15px 14px 10px;
    background: url(../images/logo.gif) no-repeat center;
}

ul#menu_1{
    margin:0;
    padding:0;
    float:left;
}
ul#menu_1 li{
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    background: url(../images/menu1_a_bg.jpg) no-repeat center right;
}

#menu1_div{
    margin:0;
    padding:0;
    background: url(../images/menu1_bg.jpg) repeat-x top;
    height:31px;
}

.menu1images{
    float:left;
}
a.menu1 {  
    font-size: 10px;
}
a.menu1:hover {
    color:#FD930B;
    font-size: 10px;
}
a.menu1:hover, a.menu1_selected,  a.menu1_selected:link, a.menu1_selected:hover, a.menu1_selected:visited {
    font-size: 10px;
    font-weight: bold;
    float:left;
    text-decoration:none;
    padding:7px 5px;
    color:#FD930B;
    text-decoration:none;
    background: url(../images/pointer.gif) no-repeat center 19px;
}

/*horizontal menu wrapper*/
#horizontal_menu_wrapper {
    margin-top:6px;
    padding:4px 0 0px 20px;
    width:179px;
    height:20px;
    background: url(../images/search_bg.gif) no-repeat top center;
    float:right;
    text-align:left;
}

/*horizontal menu buttons*/
.action_links {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#6666FF;
    font-weight:normal;
}
.action_links img {
    margin-right:6px;
    margin-bottom: 5px;
    border:none;
    vertical-align:absmiddle;
}
.action_links a,
.action_links a:link,
.action_links a:visited  {
    color:#6666FF;
    text-decoration:none;
}
.action_links a:hover {
    color:#6666FF;
    text-decoration:underline;
}

/*horizontal menu search box*/
.search {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    background-color:#ffffff;
    color: #333333;
    width:73px;
    border:1px solid #cccccc;
}

#main{
    background:url(../images/main_bg.jpg) repeat-y left;
}

#menuDiv{
    float:left;
}

#content{
    margin-left:125px;
    padding:20px;
}

/* Main Menu */
#menu, #menu ul, #menu ul ul {
    margin: 0;
    width:117px;
    padding: 0px 0 0 0;
}
#menu{
    /*padding: 21px 0 0 0;
    background:url(../images/vmenu_title.gif) no-repeat;*/
}
#menu li, #menu li li, #menu li li li {
    list-style: none;
    margin: 0;
    padding: 0;
    display:inline;
    position:relative;
}

#menu li a {
    display:block;
    font-size:10px;
    color:#FFFFFF;
    text-decoration:none;
    padding:3px 0px 5px 12px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #454a4d;
    background:url(../images/menu_button.gif) no-repeat;
}
#menu li a.menuLinkActive, #menu li a:hover {
    color:#FD930B;
    font-weight: bold;
    background:url(../images/menu_button_on.gif) no-repeat;
}

#menu li li a {
    display:block;
    font-size:10px;
    color:#FFFFFF;
    text-decoration:none;
    padding:3px 0px 5px 26px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #454a4d;
    background:url(../images/menu_button2.gif) no-repeat;
}
#menu li li a.menuLinkActive, #menu li li a:hover {
    color:#FD930B;
    font-weight: bold;
    background:url(../images/menu_button2_on.gif) no-repeat;
}

#menu li li li a {
    display:block;
    font-size:10px;
    color:#FFFFFF;
    text-decoration:none;
    padding:3px 0px 5px 34px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #454a4d;
    background:url(../images/menu_button3.gif) no-repeat;
}
#menu li li li a.menuLinkActive,#menu li li li a:hover {
    color:#FD930B;
    font-weight: bold;    
    background:url(../images/menu_button3_on.gif) no-repeat;
}

#image {
    margin-left: 95px;
}

#nicosiaTrans{
    background: #a1a1a1 url(../images/nicosiaTrans.jpg) no-repeat right top;
    height:67px;
}
#nicosiaTransLink {
  float: right;
  width: 450px;
  height: 67px;
  display: block;
}

#footer{
    height:83px;
    font-size:11px;
    border-top:1px solid #dadada;
    background: url(../images/carbon.gif) repeat-y top right;.
}
#footer #designTheFuture{
    float:right;
    font-size:13px;
    font-weight:bold;
    font-style:italic;
    margin:10px;
}

#footer div{
    margin:62px 0 0 10px;
    float:left;
}

#footer a#smartwebsites {
    color:#fff;
    text-decoration:none;
    float:right;
    margin: 27px 10px 0 0;
    font-size: 10px;
}

#footer a#smartwebsites span {
    color: rgb(123, 145, 242);
    text-decoration: underline;
}
/* hacks  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* links */

a[href$=".pdf"] {
	background: url(../images/filetypes/pdf.gif) no-repeat right top;
	padding:2px 18px 0px 0;
}
a[href$=".doc"] {
	background: url(../images/filetypes/doc.gif) no-repeat right top;
	padding:2px 18px 0px 0;
}
a[href$=".txt"] {
	background: url(../images/filetypes/txt.gif) no-repeat right top;
	padding:2px 18px 0px 0;
}
a[href$=".ppt"] {
	background: url(../images/filetypes/ppt.gif) no-repeat right top;
	padding:2px 18px 0px 0;
}
a[href$=".xls"] {
	background: url(../images/filetypes/xls.gif) no-repeat right top;
	padding:2px 18px 0px 0;
}
a[href$=".zip"] {
	background: url(../images/filetypes/zip.gif) no-repeat right top;
	padding:2px 18px 0px 0;
}

/* paragraphs */
p {
    font-size: 11px;
	}
	
/*  headings */

h1 {
	color:#FD930B;
	border-bottom:1px solid #ccc;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 1em;
	}
h2 {
	color:#FD930B;
	border-bottom:1px solid #ccc;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 1em;
}
h3 {
	color:#FD930B;	
	display:block;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	}
h4 {
	color:#FD930B;
	border-bottom:1px solid #ccc;
	font-size:12px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	}
h5 {
	color:#FD930B;
	border-bottom:1px solid #ccc;
	font-size:11px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	}

h6 {
color:#FD930B;
	border-bottom:1px solid #ccc;
	font-size:10px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	}

/* tables */
td {}


.email_content{
	margin: 30px 190px;}


/* lists */
#sitemapUl{
	padding:0;
	margin:0;
}
#sitemapUl li a{
	padding:0;
	margin:0;
}
#sitemapUl li{ list-style:none;padding:0;
	margin:0;}
	
#sitemapUl li a{
	padding-left:22px;
	line-height:20px;
	background:url(../images/flex_arrow_shut.gif) no-repeat left center;
}

/* horizontal menu */


#horizontal_menu a , #horizontal_menu span{
	font-size:10px;
	display:block;
	float:left;
	height:23px;
	width:53px;
	text-decoration:none;
	line-height:23px;
	font-weight:bold;
	padding:0;
	padding-left:26px;
	margin-left:9px;
	}
	
#horizontal_menu span{
	padding-left:0;
	width:79px;
}	

#horizontal_menu #menu_login a{
 margin-left:0;
 
 }
#horizontal_menu.el a, #horizontal_menu.el span{
	width:69px;
}

#horizontal_menu #menu_logout{
	display:inline;
	float:none;
	padding:0 0 0 10px;
	margin:0;
}
#horizontal_menu #menu_logout a{
	display:inline;
	float:none;
	padding-left:2px;
	padding:0;
	margin:0;
}


.displayNone{
	display:none;
}



#menu_home {background-image:url(../images/home.gif);}
.el #menu_home {background-image:url(../images/home_el.gif);}
#menu_contact {background-image:url(../images/contact.gif);}
.el #menu_contact {background-image:url(../images/contact_el.gif);}
#menu_sitemap {background-image:url(../images/sitemap.gif);}
.el #menu_sitemap {background-image:url(../images/sitemap_el.gif);}
#menu_login{background-image:url(../images/login.gif);}
.el #menu_login {background-image:url(../images/login_el.gif); 
				padding-right:26px;
}


#menu_home:hover, 
.el #menu_home:hover, 
#menu_contact:hover, 
.el #menu_contact:hover,
#menu_sitemap:hover,
.el #menu_sitemap:hover,
#menu_login:hover,
el #menu_login:hover
{background-position:right;}




#search_div{
	background: #fff url(../images/template/search_div_bottom.png) bottom no-repeat;
	}

#frmSearch{	
	margin:0;
	padding:0;
  width:175px;
	height:45px;
	
  background: url(../images/template/frm_search_div_bg.png) no-repeat left 2px;
}
#search_button{
	float:left;
	padding: 11px 5px 0 19px;
	}
#frmSearch input#search{
  font-size:12px;
  background:none;
  border:none;
	margin:10px 0px 0px 0px;	
	width:121px;
}

#horizontal_flags{
	position:absolute;
	top:2px;
	right:7px;
}
	
#horizontal_flags #flag_en, #horizontal_flags #flag_gr {
	display:block;
	padding:0;
	margin:9px 2px;
	line-height:0;
	font-size:0;
}
	
#horizontal_flags img{
	border:none;
	}	

/* highlight search items */

.highlight {
	background-color:#ddd;
}	

/*  Scroller Module */
#highlighter {
	float:left;
	background:url(../images/template/scroller_bg.gif) left no-repeat;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#336666;
	text-align:left;	
	margin: 0 50px 0 10px;
	padding:5px;
	padding-left:10px;
	width:620px;
}




/* breadcrums */
#breadcrumbs {
	float:left;
	color:#666666;
	font-weight:bold;
	font-size:10px;
	margin:10px 20px 5px 7px;
	}
#breadcrumbs a{
	color:#205594;
	background:none;
	font-weight: normal;
	padding:0 10px 0 0px;
	background: url(../images/template/arrow.gif) no-repeat right 3px;
	text-decoration:none;
}
#breadcrumbs span{
	color:#1e5297;
}


/* email module */
#content.email {
	padding:10px;
	background:none;
	}	

/*  cms administration panel */
.administration_panel, .administration_panel a, .administration_panel select {
	font-size:11px;
	}
	
.manageUsers tr td {
	line-height:20px;
	text-align:left;
}

.members_form tr th{
	border: 1px solid #cccccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	border-right:1px solid #999999;
}

#active{
	padding:0;
	margin:0;
	vertical-align:text-bottom;
}

/*  Admin stuff */

.admin_table {
	border-collapse:collapse;
	
}
.admin_table td {
	border:1px solid #CCCCCC;	
	padding:3px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#email_status.ok{
	border:1px solid #00CC00;
	color:#00CC00;
	padding:5px 2px;
}
#email_status.error{
	border:1px solid #FF0000;
	padding:1px 2px;
}
.img_border {
	border:1px solid #999999;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.adminCtrlTopIDU label{
	width:120px;
	margin-bottom:5px;
	float:left;
	line-height:17px;
}
.adminCtrlTopIDU select{
	display:block;
	margin-bottom:0px;
	width:240px;
}
/* SmartLAB Module */

#frm_order_tests fieldset {
	margin:1em;
	background:#FAFBFE;
	border:1px solid #73a0b5;
	
}
#frm_order_tests legend {
	font-weight:bold;
}
#frm_order_tests input, #frm_order_tests textarea {
	width:300px;
	margin-left:.5em;
}
#frm_order_tests label {
text-align:right;
width:120px;
float:left;	margin-bottom:10px;
}
#frm_order_tests p {
	margin:10px 0;
	}
#frm_order_tests input.two_column {
	width:105px;
	}
#frm_order_tests label.two_column {
	float:none;
	margin-left:1em;
	}
	
/* Newsletter Module */
#content.email_template {
	float: none;
	padding: 10px;
	width: auto;
	background: url(../none);
}
#main.email_template {
	background: #FFFFFF url(../images/template/main_bottom_email.gif) no-repeat left bottom;
}


/*  email templates */
#Layer1.email {
	margin-left: 15px;
}
#main.email {
	padding-top: 1px;
}
#horizontal_menu.email {
	bottom: 0px;
	width: 70%;
	text-align: right;
}
#contact_info {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 5px;
	text-align: right;
	margin-right: 19px;
}

#frm_contact blockquote{
	margin:0;
	margin-top: 20px;
	padding: 10px;
}

#frm_contact #inputData input{
	border:1px solid #CCCCCC;
	padding:1px 0px;
	vertical-align: middle;
	margin-bottom:10px	
}

#frm_contact blockquote textarea{
	border:1px solid #CCCCCC;
	width:320px;
	height:70px;
}

#frm_contact .contBut{
	margin:0 120px;
}

#loginUserTable tr td{
	padding:5px;
}

.administration_panel {
  margin-bottom: 20px;
}
* Page Administration panel buttons */
.administration_panel fieldset{
	border:1px solid #cccccc;
	padding: 0 15px 10px 15px;
	margin:0 0 25px 0;
} 

.administration_panel fieldset legend{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
}

.adminButtons{
	float:left;
	width:86px;
	height:26px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:26px;
	text-decoration:none;
	text-transform:capitalize;
	padding-left:27px;
	margin-right:5px;
	margin-top:5px;
}
.adminButtons:hover{
	background-position:right;
}
#saveAdminButton{background-image:url(../images/smartCmsButtons/save.png);}
#cancelAdminButton{background-image:url(../images/smartCmsButtons/cancel.png);}
#newPageAdminButton{ background-image:url(../images/smartCmsButtons/newPage.png);}
#editPageAdminButton{background-image:url(../images/smartCmsButtons/editPage.png);}
#duplicatePageAdminButton{background-image:url(../images/smartCmsButtons/duplicatePage.png); width:88px; padding-left:25px;}
#deletePageAdminButton{background-image:url(../images/smartCmsButtons/deletePage.png);}
#imagesAdminButton{background-image:url(../images/smartCmsButtons/userImages.png);}
#filesAdminButton{background-image:url(../images/smartCmsButtons/userFiles.png);}
#emailsAdminButton{background-image:url(../images/smartCmsButtons/emailLists.png);}
#emailPageAdminButton{background-image:url(../images/smartCmsButtons/sendEmail.png);}
#usersAdminButton{background-image:url(../images/smartCmsButtons/manageUsers.png);}
#newMemberButton{background-image:url(../images/smartCmsButtons/newMember.png);}
#testsAdminButton{background-image:url(../images/smartCmsButtons/manageTests.png);}
#backAdminButton{background-image:url(../images/smartCmsButtons/back.png);}
#backupAdminButton{background-image:url(../images/smartCmsButtons/backup.png);}
#newsAdminButton{background-image:url(../images/smartCmsButtons/news.png);}
#careerAdminButton{background-image:url(../images/smartCmsButtons/career.png);}
#exitAdminButton{background-image:url(../images/smartCmsButtons/exit.png);}
#newArticleAdminButton{background-image:url(../images/smartCmsButtons/newArticle.png);}
#newCareerAdminButton{background-image:url(../images/smartCmsButtons/newCareer.png);}


#surveyDiv{
    font-size:12px;
}

.fieldsetSurvey{
    border:1px solid #7F9DB9;
    padding:10px 20px 20px 20px;

    margin-bottom:20px;
}
.fieldsetSurvey input{
   vertical-align:bottom!important;
   vertical-align: middle;
   margin-right:5px;
}

.fieldsetSurvey p{
  margin:10px 0 3px 0;
}

.fieldsetSurvey .createSurveyAns{
    margin-top:20px;
}
#registerForm{
	width: 435px;
	}
#registerForm label{
    width:135px;
    float:left;
    margin-bottom:9px;
}

#registerFormFieldset{
    border:1px solid #ccc;
    padding:8px
}

#registerFormFieldset legend{
    font-weight:bold;
    padding:0 5px;
}


#registerForm .form_error{
    margin-left:110px;
}
.form_error{
    color:red;
}

#registerForm input{
    margin-bottom:6px;
    padding:2px 0;
    border:1px solid #ccc ;
}

#registerForm select{
    margin-bottom:7px;
    border:1px solid #ccc ;
}

.formButton
{
	display: block;
	float: left;
	width: 50px;
	height: 15px;
	background-image: url(../images/smartCmsButtons/formButton.png);
	text-align: center;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin-left: 2px;
}

.formButton:hover
{
	background-position: right center;
}

.formButton:hover
{
	background-position: right center;
}


/* banner management */
#frmBanner label {
  float: left;
  width: 10em;
}

#frmBanner fieldset {
  padding: .5em;
  margin-bottom: 1em;
}








#rightBar{
	width:150px;
	float:right;
	padding:0px;
	margin:0px;
	}	
	
	
	
	
	

#newsTable, #careersTable{
	border-collapse:collapse;
}

#newsTable tr th, #careersTable tr th{
	padding-bottom:10px;	
}
#newsTable tr td, #careersTable tr td{
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #6699FF;
}

.newsDateHeader, .careersDateHeader{
	font-size:15px;
	font-weight:bold;
	color:#0066FF;
	margin:0;
	border-bottom:1px #9FBBBB solid;
	margin-bottom:0px;
}

/*
.newsSearch h2, .careersSearch h2{
	font-size:15px;
	color:#0066FF;
	border-bottom:2px #9FBBBB solid;
	text-transform:capitalize;
	margin-top:23px;
}*/

.newsDate, .careersDate{
	padding:0;
	margin:0;
	display:inline;
	font-weight: bold;
	color:#225496;
}

.newsDescription, .newsTitle, .careersDescription, .careersTitle, .careersDepartment, .careersEmploymentStatus{
	padding:0 ;
	padding-left:10px;
	margin:0;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.newsDateHome, .careersDateHome{
	margin:0;
	color:#0E3468;
	display:inline;
	font-size: 10px;
	font-weight: bold;
}

.newsDescriptionHome, .newsTitleHome, .careersDescriptionHome, .careersTitleHome{
	margin:0;
	padding:0;
	display:inline;	
	font-size: 10px;
	color:#656565;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.newsTitleHome, .careersTitleHome{
	font-size: 10px;
	color:#656565;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.newsInfoDiv, .careersInfoDiv{
	padding:5px 10px 23px 10px;
	margin:0;
	margin-top:7px;
	position:relative;
}

#newsArchiveDiv, #careersArchiveDiv{
	margin: 0 0px 0 0;

}
#newsArchiveDiv span, #careersArchiveDiv span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.newsSearch form, .careersSearch form{
	font-size:11px;
	line-height:11px;
	margin:10px 0 0 0 ;
	padding:0;
}



.newsSearch newsInfoDiv p, .careersSearch careersInfoDiv p{
 padding:5px 0;
 margin:0;
}

.newsSearch p, .newsSearch #keywords, .careersSearch p{
	margin:0;
	margin-left:5px;
	padding:0;
}

.newsSearch #keywordSearch, .newsSearch #searchDate, .careersSearch #keywordSearch, .careersSearch #searchDate{
	margin-top:10px;
	font-size:11px;
	font-style:italic;
}

.newsSearch #month, .careersSearch #month, .careersSearch #keywords, .newsSearch #keywords{
	margin:10px 0 10px 0px;
	display:block;
	width:100px;	
}
.newsSearch #year{
	margin:10px 0 0px 10px;
	display:block;
	width:100px;
}
.careersSearch #department, .careersSearch #full_time{
	margin:10px 0 0px 10px;
	display:block;
}

.newsSearch #submit, .careersSearch #submit{
	background:url(../images/template/searchBut-news.jpg) no-repeat center;
	height:18px;
	width:58px;
	border:none;
	color:#637ec8;
	display:block;
	padding-bottom:2px;
	_padding:0;
	cursor:pointer;
	margin:20px 0 15px 70px;
	text-transform:capitalize;
}

.newsSearch #keywords, .careersSearch #keywords{
	width:150px;
}
.newsSearch #newsContuctInfo, .careersSearch #careersContuctInfo{
	background:url(../images/template/newsInfo.jpg) repeat-x center;
	height:86px;
	margin-top:50px;
	width:175px;
}

#newsContuctInfo #newsContuctHeader, #careersContuctInfo #careersContuctHeader{
	color:#b12235;
	padding:10px 0 2px 10px;
	margin:0;
}
#newsContuctInfo #newContName, #careersContuctInfo #careerContName{	
	color:#000099;
	padding: 0 0 7px 10px;
	margin:0;
}
#newsContuctInfo p, #careersContuctInfo p{
	padding:0 0 0 10px;
	margin:0;
}
.newsLinkHome, .careersLinkHome{
	text-decoration:none;
}
.newsInfoDivHome, .careersInfoDivHome{
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px solid #CCCCCC;
}	
.newsLink, .careersLink{
	text-decoration:none;
}
#newsReadAll, #careersReadAll{
	text-decoration:none;
	color:#235594;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-left:5px;
	line-height:11px;
	padding-left:15px;
	margin-right:10px;
	font-size:11px;
	background: url(../images/template/moreArr.gif) no-repeat left;
}
#newsReadMore, #careersReadMore{
	position:absolute;
	bottom:7px;
	right:5px;
	text-decoration:none;
	color:#235594;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:11px;
	padding-right:15px;
	font-size:11px;
	background: url(../images/template/read_more_bg.jpg) no-repeat right;
}

#careersReadMore{
	line-height:11px;
}
#newsReadAll, #careersReadAll{
	background: #FFFFFF url(../images/template/moreArr_back.gif) no-repeat left center;
	padding-left:5px;
}

#newsReadAllHome, #careersReadAllHome{
	display:inline;
	padding:0px;
	margin:0px;
	text-decoration:none;
	color:#336666;
	font-weight:bold;
	float:right;
	margin:5px 0;
	padding-right:15px;
	font-size:11px;
	background: url(../images/template/read_more_bg.jpg) no-repeat right;
}

#under_our_news #phrase{
	
	_margin:-3px 0 0 0px;
}
#under_our_news #exactPhraseP{
	margin: 0px 0 10px 0;
	padding:0 10px;
}

#under_our_news #keywordSearch, #under_our_news #searchDate, #under_our_news #keywords, #under_our_news #month{
	margin-left:10px;
}

#full_time{
	margin:10px 0 0 10px;
}

#under_our_news #keywordSearch, #under_our_news #searchDate{
	padding-top:15px;
}

#under_our_news #submit{
	margin:10px 0 0 110px;
}

#pagerDiv{
	color: #DD5154;
	text-decoration:none;
	height:23px;

}
#showAllNews{

}
#pagerDiv a{
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
	line-height:11px;
	padding:0;
	margin:0;
}
#clearNews, #clearCareers{
	color: #000000;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
#clearNews a, #clearCareers a{
	color:#990000;
}

.careersTitlesCss{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.datePicker{
	float:left;
}


#blogForm{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
		padding-left: 7px;
    padding-bottom:20px;
    margin-bottom:20px;
}

#blogForm h2{
    padding:10px 0;
    color:#666;
    font-weight: bold ;
    font-size:15px;
    font-family: Verdana, Geneva, sans-serif;
}

#blogForm #submitBut{
    margin-left:350px;
    border:none;
    background: url(../images/blog_butt.gif) no-repeat right bottom;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#666;
    width:103px;
    height:31px;
    cursor:pointer;
}

#blogForm #name, #blogForm #email{
    width:255px;
    margin:10px 0px;
}

#userComment{
    background: url(../images/blog_user_comment.gif) no-repeat left top;
    height:38px;
    margin:0;
}

#userComment span.nameSpan{
    padding:11px;
    display:block;
    float:left;
    color: #666 /*#7800f0*/;
    font-weight: bold ;
    font-size:12px;
    font-family: Verdana, Geneva, sans-serif;
}
#userComment span.dateSpan{
    padding:11px 20px;
    display:block;
    float:right;
}

#commentDiv{
    padding:3px 5px 20px 5px;
}



/* hacks  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	







.mceVisualAid {
	border: 1px dashed #BBBBBB !important;
}

div.mceVisualAid {
	background-image:url('../images/spacer.gif');
	visibility: visible !important;
}

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('../images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Important is needed in Gecko browsers inorder to style links */
/*
a {
	color: green !important;
}
*/

/* Style selection range colors in Gecko browsers */
/*
::-moz-selection {
	background-color: red;
	color: green;
}
*/

/* MSIE specific */

* html body {
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}

/*
  Homepage
*/
#content.home h1,h2,h3,p {
  border: none;
  line-height: 1em;
  margin: 0 0 .5em;
}
#content.home h1 {
  font: italic 18px Arial, sans-serif;
  color: #FFF;
}
#content.home h2 a {
  font: bold 12px Arial, sans-serif;
  color: #FFA227;
  text-decoration: none;
}
#content.home h3 a {
  font: normal 12px Arial, sans-serif;
  color: #FFF;
  text-decoration: none;
}
div.one_quarter {
  float: left;
  width: 23%;
  padding:0 1%;  
}
