/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #E0E7FF;
}

a:hover {
	text-decoration: none;
	color: #E0E7FF;
}

a:visited {
	color: #E0E7FF;
}

body {
	
	background: #000000 url(images/bgadrian.jpg) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	margin: 0px;
	padding: 0px;
}

#content
{
	float:left;
	width: 940px;
	
}
#back_all
{
}

#main
{
padding-top: 0px;
}

#header {
}


#menu {
float: right;
padding-top:25px;
}


#left {
	float: left;
	width: 200px;
}

#right
{
padding-left: 250px;
padding-top:250px;
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #31AA83;
}



#footer {
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #E9E9E9;
}

#footer a {
	color: #E0E7FF;
}

.f23d_module_table {

/* defines the table properties for modules */

width : 550px;

}

.f23d_module_title {

/* defines properties for the welcome text in modules */

/* left empty */

}

.f23d_module_subtitle {

/* left empty */

}

.f23d_module_lbl1 {

/* defines properties text labels used in modules */

/* eg. description for input fields */

font-weight: bold;

}

.f23d_module_lbl2 {

/* defines properties text labels used in modules */

/* descriptive smaller text like 'required field' */

font-size: 10px;

}

.f23d_module_error {

/* defines properties for error messages */

color: red;

}

.f23d_module_text {

/* defines properties for normal text in modules */

/* left empty */

}

.f23d_module_input {

/* defines properties for input fields in modules */

/* left empty */

}

.f23d_module_link {

/* defines properties for url links in modules */

text-decoration: underline;

}

.sas_forum_link {
text-decoration: underline;
}

A.button_forum_link:link {
text-decoration: none;
color:#000000;
}
A.button_forum_link:hover {
text-decoration: underline;
color:#000000;
}
A.button_forum_link:visited {
text-decoration: none;
color:#000000;
}
A.button_forum_link:active {
text-decoration: none;
color:#000000;
}

.forum_module_table {
width : 675px;
border:dashed;
border-right:dashed;
border-color:#666666;
}

.f23d_row_color_odd {
	padding:5px;
	background-color:#333333;
	
}

.f23d_row_color_even {
padding:5px;

}