﻿/* 
SEAFOAM:
#000099 - dark
#c7cfeb - light
' have these be off by one increment so can search and replace and not mess up styles
#c7cfec - menuC bg
#000098 - menuC text
#FFFFFE - menuC text hover

#f4f5fa - new lightest blue 11/22/07
#99a0cc - box borders lt blue

#CC3333 -  red

*/


body
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 80%;
    line-height: 1.5em;
    margin-top:0px;
    background-color:#c5c5c5;
}

a
{
    text-decoration: underline;
/*    font-size: 13px; */
    color: #0500ff;
}

a:hover
{
    text-decoration: underline;
    color: #0500ff;
}
a:visited
{
	color:Purple;
}

/* This is for LEGACY ASP Pages ONLY!!!!!!!!! */
.pageclr 
{
    
}

.form
{
    margin: 0;
    padding: 0;
}

.brushed
{
    Background-image: url(brushed.jpg);
    Background-repeat:no-repeat;
}

.buttonborder
{
    border-color: #99a0cc;
}

.buttonstyle
{
    border-left: #99a0cc thin solid;
    border-top: #99a0cc thin solid;
    border-bottom: #000099 thin solid;
    border-right: #000099 thin solid;
    font-size: 1em;
    color: black;
    font-family: Verdana;
    background-color: #fffbff;
}

.topborder
{
    border-top: #99a0cc thin solid;
    padding-top: 4px;
}

.errorstyle
{
    color: #000099;
}


.boxstyle
{
    border: #99a0cc thin solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 1em;
    color: black;
    background-color: #f7f6f3;
}


.boxtitlestyle
{
    font: 11pt Arial;
    background-image: url(menu-top-tile.gif);
    text-decoration: none;
    color: White;
    font-weight: Bold;
    text-align: center;
    border: 0;
    margin: 0px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.footer
{
    background-image: url(menu-top-tile.gif);
    font-size: 11px;
    border-style: solid;
    border-color: #339933;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    font-weight: bold;
    color: White;
    padding-left: 10px;
}

.searchbar
{
    font-weight: normal;
    font-size: 10pt;
    border-style: solid;
    border-color: #070707;
    border-width: 1px;
}

.searchbar form
{
    margin-top: 0;
    margin-bottom: 0;
}


.SearchOurBoards
{
    width: 261px;
    height: 29px;
    background-image: url(searchourboards.gif);
}

.MenuTopIcon
{
    width: 34px;
    height: 30px;
    background-image: url(menu-top-icon.gif);
}
.MenuBottomIcon
{
    width: 24px;
    height: 28px;
    background-image: url(menu-bottom-icon.gif);
}

.menubackground1
{
    border: 0;
    background-image: url(menu-top-tile.gif);
    margin: 0px auto 0px 0px;
    padding-left: 5px;
}

/* advfn menu items */
.menubackground2
{
    border: 0;
    background-image: url(menu-bottom-tile.gif);
    margin: 0px auto 0px 0px;
    padding-left: 5px;
}

.menua
{
    font-size: 13px;
    background-image: none;
    font-family: Verdana;
    text-decoration: none;
    font-weight: Bold;
    text-align: center;
    color: #FFFFFF;
}


.menua a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.menua a:hover
{
    color: #c7cfeb;
    text-decoration: none;
}


.menub
{
    font-size: 13px;
    background-image: url(menu-top-tile.gif);
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
    font-weight: Bold;
    text-align: left;
    border: 0;
    padding: 1px;
}

.menub a.menubnobg:link, a.menubnobg:visited
{
    color: #FFFFFF;
    text-decoration: none;
    background: none !important;
}

.menub a.menubnobg:hover
{
    color: #c7cfeb;
    text-decoration: none;
    background: none !important;
}

.menuc
{
    font-size: 13px;
    background-image: none;
    color: #000098;
    font-family: Verdana;
    text-decoration: none;
    font-weight: Bold;
    text-align: left;
    border: 0;
    padding: 1px;
}


.menuc a:visited
{
    color: #000098;
    text-decoration: none;
}

.menuc a:hover
{
    color: #c7cfeb;
    text-decoration: none;
}

.Logo
{
    background-image:url(App_Themes/Chrome/tz_logo.gif);
    display: block;
    width: 200px;
    height: 120px;
    text-align:left
}
.Logo img
{
	border:none;
}

.JoinToday
{
    display: block;
    width: 175px;
    height: 20px;
    background: url(joinup.gif);
    /* background-color: Transparent */
}

.AdPanel
{
    background-color:Transparent;
    text-align:center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.indentLeft
{
    padding-left: 50px;
    line-height: 2em;
}

/* based on ihub classes */
.gridHead
{
    font: 10pt Arial;
    color: #000000;
    background: #339933;
    font-weight: bold;
    text-align: center;
}
.gridPad
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.gridOddRow
{
    background: white;
    font: 10pt Arial;
}
.gridEvenRow
{
    background: #ccffcc;
    font: 10pt Arial;
}
.textPad12
{
    padding-top: 12px;
}
.textPad8
{
    padding-top: 8px;
}
.textPad3
{
    padding-top: 3px;
}

/* ihub classes */
.text2
{
	font:12pt Arial;
}
.text2b
{
    font: 12pt Arial;
    font-weight: bold;
}
.text2bred
{
    font: 12pt Arial;
    font-weight: bold;
    color:#CC3333
}

.subhead
{
    font: 11pt Arial;
    font-weight: bold;
}

.text1
{
    font: 10pt Arial;
}
.text1b
{
    font: 10pt Arial;
    font-weight: bold;
}

.smalltext
{
    font: 8pt Arial;
}

.alertsmall
{
    font: 8pt Arial;
    color: maroon;
}
.alertmedium
{
    font: 10pt Arial;
    color: maroon;
}



.spacer2
{
    line-height: 0em;
    font-size: 0em;
    height: 2px;
    background: none;
}

.spacer4
{
    line-height: 0em;
    font-size: 0em;
    height: 4px;
    background: none;
}

.spacer8
{
    line-height: 0em;
    font-size: 0em;
    height: 8px;
    background: none;
}

.contentdiv
{
    width: 60%;
    margin: 0 auto;
}

.textVerdana
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.5em;
}

/* nkt: may not use this... delete later if not... */
.forumicon
{
    display: block;
    width: 18px;
    height: 15px;
    background-image: url(forum-icon.gif);
}
.charticon
{
    display: block;
    width: 19px;
    height: 11px;
    background-image: url(chart-icon.gif);
}

.hubcat
{
	position:relative;
	background-color:#ccffcc;
	border:0;
	margin: 10px;
	padding:10px;
	text-indent:20px;
}
.hubcatlabel
{
	position:absolute;
	top:-10px;
	left:30px;
	border:solid 1px #1c48a7;
	background-color:#339933;
	color:White;
	font-weight:bold;
	font-family:Verdana;
	text-indent:0;
}
.breadcrumb
{
	font-weight:bold;
	font-family:Verdana;
	background-color:#f4f5fa;
	font-size:14pt;
}

.ban1 {
	background-color:#1c48a7;
	border:0pt none;
	color:White;
	font-family:Sans-Serif;
	font-weight:bold;
	padding:1px;
	text-align:center;
	text-decoration:none;
}
.ban1 a:link {
	color:White;
	text-decoration:none;
}
.ban1 a:visited {
	color:White;
	text-decoration:none;
}
.ban1 a:hover {
	background:White none repeat scroll 0%;
	color:#1c48a7;
	display:block;
}
.msgparts1
{
	background-color: #e6e8fa;
	border-top:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	padding:10px;
	margin-bottom:0px;
	font-size:130%; 
}
.msgparts1 a
{
	font-size:100%; 
}
.msgparts2
{
	background-color: #e6e8fa;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	padding:10px;
	margin-bottom:0px;
	font-size:130%; 
}
.msgparts2 a
{
	font-size:100%; 
}
.msgparts3
{
	background-color: #e6e8fa;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	padding:10px;
	margin-bottom:0px;
	font-size:130%; 
}
.msgparts3 a
{
	font-size:100%; 
}

.logocell
{
	width:34px;
}
.financemenu
{
	width:100%;
	background-image: url(menu-top-tile.gif);
	background-repeat: repeat-x;
	height:30px;
	margin-top:0px;
	font-family:Verdana;
	font-size:10pt;
	color:white;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	line-height:normal;
}
.financemenu a {display:block;}
.financemenu a:link
{
	color:white;
	text-decoration:none;
}

.financemenu a:visited
{
	color:white;
	text-decoration:none;
}
.financemenu a:hover
{
	background-image: url(menu-bottom-tile-i.gif);
	background-repeat: repeat-x;
	color:#030079;
}


.financemenu img
{
	margin-left:10px;
	text-align:left;
}
.fm
{
	width:17%;
}
.di a {display:inline;}

.ihmenu
{
	width:100%;
	height:36px;
	font-family:Verdana;
	font-size:10pt;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:normal;
}

.ihmenu a:link
{
	color:white;
	text-decoration:none;
}

.ihmenu a:visited
{
	color:white;
	text-decoration:none;
}
.ihmenu a:hover
{
	background-image: url(menu-top-tile-i.gif);
	background-repeat: repeat-x;
	color: yellow;
}

.ihmenu img
{
	margin-left:10px;
	text-align:left;
}

.im
{
	width:7%;
}

.ihmenu_bottom
{
	width:100%;
    background-image: url(menu-top-tile-i.gif);
    background-repeat:repeat-x;
	height:36px;
	font-family:Verdana;
	font-size:10pt;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:normal;
}
.ihmenu_bottom a {display:block;}
.ihmenu_bottom a:link
{
	color:white;
	text-decoration:none;
}

.ihmenu_bottom a:visited
{
	color:white;
	text-decoration:none;
}
.ihmenu_bottom a:hover
{
	background-image: url(menu-top-tile.gif);
	background-repeat: repeat-x;
	color: yellow;
}
.ihmenu_bottom img
{
	margin-left:10px;
	text-align:left;
}

.sp2 
{
	padding-right:5px;
}
TABLE.s1     {border: outset 0pt}
Table.s2     {border: outset 0pt; border-collapse:collapse}
Table.s3     {border: solid #bbbbbb thin; background:#e6e8fa}
Table.s3 a:link {color:#0000ff}
Table.s3 a:visited {color:#800080}