/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
Global CSS file for bigben.org
Created by:	Lorraine Humm lorraine@divine-creations.com
© Divine-Creations.Com Limited 2007			
================================================================
*/

#searchResults {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	}

#searchResults  th {
	text-align:left;
	font-weight:bold;
	font-size:11px;
	background:#83dbff;
	color:#393836;
	border: 1px solid #fff;
	padding: 3px;
	}
#searchResults td {
	border: 1px solid #fff;
	padding: 3px;
	font-size: 10px;
	}

#searchResults .highlighted
	{
	background-color:#6699CC;
	}

.small { width:25px; }
.medium { width:95px; }
.large { width:250px; }

.admin { width: 100%;}
.admin td { border-bottom: 1px solid #333333; padding: 3px;}
.admin th { text-align: left;}

body {
	font: 11px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #393836;
	margin: 0px;
	color: #fff;
	}
	
/*-- TEXT CLASSES --*/
	
p	{
	margin-top: 0px;
	margin-bottom: 8px;
	}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #b4e783;
	margin: 8px 0 8px 0;
	}
	
h2 {font-size: 100%; font-weight: bold; margin-top: 0px; margin-bottom: 8px;}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	padding: 3px;
	background: #e7ddba;
	}

	
/*-- PARENT POSITIONING DIV --*/

.container {
	width: 900px;
	margin: auto;
	background: #484848 url(../images/wave.gif) bottom left no-repeat;
	padding: 0;
	}
	
.clear {
	clear: both;
	height: 30px;
	text-align: center;
	padding-top: 90px;
	}
	
/*-- TOP --*/
	
.top {
	width: 100%;
	height: 30px;
	background-color: #484848;
	color: #fff;
	text-align: right;
	line-height: 30px;
	}
.top div {
		padding-right: 5px;
}

.top a, .top a:link, .top a:active, .top a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.top a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
/*-- MAST --*/
	
.mastWrap {
	width: 100%;
	height: 200px;
	background: #222120;
	} 
	
.mast {
	width:900px;
	height: 200px;
	margin: auto;
	background: url(../images/mast.jpg) top left no-repeat;
	} 

/*-- COPY COLUMNS --*/

.content {
	float:left;
	width: 900px;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
.right {
	width: 250px;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	}
	
.left {
	width: 650px;
	float: left;
	margin: 0;
	padding: 0;
	}
.wide {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.padding {padding: 10px;}

.box {
	width: 215px;
	height: 118px;
	background:url(../images/box.gif) top left no-repeat;
	color: #000000;
	margin-bottom: 15px;
	}

	
.box h1 {
	color: #000;
	font-size: 110%;
	margin-bottom: 5px;
	margin-top: 0px;
	}
	

	
/*-- BIRD LINK --*/

.bird {
	background: url(../images/bird_green.gif) top right no-repeat;
	padding-right: 20px;
	display: block;
	height: 20px;
	text-align: right;
	}
a.bird, a:link.bird  {
	color: #ffffff!important;
	text-decoration: none;
	}
a:hover.bird {
	background:url(../images/bird_grey_green.gif) top right no-repeat;
	color: #4e4e4e!important;
	}
	

/*-- LIST TABLES --*/

.list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse:collapse; 
	}
.list th{
	text-align: left;
	padding: 3px;
	border: 1px solid #222120;
	color: #83dbff;
	}
.list td {
	padding: 3px;
	border: 1px solid #222120;
	width: 25%;
	}
.list ul {
	margin-top: 0;
	}
.list li {
	}


/*links*/

a, a:link, a:active, a:visited {
	color: #b4e783;
	}
	
a:hover {
	color: #d6ffbc;
	}
	
.pdf {
	background:url("../images/icons/pdf.gif") top left no-repeat;
	padding-left: 22px;
	height: 22px;
	display: block;
	}
.newwindow {
	background:url("../images/newwindow.gif") top left no-repeat;
	padding-left: 14px;
	}
.newwindowInvert {
	background:url("../images/newwindowInvert.gif") top left no-repeat;
	background-position: 2px 2px;
	padding-left: 16px;
	}

/*-- ADDITIONAL STYLING --*/

html { height: 100%; margin-bottom: 1px; }

.footnote {
	font-style: italic;
	}
pre {
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	