﻿html, form
{
	height: 100%;
}

body 
{
	/*background-image: url(../Images/General/bg.gif);*/
	text-align: center;
	height: 100%;
	margin: 0px;
	font-family: Verdana;
	font-size: 0.7em;
	color: Gray;
}


h1
{
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: normal;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: gray;
}

h3
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}


h4
{
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.Heading1
{
	font-size: 1.2em;
	letter-spacing: -1px;
	margin-bottom: 5px;
	float: left;
}

.Heading2
{
	font-size: 1.5em;
	font-weight: normal;
	float: left;
	margin-top: 10px;
}

.LinkOne
{
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: Gray;
}

.sup
{
	font-size: 0.7em;
	float: left;
}

	
	
.SiteContainer
{
	background-color: White;
	border: solid 1px gray;
	width: 850px;
	height: 630px;
	position: absolute;
	/*top: 50%;*/
	text-align: left;
	/*overflow: auto;*/
	left: 50%;
	margin-left: -425px;
	/*margin-top: -300px;*/
}

.HeaderContainer
{
	height: 80px;
	background-color: #172168;
	padding-top: 0px;
	padding-right: 0px;
	color: White;
	padding-left: 0px;
}

.MainContentContainer
{
	background-color: Black;
	height: 535px;
}



.MiddleContainer
{
	height: 250px;
	background-color: White;
	color: gray;
	padding-left: 20px;
	padding-right: 0px;
}



.LowerContainer
{
	height: 285px;
	padding-left: 10px;
	background-color: White;
	color: Gray;
}

.TalkButton
{
	position: absolute; 
	top: 605px; 
	left: 735px;
}

.SubMenuRight
{
	position: relative;
	top: 0px;
	margin-right: 5px;
	height: 240px;
	background-color: White;
	color: gray;
	width: 150px;
	float: right;
	padding: 5px;
}

.RedButton
{
	display: block;
	border: none;
	background-color: Red;
	color: White;
	cursor: hand;
	padding: 3px;
	text-decoration: none;
}

.TBSLogo
{
	float: right; 
	padding-right: 0px; 
	padding-top: 0px;
	width: 152px;
	height: 80px;
}

.HomeImage
{
	padding-top: 0px;
}

.NavBar
{
	background-color: #E2E2E2;
	height: 15px;
	padding-left: 20px;
	font-size: 0.8em;
}

.NavBar a
{
	text-decoration: none;
	color: Gray;
}

.LeftMenuContainer
{
	display: inline;
	height: 462px; 
	margin-top: 10px; 
	margin-left: 10px; 
	width: 190px; 
	border: solid 1px white; 
	padding: 10px; 
	float: left;
	color: White;
}

.LeftMenuContainerIbank
{
	display: inline;
	height: 490px; 
	margin-top: 10px; 
	margin-left: 10px; 
	width: 190px; 
	border: solid 1px white; 
	padding: 10px; 
	float: left;
	color: White;
}

.CategorySum2Container
{
	width: 180px; 
	height: 230px; 
	border: solid 1px Gray; 
	float: left;
	margin: 10px;
	margin-left: 13px;
	display: inline;
	position: relative;
	color: Gray;
}

.CatSum2Description
{
	padding-top: 5px;
	padding-left: 5px;
	font-size: 1.2em;
}

.CatSum2Explore
{
	position: absolute; 
	top: 205px; 
	left: 115px;
}

.FloatLeft
{
	float: left;
}

.PageSum
{
	padding-right: 5px; 
	padding-left: 5px; 
	float: left; 
	padding-bottom: 5px; 
	width: 155px; 
	padding-top: 5px;
}

a.ExploreButton
{
	display: block;
	width: 58px;
	height: 24px;
	background-image: url('../Images/General/ExploreUp.gif');
}

a.ExploreButton:hover
{
	background-image: url('../Images/General/ExploreDown.gif');
}

a.TalkButton
{
	display: block;
	width: 95px;
	height: 24px;
	background-image: url('../Images/General/TalkUp.gif');
}

a.TalkButton:hover
{
	background-image: url('../Images/General/TalkDown.gif');
}


.IBThumb
{
	width: 130px;
	height: 130px;
}

.IBThumbContainer
{
	position: relative;
	float: left;
	margin: 10px;
	display: inline;
}

.IDDownload
{
	background-color: Red;
	color: White;
	text-decoration: none;
	padding: 2px;
	position: absolute;
	left: 65px;
	top: 110px;
}

.Cat2Desc
{
	height: 130px;
	margin-top: -20px;
	margin-bottom: -20px;
	line-height: 1.4;
	color: gray;
}

.invisible
{
	display:none;
}

/*
.TabTL
{
	background: url(../Images/General/TabTL.gif) no-repeat 0 0;
}


.TabTR
{
	background: url(../Images/General/TabTR.gif) no-repeat 100% 0;
	padding-left: 10px;
	padding-right: 10px;
}

*/