body {
	background-image: url("");
	background-repeat: no-repeat;
	margin: 10px;
}

select,input,button,textarea {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #545590;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	
}


a {
	text-decoration: none;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

a:link {color: #FF0000; font-weight: bold}  /* visited link */
a:visited {color: #FF0000; font-weight: bold}  /* visited link */
a:hover {color: #202072; text-decoration: underline; font-weight: bold}   /* mouse over link */
a:active {color: #202072; text-decoration: underline; font-weight: bold}   /* selected link */

td.horidiv{ /* Horizontal divider line */
	height: 2px;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

td.vertdiv{ /* Verticle divider line - not used now */
        width: 2px;
	border-right-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
}

.border{ /* The background of all the headers. Default is grey background with black border on top and bottom */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #FFFFFF;
	margin-bottom: 3px;
}

.headercell{ /* The background of all the headers. Default is grey background with black border on top and bottom */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #000000;
	border-style: solid;
	background-color: #545590;
}

.bbcode_quote_header{ /* Header for bbcode "quote" tag */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #545590;
	position: relative;
	left: 10px;
	width: 90%;
}

.bbcode_quote_body{ /* Header for bbcode "quote" tag */
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #FFFFFF;
	position: relative;
	left: 10px;
	width: 90%;
}

.bbcode_code_header{ /* Header for bbcode "quote" tag */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #545590;
        position: relative;
        left: 10px;
        width: 90%;
}

.bbcode_code_body{ /* Header for bbcode "quote" tag */
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #FFFFFF;
        position: relative;
        left: 10px;
        width: 90%;
}

.border { /* Border of images */
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.posttext { /* Entry text */
        color: #000040;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
}

.postpermalink{ /* Read more link */
        color: #000040;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}


.postcomments { /* Comments link */
        color: #000040;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}

.postattached{ /* Attachments link - not used now */
        color: #000040;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}


.postdate { /* Entry date */
        color: #000040;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: normal;
}

.posttitle{ /* Entry title */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #000040;
        color: #000000;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
}

div.leftcolumn{
	float: left;
	width: 200px;
}

div.rightcolumn{
	position: relative;
	margin-left: 205px; 
	padding-left: 5px; 
}

.alt1{ /* Alternating cells for search and management list */
	background-color: #545590;
}

.alt2{ /* Alternating cells for search and management list */
	background-color: #dddddd;
}

.header { /* Header Text */
	color: #000040;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.smalltext{ /* Tiny Text */
        color: #000040;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
}


.default { /* Default Text */
	color: #000040;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.outside { /* This is the invisible table around everything */
	border-width: 0px;
	border-style: solid;
	border-color: #f2f2f2;
}

.formlabel, .formfield{
	color: #000000;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

	display: block;
	width: 400px;
	float: left;
	margin-top: 5px;
}

.formlabel{
	text-align: left;
	width: 300px;
}

br.formdiv{
	clear:left;
}

.searchbox{
	display: block;
	width: 200px;
	float: left;
	margin-top: 5px;
	text-align: left;
}

.jumpbox{
	display: block;
	width: 200px;
	float: left;
	margin-top: 5px;

}

.rssandsubscribe{
	display: block;
	width: 200px;
	float: left;
	margin-top: 8px;

}


#title
#content
#navigation
#plugins
