
body
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #5368a6;
	color: color: rgb(255, 255, 204);
}

a img {
	border: none;
}

/* BEGIN LAYOUT */
div
{
	/* This is for Netscape Navigator 4's sake */
	margin: 0;
	padding: 0;
}
#leftcolumn
{
	margin-right: -200px;	/* Internet Explorer 4 fix */
}
#leftColumn
{
	width: 200px
}
#contentColumn
{
	width: auto;
	margin-left: 10px;
}
#masthead, #innerLeftColumn, #innerContentColumn
{
	padding: 10px;
}

#masthead {
	color: rgb(255, 255, 204)
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 Internet Explorer float bug */
        border: 1px solid #bcc5e1;
	background-color: #ecf0fc;
	padding: 15px;
	margin: 10px;
	margin-left: 0px;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* Fix Opera which breaks with the above Internet Explorer fix */
}
#innercontentcolumn
{
	height: 100%;	/* Fix Internet Explorer 5.0 which parses the Opera fix, note the selector is all lower case */
}
#pageFrame
{
	margin-left:10px;
	border:2px solid #323C5B;
	background-color: #FFFFFF;
	background-repeat: repeat; 
	margin-right:10px 
	}
	
#oldbrowser {
	display: none;
}

#pagetitle {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #5368A6; 
	padding-top: 0px; 
	padding-bottom: 5px;
        color: #ed9605;
}
#footer {
	border-left:0px dashed #cccccc; border-right:0px dashed #cccccc; border-top:1px dashed #cccccc; border-bottom:0px dashed #cccccc; clear: both;
	padding-top: 5px;
	margin: 0px 10px;
	background-color:#F5F5F5; font-size:11px; margin-top:0px; padding-left:10px; padding-right:10px; padding-bottom:10px
}
#printfooter {
	display: none;
}
/* END LAYOUT */

#innerLeftColumn ul {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
#innerLeftColumn li {
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	font-size: 13px;
}
#innerLeftColumn li.tutorialcat {
	border-bottom-style: dotted;
}
#innerLeftColumn li.emphasis {
	border-bottom-width: 2px;
}
#innerLeftColumn li a {
	display: block;
	padding-left: 10px;
	background-color: white;
	border-left: 5px solid #eee;
	color: #003399;
	text-decoration: none;
	width: 100%;
}
html>body #innerLeftColumn li a {
	width: auto;
	}
#innerLeftColumn li a:hover {
	border: 0px;
	border-left: 5px solid #ed9605;
	background-color: #FCCC7C;
	font-weight: bold;
}
#innerLeftColumn ul.news li a:hover {
	font-weight: normal;
}
#innerLeftColumn li.emphasis a {
	background-color: #ebebeb;
}
#innerLeftColumn li.emphasis a:hover {
	background-color: #ebebeb;
	border-color: #ebebeb;
}
#innerLeftColumn li.tutorialcat a {
	text-indent: 20px;
	color: #003399;
}
#innerLeftColumn li.tutorialcat a:hover {
	background-color: #ecf0fc;
	border-color: #B4C4F3;
}

/* BEGIN TUTORIAL RELATED STYLES */
#author {
	font-size: 16px;
	font-style: italic;
}
#biomenu {
	width: 200px;
	font-size: 13px;
	color: #003399;
	float: right;
	display: block;
	border: 1px dashed #003399;
	padding: 7px;
	margin: 7px;
	margin-right: 0px;
	background-color: #FBFCFF;
}
.wider#biomenu {
	width: 300px;
}
#biomenu #bio {
	padding-bottom: 10px;
}
.tutorialinfo {
	border-bottom: 2px solid #5368a6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* END TUTORIAL RELATED STYLES */

/* BEGIN LINK STYLES */
a {
	color: #313D60;
	text-decoration : none;
}
a:visited {
	color: #5368a6;
	text-decoration : none;
}
a:hover, a:active {
	text-decoration: underline;
}
a:hover.img, a:active.img {
	border-bottom-width: 0px;
}
a.command {
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	color: #476FE2;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
}
a:hover.command {
	background-color: #849EEC;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #476FE2;
	color: white;
	text-decoration: none;
}
/* END LINK STYLES */

body, p, input, select, textarea, td, th, li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input, select, textarea	{
	padding-left: 3px;
	border: 1px solid #000000;
	background-color: white;
}
.code {
	font-family: Courier, 'Courier New', sans-serif;
        color: #006600;
	background-color: #fafafa;
        border: 1px dashed #5368a6;
	padding: 5px;
}
.quote {
	background-color: #fafafa;
        border: 1px solid #5368a6;
	padding: 5px;
	font-size: 11px;
}
.quote li {
	font-size: 11px;
}
.note {
        font-size: 11px;
        background-color: #eaeaea;
        border: 1px dashed #5368a6;
        padding: 5px;
        margin-left: 30px;
}
.help {
        cursor: help;
        border-bottom: 1px dashed #5368a6;
}
.subtitle {
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 2px solid #5368a6;
}
#innerLeftColumn li, #pagetitle, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.small, .smaller { font-size : 10px; }
.genmed, .medium { font-size : 11px; }
.large { font-size : 14px; }
.huge { font-size : 16px; }

/* BEGIN FANCY TABLE STYLES */
.forumline, .tableline {
        background-color: #ffffff;
        border: 1px #5368a6 solid;
}
.bodyline {
	background-color: #ffffff;
	border: 1px #98AAB1 solid;
}
th {
	background-color: #fbb443;
	height: 25px;
       	background-image: url(/template/cellpic3.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	font-size: 11px;
	font-weight: bold;
}
th a, th a:visited {
	color: black;
}
td.row1	{
        background-color: #eaedf4;
}
td.row2	{
        background-color: #d9e2ec;
}
td.catLeft, td.rowdel {
	background-image: url(/forums/templates/fisubsilver/images/cellpic1.gif);
	background-color:#d1d7dc; border: #ffffff; height: 29px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #5368a6;
}
td.rowpic {
	background-color: #ffffff;
	background-image: url(/forums/templates/fisubsilver/images/cellpic2.jpg);
	background-repeat: repeat-y;
	color: #5368a6;
}

.forumlink		{ font-weight: bold; font-size: 12px; }
a.forumlink 	{ text-decoration: none; }
a:visited.forumlink 	{ text-decoration: none; }
a:active.forumlink 	{ text-decoration: none; }
a:hover.forumlink{ text-decoration: underline; }
/* END FANCY TABLE STYLES */
.menubtn {
	BACKGROUND-COLOR: #eeeeee; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 0px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.menubtn_hover {
	BACKGROUND-COLOR: #dddddd; BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; COLOR: #CC0000; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 0px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.menubtn_active {
	BACKGROUND-COLOR: #dddddd; BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 0px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.menubtn_dis {
	BACKGROUND-COLOR: #eeeeee; BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; COLOR: #cccccc; CURSOR: default; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 0px; TEXT-ALIGN: center; TEXT-DECORATION: none
}

