/* <=================== Preliminaries ===================> */

BODY{
    font-family: sans;
}
TABLE {
    table-layout: seperated;
    border-collapse: seperate;
    border-spacing: 0px;
    empty-cells: show;
}
TD {
    background-color: light grey;
    color: #000000;
    font-family: sans;
    font-size: 10pt;
    text-align: left;
    align: left;
    vertical-align: top;
}

A{
    color: blue;
}

/* <================= Square Gator Stuff ===================> */

/* Database warnings issued by the software */
DIV.dbwarn{
	color: red;
	text-align: center;
}

/* General Warnings issued by the software */
DIV.genwarn{
	color: red;
	text-align: center;
}

/* Event Content */
DIV.edetail{
	padding: 3px 3px 3px 3px;
	border-style: groove;
	margin: 5px 0px 10px 0px;

}

/* Event Reference */
DIV.eref{
	background: #00FF66;
	padding: 3px 3px 3px 3px;
	border-style: groove;
}

/* Event Title */
DIV.etitle{ 
	font-style: italic;
	text-align: right;
	border: 1px solid green;
	background: #ECFFEC;
	padding: 0px 3px 0px 3px;
}

/* Supporting Documents Side-Bar */
DIV.supportingbar{
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 10px 0px;
}

DIV.top{ 	
	text-align: center; 
	font-size: 12pt; 
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
}

/* Event Name */
DIV.ename{
	text-align: center; 
	font-size: 20pt; 
	font-weight: bold;
}

/* These 2 are for search results */
TABLE#searchresult{}
A.searchresult{}

/* These 2 are for the supporting list (on applicable pages) */
UL#supporting{
	list-style-type: square;
}
DIV#supporting_name{
	text-align: center;
	font-weight: bold;
}

/* Misspellings in the Event Editor */
EM.misspell{ color: white; background: red; font-weight: bold; }

/* table for the list of 'strategies/events' */
TABLE#eventlist{}

DIV#studybuddymenu{
	background: limegreen;
	padding: 4px;
	border: 1px solid green;
}

DIV#studybuddymenu A{
	color: black;
}

/* <==================  MiniBB Stuff =======================> */

.gbody{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
background: #EEEEFF;
margin-top: 15px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}

/* General smart tables class */

table.forums {
width: 95%;
border: 1px #D6DFFF solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #000000;
} 

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #D6DFFF solid;
padding: 4px;
height: 25px;
font-size: 12px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #F7F7F7;
border: 1px #D6DFFF solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #F7F7F7;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc., Buttons menu, left info cell) */

td.caption4 {
background-color: #EFF3F7;
border: 1px #D6DFFF solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
border: 1px #D6DFFF solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 6 (this one is for displaying title headers (language, search). The same color as caption2, but different font size) */

td.caption6 {
background-color: #F7F7F7;
border: 1px #D6DFFF solid;
padding: 4px;
height: 20px;
font-size: 12px;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
width: 95%;
background: transparent;
font-size: 12px;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;	
font-size: 11px;
}

/* Font for displaying username in each thread */

DIV.username{
text-decoration: none;
font-size: 12px;
}

/* Class for select boxes */

.selectTxt {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #CCFFCC;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #FFFFFF;
}

/* Class for displaying stuff like -> */

.bulletHead{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #B2BFF2;
font-weight: bold;
}

/* Heading titles */

.header{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #FFFFFF;
border-bottom: #D1DCFD 1px solid;
border-left: #D1DCFD 1px solid;
border-right: #D1DCFD 1px solid;
border-top: #D1DCFD 1px solid;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Input areas - boxes, textareas... */

.textForm {
background: #FFFFFF;
border-bottom: #004576 1px solid;
border-left: #004576 1px solid;
border-right: #004576 1px solid;
border-top: #004576 1px solid;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Stats bar */

.tbStBar{
border: 0px;
margin: 1px;
padding: 1px;
background: #CED7FF;
font-size: 11px;
}

/* Warning text */

.warning{
color: red;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif,Arial,Verdana;
font-size: 9px;
}
