
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
/*	border: 0px;     kko  */
}
a img {border: 0;} /* kko */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	width: 900px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Clearing floats */
.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 */


/* Body */
body 
{
 	margin: 0px auto;
	
	background: #ccc url(../../images/body_back.gif) center top repeat-y;
}

/* Header */
#logo {
	float: left;
	padding: 35px 0 0 30px;

}

/* Slogan */
#slogan {
	font-size: 18px;	
	color: #fff;
	line-height: 25px;
	font-weight:normal;
}

#slogan p {
	padding: 30px 280px 0px 20px;
}

#slogan a {
	color: #fc3;
	text-decoration: none;
}

#slogan a:hover {
	color: #fc3;
}

/* Careers */

/* Careers NEW */
.careersNew {
	width: 430px;
	height: 157px;
	background: #fff url(../../images/careers.jpg) 0 3px no-repeat;
	padding: 0px;

	margin-bottom: 10px;
}
.careersNew h1 {
	margin: 10px 0 10px 0px;
	background: #fff url(../../images/bubble_green.gif) 0 0 no-repeat;
	height: 32px;
	min-width: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0 0 10px;
	float: left;
}
.careersNew img {
	float: right;
	margin-top:5px;
}


.careers {
	width: 430px;
	height: 157px;
	background: #fff url(../../images/careers_2.jpg) 0 3px no-repeat;
	padding: 0px;
	margin-bottom: 10px;
	/*margin-top: 15px; */
}

.careers h1 {
	margin: 10px 0 10px 0px;
	background: #fff url(../../images/bubble_green.gif) 0 0 no-repeat;
	/*background: #fff url(../../images/bubble_dg.gif) 0 0 no-repeat; */
	height: 32px;
	min-width: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0 0 10px;
	float: left;
	line-height: 1.1em;
}

.greenBubbleRight {
	width: 10px;
	height: 37px;
	margin: 10px 0 0 0;
	background: #fff url(../../images/bubble_green_right.gif) 0 0 no-repeat;
	float: left;
}

.grayBubbleRight {
	width: 10px;
	height: 37px;
	margin: 10px 0 0 0;
	background: #fff url(../../images/bubble_dg_right.gif) 0 0 no-repeat;
	float: left;
}

.careers p{
	width: 280px;
	color: #fff;
	padding: 2px 0 0 10px;
	line-height: 22px;
	font-size: 15px;
	float: left;
}

.careers p small {
	font-size: 14px;
}

#imgPers{
	float: right;
	margin: 19px 0px 0px 0px;
	border:0px solid green;
}


#h1FP{
	padding-left: 10px;
}
/* Open positions */

.openpos {
	width: 430px;
	height: 157px;
	background: #fff url(../../images/openpos_blue.jpg) 0 3px no-repeat;
	margin-bottom: 10px;
	margin-top: 15px; 
}

.openpos h1 {
	margin: 10px 0 5px 0px;
	background: #fff url(../../images/bubble_blue.gif) 0 0 no-repeat;
	height: 32px;
	min-width: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0 0 10px;
	float: left;
	line-height: 1.1em;
}

.blueBubbleRight {
	width: 10px;
	height: 37px;
	margin: 10px 0 0 0;
	background: #fff url(../../images/bubble_blue_right.gif) 0 0 no-repeat;
	float: left;
}

.openpos ul {
	padding: 60px 0 0 10px;
}

.openpos ul li {
	padding-bottom: 5px;
}

.openpos ul li a {
	color: #fff;
	text-decoration: none;
}

.openpos ul li a:hover {
	color: #fff;
}

/* ral changes to openpos start */

.openpos p{
	clear: left; 
	width: 280px;
	color: #fff;
	padding: 7px 0 0 10px;
	line-height: 22px;
	font-size: 15px;
	float: left;
}

/* ral changes to openpos end */

/* Contact us front */
.contactus h1 {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

.contactus p {
	padding: 0 10px 10px 10px;
}

.contactus p a {
	color: #c00;
	text-decoration: none;
}

.contactus p a:hover {
	color: #464646;
}


/* News */

#rightColumn h1 {
	margin: 22px 0 18px 0px;
	width: 200px;	
}

h3.newsItem {
	padding-left: 10px;
	clear:both;
	}
	
h3.newsItem .newsHeadLine{
	width: 300px;
	float: left;
	color:#666666;
	font-size:12px;
	font-weight:bold; 
}
	
h3.newsItem .newsTittle{
	width: 300px;
	float: left;

}

.newsDate{
	width: 80px;
	float: right;
	text-align: right;
}


h3.newsItem .newsText{
	width: 390px;
	float: left;
	margin-bottom: 20px;
	
}

.newsItem a {
	color: #666666;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.newsItem a:hover {
	color: #3b3b3b;
	display: block;
	cursor: pointer;
}

/* Footer */
#footer ul {
	padding: 50px 0 0 300px;
}

#footer ul li {
	float: right;
	width: 200px;
	color: #666;
	line-height: 16px;
	font-size: 10px;
}


#footer a:link,#footer a:visited{
	font-weight: bold;	
	color: #666;
}

#footer ul li:hover,#footer ul li:hover a {

	color: #000;

}

/* breadcrumb */
#breadcrumb {
	font-size: 35px;
	color: #fff;
	padding-top: 20px;
	padding-left: 30px;
	line-height: 1em;

}

#breadcrumb a {
	text-decoration: none;
	color: #20b1db;
}

#breadcrumb a:hover {
	color: #ffffff;
}

/* subpageTeaser */
#subpageTeaser h2 {
	padding: 20px 0 23px 18px;
}

#teaserDetails 
{
    padding-left:20px;    
}

#subpageTeaser ul {
	padding: 0 0 0 16px;
	line-height: 18px;
	color: #666;
}

/* subpage left column */
#subpage #leftColumn{

}

#subpage #leftColumn h2 {
	padding: 18px 0px 0px 0px;
	margin:0px;
}

#subpage #leftColumn ul{
	padding: 16px 0px 0px 0px;	
}

#subpage #leftColumn li{
	margin: 0px;	
}

#subpage #leftColumn ul ul{
	padding: 5px 0px 0px 0px;

}


/* Subpage right column  */

#subpage #rightColumn h1, #subpage #rightColumnLarge h1 {
	font-weight: normal;
	font-size: 35px;
	color: #00a6d6;
	padding: 16px 30px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
}

#subpage #rightColumn h2, #subpage #rightColumnLarge h2 {
	font-weight: normal;
	font-size: 18px;
	color: #292a2d;
	margin: 30px 0px 10px 0px;
	line-height: 19px;
}


#rightColumn div#searchresulstsContainer div.resultChunk h2.newHeader
{
	margin:0px;
}

#subpage #rightColumn p,#subpage #rightColumnLarge p {

	padding-bottom: 10px;
}



/* Search */

#search{
	float: right;
	width: 200px;
	margin: 48px 0 0 0;
	padding: 0 20px 0 0;
}


#search .inp, #search .inpLong {
	float: right;
	border: 1px solid #999;
	font-size: 10px;
	line-hegith: 11px;
	height: 11px;
	width: 99px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#search .inpLong {
	width: 179px;
}

#search .btn {
float: right;
	width: 14px;
	height: 13px;
	vertical-align: middle;
	background: url(../../images/sbtn.gif) 0 0 no-repeat;
	border: none;
	margin-left:5px;
}

/* teaser */
#subpageTeaser {
	width: 900px;
	height: 299px;
	background-color: #ccc;
	padding: 0px;
	margin: 0px;
	float: left;
}

#teaserDetails{
	width: 180px;
	float: left;
}

#teaserDetails ul{
	margin-bottom: 22px;
}

#teaserImg{
	float: right;
	width: 700px;
	padding: 0px;
	margin: 0px;
	background: #33FFCC;
}

#subpageTeaser img{
	margin: 0px;
	padding: 0px;
	float: right;
}

/* careers */
.listing{
	
}

.listing h3{
	color: #00a6d6;
	font-size: 14px;
}

.listing p{
	margin-bottom: 10px;
}

#subpage #rightColumnLarge .listing h2, #subpage #rightColumn .listing h2, div#searchresulstsContainer div.listing h2 {
	color: #666666;
	font-size: 18px;
	border-top:1px dotted #ddd;
	height:20px;
	padding-top:10px;
	/*background: url(../../images/careers-country-background.jpg) no-repeat left bottom;*/
	padding-bottom: 10px;	
}
.hr
{
	border-bottom:1px dotted #ddd;
	margin-bottom: 10px;	
	height:20px;
	
}

div#searchresulstsContainer div.hr
{
	border-bottom:1px dotted #ddd;
	margin-bottom: 4px;	
	height:8px;
	
}


.hr hr{display:none;}

.referenceItem
{
    background-position:top right;
    background-repeat:no-repeat;
    padding-right:110px;
}
/* List people */
/* Cols */
ul#col1 {
	float: left;
	width: 620px;	
}

ul#col1 li, ul#col2 li, ul#col3 li {
	float: left;
	width: 135px;
	height: 86px;
	border: 1px solid #eeeeee;
	background: #fff;
	margin: 0 10px 10px 0px;
	padding: 2px;
	color: #00a6d6;
}

ul#col1 li img, ul#col2 li img, ul#col3 li img{
	float: right;
}

.persDetInfo{
	width: 250px;
	float:left;
	padding: 10px 0px 0px 20px;
	color: #666666;
}

.skype{
	width:115px;
	padding: 10px 0px 0px 0px;
	float: left;
}

.skypeStatus{
	width: 75px;
	clear: left;
}

ul#col1 li small, ul#col2 li small, ul#col3 li small{ 
	color: #717171;
}

li.detail {
	width: 590px !important;
	height: 370px !important;
	display: none;
}

small {
	color: #fff;
}

/* Filter */
#filter{
	background: url(../../images/filterpeople_green_bar.gif) no-repeat top right #ff0;
	height: 29px;
	width: 261px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: center;
	margin: 0px 0px 20px 0px;
	position: relative;
	top: -32px;
}

#filter form{
/*	background: url(../../images/filterpeople_leftcorner.gif) no-repeat top left #99cc33;*/
	height: 29px;
	width: 261px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 7px;
}

#filter form label{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
}

#filter form input{
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}
/*
#filter ul {
	background: url(../../images/filterpeople_rightcorner.gif) no-repeat top right  #99cc33;
	height: 28px;
	padding: 0px 13px 0px 0px;
}

#filter ul li {
	float: left;
	display: block;
	padding: 5px 5px 0px 5px;
	background: #99cc33;
	margin-right: 10px;
}

#filter ul li a {
	color: #fff;
	text-decoration: none;
}

#filter ul li a#all {
	color: #000;
}
*/
/* Person details */
#person001, #person002 {
	display: none;
}

li.detail h3 {
	font-size: 18px;
	padding: 10px 0 5px 0;
}

li.detail p {
	padding-top: 5px;
}

/*Footer link */

#footer ul li a{
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
/* Search */
.greenText
{
	color:green;
}
.resultChunk 
{
 padding-top: 10px;
 padding-bottom : 10px;
}

/*Snippets*/
h1.bigbluetitle 
{   
	FONT-WEIGHT: normal;	
	FONT-SIZE: 35px;
	COLOR: #00a6d6;
	LINE-HEIGHT: 1em;
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;	
	PADDING-BOTTOM: 0px;	
	MARGIN: 0px;	
	PADDING-TOP: 10px
}

h2.redtitle
{	FONT-WEIGHT: normal;	
	FONT-SIZE: 18px;	
	PADDING-BOTTOM: 10px;	
	MARGIN: 30px 0px 20px;	
	COLOR: #fb4865;
}

h3.mediumbluetitle
{	
	FONT-SIZE: 14px;	
	COLOR: #00a6d6;
}

/* slide animation images */
#slideImgAnim{
	width: 669px;
	height: 298px;
	float: right;
	position: relative;
	overflow: hidden;
}
.frontpageCarousel{
	width: 900px;
	height: 298px;
	float: right;
	position: relative;
	overflow: hidden;
	margin-right: 1px;
}


div.sh_prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 20px;
	height: 298px;
	background: url(/images/1x1.gif) left top no-repeat;
}
div.sh_prev img 
{
    behavior: url(/js/png.htc);
}
div.sh_next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 20px;
	height: 298px;
	background: url(/images/1x1.gif) left top no-repeat;
}

div.sh_right img 
{
    behavior: url(/js/png.htc);
}



a.prev {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	width: 134px;
	height: 298px;
    background: url(/images/1x1.gif) left no-repeat;
    text-decoration: none;
}
a.prev img {
    display: block;
    position: absolute;
    left: 0;
    top: 134px;
}
a.prev span.png 
{
	display: block;
    position: absolute;
    left: 0;
    top: 134px;
}

a.next {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	width: 134px;
	height: 298px;
    background: url(/images/1x1.gif) left no-repeat;
    text-decoration: none;
}
a.next img {
    display: block;
    position: absolute;
    right: 0;
    top: 134px;
}
a.next span.png 
{
	display: block;
    position: absolute;
    right: 0;
    top: 134px;
}

.frontpageCarousel a.prev img, 
.frontpageCarousel a.next img{
     top: 100px;
    }





.reference_block{color:Black;}


#referenceFilter{
	background: url(../../images/filterpeople_green_bar.gif) no-repeat top right #ff0;
	height: 29px;
	width: 261px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: center;
	margin: 0px 0px 20px 0px;
	position: relative;
	top:10px;
}

#col1 ul.cases_list li 
{   
    border-width:0px;
    height:0px !important;
    list-style-type:disc;
    list-style-position:inside;
    float:none;
    display:block;
    margin:0px;
    padding:0px;
    margin-left:15px;
}

div#rightColumn ul, div#rightColumn ol
{
    list-style-type:disc;
    list-style-position:outside;
    padding-bottom:6px;
    padding-left:20px;
    padding-top:0px;
}

#applyForm input.cancelBtn
{
    color:Black;
    background-color:White;    
    width:100px;
    height:23px;
    margin-top:5px;    
    font-size:11px;
}

.bblock1{
	float: right;
	margin: 0;
	padding: 0;
}

.bblock{
	position: relative;
	top:0;
	right: 0;	
}

#searchRes{
	position: absolute;
	width: 199px; 
	height: 350px;  
	background: #FFF; 	 
	top: 15px;
	left: 189px;
	border:1px solid #bbbbbb;	
	z-index:50;
	display: none;
	padding: 0 0 0 0;
}

* html #searchRes{
	top: 1px;
	left: 135px;
}

* +html #searchRes{
	top: 1px;
	left: 135px;
}

.noRes{

}

.Res{
	float: left;
	width: 200px;
	width: 190px;	
	height: 330px;   
	overflow: auto;
	padding: 0 4px 0 4px;
}
#wrapperSearch.Res{
	float: none;
	width: 200px;	
	height: 330px;   
	overflow: none;
	padding: 0 0px 0 0px;
}

#wrapperSearch .biggerSizeRes{
	width: 176px;
}

.Res #lblAjaxResultNotFound p{
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 0 0;
	padding: 0;	
}

.Res #lblAjaxResultNotFound{
	width: 178px;
	overflow: hidden;
}

.Res #lblAjaxResultNotFound ul{
	float: left;
	width: 100%;
	font-size: 10px;
	margin: 20px 0 0 0;
	padding: 0;
}

.Res #lblAjaxResultNotFound ul li{
	width: 100%;

	background: url(../../images/separator.jpg) 0 7px no-repeat;
	margin: 2px 0 0 0;
	padding: 0 0 0 6px;
}

.Res div{
	padding: 4px 5px 5px 5px;
	margin: 0 6px 0 6px;
	_margin: 0 3px 0 3px;
	float: left;
	width: 156px;
	border-bottom: 1px solid #ddd;
}

.Res h2{
	float: left;
	color: #00a6d6;
	font-weight: normal;
	font-size: 12px;
	margin: 5px 0 0 0;
	display: block;
	width: 100%;
}

.Res p{
	float: left;
	color: #333;
	font-size: 11px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

.Res a{
	float: left;
	font-size: 10px;
	padding: 0px !important;
	margin: 0px;
	color: #00A6D6;
	text-decoration: underline;
}

.Res p a{
	float: none;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #00A6D6 !important;
	text-decoration: underline;
}

.Res a:hover{
	color: green;
	text-decoration: underline;
}

div.close-box{
	background: #fff;
	float:left;	
	padding: 2px 20px 0 10px;
	*padding: 2px 20px 0 0px;
	height:14px;
	border-top: 1px solid #ddd;
	line-height: 13px;
}

div.close-box  .close{
	float: left;
	margin: 0px 0 0 0;
	color: #FF4500;
	font-size: 10px;
text-decoration: none;
}
div.close-box  .close:hover{
	text-decoration: underline;
	color: #008000;
}
div.close-box .more{
	float: right;
	margin: 0;
	padding: 0;
	color: #00a6d6;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
text-decoration: none;
}

div.close-box  .more:hover{
	text-decoration: underline;
	color: #008000;
	}

div.resSelectedDiv
{
    
}

h2.newHeader
{
    margin:0px 0px 6px 0px;
}


img.png{behavior: url(/js/png.htc);}


div#silverlightChatControlHost
{
	height:600px;
}

#silverlightChatControl
{
}

div.newsMenu
{	
	margin-left:auto;
	margin-right:auto;
	width:50%;
	text-align:center;
}



.careerTable {
	border: 1px solid #666666;
}

.careerTable tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

.careerTable tbody tr.odd td {
	background-color: #EDF3FE;
	border-left: 1px solid #D9D9D9;
	
}

.careerRight
{
    float:right;
    width:200px;
    
}

input.submitBtn
{
	background:#00A6D6 none repeat scroll 0 0;
	border:medium none;
	color:#FFF;
	cursor:pointer;
	padding:3px 0;
	text-align:center;
	width:140px;
}

input.submitBtn : hover
{
        color:#000;
}

.naxtop
{
	display:block;
	margin-top: -5px;
	margin-left: -5px;
}

* > .naxtop
{
	margin: 0;
}



/* CSS Document */
#master {
	width: 900px;
	margin: 0px auto;
	padding: 0px;

}

#header {
	width: 900px;
	height: 77px;
}

#slogan {
	width: 900px;
	height: 140px;
	background: #00aad5 url(../../images/slogan_back.gif) 0 0 repeat-x;
}

#breadcrumb {
	width: 870px;
	height: 60px;
	background: url(../../images/breadcrumb_back.gif) 0 0 repeat-x;
}



#content {
	width: 900px;
}

#subpage #content {
/*	background: #fff url(../../images/content_back_subpage.gif) 0 0 no-repeat;*/
}

#leftColumn {
	float: left;
	width: 430px;
	padding: 0 0 0 20px;
}

#subpage #leftColumn {
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
}

#rightColumn {
	float: right;
	width: 410px;
	min-height: 400px;
	padding: 0 20px 0 0;
}

#subpage #rightColumn {
	float: right;
	width: 620px;
	padding: 0 60px 0 0;
}

#subpage #rightColumnLarge {
	float: left;
	width: 645px;
	padding: 0 30px 0 0;
}

#footer {
	width: 900px;

	background: transparent url(../../images/footer.gif) center top no-repeat;
	padding-bottom: 20px;
	margin-top: 20px;

}


/*Frontpage carousel */

.frontpageCarouselText
{
    background: transparent url(../../images/frontpageCarouselTextBG.png) left top no-repeat;
    width:100%; 
    height:200px;
    margin-left:480px;
    margin-top:20px;
    padding:10px;
    }
.frontpageCarouselText div
{
    width:300px;
    }
.frontpageCarouselText h2{
    color:#00aad5;
    }

/* 

#latestProject {
	width: 900px;
	height: 288px;
	background: #EFEFEF;
}

#projectContainer {
	width: 447px;
	height: 221px;
	float: left;
	padding: 30px 0 0 20px;
}

#latestProject ul {
	float: left;
	margin-top: 40px;
	color: #00a6d6;
	margin-left: 0px;
	width: 430px;
}

#latestProject ul li {
	padding: 8px;
}

#latestProject ul li.ui-tabs-selected {
	background: #fff url(../../images/ui_tab_selected.gif) right top no-repeat;
}

#latestProject ul li a {
	color: #00a6d6;
	text-decoration: none;
	margin-left: 30px;
}

#latestProject ul li a:hover {
	color: #464646;
}

#latestProject ul{
	font-size: 12px;
}

*/




/* CSS Document */
body {
	font-family: Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

a:link, a:visited,a:active,   .listing a:link, .listing a:visited, .listing a:active{
    color: #00A6D6;
    }
a:hover, .listing a:hover{
    color: #292a2d;
    }
	
.openpos a, .careers a{
    color: #fff;
    }
	
.openpos a:hover, .careers a:hover{
	text-decoration: underline;
    }
	
.listing a:link, .listing a:visited, .listing a:active{
    text-decoration:none;
}

h1{
   font-size:30px;
   font-weight:bold;
   margin-bottom:5px;
   }
h2
{
   font-size:20px;
   font-weight:bold;
   margin-bottom:5px;
   }
h3
{
    font-size:18px;
   font-weight:bold;
   margin-bottom:5px;
   }
h4
{
    font-size:14px;
   font-weight:bold;
   margin-bottom:5px;
   }
  
h3.newsItem {
	color: #666666;
}

h3.newsItem .newsTittle {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #999;
}


.newsDate{
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
}


h3.newsItem .newsText{
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.newsDateLong{
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	float:right;
    margin-left: 10px;
	display: block;
	text-align: right;
	margin-top: 60px;
}


#rightColumn h1, #rightColumnLarge h1  {
	color: #00A6D6;
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
}



#subpage #leftColumn h2{
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	
}

#subpage #leftColumn ul, #subpage #leftColumn ul ul{
	font-size: 12px;
	line-height: 1em;
	color: #666;
	margin:0px;
}

#subpage #leftColumn ul li.active a{
	font-size: 12px;
	line-height: 1em;
	color: #666;
}

#subpage #leftColumn ul li.active ul a{
	font-size: 12px;
	line-height: 1em;
	color: #464646;
}

#subpage #leftColumn ul li.active ul a:hover{
	font-size: 12px;
	line-height: 1em;
	color: #999999;
}

#subpageTeaser h2 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}

#subpageTeaser #teaserDetails h2 span{
	font-size: 12px;
	line-height: 18px;
}

.persDetInfo a{
	text-decoration: none;
	color: #666;
}

.referenceYear
{
    color:#eee;
    font-size:80px;
    float:right;
    line-height:100px;
    cursor:default;
    }
.referenceType{    
    color:#eee;
    font-size:60px;
    line-height:100px;
    cursor:default;
}


/* Top menu */
ul#topMenu {
	float: left;
	margin: 47px 0 0 65px;
}

ul#topMenu li {
	float: left;
	display: block;
	padding: 0 8px;
	border-right: 1px solid #00a6d6;
}

ul#topMenu li a {
	color: #666;
	text-decoration: none;
}

ul#topMenu li a:hover {
	color: #464646;
}

/* Sub Menu */
#subpage #leftColumn ul {
	padding-left: 4px;
}

#subpage #leftColumn ul ul{
	padding-left: 14px;
}

#subpage #leftColumn ul li {
	padding-bottom: 5px;
}

#subpage #leftColumn ul li a {
	color: #464646;
	text-decoration: none;
}

#subpage #leftColumn ul li a:hover {
	color: #999;
}

/* Lang */

ul.lang {
	float: left;
	margin: 47px 0 0 42px;
}

ul.lang li {
	float: left;
	background: url(../../images/lang_back.gif) right 7px no-repeat;
}

ul.lang li a {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	padding: 0 10px;
}

ul.lang li#thisLang a {
	color: #00a6d6;
}

li.selected a.selected{color:#999 !important;}


/* CSS Document */

#contact{
	width: 580px;
	margin-top: 30px;
	font-family:Arial;
	
	
}
/*
#contact legend{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	display: block;
	line-height: 20px;
	height: 50px;
	text-align: left;
	width: 580px;
}
*/
#contact label{
	width: 406px;
	display: block;
	margin-top:20px;
}

/*
#contact input{
	width: 406px;
	border: 1px solid #e5e5e5;
	margin-top:5px;
	margin-right:0px;	
	margin-left:0px;
}

#contact textarea{
	width: 406px;
	height: 260px;
	border: 1px solid #e5e5e5;
	margin: 5px 0px 20px 0px;
	width: 576px;
}                  
*/

#contact .submit{
	width: 140px;
	padding: 3px 0px;
	color: #ffffff;
	background: #00a6d6;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
}

#contact .submit:hover{
	width: 140px;
	padding: 3px 0px;
	color: #000000;
	background: #00a6d6;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
}


#contact .reset{
	width: 70px;
	padding: 3px 0px;
	color: #00a6d6;
	background: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
}

#contact .reset:hover{
	width: 70px;
	padding: 3px 0px;
	color: #000000;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
}


#contact div.alert
{
    color:#fb4865;
    font-weight:bold;
}


#googleMapDirections input{	
	border: 1px solid #e5e5e5;
	margin: 5px 0px 20px 0px;
}


#googleMapDirections #btnSearchDirection{	
	padding: 3px 0px;
	color: #ffffff;
	background: #00a6d6;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
}

#applyForm input, #contact input{	
	border: 1px solid #e5e5e5;
	margin: 5px 0px 0px 0px;	
	width:300px;
	font-family:Arial;
	font-style:inherit;
	font-size:12px;
	color:#666;
	
}

#applyForm textarea, #contact textarea
{
	border: 1px solid #e5e5e5;
	margin: 5px 0px 0px 0px;
	width :300px;
	height:150px;
	font-weight:normal;
	font-family:Arial;
	font-style:inherit;
	font-size:12px;
	color:#666;
}

input.applyFormSubmit{
	width: 140px !important;
	padding: 3px 0px;
	color: #ffffff;
	background: #00a6d6;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	border: none;
}
#applyForm
{
	margin-left: 12px;
}
#careerPosition
{
	margin-left: 12px;
}

.jpform label
{
    display:block;
    }
.jpform input,.jpform textarea
{
    width:300px;
    border:1px solid gray;
    }

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

#frontPageTabs
{
       background:#efefef url(../../images/tabContentLeftFade.jpg) no-repeat left center ;
      
       width:875px;
/*       margin-left:15px; */
margin-left : 0; 
	    border:0px solid red;
       float:left;
       padding-left:10px;
    }
	 
#frontPageTabsWrapper{
 /*   width:900px; */
    background:#efefef ;
    height:240px;
	 
width: 900px;
padding: 0 0 0 0;	 
overflow: hidden;

    }
    
.ui-tabs-nav{
    width:280px;
    float:right;
     background:transparent url(../../images/tabMenuLeftFade.jpg) no-repeat center left;
    padding:0px;
    margin:0px;
overflow: hidden;
    }

.ui-tabs-nav{
    font-size: 11px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    margin: 0;
    
    
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    padding: 0;
    background: transparent;
    padding-left:10px;

}

.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
margin:0;
height: 40px;
    padding-left: 0;
    text-decoration: none;

    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #00a6d6;
}
.ui-tabs-nav .ui-tabs-selected a {
   /* position: relative;
    z-index: 2;
*/
   
}
.ui-tabs-nav a span {
	 padding: 5px 5px 5px 10px; 
	 background-position: 0 0;
	background: transparent;
    line-height: 30px;
    width:100%;
    display:block;
}

* html .ui-tabs-nav a span {
	 padding: 0px 5px 0px 10px; 
margin: 0; 
    line-height: 10px;
overflow: hidden;
height: 25px;
}

* +html .ui-tabs-nav a span {
	 padding: 0px 5px 0px 10px; 
margin: 0; 
    line-height: 10px;
height: 25px;
	 overflow: hidden;
}

.ui-tabs-nav .ui-tabs-selected
{
     background:  #efefef  url(../../images/tabActiveT.jpg) left top no-repeat;
overflow: hidden;
height: 40px;

}

.ui-tabs-nav .ui-tabs-selected a  span
{
     background:transparent url(../../images/tabActiveB.jpg) no-repeat bottom left;
} 
.ui-tabs-nav .ui-tabs-selected a span {
    padding: 5px 5px 5px 10px;
 
    /*  3.31.08 */ 
    line-height: 30px;
    color:Gray;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 0px solid #519e2d;
    padding: 0px;
    background: #efefef url(../../images/tabContentBG.png) no-repeat top left;; /* declare background color for container to avoid distorted fonts in IE while fading */
    width:550px;
width: 530px;	 
    float:left;
    margin:0 20px;
margin: 20px 0 0 0px;
padding: 0 0 0 20px;

    height:240px;
    border:0px solid brown;
    
}

.ui-tabs-panel h1{
	color: #00a6d6;
	font-size: 23px;
}

.ui-tabs-panel p{
	margin: 10px 0 10px 0;
}

/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
