/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Atlas
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	21/6/07		PG			initial styling

*/


@import url('/css/screen/layout_common.css');


h1#pageTitle{
	color:#993366;
}

h1,h2,h3,h4,h5,h6{
	color:#993366;
}

#siteHolder{
	background-color:#993366;
}
#MainCol a{
	color:#993366;
}

#Menu_Bar_Wrap{	
	background-image:url('/res/coSiteTool/images/left_curve_discussion.gif') !important ;	
}

.forumWrapper{
	padding:0em 0em 0.4em 0em;
	margin-left:-10px;
}

.forumWrapper dl{
	padding:0 0 0 0;
	margin:0;
}
.forumWrapper dl dt{
	overflow:hidden;	
	width:100%;
	padding:0px 10px 2px 10px;
	/*background:transparent url(/images/general/strip_x.gif) repeat-x scroll left bottom;*/
	padding-bottom:2px;
	margin-bottom:2px;
}


.forumWrapper dl dd{
	padding:0 10px 10px 10px;
	margin:0 0 0.7em 0;
	width:100%;
	overflow:hidden;
	background:#eee;
}

.forumWrapper dl dd p{
	padding:0 0 1em 0;
}
.forumWrapper h3{
	float:left;
	padding:0;margin:0;	color:#993366;
	font-size:1.1em;
}
.forumQuick{
	float:right;
	color:#993366;
	font-size:0.9em;
}

.enterLink{
	float:right;
}


.forumGroup{
	position:relative;
	overflow:hidden;
	width:100%;
	padding:0 0 3px 10px;
	margin-bottom:1em;
	background:transparent url(/images/general/strip_x.gif) repeat-x scroll left bottom;
}
.forumGroup h2{
	float:left;
	padding:0;margin:0;
	color:#333;
}

#siteMain .forumGroup a{
	float:right;
	/*text-decoration:none;*/
	color:#000;
	padding-top:3px;
	font-size:1em;
	
}
#siteMain #MainCol .forumGroup a:hover{
	text-decoration:underline;
}
.forumWrapper{
	padding:0;
	margin:0;
	padding-top:5px;
}

#ForumWrapper strong{
	color:#993366;
}

#ForumWrapper ul{
	list-style:none;
	padding:0;
	margin:0;
}

#ForumWrapper ul ul{
	padding:0;
	margin:0;
	padding-left:20px;
	overflow:hidden;
	position:relative;
}

#ForumWrapper ul li{
	margin:0;
	padding:0em 0em 0.5em 0em;
	overflow:hidden;
	position:relative;
}

.pageButtons{
	float:right;
	/*margin:1em 0em;*/
	margin:0;
}
.pageButtons a{
	padding-left:5px;
}

#MainCol .pageButtons input, 
#MainCol .bottomButtons input{
	border:0;
}
.pageButtonsRow{
	float:right;
	background:transparent url(/images/general/strip_x.gif) repeat-x scroll left top;
	padding:1em 0em;
	margin:1em 0em;
}

.threadMessage{
	width:100%;
	overflow:hidden;
}

.threadDetails li{
	background:transparent url(/images/general/strip_x.gif) repeat-x scroll left bottom;
}

.threadDetails{
	
}

.threadMessage span{
	color:#993366;
}

.threadRow{
	width:100%;
	overflow:hidden;
}

.threadRow.bottom{
	padding-bottom:5px;
}

.threadRow .posted{
	float:left;
	color:#666;
}
.threadRow .author{
	float:right;
	color:#666;
}

.warning{
	color:red;
}

.form_area textarea{
	width:100%;
}

.messageRow{
	overflow:hidden;
	width:100%;
}

.messageRow .leftBox{
	float:left;
	width:70px;
	padding-right:10px;
}


.messageRow .rightBox{
	float:left;
	width:330px;
}

.by{
	padding-left:80px;
}

.messageRowValue{
	background:transparent url(/images/general/strip_x.gif) repeat-x scroll left bottom;
	padding:1em 0em 1em 0em;
	margin:0em 0em 1em 0em;
}

.singleforumMessageText{
	padding:1em 0em;
	margin:1em 0em;
}

.button{
	padding:1em 0em;
}

.singleforumMessageText{
	background:transparent url(/images/general/strip_x.gif) repeat-x scroll left top;
}