/*****************************************************************************************************/
/* created June 2008 by Viv - Ravensbridge.co.uk                                                     */ 
/*																									 */
/*****************************************************************************************************/
/* general html tags 																				 */
/*****************************************************************************************************/

body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f9f9f9;
	/*background-image: url(dcc-background.jpg);*/
	/*font-family: Arial, Helvetica, sans-serif;*/  /* choose font family */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* choose font family */
	overflow: hidden; 
	
	}


h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #86785a;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}

h2{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0A6151;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}



h3{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


p{
	margin: 0px 0px 0px 0px;  /*     T  R  B  L      */
	padding: 0px 0px 10px 0px;
	line-height: 1.3;
}

/*a {
	padding: 0px 0px 0px 0px;
	color: #0000ff;
	text-decoration: none;
	
	
}

a:hover {
	padding: 0px 0px 0px 0px;
	color: #ff0000;
	text-decoration: none;
	
}
*/
/*****************************************************************************************************/
/* layout divs																					 */
/*****************************************************************************************************/

#container {
	position: absolute;
	background-color: #ffffff;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin-top: -295px;
	margin-left: -432px;
	top: 50%;
	left: 50%;
	width: 865px;
	height:560px;
}

#container1 {
	/*centers the box in the browser window*/
	position: absolute;
	/*background: transparent url(xyz.jpg) no-repeat; */
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	/*width: 50%;*/
	/*height: 50%;*/
}






#content {
	/* allows background image in specified space */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 794px;
	height: 586px;
	background: transparent url(../xyz.jpg) no-repeat center center; 
	text-align: left;
}

#header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 100%;
	height: 100px;
	background: transparent url("")  no-repeat top left; 
}
#content>#header {height: 180px;}

#content_L {
	float: left;
	border: 0px;
	}

#content_L img {
	border: 0px;
	margin: 25px 0px 0px 120px;
	}	

#content_R{
 	float: right;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align: left;
}

#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer_L {
	float: left;
	color: #fff;
	text-align: left;
	font-size: 80%;		
	border: 0px;
}

/***********************************************************************************************************/
/* specific tags for each div                                                                              */
/***********************************************************************************************************/


#footer a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #9e899f;    
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00f;    
	text-decoration: none;
	font-weight: bold;
}

/* turns the selected link the opposite colour to the rest in the nav bar */
#footer a.neg{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00FF00;    /*white*/
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #fff;    /*white*/
	text-decoration: none;
	font-weight: bold;
}

/* small text for association details */
#xlink {
	border: 0px;
	text-align: center;
	font-size: 60%;
	color: #FFFFFF;	
	border: 0px;
	}

#xlink a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color : #800D0A;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}

#xlink a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color : #FFCC33;
	text-decoration : none;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

/* unordered list */

#content ul {
	display: block;
	list-style: none; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

#content li {
	background-color: transparent;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 70%;
	line-height: 1.5;
	}

#content li a {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color : #fff;
	text-decoration : none;
	}

#content li a:hover {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color : #00FF00;
	text-decoration : none;
	}

/*******************************************************************************************************************/
/* general classes */

.intro{
	/* slightly enlarged text for emphasis within list*/
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 133%;
	letter-spacing: 2px;
	color: #f00;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
}


.bodytextL{
	/*font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #86785a;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytextL a{
	/*font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #86785a;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.bodytextL a:hover{
	/*font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #FF9900;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.bodytextR{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #86785a;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytextR a{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #86785a;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.bodytextR a:hover{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #FF9900;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}





.bodymore{
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #86785a;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodymore a{
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #86785a;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}




.bodymore a:hover{
	/* normal text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ff9900;
	text-align: right;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}





.bodybold{
	/* normal bold text*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #ffbb00;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: bold;
}





.menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	/*letter-spacing: .5px;*/
	color: #86785a;
	text-align: right;
	line-height: normal;
	}
	
	
	
.menu a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	/*letter-spacing: .5px;*/
	color: #86785a;
	text-align: right;
	line-height: normal;
	}
	
	

.menu a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	/*letter-spacing: .5px;*/
	color: #ff9900;
	text-align: right;
	line-height: normal;
	}


.listL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
	
.listM {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #86785a;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	}
	
	
	.listM a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #86785a;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	}
	
	
	.listM a:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	}
	
	
	
.listR {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	text-align: right;
	line-height: normal;
	text-decoration: none;
	}

.ravensbridge {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
	
	
.ravensbridge a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
	

.ravensbridge a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	text-align: left;
	line-height: normal;
	text-decoration: none;
	}
	
.utility {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #717171;
	text-align: left;
	line-height: normal;
	}
	
	
	
.textbox {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	border: 1px solid #ccc;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	text-align: center;
	}
	
	
.textboxy {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	border: 1px solid #ccc;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #fff;
	text-align: center;
	}	
	
	
	
	
.textbox h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	}

.textbox h2 {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 5px 0px;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	}
		
.textbox h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	}

.textbox p {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	}
	
.textbox a {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	color: #fff;  
	text-decoration: none;
	font-weight: normal;
}

.textbox a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #9e899f;   
	text-decoration: none;
	font-weight: normal;
}
	
.txtneg a {
	padding: 0px 0px 0px 0px;
	color: #6C486E;  
	text-decoration: none;
	font-weight: normal;
}

.txtneg a:hover {
	padding: 0px 0px 0px 0px;
	color: #fff;   
	text-decoration: none;
	font-weight: normal;
}
	
/*************************************************************************************************/
/* table format: art page																	 	 */
/*************************************************************************************************/

#artlist {
	margin: 20px 0px 0px 5px;
	}

#artlist table {
	/*border: 1px solid #fff;*/
	width: 98%;
}

#artlist table tr {
	background: #000;
	}

#artlist table td.left {
	padding: 5px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: left;
	font-size: x-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;/* Actual value for conformant browsers */
	}
html>#artlist table td.left {
	font-size: small;  /*be nice to Opera */
	}
	
	
#artlist table td.right {
	padding: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: right;
	font-size: x-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;/* Actual value for conformant browsers */
	}
html>#artlist table td.right {
	font-size: small;  /*be nice to Opera */
	}

#artlist table td.menu {
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: xx-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;/* Actual value for conformant browsers */
	}
html>#artlist table td.menu {
	font-size: x-small;  /*be nice to Opera */
	}

#artlist table td.content {
	/*border-bottom: 1px solid #fff;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: x-small; /*False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;/* Actual value for conformant browsers */
	}
html>#artlist table td.content {
	font-size: small;  /*be nice to Opera */
}



table.datasheet {

	width:100%;
	
}
.datasheet th {
	padding:6px;
	/*background-color:#212725;*/
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:1px solid #111715;
	color:#717171;
	font-size:small;
	font-weight:bold;
	text-align:left;
}

.datasheet tr {
	vertical-align:top;
	color:#717171;
	font-size:10px;
}

.datasheet td {
	padding:5px;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:0px solid #111715;
	/*background-color:#fffcfc;*/
	color:#717171;
	font-size:10px;
	text-align:center;
}


.datasheet input {
	padding:2px;
	margin: 0px 7px 0px 7px;
	/*background-color:#0F1110;*/
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#f2f2f6;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.datasheet select {
	padding:2px;
	margin: 0px 7px 0px 7px;
	background-color:#0F1110;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#f2f2f6;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.datasheet textarea {
	padding:2px;
	margin: 0px 7px 0px 7px;
	background-color:#0F1110;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#f2f2f6;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}


.datasheet buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}

form#login { 
 background-color: #ff2C7C; 
 color: #0000ff; 
 border: 1px solid #921799; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: right; 
}

#login .text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 100px; 
 margin-right: 6px; 

}

#login .buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #ff3333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}
