body, tr, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
    font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #0000CC
}

code {
    font-family: "Courier New", Courier, mono, monospace
}

a:link {
    color: #0000ff
}
a:visited {
    color: #660066
}
a:hover {
    color: #ff9900
}

.messageBox {
	border: 1px solid #BABABA;
	/*width: 100%;*/
	overflow: auto;
	background-color: #EFEFEF;
	padding: 8px;
}

/****************************\
| Styles for the admin panel |
\****************************/

/* Menu on the left */
#adminMenu {
	border: 1px solid rgb(0, 0, 0);
	padding-left: 5px;
	padding-bottom: 15px;
	width: 185px;
	float: left;
	/* position: fixed; */
}

/* Main content */
#adminMain {
	border-width: 1px;
	margin-left: 210px;
}


.catTitle {
	font-size: 135%;
	font-weight: bold;
}




/******************************\
| Styles for the BBCode Editor |
\******************************/

/* Formatting for the buttons */

.button {
        background-color : #D7D7D7;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-bottom: 3px;
        margin-left: 1px; margin-right:1px;
        margin-top: 2px
}
/* Blends the helpbox into the background of the page*/
.helpbox {
	border: thin solid;
	background-color: #FFFFFF;
	margin: 5px;
}


/* Background color for the subject line and post area*/
.form_elements_text {
	background-color: #FFFFFF
}

/* Background color for the dropdown menus*/
.form_elements_dropdown {
	background-color: #FFFFFF
}

img {
	border-style:none
}

.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC;
}

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