/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:			ENE
Filename:		coContact.css
Description:	Layout of the contact page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
6	22/8/05		PG			removed buttons from here
3	17Jun05		PG			altered border colour
2	09Jun		PG			Added classes for reports and publications page
1	8Jun05		PG			Created

*/
#contactsAndLinks{
	margin-top:20px;
}

#contactsAndLinks h2{
	font-size:1.3em;
	background:#fff url(/images/contacts/strip1.gif) repeat-y;
	position:relative;
	padding:2px 3px;
}

#contactsAndLinks .categories{
	/* border-bottom:1px solid #0D115F; */
}
#contactsAndLinks .contact,
#contactsAndLinks .link,
#contactsAndLinks .download{
	margin-bottom:5px;
	padding-left:10px;
}

#ReportsAndPublications .container{
	overflow:hidden;
	margin-bottom:5px;
}

#ReportsAndPublications .box{
	float:left; 
	border:1px solid #48A3C4;
	padding:0px 20px 20px 20px;
	_height:350px;/* Hack for min height in IE */
	min-height:350px;
	margin-bottom:20px;
	overflow:visible; 
}
#ReportsAndPublications .left{
	margin-right:20px;
	width:170px;
}
#ReportsAndPublications .right{
	width:250px;
	
}
#ReportsAndPublications h2,
#ReportsAndPublications h3{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0px 7px 0px;
}
#ReportsAndPublications h3{
	font-size:1.1em;
}

#ReportsAndPublications .link{
	
}

#ReportsAndPublications .note{

}
#ReportsAndPublications .download,
#ReportsAndPublications .download .title{
	display:inline;
}
#ReportsAndPublications .link .attributeTitle{
	font-size:1.1em;
	font-weight:bold;
}

#coCategoryDownload{
	padding:10px 0px;
}
#coCategoryDownload .row{
	padding:5px 0px;
	display:block;
	clear:both;
	position:relative;
	overflow:hidden;
}
#coCategoryDownload .title{
	font-weight:bold;
}
#coCategoryDownload .inputBox{
	width:300px;
	float:left;
	position:relative;
}
#coCategoryDownload .fileBox{
	width:220px;
	float:left;
	position:relative;
}

#coCategoryDownload .selectBox{
	width:305px;
	float:left;
	position:relative;
}
#coCategoryDownload .textBox{
	width:300px;
	float:left;
	position:relative;
}
#coCategoryDownload .mand{
	color:#0D115F;
	padding-left:5px;
	padding-top:5px;
	display:inline;	
	float:left;
	position:relative;	
}
