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

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


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

a:link {color: #000099}  /* visited link */
a:visited {color: #000099}  /* visited link */
a:hover {
	color: #ff0033;
    background-color: #ffff00;}   /* mouse over link */
a:active {color: #ff0000}   /* 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: #eeeeee;
}

.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: #eeeeee;
	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: #eeeeee;
        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: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
}

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


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

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


.postdate { /* Entry date */
        color: #222222;
        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: #eeeeee;
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 13px;
        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: #eeeeee;
}

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

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

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


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

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

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

	display: block;
	width: 300px;
	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: center;
	margin-top: 5px;

}

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

}

.bluetable
{
background-color: #0099FF;
}   
    
.bluetablemain
{
    background-color: #0099FF;
	position:absolute;
    left:5px;
    top:80px;
}   
 
.upperleft
{
position:absolute;
left:730px;
top:27px;
}

.upperleft2
{
position:absolute;
left:730px;
top:52px;
}

.jumpboxmain{
	position:absolute;
    left:697px;
    top:2px;
	display: block;
	width: 200px;
	float: center;
	margin-top: 5px;

}

.rsstable{
	display: block;
	width: 300px;
	float: left;
	margin-top: 8px;
    border-width: 2px;
	border-color: #000000;
	border-style: solid;
	background-color: #eeeeee;
	color: #222222;
	font-family: arial, sans-serif;
	font-size: 16px;
}

span.thumbtext{
	background-color: #ffff00;
	color: #0099FF;
	font-family: arial, sans-serif;
	font-size: 16px;
    font-weight: bold

}

td.caltablegrey{
	width: 100px;
	#float: left;
	margin-top: 8px;
    border-width: 2px;
	border-color: #FFFF00;
	border-style: groove;
	background-color: #eeeeee;
	color: #0099ff;
	font-family: arial, sans-serif;
	font-size: 16px;
	#vertical-align: top;
}

td.caltableblue{
	width: 100px;
	margin-top: 8px;
    border-width: 2px;
	border-color: #FFFF00;
	border-style: groove;
	background-color: #0099ff;
	color: #0099ff;
	font-family: arial, sans-serif;
	font-size: 16px;
}

td.caltableblack{
	width: 100px;
	float: center;
	margin-top: 8px;
    border-width: 2px;
	border-color: #FFFF00;
	border-style: groove;
	background-color: #000000;
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 18px;
	vertical-align: top;
}

td.caltableblackwide{
	width: 700px;
	float: center;
	margin-top: 8px;
    border-width: 2px;
	border-color: #FFFF00;
	border-style: groove;
	background-color: #000000;
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 18px;
	vertical-align: top;
}

td.caltableyellow{
	width: 100px;
	float: center;
	margin-top: 8px;
    border-width: 2px;
	border-color: #FFFF00;
	border-style: groove;
	background-color: #FFFF00;
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 18px;
	vertical-align: top;
}

td.caltableyellowwide{
	width: 500px;
	float: center;
	margin-top: 8px;
    border-width: 2px;
	border-color: #FFFF00;
	border-style: groove;
	background-color: #FFFF00;
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 18px;
	vertical-align: top;
}

table.caltable{
	
	width: 700px;
	margin-top: 8px;
    border-width: 2px;
	border-color: #000000;
	border-style: solid;
	background-color: #0099ff;
	color: #FFFF00;
	font-family: arial, sans-serif;
	font-size: 16px;
	vertical-align: top;
}

table.headermain{
	
    position:absolute;
    left:1px;
    top:1px;
	width: 700px;
	margin-top: 8px;
    border-width: 0px;
	border-color: #000000;
	border-style: none;
	background-color: #ffffff;
}

font.calhdr{
	color: #FFFF00;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

font.calhdr2{
	color: #000000;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	float: center;
}

.noclass {
		border-style: none;
}

.xmllogo
{
position:absolute;
left:975px;
top:5px;
}

.yahoologo
{
position:absolute;
left:975px;
top:27px;
}

.googlelogo
{
position:absolute;
left:975px;
top:52px;
}

#title
#content
#navigation
#plugins
