﻿/**TYPOGRAPHY - DEFAULT THEME **/

/***Any anchor tag in the header****/
.header a
{
	color:White;
}

b
{
	font-size: 110%;
}

em
{
	color: red;
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
	color:White;
	font-family:"Trebuchet MS";
	font-size:1.5em;
}

.bluelink
{
	/***This is for the register code that isnt being used****/
	width:150px;
	font-size:0.9em;
	line-height:1.6em;
	text-align:left;
	padding: 2px 0px 2px 10px;
	margin-top:5px;
	display:block;
	color:#4F6A97;
	font-weight:bold;
	
}

/***Start - Main headers in the main left hand column****/

#contentwrapper h1
{
	color:#283860;
	font-family:Verdana,Arial;
	font-size:larger;
	margin:20px 0px 20px 0px;
}

#contentwrapper h2
{
	color:Black;
	font-family:Verdana,Arial;
	font-size:medium;
	margin:20px 0px 20px 0px;
}

#contentwrapper h3
{
	color:Black;
	font-family:Verdana,Arial;
	font-size:medium;
	margin:5px 0px 5px 0px;
}
/** End - Main headers in the main left hand column****/

/** Start - LOGIN HEADERS (Login page) **/
.login h2
{
	color:#385689;
	font-family:Verdana,Arial;
	font-size:larger;
	margin:5px 0px 5px 0px;
}

/** Start - RIGHT HAND COLUMN HEADERS - (These are the Header styles used in the right hand column) **/
#rightcolumn h2
{
	/***This style controls the styling of the word "Welcome" in the top right of the right hand column***/
    height:21px;
    color:#0080B7;
    padding-top:3px;
    padding-left:10px;
    line-height:21px;
    font-size:0.9em;
}

 #rightcolumn h3
{
    height:21px;
    background-image: url(./images/h3box_bac_header_tile.jpg);
	background-repeat:repeat-x;
    color:White;
    padding-top:3px;
    padding-left:10px; 
    line-height:21px;
    font-weight:bold;
    font-size:0.8em;
    width:264px;
    margin-left:5px;
}

#rightcolumn .container a
{
	font-size:0.85em;
	line-height:1.1em;
	text-align:left;
	padding: 2px 0px 2px 10px;
	margin-top:5px;
	display:block;
	color:#4F6A97;
	font-weight:bold;
}

#rightcolumn .container td.datetime
{
	color:#979797;
    font-size:0.75em;
    padding-left:10px;
}

#rightcolumn .container .greeting
{
    color:#979797;
    font-size:0.75em;
}

 #rightcolumn .container .name
{
   color:#ff6c00;
   padding-left:15px;
    font-size:1.1em;
}

/***End - Right Hand Column Headers - These are the Header styles used in the right hand column****/

.errortext
{
	color:Red;
	width:550px;
	display:block;
}



