/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		Adamson
Filename:		coArticleAssignment.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	28/2/07		PG			different col withs for check box area
2	16/2/07		PG			updated
1	8/12/06		PG			created

*/

.error{
	
}

.warning{
	font-weight:bold;
}

#SearchForm{
	padding-top:1em;
}

.area{
	padding:0em 0em 1em 0em;
}


.area .row{
	padding:0em 0em 0.5em 0em;
}

.area .row .check{
	width:57%;
	float:left;
}

.area .row .check.item1{
	width:43%;
	float:left;
}

.area .row input{
	background-color:transparent;
}


#SearchForm input{
	margin:0;
	padding:0;
}

.coArticleAssignement .browse ul.articlelist li{
	padding-left:2em;
}

h3.form_title{
	background-color:#003366;
	font-weight:bold;
	font-size:1em;
	color:#fff;
	padding:0.2em 0.5em;
	margin:2em 0em 0em 0em;
}

ul.areaList{
	margin:0;
	padding:0;
	padding:1em 0em 2em 2em;
	overflow:hidden;
	width:95%;
	list-style:none;
}

ul.areaList li{
	float:left;
	width:50%;
}



