/*
  The original Blue & Green theme for BSCA Manager version 1+
  Created by Sedisoft
  http://www.sedisoft.com.br
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #004D69;
	scrollbar-face-color: #E5F6E3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #004D69;
	scrollbar-3dlight-color: #006599;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #006599;
	scrollbar-darkshadow-color: #006599;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* General font families for common tags */
p { text-align: justify; line-height : 145%; }
li { text-align: justify; line-height : 145%; }
a:link,a:active,a:visited { text-decoration: none; color : #006599; }
a:hover { text-decoration: underline; color : #006599; }
hr { height: 0px; border: solid #000000 0px; border-top-width: 1px; }


/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #999999 solid; }

/* This is the outline round the main forum tables */
.outline { background-color: #FFFFFF; border: 1px #999999 solid; }


/* Main color pallete */
/* neutral */
.color1 { color: #FFFFFF; }
.color2 { color: #E5E5E5; }
.color3 { color: #CCCCCC; }
.color4 { color: #999999; }
.color5 { color: #000000; }
/* blue */
.color6 { color: #D7ECF2; }
.color7 { color: #006599; }
.color9 { color: #004D69; }
/* green */
.color9 { color: #E5F6E3; }
.color10 { color: #4CA546; }
.color11 { color: #295D26; }


/* Main table cell colours and backgrounds */
/* neutral */
.row1 { background-color: #FFFFFF; }
.row2 { background-color: #E5E5E5; }
.row3 { background-color: #CCCCCC; }
.row4 { background-color: #999999; }
.row5 { background-color: #000000; }
/* blue */
.row6 { background-color: #D7ECF2; }
.row7 { background-color: #006599; }
.row8 { background-color: #004D69; }
/* green */
.row9 { background-color: #E5F6E3; }
.row10 { background-color: #4CA546; }
.row11 { background-color: #295D26; }


/*
  There are for the Modules search results
*/
td.tdSelTitle { font-size: 11px; font-weight: bold; }
td.tdSelTop { height:17; font-size: 11px; border-top: 1px #000000 solid; }
td.tdSelBottom { height:17; font-size: 11px; border-bottom: 1px #4CA546 solid; }

.selcat { font-weight: bold; font-size: 11px; color: #295D26; }
a.selcat,a.selcat:active,a.selcat:visited { text-decoration: none; color : #295D26; }
a.selcat:hover { text-decoration: underline; color: #295D26; }

.formcat { font-weight: normal; font-size: 10px; color: #000000; }
a.formcat,a.formcat:active,a.formcat:visited { text-decoration: none; color : #000000; }
a.formcat:hover { text-decoration: underline; color: #006599; }

.seltitle { font-weight: bold; font-size: 11px; color: #000000; }
a.seltitle,a.seltitle:active,a.seltitle:visited { text-decoration: none; color: #000000; }
a.seltitle:hover { text-decoration: underline; color: #006599; }

.selnotes { font-weight: normal; font-size: 9px; font-style: italic; color: #000000; }

.selreadmore { font-weight: normal; font-size: 11px; color: #000000; }
a.selreadmore,a.selreadmore:active,a.selreadmore:visited { text-decoration: none; color: #000000; }
a.selreadmore:hover { text-decoration: underline; color: #006599; }


/*
  There are for the Contact Us page
*/
td.tdContactBottom { height: 25px; font-size: 11px; border-bottom: 1px #999999 solid; }
td.tdContactRight { border-right: 1px #999999 solid; }
td.tdContactLeft { border-left: 1px #999999 solid; }

.contact { font-weight: bold; font-size: 11px; color: #295D26; }
a.contact,a.contact:active,a.contact:visited { text-decoration: none; color: #295D26; }
a.contact:hover { text-decoration: underline; color: #295D26; }


/*
  There are for the Search results and others
*/
td.tdTitle { font-size: 11px; border: 1px #999999 solid; }
td.tdHeader { font-size: 11px; border: 1px #990000 solid; }
td.tdSearchForm { font-size: 11px; border: 1px #999999 solid; }
td.tdSearchRes { height: 17px; font-size: 11px; border-bottom: 1px #000000 solid; }
td.tdStats { height: 17px; font-size: 11px; border-bottom: 1px #000000 solid; }
td.tdPartners { height: 17px; font-size: 11px; border-bottom: 1px #000000 solid; }
td.tdlnews { height: 17px; font-size: 11px; border-bottom: 1px #000000 solid; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
	font-weight: bold; font-size: 15px;
	font-family: Tahoma, Tahoma, Verdanna, Arial, Helvetica;
	letter-spacing: 1px; text-decoration: none; color: #004D69;
}

/* 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: #006599; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #006599; text-decoration: underline; }

/* Letter text */
.letter { font-size: 16px; font-family: Times New Roman, Times, serif; }
.letterbig { font-size: 28px; font-family: Times New Roman, Times, serif; }
.lettermed { font-size: 16px; font-family: Times New Roman, Times, serif; }
.lettersmall { font-size: 12px; font-family: Times New Roman, Times, serif; }

/* Contrast link */
.contrast { color: #990000; }
a.contrast,a.contrast:active,a.contrast:visited { color: #990000; text-decoration: underline; }
a.contrast:hover { color: #990000; text-decoration: underline; }

/* The home, autonews, members etc links at the top of the page */
.mainmenu { font-size: 11px; color: #000000; text-transform: uppercase; }
a.mainmenu,a.mainmenu:active,a.mainmenu:visited { text-decoration: none; color: #000000; }
a.mainmenu:hover { text-decoration: underline; color: #000000; }

/* The tollbar links at the top of the page */
.toolbar { font-size: 10px; font-weight: bold; color: #FFFFFF; }
a.toolbar,a.toolbar:active,a.toolbar:visited { text-decoration: none; color: #FFFFFF; }
a.toolbar:hover{ text-decoration: underline; color: #FFFFFF; }

/* The home links over the image in the middle of the page */
.home { font-size: 13px; font-weight: bold; color: #FFFFFF; }
a.home,a.home:active,a.home:visited { text-decoration: none; color: #FFFFFF; }
a.home:hover{ text-decoration: underline; color: #FFFFFF; }
.lnewstitle { font-weight: bold; font-size: 15px; font-family: Tahoma, Tahoma, Verdana, Arial, Helvetica; letter-spacing: 1px; text-decoration: none; color: #E5E5E5; }
a.lnewstitle,a.lnewstitle:active,a.lnewstitle:visited { text-decoration: none; color: #FFFFFF; }
a.lnewstitle:hover{ text-decoration: underline; color: #FFFFFF; }
.lnews { font-size: 11px; color : #FFFFFF; }
a.lnews,a.lnews:active,a.lnews:visited { text-decoration: underline; color: #FFFFFF; }
a.lnews:hover { text-decoration: underline; color: #FFFFFF; }

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

/* Used for the navigation menu */
.navtitle { font-weight: bold; font-size: 10px; color: #000000; text-transform: uppercase; }
.nav { font-weight: normal; font-size: 10px; color: #000000; }
a.nav,a.nav:active,a.nav:visited { text-decoration: none; color: #000000; }
a.nav:hover { text-decoration: underline; color: #006599; }

/* Footer */
.footer { font-size: 10px; font-weight: bold; color: #FFFFFF; }
a.footer,a.footer:active,a.footer:visited { text-decoration: none; color: #FFFFFF; }
a.footer:hover { text-decoration: underline; color: #FFFFFF; }

/* Copyright info */
.copy { font-size: 10px; font-weight: normal; color: #000000; }
a.copy,a.copy:active,a.copy:visited { text-decoration: none; color: #000000; }
a.copy:hover { text-decoration: underline; color: #000000; }

/* Image margins */
.imgleft { margin-top: 0px; margin-bottom: 8px; margin-left: 0px; margin-right: 8px; }
.imgright { margin-top: 0px; margin-bottom: 8px; margin-left: 8px; margin-right: 0px; }


/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px 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: #E5E5E5;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
	background-color: #E5E5E5;
	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");