/**********************************************
 * Home CSS
 * Created: 1 May 2010 by RDMMSC
 *********************************************/
 
 /**********************************************
 * Banners
 *********************************************/
 
div#banner_com
{
	width:539px;	
}

div#banner_com div.banner_border
{
	width:100%;
	height:100%;
	background:transparent url('../images/bg/banner_com_border.png') no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

div#banner_con
{
	width:372px;
	float:right;
	left:7px;
}

div#banner_con div.banner_border
{
	width:100%;
	height:100%;
	background:transparent url('../images/bg/banner_con_border.png') no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

div.banner
{
	height:265px;
	float:left;
	padding:5px;
	position:relative;
}


div.banner div.banner_txt
{
	background: transparent url('../images/banner_txt_back.png');
	color:#FFF;
	font-size:11pt;
	height:60px;
	position:absolute;
	left:5px;
	bottom:5px;
	padding:10px;
}

div.banner#banner_com div.banner_txt
{
	width:513px;
}

div.banner#banner_con div.banner_txt
{
	width:346px;
}

div.banner div.banner_txt h1
{
	font-size:12pt;
	margin-top:0;
	margin-bottom:5px;
}

div.banner div.banner_txt h2
{
	margin:0;
	font-weight: normal;
	font-size: 16px;
}

div.banner div.banner_txt span
{
	margin:0;
	float:left;
	margin-right:40px;
}

div.banner div.banner_txt span.last
{
	margin-right:0px;
}

a#place_project_button
{
	position:absolute;
	display:block;
	bottom:95px;
	left:15px;
	width: 138px;
	height:25px;
	z-index:101;
	background:transparent url('../images/bg/button_144.png') no-repeat;
}

a#place_project_button:hover
{
	background:transparent url('../images/bg/button_144_hover.png') no-repeat;
}

div#maintagleft {
	position: absolute; 
	top: 15px;
	left: 1px; 
	color: white; 
	background:url("../images/banner_txt_back.png") repeat scroll 0 0 transparent;
	width: 540px;
}

div#maintagleft h3 {
	font-size: 18px;
	margin-left: 15px;
}

div#maintagright {
	position: absolute; 
	top: 15px;
	left: 1px; 
	color: white; 
	background:url("../images/banner_txt_back.png") repeat scroll 0 0 transparent;
	width: 370px;
}

div#maintagright h3 {
	font-size: 18px;
	margin-right: 15px;
	text-align: right;
}

/**********************************************
 * Actual Projects
 *********************************************/

div.header_big
{
	width:100%;
	height:40px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	position:relative;
}

div.header_big div.left,
div.header_big div.right
{
	width:10px;
	float:left;
	height:100%;
}

div.header_big div.bg
{
	float:left;
	height:100%;
}

div.header_big.orange div.bg
{
	width:920px;
	background:transparent url('../images/bg/header_bg_orange.png') repeat-x;
}

div.header_big.orange  div.left
{
	background:transparent url('../images/bg/header_left_orange.png') no-repeat;
}	

div.header_big.orange  div.right
{
	background:transparent url('../images/bg/header_right_orange.png') no-repeat;
}



div.header_big div.pagination a.number.current
{
	background: transparent url('../images/pagi_cur_back_blue.png') repeat-x;
	color:#FFF;
}

div.header_big div.pagination a.number:hover
{
	background: transparent url('../images/pagi_cur_back_blue.png') repeat-x;
	color:#FFF;
}

div.header_big h2
{
	color:#FFF;
	margin-top:10px;
	margin-bottom:0;
	font-size:12pt;
	margin-left:7px;
	max-width:300px;
	float:left;
	font-family: Eurostile, Arial;
}

div.project_thumb
{
	width:286px;
	height:auto;
	float:left;
	position:relative;
	margin-left:41px;
}

div.project_thumb div.top
{
	background:transparent url('../images/bg/project_thumb_top.png') no-repeat;
}

div.project_thumb div.bottom
{
	background:transparent url('../images/bg/project_thumb_bottom.png') no-repeat;
	clear:both;
}

div.project_thumb div.bg
{
	background:transparent url('../images/bg/project_thumb_bg.png') repeat-y;
	padding-left:8px;
}

div.project_thumb.first{
	margin-left:0;
}

div.project_thumb div.project_thumb_info
{
	height:129px;
	padding-left:10px;
	padding-right:20px;
}

div.project_thumb div.project_thumb_info div.img_container
{
	position:absolute;
	right:15px;
	top:20px;
	width:78px;
	height:76px;
	overflow:hidden;
	background: white;
}

div.project_thumb div.project_thumb_info div.img_container div.image_border
{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background:transparent url('../images/bg/project_thumb_image_border.png') no-repeat;
}

div.project_thumb div.project_thumb_info div.img_container img
{
	width:100%;
	z-index:90;
	border: 0px;
}


div.project_thumb div.project_thumb_info h3
{
	color:#FFF;
	margin:0;
	margin-bottom:10px;
	font-size:14pt;
}

div.project_thumb div.project_thumb_info p
{
	margin:0;
	width:100%;
	color:#FFF;
}

div.project_thumb div.project_thumb_info p.param
{
	font-weight:bold;
}

div.project_thumb div.project_thumb_req
{
	height: 90px;
	margin-top:15px;
}

div.project_thumb div.project_thumb_req div.nr_part
{
	float:left;
	width:135px;
	height:25px;
	margin-top:15px;
}

div.project_thumb div.project_thumb_req div.nr_part div.nr
{
	float:left;
	width:25px;
	height:23px;
	color:#FFF;
	text-align:center;
	margin-left:10px;
	margin-right:5px;
	font-size:12pt;
	font-weight:bold;
	padding-top:2px;
}

div.project_thumb div.project_thumb_req div.nr_part div.rolename
{
	margin-top:3px;
	font-size:9pt;
	color:#FFF;
}

div.project_thumb div.project_thumb_actions
{
	height:40px;
}

div.project_thumb div.project_thumb_actions a.button
{
	float:left;
	margin-top:10px;
	margin-left:8px;
	margin-right:9px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	padding-right:0;
	
}

div.project_thumb div.project_thumb_actions a.button.view_project
{
	width: 122px;
	background:transparent url('../images/bg/button_127.png') no-repeat;
}

div.project_thumb div.project_thumb_actions a.button.subscribe_project
{
	width: 103px;
	background:transparent url('../images/bg/button_108.png') no-repeat;
}


div.project_thumb div.project_thumb_actions a.button.view_project:hover
{
	background:transparent url('../images/bg/button_127_hover.png') no-repeat;
}

div.project_thumb div.project_thumb_actions a.button.subscribe_project:hover
{
	background:transparent url('../images/bg/button_108_hover.png') no-repeat;
}

img#pro_image
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	width: 30px;
}

