/* Normal, standard links. */
a:link, a:visited
{
	color: #3988d9;
	background-color: transparent;
	text-decoration: underline;	
	
}
a:hover
{

	background:#3988d9;
	text-decoration: none;
	color: #fff;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{


}
a.nav:hover
{



}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
body {
	background:#000;
	margin:0;
	padding:0;
	text-align:left;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 11px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #afc6db;
	
	background:#fff9f4;
}
.button {
	cursor:pointer;
	background:#fff3ea;
	color:#000;
	border:solid 1px #ffc299;
	padding:2px 4px;
	font-size:13px;
}
/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	background:#fff9f4;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f5f9fd;
	border: 1px solid #cde2f6;
	padding:5px;
	margin: 5px 0 0 0;
	padding: 5px;
	font-size: 11px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000;
	background-color: #afc6db;

	background-color: #fff3ea;
	
}
.windowbg2
{
	color: #000;
	background-color: #fffbf9;
}

.windowbg3
{
	color: #000;
	background-color: #f5f9fd;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #6e94b7;
	
	background-color: #3988d2;
	
	background:#ffd6ba url(images/cb.gif) repeat-x 0 0;
	color:#000;
	padding-top:9px;
	padding-bottom:9px;

}
.titlebg a:link, .titlebg a:visited {
	color:#114487;
	font-size:10px;
}
.titlebg a:hover
{
	color: #fff;
	text-decoration: none;
	background:#114487;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background:#f0f6fc url(images/catbg2.gif) repeat-x 0 0;
	color: #333;
	font-size:17px;
}

.catbg a {
	color:#114487 !important;
	text-decoration:none;
}
.catbg a:hover {
	background:#114487;
	color:#fff !important;
}

/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
	background-color: #cde2f6;

}
.tborder
{
	border: 1px solid #cde2f6;
}

/* Default font sizes. */
.smalltext
{
	font-size:10px;
}
.normaltext
{
	font-size: 16px;
}
.largetext
{
	font-size: 24px;
}



/* NEW STYLE */
#shell {
	background:#fff;
	padding:2px 10px 10px 10px;
	width:80%;
	margin:0 auto;
	text-align:left;
}

.line {
	color:#999;
	margin:0 3px;
}
#footer {
	width:80%;
	margin:0 auto;
	background:#333;
	padding:10px;
}
#footer td {
	color:#999 !important;
}
#head {
	padding:15px 10px 5px 10px;
	border-top:solid 6px #ff6600;
}

#nav {
	clear:both;
	border-bottom:solid 1px #3988d2;

	margin:0 0 10px 0;

}
#nav ul {
	margin:0;
	background:#3988d2;
	padding:0 10px;
	list-style-type:none;
	height:35px;
	border-bottom:solid 1px #fff;
}
#nav ul li {
	display:inline;
}
#nav ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	float:left;
	padding:6px 8px;
	margin: 2px 12px 0 0;
}
#nav ul li a:hover, #nav ul li a.selected {
	position:relative;
	background:#fff;
	color:#3988d2;
	margin: 0px 12px -6px 0;
	border-top:solid 8px #3988d2;
	z-index:10;
}

.clear {
	display:block;
	font-size:1px;
	line-height:1px;
	height:1px;
	clear:both;

}

.subnav {
	padding:5px 0;
}

.box1 {
	background:#f5f9fd;
	border:solid 4px #d7e7f6;
	padding:5px;
}

a.org {
	color:#ff6600 !important;
}
a.org:hover {
	background:#ff6600 !important;
	color:#fff !important;
}

.small {
	font-size:11px;
}


ul.normal {
	padding:0;
	margin:0 0 0 0px;
	font-size:10px;
	list-style-type:none;
}


.modbuttons {
	padding:10px 0;
	background:#fff3ea;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	margin:10px 0;
}

.welcomeuser p{
	background:#eee;
	margin:0 0 0 0px;
	width:300px;
	padding:5px;
	background:#f5f9fd;
	font-size:13px;
	border:solid 4px #d7e7f6;
}