/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font:  Arial, Tahoma,Helvetica, sans-serif;
	color: #656566;
}

#TB_secondLine {
	font: 10px Arial, Tahoma,Helvetica, sans-serif;
	color:#666666;
}

/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	z-index: 102;
	color:#656566;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:0;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*login page*/
	.LoginWrap{
		background: url(../images/bg-login.png) 0 0 no-repeat;
		width: 438px;
		height:367px;
		padding:26px 0 0 10px;
	}
	.LoginWrap h2 {
		background: url(../images/title-welcome-pyramid.gif) 15px 0 no-repeat;
		text-indent:-10000px;
		width: 420px;
		height:45px;
		padding:0 0 15px 0;
	}
	.LoginWrap .Description{
		padding:0 0 9px 15px;
		width: 420px;
		overflow:hidden;
	}
	.LoginWrap .Description p{
		color:#6a6565;
		/* text-transform:uppercase;*/
		font-size:1.2em;
		font-weight:bold;
		padding:0 0 5px 0;
	}
	.LoginWrap a.Close:link,
	.LoginWrap a.Close:visited{
		background: url(../images/bg-view-proj.gif) left top no-repeat;
		color: #fff;
		font-size: 1.1em;
		top: 25px;
		height: 30px;
		padding: 3px 0px 0px 8px;
		position: absolute;
		right: 21px;
		text-decoration: none;
		width: 70px;	
		z-index: 100;		
	}
	.LoginWrap a.Close:hover{
		background-image: url(../images/bg-view-proj-hover.gif);
	}
	.LoginWrap .Block{
		float:left;
	}
	.LoginWrap .LoginBlock,
	.LoginWrap .RequestBlock{
		background:url(../images/bg-block-login.png) left top  no-repeat;
		width:387px;
		/* height:167px; */
		padding:10px 0 0 19px;
		margin-left:10px;
	}
	.LoginWrap .LoginBottom{
		background: url(../images/bg-block-login-bottom.png) 0 0 no-repeat;
		height: 8px;
		width: 406px;
		margin: 0 0 0 10px;
		}
	.LoginWrap .RequestBlock{
		background:url(../images/bg-block-request.png) left top  no-repeat;
		margin:0;
		width:275px;
		height:221px;
		padding:10px 0 0 17px;
	}
	.LoginWrap .LoginBlock h3,
	.LoginWrap .RequestBlock h3{
		background: url(../images/title-login.gif) left top no-repeat;
		font-size: 0px;
		height: 13px;
		line-height: 0px;		
		padding-bottom:20px;		
		text-indent: -10000px;		
	}
	.LoginWrap .LoginBlock p,
	.LoginWrap .RequestBlock p{
		padding-bottom:12px;
		overflow:hidden;
	}
	.LoginWrap .LoginBlock label,
	.LoginWrap .RequestBlock label{
		width:95px;
		overflow:hidden;
		float:left;
		color:#003a98;
		font-size:1.1em;
		font-weight:bold;
		padding-top:4px;
		position: relative;
		z-index:9999;
	}
	.LoginWrap .LoginBlock input,
	.LoginWrap .RequestBlock input,
	.LoginWrap .RequestBlock textarea{
		font-size:1em;
		width:215px;
		height:15px;
		border-top:#afafaf solid 1px;
		border-top:#afafaf solid 1px;
		position:relative;
		z-index:9999;
	}
	.LoginWrap .RequestBlock .Comment{
		padding:0;
		margin-bottom:6px;
	}
	.LoginWrap .RequestBlock .Comment textarea{
		height:43px;
	}
	.LoginWrap .RequestBlock .Comment label{
		padding-top:18px;
	}
	.LoginWrap .LoginBlock .Remember{
		padding:4px 0 0 0;
	}
	.LoginWrap .LoginBlock .Remember label{
		width:auto;
		color:#6a6565;
		font-size: 1em;
		text-transform:none;
		font-weight:normal;
		float:none;
		padding-left:13px;
	}
	.LoginWrap .LoginBlock .Remember input{
		width:15px;
		float:left;
		margin-top:-1px;
		height:16px;
		border:none;
	}
	.LoginWrap .LoginBlock .Forgot{
		padding:0;
		width:100%;
	}
	.LoginWrap .LoginBlock .Forgot a:link,
	.LoginWrap .LoginBlock .Forgot a:visited{
		color:#6a6565;
		text-decoration:underline;
		margin-left:28px;
		position:relative;
		z-index:9999;
	}
	.LoginWrap .LoginBlock .Forgot a:hover{
		text-decoration:none;
	}
	.LoginWrap .LoginBlock .Btn,
	.LoginWrap .RequestBlock .Btn{
		padding-bottom:9px;
	}
	.LoginWrap .LoginBlock .Btn input,
	.LoginWrap .RequestBlock .Btn input{
		background: url(../images/btn-go.gif) left top no-repeat;
		width:58px;
		height:20px;
		font-size:0;
		line-height:0;
		border:none;
		float:right;
		margin-right:15px;
		text-indent: -10000px;
		cursor:pointer;
	}
	.LoginWrap .RequestBlock .Btn input{
		margin-right:18px;
	}
	.LoginWrap .Show{
		padding: 35px 0 0 15px;
		position:relative;
		z-index:999;
	}
	.LoginWrap .Show label{
		padding-left:6px;
	}

/*advanced search*/
#advancedSearch{
	background: url(../images/bg-advanced-search-top.png) 0 0 no-repeat;
	width:417px;
	overflow:hidden;
	padding-top:18px;
}
	.BottomSearch{
		background: url(../images/bg-advanced-search-bottom.png) 0 0 no-repeat;
		width:417px;
		height:10px;
	}
	.SearchContent{
		background: url(../images/bg-advanced-search-center.png) 0 0 repeat-y;
		width:398px;
		overflow:hidden;
		padding:13px 10px 16px 9px; 
	}
	.SearchContent h2{
		background: url(../images/title-advanced-search.gif) 15px 0 no-repeat;
		width:246px;
		height:21px;
		text-indent: -10000px;
	}
	.SearchContent .Wrapper{
		background: url(../images/bg-tab-wrapper.gif) left bottom repeat-x;
		padding:0 0 0 16px;
	}
	.SearchContent TabContainer{
		padding:36px 0 0 0;
	}
	.SearchContent .Tabs li {
		float: left;
	}
	.SearchContent .Tabs  a:link,
	.SearchContent .Tabs  a:visited {	
		background: left top no-repeat;
		display: block;
		font-size: 0px;
		height: 0px;
		line-height: 0px;
		padding-top: 28px;
		text-indent: -10000px;
		position:relative;
	}
	.SearchContent .Tabs  a:hover {
		background-position: left -56px;
	}
	.SearchContent .Tabs .Active a:link,
	.SearchContent .Tabs .Active a:visited {
		background-position: left -28px;
		margin-left:-2px;
	}
	.SearchContent .Tabs .First a:link,
	.SearchContent .Tabs .First a:visited {
		margin-left:0;
	}
	.SearchContent .Tabs #projectInfos {
		background-image: url(../images/project-info.gif);
		width: 123px;
	}
	.SearchContent .Tabs #productionData {
		background-image: url(../images/production-data.gif);
		width: 124px;
	}
	.SearchContent .Tabs #technical {
		background-image: url(../images/technical.gif);
		width: 123px;
	}
	.SearchContent .TabContent{
		padding:15px 29px 0 29px;
		width:340px;
	}
	.SearchContent .TabContainer  .Hide {
		display: none;
	}
	.SearchContent .TabContent h3{
		color: #181717;
		font-size:1.4em;
		text-transform:uppercase;
		border-bottom:#aeb6be solid 2px;
		padding:5px 0 8px 0;
		margin:0 0 16px 0;
		clear: both;
	}
	.SearchContent .TabContent .Content{
		float:left;
		padding: 0 0 12px 0;
		width:340px;
		
	}
	.SearchContent .TabContent .Select2{
		width:159px;
	}
	.SearchContent .TabContent .Select2 p{
		float:none;
		padding: 3px 0 0 5px;
	}
	.SearchContent .TabContent label{
		color: #3e3e3e;
		font-weight:bold;
		font-size:1.1em;
		text-transform:uppercase;
		width:179px;
		float:left;
		padding:5px 0 0 0;
	}
	.SearchContent .TabContent .ScrollPane {
		float:left;
		height:48px;
		overflow:auto;
		width:159px;
		padding-bottom:3px;
	}
	.SearchContent .ScrollPane  a:link,
	.SearchContent .ScrollPane  a:visited{
		color: #3E3E3E;
		font-size: 1.1em;
		font-weight:bold;
	}
	.SearchContent .TabContent .ScrollPane p{
		padding:3px 0 0 5px;
	}
	.SearchContent a.Close:link,
	.SearchContent a.Close:visited{
		background: url(../images/bg-view-proj.gif) left top no-repeat;
		color: #fff;
		font-size: 1.1em;
		top: 25px;
		height: 30px;
		padding: 3px 0px 0px 8px;
		position: absolute;
		right: 24px;
		text-decoration: none;
		width: 70px;	
		z-index: 10000;		
	}
	.SearchContent a.Close:hover{
		background-image: url(../images/bg-view-proj-hover.gif);
	}
	.SearchContent .Btn input,
	.SearchContent .Btn input{
		background: url(../images/btn-submit.gif) left top no-repeat;
		width:58px;
		height:20px;
		font-size:0;
		line-height:0;
		border:none;
		float:right;
		margin:8px 0 0 0;
		text-indent: -10000px;
		cursor:pointer;
	}

