/************************************

Created: 09/04/03
Auther: Sam Greenhalgh

This is the standard base Style Sheet
for Secret Shropshire Shropshire.

All other style sheets should be 
based on this one

If you makes changes in this 
stylesheet you must update all 
style sheets based on it

************************************/

A IMG{
	border-style:none;
	border-width:0;
}

.RecordItem TD{
	line-height: 8pt;
}

#Header{
	width: 760px;
}

#TabStrip{
	width: 760px;
}

#Content{
	width: 760px;
}

.UI_tooltip{
	position:absolute;
	padding:1px;
	color:#444;
	font-size:8pt;
	background-color:#FFF;
	border:1px solid #9DAFC5;
	border-bottom: 3px solid #9C6;
	margin:4px;
}

.UI_tab{
	padding:2px;
	background-color:#E2E8EF;
	border: 1px solid #9DAFC5; 
	border-bottom: 3px solid #9C6; 
}

.UI_outset{
	background-color:#E2E8EF;
	border:solid 1px;
	border-color:#FFF #9DAFC5 #9DAFC5 #FFF;
}

.UI_inset{
	background-color:#E2E8EF;
	border:solid 1px;
	border-color:#9DAFC5 #FFF #FFF #9DAFC5;
}

.UI_selected{
	border:solid 1px;
	border-color:#FFF #9DAFC5 #9DAFC5 #FFF;
	background-color:#E2E8EF;
	background-color:#FFF;
	background-image:url(tabOn.gif);
}

.UI_flat{
	padding:2px;
	background-color:#E2E8EF;
	border:1px solid #9DAFC6;
}

body{
	color:#444;
	background-image:url(http://www.secretshropshire.org.uk/Themes/Themes/BackgroundTile.gif);
	background-repeat:repeat-x;
	background-color:#EEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; 
	border-style:none;
}

p, TD{
	line-height: 160%;
	font-size:10pt;
}

/* Titles
********/

.title1, h1{
	width:100%;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	padding-bottom:2px;
	color:#15B;
}

.title2, h2{
	display:inline;
	font-size:12pt;
	font-weight:bold;
	padding:5px;
	padding-bottom:2px;
	background-color:#9DAFC5;
	color:#FFF;
	width:100%;
}

.title3, h3{
	color:#444;
	font-size:10pt;
	font-weight:bold;
	border-bottom: solid 1px #9C6;
	width:100%;
}

.copy {
	/* copyright under most images and in the footer of the page*/
	line-height: 8pt;;
	font-size:8pt;
	color:#888;
}

a{ 
	text-decoration:none; 
	color:#15B;  
} 
a:hover {
	text-decoration: underline; 
}

hr {
	color: #9C6;
	height:3px;
}

input, select, textarea {
	color:#15B;
	border-width:1px;
	background-color:#E2E8EF;
	font-size: 8pt; 
}

#PrimaryBorder{
	
	padding:15px;
	
	background-color:#FFF;
	background-image : url(DoorBackground.jpg);
	background-repeat:no-repeat;
	
	border-right:solid 1px #9C6;
	border-bottom:solid 1px #9C6;
}

.BlueBox IMG, WhiteBox IMG{
	margin:1px;
	border:1px solid #000;
}

.BlueBox{
	font-size:10pt;
	border:1px solid #9DAFC6;
	padding:5px;
	background-color:#E2E8EF;
}

.WhiteBox{
	font-size:10pt;
	border:1px solid #9DAFC6;
	padding:5px;
	background-color:#FFF;
}

TABLE.info{
	width:100%;
	background-color:#EEE;
	border:solid 1px #DDD;
}

FORM{
	margin:0px;
}

TD{
	vertical-align: top;
}