body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

body {
	border: 1px inset #ECECEC;
	color: #000000;
	font-family: Verdana, Tahoma, "MS Sans Serif";
	font-size: small;
	margin: 0px;
	padding: 0px;
        background: #cdcdcd url(../img/background-shadow.png) center repeat-y;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ECECEC;
	scrollbar-track-color: #F7F9F9;
}

hr {
	color: #A0BAD4;
}


.topheader {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: none;
	height: 22px;
}

.subheading {
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	border: none;
	height: 4px;
}

.messageText {
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table.windowMain {
	border: 2px solid #336699;
	background-color: #FFFFFF;
}

td.mainOptions {
	text-align: right;
}

td.options {
	vertical-align: top;
	font-size: 8pt;
	color: #336699;
	font-weight: bold;
}

a.optionsLink {
	color: #336699;
	text-decoration: none;
}

a.optionsLink:hover {
	color: #000000;
	text-decoration: underline;
}

input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #D5DCE4;
	border-bottom-color: #D5DCE4;
	border-left-color: #336699;
}

td.searchBox {
	text-align: right;
}

td.breadcrumbCel {
	text-align: left;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
	color: #336699;
}

a.breadCrumbLink {
	color: #336699;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover.breadCrumbLink {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

td.treeClose {
	background-color: #336699;
	border: none;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 1px;
}

table.treeMain {
	background-color: #D5DCE4;
}

td.treeHeader {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	padding: 4px;
	border: none;
}

td.treeSubHeader {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A0BAD4;
	text-align: center;
	padding: 2px;
	border: none;
}

td.treeBody {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 7px;
}

a.treeLinks {
	font-size: 8pt;
	color: #336699;
	text-decoration: none;
}

a.treeLinks:hover {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}

a.treeLinks1 {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a.treeLinks1:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.treeLinks2 {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-indent: 13pt;
}

a.treeLinks2:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-indent: 13pt;
}

a.treeLinks3 {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-indent: 20pt;
}

a.treeLinks3:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-indent: 20pt;
}

a.treeLinks4 {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-indent: 27pt;
}

a.treeLinks4:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-indent: 27pt;
}


table.LEAPBox {
	background-color: Silver;
}

a.whText {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	border: none;
}

a.whText:Link {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	border: none;
	text-decoration: underline;
}
a.whText:Hover {
	font-size: 9pt;
	font-weight: bold;
	color: yellow;
	background-color: #336699;
	text-align: center;
	border: none;
	text-decoration: underline;
}

a.whText:Visited {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	border: none;
	text-decoration: underline;
}

td.windowHeaderText {
	font-size: 8pt;
	text-align: right;
	padding: 4px;
	background-color: #336699;
	color: #D5DCE4;
}

a.windowHeaderLink {
	color: #D5DCE4;
	font-size: 8pt;
	text-decoration: none;
}

a.windowHeaderLink:hover {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
}


td.windowHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	padding: 4px;
	border: none;
	height: 22px;
}

td.windowTitle {
	font-size: 8pt;
	font-weight: bold;
	color: #D5DCE4;
	background-color: #7198BF;
	text-align: center;
	padding: 4px;
	border: none;
}

td.windowTitleCenter {
	font-size: 9pt;
	font-weight: bold;
	color: #D5DCE4;
	background-color: #7198BF;
	text-align: left;
	padding: 4px;
	border: none;
}


td.windowBody {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 7px 4px 7px 7px;
}

td.windowBodyAlt {
	font-size: 8pt;
	color: #000000;
	background-color: #BFCAD8;
	padding: 7px 4px 7px 7px;
}

td.windowBodyAltSmall {
	font-size: 8pt;
	color: #000000;
	background-color: #BFCAD8;
	padding: 7px 4px 7px 7px;
}


td.windowAcc {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 4px;
	text-align: right;
}

td.windowAccAlt {
	font-size: 8pt;
	color: #000000;
	background-color: #BFCAD8;
	padding: 4px;
	text-align: right;
}

td.windowSeperator {
	background-color: #A0BAD4;
	height: 5px;
	font-size: 5px;
}

td.windowEnder {
	background-color: #336699;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	padding: 4px;
}

td.windowEnderText {
	font-size: 8pt;
	text-align: right;
	padding: 4px;
	color: #D5DCE4;
}

a.windowEnderLink {
	color: #D5DCE4;
	font-size: 8pt;
	text-decoration: none;
}

a.windowEnderLink:hover {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
}

td.categorySubject {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 3px;
}

a.categoryLink {
	font-size: 9pt;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a.categoryLink:hover {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

td.moreTopic {
	font-size: 9pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 3px;
}

a.moreTopic {
	font-size: 9pt;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a.moreTopic:hover {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

td.messageAuthor {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 7px;
}

td.messageAuthorAlt {
	font-size: 8pt;
	color: #000000;
	background-color: #BFCAD8;
	padding: 7px;
}

.authorName {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

td.messageSubject {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	padding-right: 7px;
}


a {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

td.attachText {
	font-size: 8pt;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
a.attachLink {
	font-size: 8pt;
	color: #336699;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;

}
a.attachLink:hover {
	font-size: 8pt;
	color: #000000;
	padding: 3px;
	font-weight: bold;
	text-decoration: underline;
}

td.messageDate {
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.messageOriginalDate {
	color: #999999;
}

td.messageOptions {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 2px 7px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #336699;
}

a.messageOptionsLink {
	font-size: 8pt;
	color: #336699;
	font-weight: normal;
	border: none;
	text-decoration: none;
}

a.messageOptionsLink:hover {
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	border: none;
	text-decoration: underline;
}

select.conferenceJump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	background-color: #D5DCE4;
}

select.searchListBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
}

td.conferenceMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-align: right;
	padding: 10px 2px 2px;
}

td.columnDark {
	font-size: 8pt;
	color: #000000;
	background-color: #BFCAD8;
	padding: 3px;
	text-align: center;
}

td.columnLight {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 3px;
	text-align: center;
}

a.topicsSmallLink {
	color: #336699;
	text-decoration: underline;
}

a.topicsSmallLink:hover {
	color: #000000;
	text-decoration: underline;
}

table.loginMain {
	border: 2px solid #336699;
	background-color: #FFFFFF;
}

td.loginLight {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 2px 7px;
	font-weight: bold;
	text-align: center;
}

td.loginDark {
	font-size: 8pt;
	color: #000000;
	background-color: #BFCAD8;
	padding: 2px 7px;
	font-weight: bold;
	text-align: center;
}















td.buttonCel {
	text-align: right;
	padding: 6px 3px 3px;
}

table.2pxPadding {
	margin: 2px;
}


input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #D5DCE4;
	border-bottom-color: #D5DCE4;
	border-left-color: #336699;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #D5DCE4;
	border-bottom-color: #D5DCE4;
	border-left-color: #336699;
}

.center {
	text-align: center;
}

.buttonLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a.buttonLink { 
        font-family: Tahoma, Verdana, Arial, sans-serif; 
        font-size: 7pt; 
        font-weight: bold; 
        color: #336699; 
        text-decoration: none; 
} 
a.buttonLink:hover { 
        font-family: Tahoma, Verdana, Arial, sans-serif; 
        font-size: 7pt; 
        font-weight: bold; 
        color: #336699; 
        text-decoration: none; 
} 

td.buttonText {
	text-align: right;
}

td.buttonSpacer {
	width: 10px;
}

.bigbuttonLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

td.postLastEdit {
	font-size: 8pt;
	color: #000000;
}

td.postNextMessage {
	font-size: 8pt;
	color: #000000;
	text-align: right;
}

a.postNextMessageLink {
	color: #336699;
	font-size: 8pt;
	text-decoration: none;
}

a.postNextMessageLink:hover {
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}

td.newTopicTitle {
	font-size: 8pt;
	font-weight: bold;
	color: #D5DCE4;
	background-color: #7198BF;
	padding: 4px;
	border: none;
}

td.newTopicNames {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 4px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.newTopicBoxes {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 4px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


td.newTopicBoxesSmall {
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 4px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


td.newTopicHeader {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	padding: 4px;
	border: none;
}

td.newTopicEnder {
	background-color: #336699;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	padding: 4px;
}

input.newTopicInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7198BF;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #7198BF;
}

select.newTopicSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7198BF;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #7198BF;
}

input.button {
	height: 18px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #a0bad4;
	color: #225588;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5DCE4;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #D5DCE4;
}

td.attachmentCategory {
	font-size: 8pt;
	color: #000000;
	text-align: center;
	padding: 4px;
}

.newTopicSmallText {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
td.botBrandingLeft {
	font-size: 8pt;
	color: #336699;
	text-align: left;
}
td.botBrandingRight {
	font-size: 8pt;
	color: #336699;
	text-align: right;
}

td.searchresultscount
{
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	color : #AAAAAA;
	background-color: #D5DCE4;
	padding: 3px;
}
/* ------ alt toolbar -------- */

table.toolbar
{
    background: url(tbbackblue.gif);
}

td.toolbarimage
{
    text-align: right;
}

a.tool
{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	padding-right : 6px;
    color: #000000;
}

a.tool:hover
{
    color: #dc143c
}

/* ------ outer cells -------- */

table.outsidetable
{

}

td.Tree
{
	vertical-align: top;
}

td.messages
{
	vertical-align: top;
}

/* ------ Tree -------- */

td.confNode
{
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-align: left;
}

a.confNode
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #336699;
    text-decoration: none;
}

a.confNode:hover
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
	color: #000000;
	text-decoration: none;
}

td.topicNode
{
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-align: left
}

a.topicNode
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #336699;
    text-decoration: none;
}

a.topicNode:hover
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}


td.topicNodeSelected
{
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-align: left
}

a.topicNodeSelected
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #002244;
    text-decoration: none;
}

a.topicNodeSelected:hover
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

td.msgNode
{
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-align: left
}

a.msgNode
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #002244;
    text-decoration: none;
}

a.msgNode:hover
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

td.moreTopicTree
{
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-align: left
}

a.moreTopicTree
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #336699;
    text-decoration: none;
}

a.moreTopicTree:hover
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

span.misc
{
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    width: 100%;
    text-align: left
}

td.misc_warn
{
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	font-weight: bold;
	text-align: left;
	color : red;
}

table.forumsmouseover
{
	width : 100%;
}

td.forumsmouseoverdesc
{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background-color : #eaeaea;
	width : 100%;
}

td.forumsmouseover
{
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
}


td.searchNext
{
	color: #000000;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    background-color: #BFCAD8;
    text-align: left
}

a.searchNext {
	font-size: 9pt;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a.searchNext:hover {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

td.watch
{
	font-size: 8pt;
	color: #000000;
	background-color: #D5DCE4;
	padding: 2px 7px;
}

a.watchLink {
	color: #336699;
	text-decoration: none;
		font-weight: bold;
}

a.watchLink:hover {
	color: #000000;
	text-decoration: underline;
		font-weight: bold;
}


td.authorButtons {
	text-align: left;
}
td.messageButtons {
	text-align: right;
}


.welcome {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

td.MainMenu {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	border: none;
}

a.SpacerText {
	font-size: 4pt;
}

a.MainMenuText {
	font-size: 9pt;
	font-weight: normal;
	color: white;
	text-decoration : none;
	margin-top : 4px;
	margin-bottom : 4px;
}

a.MainMenuText:Link {
	font-size: 9pt;
	font-weight: normal;
	text-decoration : underline;
	color: white;
}

a.MainMenuText:visited {
	font-size: 9pt;
	font-weight: normal;
	text-decoration : underline;
	color: white;
}

a.MainMenuText:hover {
	font-size: 9pt;
	font-weight: normal;
	text-decoration : underline;
	color: YELLOW;
}

td.MainMenuHeader {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: Gray;
	text-align: center;
	border: none;
	vertical-align: top;
}

.TextHeader {
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
	line-height : 100%;
	margin-top : 4px;
	margin-bottom : 4px;
}

/* Original WEAP Styles.   Above from LEAP for Forum  */

/*
.xoopsCode
.xoopsQuote
Are core specific, but may also be overridden in here to your taste.
.banner
.redirect
.bg1
.bg2
.bg3
.bg4
Are E-Xoops Specific, all others are freestyle depending on your theme.
--------
This is how you can set css styles on a per/module basis.
.<modulename>_css is the name of the module (if any).
These are refered to as contextual css styles.
--------
.newbb_css  .bg3 {
	background-color: #C0C0C0;
}

Controls different form element styles:
.text, .radio, .checkbox, .select, .button, .textarea, .image, .file {
	somestyle: somevalue;
}

*/

a:link, a:visited {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

form, td {
	font-size: small;
}

hr {
	color: #306898;
	filter: Alpha(Opacity=80,FinishOpacity=0,Style=2);
	height: 2px;
	width: 95%;
}

img {
	border: 0px;
}

.banner {
	background: #F7F9F9;
	border: 3px double #ECECEC;
}

.bg2, .bg4 {
	background-color: #ECECEC;
}

.bg3 {
	background-color: #F5F5F5;
}

.centerblocktitle{
	border-bottom: 3px double #000000;
	padding: 2px;
}

.debug {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.footer {
	background-color: #ECECEC;
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.indextable {
	background: #F5F5F5;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	padding: 1px 1px 1px 3px;
}

.indextable2 {
	background: #F5F5F5;
	border-left: 1px dashed #ECECEC;
	border-right: 1px dashed #ECECEC;
	padding: 1px 1px 1px 3px;
}

.indextext, .postedby {
	color: #000000;
	font-family: Verdana, "MS Sans Serif";
	padding: 1px 1px 1px 1px;
	text-align: left;
}

.indextitle {
	border: solid 1pt #000000;
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	margin: 0pt;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.login {
	background: #ECECEC;
	border: 1px solid #000000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: xx-small;
}

.loginbar {
	background-color: #F7F9F9;
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
	height: 15pt;
}

.more {
	border: solid 1px #ECECEC;
	font-size: x-small;
	padding: 3pt;
}

.myclock {
	font-family: "Lucida Console";
	line-height: 14px;
}

.postedby {
	border-bottom: 1px dashed #000000;
}

.redirect {
	background: #F5F5F5;
	border: 3px double #ECECEC;
	color: #000000;
}

.select {
	background: #ECECEC top;
	font-family: Verdana, "MS Sans Serif";
	font-size: xx-small;
}

.searchbox {
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #FFFFFF;
	padding: 0pt;
	text-align: right;
	text-decoration: none;
	text-decoration: none;
	vertical-align: bottom;
	font-weight: bold;
}

.sidboxtitle {
	color: #000000;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

.sidboxtitleOLD {
	border-bottom: solid #000000;
	border-bottom-width: 1px;
	border-top: solid #000000;
	border-top-width: 1px;
	color: #000000;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

.sidebar1, .sidebar2, .bg1 {
/*	background-color: #F7F9F9;  */
}

.sideboxcontent {
/*	background-color: #F5F5F5;  */
/*	border-bottom: 1px solid #ECECEC;  */
/*	border-left: 1px solid #ECECEC;  */
/*	border-right: 1px solid #ECECEC;  */
	color: #000000;
	padding: 2pt 3pt 8pt;
	text-align: left;
	text-decoration: none;
}

.textarea, .text, .button, .file {
	background: #ECECEC top;
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: x-small;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}

.waitbox {
	background: #F5F5F5;
	border: 1px solid #ECECEC;
}

.xoopscode, .xoopsquote {
	background: #F5F5F5; /* XOOPS SPECIFIC */
}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 width: 179px;
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: x-small;
  margin-bottom: 1em;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	}

.rss_item a:hover { 
	}

.rss_date {
	font-size: xx-small;
	}