/*****************************************************************************************************/
/* 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(dot1.jpg);*/
	/*font-family: Arial, Helvetica, sans-serif;*/  /* choose font family */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* choose font family */
	overflow: auto;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#444444; 
	scrollbar-base-color:#111111; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-face-color:#aaaaaa; 
	scrollbar-highlight-color:#000; 
	scrollbar-shadow-color:#ffffff;
	}

.bg1 {
/*	background: transparent url(contact_bg.jpg) no-repeat center center; 
	background-repeat: no-repeat;
	background-position:center center;
*/	margin: 4px 4px 4px 4px;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555522;
	text-align: right;
	line-height: normal;
	text-decoration: none;

}	
.bg2 {
	background: transparent url(contact_bg.jpg) no-repeat center center; 
/*	background-repeat: no-repeat;
	background-position:center center; */
	margin: 13px 13px 13px 13px;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
	text-align: left;
	line-height: normal;
	text-decoration: none;

}	

h1{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666666;
	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: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*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 {
	/*centers the box in the browser window*/
	position: absolute;
	/*background-color: #ffffff;*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: transparent url(container_bg.jpg) no-repeat center center;
	margin-top: -281px; /*  minus half 'width' below   */
	margin-left: -430px;  /*  minus half 'height' below   */
	top: 50%;  /*  centre of browser   */
	left: 50%;
	
	width: 860px; /*  width of div   */
	height:562px;  /*  height of div   */
}

#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.neg {
	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 */


.title{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 112%;
	color: #ff9900;
	text-align: left;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;

}



.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;
}


.bodytext{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #555555;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytext a{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 95%;
	color: #555555;
	text-align: left;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


.bodytext a:hover{
	padding: 0px 0px 0px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 95%;
	color: #ff9900;
	text-align: left;
	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: #d81414;
	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: #d81414;
	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: #CAB78F;
	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: #ff9900;
	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: -1px;
	color: #ff9900;
	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: -1px;
	color: #999999;
	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: -1px;
	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;
	}
.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: 90%;
	color: #666600;
	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:#666666;
	font-size:10px;
}

.datasheet td {
	padding:1px;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:0px solid #111715;
	
	color:#666600;
	font-size:10px;
	text-align:left;
}


.datasheet input {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.datasheet select {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	
}

.datasheet textarea {
	padding:0px;
	margin: 0px 1px 0px 1px;
	background-color:#f9f9f9;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	color:#ff9900;
	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; 
}




table.emailform {

	width:100%;
	
}
.emailform th {
	padding:2px;
	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:10px;
	font-weight:bold;
	text-align:left;
}

.emailform tr {
	vertical-align:top;
	color:#666600;
	font-size:10px;
}

.emailform td {
	padding:1px;
	border-top:0px solid #212725;
	border-left:0px solid #212725;
	border-right:0px solid #212725;
	border-bottom:0px solid #111715;
	/*background-color:#345678; */
	color:#666600;
	font-size:10px;
	text-align:left;
}


.emailform input {
	padding:2px;
	margin: 1px 1px 1px 1px;
	background-color:#f9f9ff;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#666600;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	
}

.emailform select {
	padding:1px;
	margin: 1px 1px 1px 1px;
	background-color:#f9f9ff;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#666600;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	
}

.emailform textarea {
	padding:1px;
	margin: 1px 1px 1px 1px;
	background-color:#f9f9ff;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#666600;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	
}


.emailform buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #ff3333; 
 color: #666600; 
 margin-right: 6px; 
}

/*************************************************************
TABLES
<table id="sample" cellspacing="2">    
<tr class="toprow">        
<td>&nbsp;</td>        
<td>John</td>        
<td>Jane</td>        
<td>Total</td>    
</tr>    
<tr>        
<td class="leftcol">January</td>        
<td class="data">123</td>        
<td class="data">234</td>        
<td class="data">357</td>    
</tr>    
<tr>        
<td class="leftcol">February</td>        
<td class="data">135</td>        
<td class="data">246</td>        
<td class="data">381</td>    
</tr>    
<tr>        
<td class="leftcol">March</td>        
<td class="data">257</td>        
<td class="data">368</td>        
<td class="data">625</td>    
</tr>    
<tr>        
<td class="leftcol">Total</td>        
<td class="data">515</td>        
<td class="data">848</td>        
<td class="data">1363</td>    
</tr>
</table>



/************************************************************/
table#tb1
table#tb1 td 
{   padding: 2px;    
	border: solid #b1b1b1 1px;
}
table#tb1 tr:hover td 
{ 
	background-color: #d1d1d1;
}

.datarow1C {
  	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
	text-align: left;
	letter-spacing: -1px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-top:0px solid #dddddd;
	border-bottom:1px solid #333344;
}

.datarow1M {
  	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
	text-align: center;
	letter-spacing: -1px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-top:0px solid #dddddd;
	border-bottom:1px solid #333344;
}


.datarow2C {
  	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddddff;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-top:0px solid #dddddd;
	border-bottom:1px solid #333344;
}

