/* -------------------------------- CSL stylesheet -------------------------------- */
/* --------------------- Robin Massart & Dan Hunt, Minervation Ltd, May 2004 ------------------- */

/* GENERAL ITEMS */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background: url(../images/bg.gif) no-repeat #EBEBEA;
	margin: 0; 
	}	

img {
	border: 0;
	}

.button {
	background: #CCC;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-left: #F3F2F2 solid 1px;
	border-top: #F3F2F2 solid 1px;
	font-weight: bold;
	color: #E20077;
	}
/*-----------links------------*/
	
a.large:link {
	font-size: 14px;
	color: #E20077;
	text-decoration: underline;
	text-align: center;
	}

a.large:visited {
	font-size: 14px;
	color: #E20077;
	text-decoration: underline;
	text-align: center;
	}

a.large:hover {
	text-decoration: none;
	color: #930550;
	}
	
a:link {
	color: #E20077;
	text-decoration: underline;
	text-align: center;
	}

a:visited {
	color: #E20077;
	text-decoration: underline;
	text-align: center;
	}
	
a:hover {
	text-decoration: none;
	color: #930550;
	}	

/*-----------header------------*/

#topBar {
	background: #E20077;
	border-top: 1px solid #F79ACB;
	border-bottom: 1px solid #A50559;
	}

#header {
	width: 100%;
	padding: 0px;
	margin-bottom: 4px;
	border-spacing: 0px;
	background: #999;
	border-top: 1px solid #000;
	}
	
#logo {
	border-top: 1px solid #000;
	padding: 0;
	width: 200px;
	}

#headerPadding {
	border-top: 1px solid #000;
	idth: 100px;
	}
	
#logged {
	color: #FFF;
	font-size: 11px;
	padding: 0 5px;
	height: 27px;
	background: #E20077;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#menu1 {
	border-top: 1px solid #000;
	height: 26px;
	padding: 0;
	margin: 0;
	}	
	
#menu1 ul{	
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}	
	
#menu1 li{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	}

#menu1 a:link, #menu1 a:visited, #menu1 li span{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: auto;
	text-decoration: none;
	background: #999;
	margin: 0;
	padding: 6px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#menu1 a#selected {
	color: #E20077;
	background: #EBEBEA;
	border-bottom: 1px solid #EBEBEA;
	}

#menu1 a:hover {
	color: #999;
	background: #EBEBEA; 
	border-bottom: 1px solid #EBEBEA;
	}
	
#menu1 a:active {
	background: #E20077; 
	border-left: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
/*-----------body------------*/	

TABLE.mainContent {
	margin: 0px;
	padding: 0px;
	width: 780px;
	}

TD.mainContent {
	padding-left: 25px;
	vertical-align: top;
	}
	
#loginSplash {
	background-color: #CFCFCE;
	border: 1px solid #000;
	padding: 3px 4px;
	}

.login {
	background: #fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1px 2px;
	width: 100px;
	font-size: 11px;
	color: #E20077;
	}

TABLE.content_table {
	font-size: 12px;
	border: 1px dashed #000;
	width: 730px;
	margin: 0px;
	padding: 4px 10px;
	vertical-align: top;
	} 
	
TD.content_table {
	margin: 0px;
	padding: 4px 2px;
	vertical-align: top;
	text-align:left;
	}	

TABLE.table1 {
	margin: 0px;
	padding: 0px 10px;
	vertical-align: top;
	}

TD.table1 {
	font-size: 12px;
	padding: 1px 2px;
	vertical-align: top;
	text-decoration: none ;
	text-align: justify
	}

TABLE.table2 {
	padding: 0px 10px;
	font-size: 12px;
	}

TD.table2 {
	font-size: 12px;
	padding: 1px 2px;
	border: 1px solid #000;
	background-color: #CFCFCE;
	}

.forum {
	width: 100%;
	font-size: 12px;
	border: 1px #000 solid;
	}

.forum_names {
	font-weight: bold;
	color: #FFF;
	padding: 0 10px;
	}
	
#details {
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 4px;
	width: 600px;
	background-color: #CFCFCE;
	border: 1px solid #000;
	border-spacing: 8px;
	}

.text_fields {
	background: #fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1px 2px;
	width: 300px;
	font-size: 11px;
	color: #E20077;
	}

textarea, .textFields {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 1px 2px;
	border: 1px solid #E20077;
	}

#label {
	font-weight: bold;
	color: #000;
	display: block;
	text-align: center;
	wite-space: nowrap;
	float: left;
	margin-left: 0px;
	}

label {
	font-weight: bold;
	color: #E20077;
	display: block;
	text-align: right;
	width: 280px;
	padding-right: 20px;
	wite-space: nowrap;
	float: left;
	margin-left: 0px;
	}

legend {
	font-size: 14px;
	color: #E20077;
	}

fieldset {
	border: 1px solid #E20077;
	}
	
br {
	clear: left;
	}
		
	
TABLE.members {
	width: 80%;
	font-size: 12px;
	border-spacing: 5px
	}
	
#memberTitle {
	font-size: 14px;
	padding: 1px 3px;
	border: 1px solid #000;
	background-color: #CFCFCE;
	}

#memberPic {
	padding: 10px;
	border: 1px solid #000;
	}
	
TD.members {
	padding: 1px 3px;
	width: 100%;
	border-bottom: 1px dashed #000;
	vertical-align:top;
	}
	
#admin {
	width: 400px;
	padding: 4px 3px;
	border: 1px solid #000;
	background-color: #CFCFCE;
	}
	
/* CONTENT TEXT STYLES */

.mainBody {
	font-size: 12px;
	}

.page_title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

.copyRight{
	font-size: 8pt;
	text-decoration: none ;
	text-align: justify
	}
	

/* RHS MENU */	
	
a.rhs:link {
	font-size: 8pt;
	color: #E20077;
	text-decoration: none;	
	}

a.rhs:visited {
	font-size: 8pt;
	color: #E20077;
	text-decoration: none;	
	}

a.rhs:hover {
	font-size: 8pt;
	color: #000;
	text-decoration: none;	
	}	
	
#functions {
	text-align: center;
	}
	
TABLE.rhs {
	margin-left: 30px;
	padding: 0px;
	}
	
TD.rhs {
	padding: 0 10px;
	}	
	
/* BREADCRUMBS */	

.breadcrumbs { 
	font-size: 11px;
	padding: 4px 0;
	color: #000;
	}
	
.image_place {text-align: center}

/*-----------------------END OF STYLE SHEET----------------------*/