#noticeboard select { 
	width: 200px;
	margin-bottom: 10px;
} 

#nboard-head{

}

#nboard-head select{
width:100%;	
position: relative;
top:2px;
}

#nboard-head input{
width:97%;	
}



#nboard{
width:100%;

}

#nboard ul{
list-style-type: none;
margin: 0;
padding: 8px 0px 30px 0px;
}

#nboard ul li 
{
display: block;
padding: 0px 0px 0px 0px;
text-align: center;
text-decoration: none;
}

#nboard ul li.marg
{
display: block;
padding: 0px 15px 0px 0px;
text-align: center;
text-decoration: none;
}


#nboard ul li a
{
display: block;
text-align: center;
text-decoration: underline;
}

/*#nboard ul li a:hover
{

}*/

#nboard ul .left { float: left; text-align: left; }
#nboard ul .right { float: right; text-align: center;}










/*  STANDARD "ONE BIG CONTENT COLLUMN" LAYOUT  body class 'one-col' */

	.one-col #content-col {
	/*border: 1px solid #000;		*/
		width:615px;
		float: left;
		position: relative;
	top: -15px
	}

	.one-col #col-l {
		/*border: 1px solid #000;*/
		/*background-color: Green;*/
		float:left;
		width:615px;
		padding:10px 0px 0px 0px;
	}

/*	#registration #col-r {
		border: 1px solid #000;
		background-color: Orange;
		float:right;
		width:200px;
		padding:10px 0px 0px 0px;
	}*/


.one-col #adzone-two{
	height: 100%;
	width:150px;
	padding-left: 15px; 
 /* background-color: Orange;*/
  clear:right;
  float:left;
}
	

.one-col .grey-box{
width: 100%;
margin-bottom: 15px;
margin-top: 20px;
}

.one-col .grey-box .bl {background: url(images/corners-light-grey/bl.gif) 0 100% no-repeat #d9dadb; width: 100%;}
.one-col .grey-box .br {background: url(images/corners-light-grey/br.gif) 100% 100% no-repeat}
.one-col .grey-box .tl {background: url(images/corners-light-grey/tl.gif) 0 0 no-repeat}
.one-col .grey-box .tr {background: url(images/corners-light-grey/tr.gif) 100% 0 no-repeat; padding:25px}

.grey-box-content{
	width: 100%;
	/*border: 1px solid #000;*/
}


#notices-l {
	float:left;
	width: 48%;
	/*border: 1px solid #000;*/
	}

#notices-r {
 float: right;
 width: 48%;
/* border: 1px solid #000;*/
	}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}



.notice-blue{
 background-color: #33ccff;
  background-image: url(images/noticeboard/drawing-pin.gif);
 background-repeat: no-repeat;
 background-position: 50% 10px;
 color:#ffff00;
 padding: 10px;
 font-family: "Times New Roman", Times, serif;
}	
	
.notice-orange{
 background-color:#ff7f00;
 background-image: url(images/noticeboard/drawing-pin.gif);
 background-repeat: no-repeat;
 background-position: 50% 10px;
 color:#000;
 padding: 10px;
 font-family: Arial, Helvetica, sans-serif;
}	


.note-toggle-title{
 font-size:2.4em;
 line-height: normal;
cursor:hand;
cursor:pointer;
background-color: transparent;
padding: 10px;
margin: 4px 0px 4px 0px;
}

.note-toggle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}





.handcursor{
cursor:hand;
cursor:pointer;
background-color: #fff;
padding: 15px 10px 15px 10px;
margin: 4px 0px 4px 0px;
color: #d7002f;
}

/*h3.handcursor img{
background-color: :#d7002f;
}*/

.notice-marker{
width:32px;
height:34px;
background-color: :#d7002f;
color: #d7002f;

}


.toggle-date-title{
	background-color:#d7002f;
	color: #fff; 
	padding: 3px;
margin: 4px 0px 0px 0px;
}

p.noticeboard-toggle{
	background-color: #ffcccc;
	font-size: 1.2em;
	padding: 10px;
}




.toggle-club-mark{
	background-image: url(images/noticeboard/club-mark-red-bg.gif);
	background-position: 100% 2px;
	background-repeat: no-repeat;
}



.toggle-sportessex-mark{
	background-image: url(images/noticeboard/sportessex-mark-red-bg.gif);
	background-position: 100% 2px;
	background-repeat: no-repeat;
}


.noticeboard-preview{
	background-color: #ffcccc;
}
	
.noticeboard-preview h3{
padding: 10px 10px 0px 10px;
color: #d7002f;
}	
	
.noticeboard-preview .toggle-date-title{
border-bottom: 4px solid #fff;
}	
	

	
	
	
	
.noticeboard-preview .club-marker{
background-image: url(images/noticeboard/club-mark-red-bg.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
}	
	
.noticeboard-preview .club-marker{
background-image: url(images/noticeboard/sportessex-mark-red-bg.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
}	



#noticeboard .reg-form textarea{
   width:50%;
}

a.med-red {color:#d80633; background: transparent; text-decoration:none; padding: 2px;}
a:visited.med-red{ background: transparent; text-decoration:none; padding: 2px;}
a:hover.med-red{background:#d80633; text-decoration:none; color: #fff; padding: 2px; }
a:active.med-red{background: transparent; text-decoration: none; padding: 2px;} 

a.med-red-inv {background:#d80633; text-decoration:none; color: #fff; padding: 2px; }








