/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* general */
a {
	color: #DD0000;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

th{
	font-weight:bold;
	color:#333333;
	background-color:#CCCCCC;
	border:1px #FFFFFF outset;
	text-align:center;
	font-size:8pt;
}


/* header */
#header {
	background:#323232 url('image/background_header.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0 0 0 20px;
	width:280px;
}
#header_inside h1 span {
	color: #DD0000;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:500px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* content */
#content {
	background:#fff url('image/background_content.jpg') center repeat-y;
	width:100%;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar {
	float:right;
	line-height:175%;
	margin:5px 0 5px 5px;
	padding:0 10px 0 10px;
	width:120px;
	text-align:right;
}
#content_inside_sidebar h2 {
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_sidebar ul {
	letter-spacing:-1px;
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:110px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_sidebar a {
	border-bottom:1px solid #e9e9e9;
	padding:3px;
	text-align:right;
}
#content_inside_sidebar a:hover {
	background:#ddd;
	color:#000;
}
#left_content_inside_sidebar {
	float:left;
	line-height:175%;
	margin:5px 0 5px 5px;
	padding:0 10px 0 10px;
	width:120px;
	text-align:left;
}
#left_content_inside_sidebar h2 {
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:left;
}
#left_content_inside_sidebar ul {
	letter-spacing:-1px;
	list-style:none;
	margin:0 0 10px;
}
#left_content_inside_sidebar ul li {
	list-style:none;
}
#left_content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:left;
	width:110px;
}
#left_content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#left_content_inside_sidebar a {
	padding:3px;
	text-align:left;
}
#left_content_inside_sidebar a:hover {
	color:#000;
}
#content_inside_main {
	background:#fff;
	letter-spacing:-1px;
	line-height:175%;
	margin:0 auto;
	padding: 10px;
	width:750px;
	float: left;
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main p {
	padding:0 0 10px;
}

#imagefooter {
  background:url('images/ink.jpg') center;
	height:115px;
	width:450px;
 clear:both;
}

/* footer */
#footer {
  background:#323232 url('image/background_footer.jpg') center repeat-y;
	height:100px;
	width:100%;
  clear: both;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:100px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:100px;
	text-align:center;
}


/* e107 core classes */

td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000;
}

td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
	color:#666;
}

.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
	font: normal 10px  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

img {	
	border: 0px;
}
.linkspage_button{
	border:0px;
}

form {
	margin: 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.tbox {
	border: #777 1px solid;
}

.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
}

.button {
	border: 1px solid #A5ACB2;
	background-image : url(images/button.png);
}

.button:hover {
	background-image : url(images/buttonover.png);
}

.nextprev {
	border: 0px;
	text-align: center;
	padding: 2px;
	background-color: #f7f7f9;
}

.spacer{
	padding: 5px 0px;
}


.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

.helpbox {
	border: 0px;
}

.news_image {
	float: right;
	padding: 0px 0px 7px 7px;
}

.imgright {
float: right;
border: 0px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}


.imgleft {
float: left;
border: 0px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

/* forum classes */

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #fbfbfd;
}

.forumheader5 {
	cursor: pointer;
}
.fcaption, .forumheader2, .forumheader3 {
	text-align: left;
}

.fcaption, .forumheader5 {
	background-color: #f7f7f7;
}
.box_title {
	color:#000000;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:8pt;
	padding-left:10px;
	padding-top:5px;
	text-transform:uppercase;
	vertical-align:middle;
}

.box_contents_sml{
	background-image:url(images/bg_box_content.jpg);
	background-position:left;
	background-repeat:repeat-y;
	padding:5px;
}

.box_contents_lge{
	background-image:url(images/bg_box_content.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding:5px;
}

.box_grey{
	background-color:#999999;
	color:#FFFFFF;
	font-size:8pt;
	border:1px solid #666666;
	padding:5px;
}

.box_grey a{
	text-decoration:none;
	color:#CCFF33;
	font-size:8pt;
}

.box_grey a:hover{
	text-decoration:none;
	color:#CCFF33;
}

.maintable{
	width:780px;
}

.maincell{
	background-image:url(images/bg_box_content.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:10px;
}

.main_top_edge{
	background-image:url(images/bg_box_content.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.center_1_col{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.left_1_col{
	padding-left:10px;
	padding-right:10px;
}

.heading1{
	color:#0066CC;
	font-weight:bold;
	font-size:10pt;
}

.heading2{
	color:#DD0000;
	font-weight:bold;
	font-size:8pt;
}

.heading2 a:hover{
	color:#DD0000;
	text-decoration:none;
}

.heading3{
	font-size:8pt;
	font-weight:bold;
	color:#000000
}

.cellvalue{
	background-color:#343434;
	color:#FFFFFF;
}

.small{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}

.new{
	color:#CC0000;
	font-size:10pt;
	font-weight:bold;
	font-variant:small-caps;
}

.asterisk{
	color:#FF0000;
	font-weight:bold;
}

.home_title_1{
	color:#FFFFFF;
	background-color:#006699;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}

.home_title_2{
	background-color:#B3DF30;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}

.home_box{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
	padding:3px;
}

.home_details{
	fort-size:7pt;
}

.box_general{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}


