body
{
	background-color: #c4c4c4;
	color: #4C5566;
	font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1
{
    color: #6e6e6e;
	font-size: 26px;
	font-weight: normal;
}

h2
{
	color: #6e6e6e;
	font-size: 16px;
	font-weight: normal;
	margin: -12px 0px 0px 0px;
}

h3
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

h4
{
	color: #7e7f80;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
}

h5
{
	color: #898989;
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
}

#wrapper
{
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
}
	
#outerheader
{
	background-color: #000000;
	margin: 0;
	width: 100%;
}

#header
{
	background-color: #000000;
	width: 960px;
	margin: 0 auto;
}

#header img.talogo
{
    float: left;
    padding: 10px 0px 10px 0px;
}

#header img.applogo
{
    float: right;
    padding: 12px 0px 13px 0px;
}

#headernav
{
    background-image: url(/Images/bg_topbar.jpg);
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
}

#outernav	
{
	background:url(/Images/bg_nav.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
}

#navigation
{
	height: 26px;
	margin: 0 auto;
	width: 960px;	
}

#yellowbar
{
	height: 20px;
	width: 200px;
	margin: 3px 0px 0px 0px;
	float: left;	
}

#outercontent
{
    background-color: #ffffff;
    background: url(/Images/bg.jpg);
    background-repeat: repeat-x;
	clear: both;
	width: 100%;
}

#outercontent-apps
{
    background-image: url(/Images/bg_content.jpg);
    background-repeat: repeat-x;
    min-height:400px;
    height:auto !important;
    height:400px;
    padding: 10px 0 10px 0;
}

#content
{
    background:url(/Images/bg_content.jpg);
    background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0 auto;
    min-height:400px;
	height:auto !important;
	height:400px;
	width: 960px;
}

#main
{
	border-top: solid 1px #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
}

/* TA Group Widget */
#tagroupcontainer 
{
    position: absolute;
    top: 110px;
    z-index: 998;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#tagrouppanel
{
    background-color: #333333;
    color: #cccccc;
    font-size: 14px;
    height: 240px;
    text-align: left;
    width: 960px;   
}

#tagrouppanel .col
{
    float: left;
    padding: 20px;
    height: 200px;
    width: 280px;
}

#tagrouptab
{
    background-image: url(/Images/bg_tagrouptab.jpg);
    background-repeat: repeat-x;
    float: right;
    height: 26px;
    padding: 0 10px 0 10px;
    text-align: center;   
}

#tagrouptab a
{
    color: #cccccc;
    font: normal 12px/25px 'Segoe UI', Arial, sans-serif;
    line-height: 22px;
    text-decoration: none;   
}

#tagrouptab:hover a
{
    color: #ffffff;
}

/* Toolbar */
#toolbarcontainer
{
    font-size: 11px;
    height: 22px;
    margin: 0 auto;
    width: 960px;
}

#toolbar
{
    color: #cccccc;
    float: right;
    height: 22px;
}

#toolbar a
{
    border-right: 1px solid #666666;
    color: #cccccc;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 16px;
    padding: 3px;
    text-decoration: none;
}

#toolbar a .pars
{
    color: #33ff00;
}

#toolbar a:hover
{
    color: #ffffff;
}
    
#toolbar a:hover .pars
{
    color: #ffffff;
}

/* Login */
#logincontainer 
{
    margin: 0 auto;
    width: 960px;
}

#loginbutton, #logoutbutton, #myaccountbutton
{	
    float: right;
}

.loginon
{	
    background-color: #666666;
    color: #666666;
}

#loginbutton a, #logoutbutton a
{
    color: #ffff00;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

/*#loginbutton a:hover, #logoutbutton a:hover, #myaccountbutton a:hover
{
    color: #ffffff;
}*/
 
#loginpanel 
{	
	background: #666666;
	color: #ffffff;
	font-size: 11px;
	margin-left: 750px;
	padding: 10px;
    position: absolute;
    top: 22px;
	width: 190px;
	z-index: 999;
}

#loginpanel a
{
    color: #cccccc;
}

#loginpanel input[type="text"]
{
    width: 150px;
}

#loginpanel input[type="password"]
{
    width: 150px;
}

/* Multi-Column Layout */
#outercontent .content2column
{
	margin: 0 auto;
	width: 960px;
}

#outercontent .content2column .column1
{
	font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
	background-repeat: no-repeat;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 78px 0px 0px 35px;
	float: left;
}

#outercontent .content2column .column2
{
	margin: 60px 0px 0px 0px;
 	display: inline;
 	position: relative;
	float: left;
}

#outercontent .content4column
{
	clear: both;
	font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
	width: 960px;
	margin: 0 auto;
}

#outercontent .content4column .column1,
#outercontent .content4column .column2,
#outercontent .content4column .column3,
#outercontent .content4column .column4
{
 	display: inline;
 	position: relative;
	float: left;
	width: 210px;
	margin-left: 15px;
	height: 280px;
}

/* Footer */
#outerfooter
{
	background-color: #c4c4c4;
	height: 100px;
	clear: both;
	width: 100%;
}

#footer
{
	background:url(../images/steel2a.jpg);
	background-repeat: repeat-y;
	height: 46px;
	width: 960px;
	margin: 0 auto;
}

#footer .fcolumn1
{
	font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
	float: left;
	width: 440px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 40px;
}

#footer .fcolumn2
{
	font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
	float: left;
	width: 480px;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer .fcolumn2 .footerlinks
{
	float: right;
	margin: 20px 30px 0px 0px;
}

#footer .fcolumn2 .footerlinks ul
{
	font-family: Myriad Pro, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#footer .fcolumn2 .footerlinks ul li
{
	float: left; 
	height: 10px; 
	display: inline;
	margin-left: 30px;
}

#footer .fcolumn2 .footerlinks ul li a
{
	color: #898989;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
}

#footer .fcolumn2 .footerlinks ul li a:hover
{
	color: #000000;
}

#footer2
{
	background:url(/Images/steel2b.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 960px;
	margin: 0 auto;
}

.clear
{
	clear: both;
}

/*** BENEFITS & FEATURES TABLE ON APP LOGIN PAGES ***/
table.features
{
    border-collapse: collapse;
    margin: 30px 0 20px 0;
    width: 590px;
}
    
table.features, table.features th, table.features td
{
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 2px;
}

table.features th
{
    background-image: url(/Images/gradient_th.gif);
    background-repeat: repeat-x;
    padding: 5px;
}
    
table.features tr.alt
{
    background-color: #efefef;
}

table.features td.checkmark
{
    text-align: center;
    width: 30px;
}
    
table.features td.feature
{
    font-size: 12px;
    width: 560px;
}

/*** NOT SURE WHAT BELOW IS FOR ***/
TABLE.details
{
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    padding: 4px;
    border-spacing: 0px;
    width: 100%;
}

TD.data
{
    background-color: #ffffff;
    padding: 4px;
    border-top: solid 1px #ffffff;
    /*border-right: solid 1px #e0e0e0;*/
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #ffffff;
    text-align: left;
}

TD.data-numeric
{
    background-color: #ffffff;
    padding: 4px;
    border-top: solid 1px #ffffff;
    /*border-right: solid 1px #e0e0e0;*/
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #ffffff;
    text-align: right;
}

TD.label
{
    background-color: #efefef;
    padding: 4px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;
    text-align: right;
}

TD.label-header
{
    background-color: #efefef;
    padding: 4px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #ffffff;
    text-align: left;
}

TD.sub-navigation
{
    background-color: #e0e0e0;
    padding: 4px;
    text-align: left;
}

TD.subsection
{
    background-color: #cccccc;
    font-size: 11px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
}

TH.title
{
    background-image: url(/Images/gradient_th.gif);
    background-color: #e0e0e0;
    border-bottom: solid 1px #999999;
    font-family: Arial;
    font-weight: bold;
    padding: 5px;
    width: 100%;
}

