/*
	Bringabong.com CSS Version 1.0
	Based on default subSilver design
	Copyright (C) June 2005
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-image: url(/forum/templates/bringabong/images/site-background.jpg);
}

/* General font families for common tags */
font,th,td,p { font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #144E10; }
a:hover		{ text-decoration: underline; color : #27931E; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.small { font-size: 10px }

.admin_menu{
	font-size: 10px;
	color: #000000;
}

.album_stat,statlink {
	font-size: 10px;
	color:004400;
}

.topmenu {
	font-size: 12px;
	font-weight: bold;
}

.caption,.footer {
	font-size: 10px;
}

.tableb {
	font-size: 12px;
}

.content-area {
	background-image: url(/forum/templates/bringabong/images/background_logo.png);
	background-color: #FFF235; 
}

.content-area-no-bg {
	background-color: #FFF235; 
}

.left-side {
	background-image: url(/forum/templates/bringabong/images/main_border_left_bg.png);
	background-repeat: repeat-y;
}

.right-side {
	background-image: url(/forum/templates/bringabong/images/main_border_right_bg.png);
	background-repeat: repeat-y;
}

/* Main table cell colours and backgrounds */
td.row1	{ /* background-color: #FFF234; */ }
td.row2	{ /* background-color: #D7CC2C; */ border: 1px; }
td.row3	{ /* background-color: #FFF234; */ }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; 
	font-size: 12px; 
	font-weight : bold;
	height: 25px;
	background-color: #DBD02D; 
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #144E10; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #27931E; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #144E10;  }
a.mainmenu:hover{ text-decoration: underline; color : #27931E; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #144E10}
a.cattitle		{ text-decoration: none; color : #144E10; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #144E10; }
a.forumlink 	{ text-decoration: none; color : #144E10; }
a.forumlink:hover{ text-decoration: underline; color : #27931E; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #144E10; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #144E10; }
a.topictitle:visited { text-decoration: none; color : #23831B; }
a.topictitle:hover	{ text-decoration: underline; color : #27931E; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #144E10 }
a.postlink:visited { text-decoration: none; color : #23831B; }
a.postlink:hover { text-decoration: underline; color : #27931E}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #144E10; letter-spacing: -1px;}
a.copyright		{ color: #144E10; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
