body
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #5368a6;
}

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
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn
{
	padding: 15px;
}
#masthead img
{
	position: relative;
	z-index: 100;
}
#sponsor
{
	position: absolute;
	top: 13px;
	right: 10px;
}
#sponsor img
{
	border: 2px solid #323c5b;;
}
#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
{
	border: 2px solid #323c5b;
	margin: 10px;
	margin-top: 0px;
	background-color: #ffffff;
}
#oldbrowser {
	display: none;
}
#pagetitle {
	margin-top: 0px;
	margin-bottom: 5px;
}
#footer {
	clear: both;
	padding: 10px;
	padding-top: 5px;
	margin: 0px;
	margin-top: 10px;
	border: 0px #cccccc dashed;
	border-top-width: 1px;
	background-color: #F5F5F5;
	font-size: 11px;
}
#printfooter {
	display: none;
}
/* END LAYOUT */

#innerLeftColumn ul {
	margin: 0px;
	margin-bottom: 10px;
	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;
}
#biomenu.wider {
	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.img:hover, a.img:active {
	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.command:hover {
	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.forumlink:visited 	{ text-decoration: none; }
a.forumlink:active 	{ text-decoration: none; }
a.forumlink:hover{ text-decoration: underline; }
.explaintitle { font-weight: bold; color:#5c81b1 }
/* END FANCY TABLE STYLES */

.gsc-clear-button {
	display: none;
}

.gsc-search-button {
	padding-left: 3px;
	font-size: 10px !important;
}

.gsc-input {
	font-size: 10px !important;
	height: 16px !important;
}

.gsc-control-cse {
	padding-left: 0.3em !important;
	padding-right: 0.3em !important;
}