/* StoryBoard theme for OurCastle's WebBBS */

/* import fancy styles. For IE only. NS4.x doesn't use the @import function */
@import url("http://www.ourcastle.com/web-bbs/themes/formIE.css"); 

/* general page style. Scroll bar colors only visible in IE5.5+ */
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #006666;
 
    scrollbar-face-color: #42AB2B;
    scrollbar-shadow-color: #006666;
    scrollbar-highlight-color: #DEE7EF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #AFC6DB;
    scrollbar-track-color: #006666;
    scrollbar-arrow-color: #FFFF00;
}

big	{ font-size: 16px; }
small	{ font-size: 12px; }


TABLE { border-collapse: collapse; border: hidden; }
TD#cell1, #cell2 { border-collapse: collapse; border: solid 1px; }


a:link, a:active { color: #FFFF00; }
a:visited	{ color: #CCFFCC; }
a:hover		{ color: #FFFFFF; text-decoration: underline; }

/* #65 { font-size: 10pt; font-weight: bold; text-indent: 2em; }
TH#65 { font-size: 10pt; font-weight: bold; text-indent: 2em; } */

#66 { font-size: 10pt; font-weight: bold; text-indent: 2em; }
TH#66 { font-size: 10pt; font-weight: bold; text-indent: 2em; }

#67 { background-color: #1E9338; font-size: 10pt; font-weight: bold;}
TH#67 { background-color: #1E9338; font-size: 10pt; font-weight: bold;}

#68 { background-color: #1E9338; }
TH#68 { background-color: #1E9338; }

/* #70 { font-family: Comic Sans MS, cursive; }
TD#70 { font-family: Comic Sans MS, cursive; } */

.messagebody	{ 
	font-size: 14px;
}

.tablefont	{ 
	font-size: 14px;
}

/* additional general text */
.gen		{ font-size: 12px; }
.genmed		{ font-size: 11px; }
.gensmall	{ font-size: 10px; }
.gen, .genmed, .gensmall	{ color: #FFFFFF; } 

/* form elements - textarea?  */ 
input, select {
	font: normal 12px Arial, sans-serif;
}

.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:10pt;
font-family:Verdana, sans-serif;
font-weight:bold;
color:black;
}

em {
font-style: italic; font-weight:bold;
}
