/* CSS Stylesheet for Texas Trinity Bank */

/* Color Palette
    Grey    #9A9B9C;
    Lt Blue #1f66b0; (or #1f66b0;)
    Dk Blue #0B1F66;
*/


/* FONTS AND TEXT STYLES -----------------------------------------------------------------*/

BODY {
	/*background-color: White;*/
    background-image: url(images/bg_tilecopy.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	background-color: #E1E1E1;
     }

P, DIV, UL LI  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 15px;
	border: solid 0px red;
}


H1	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size:	40px; 
	font-weight:	normal;
	color: #b0561f;
	font-style: italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing: -1;
	line-height: 44px;
	text-transform:	none;	
	margin: 0px;
	border: solid 0px blue;
	}	
		
H2	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size:	14px;
	font-weight:	bold;
	color: #0B1F66;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;  	}	
		
H3	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size:	18px;
	color: #78b0db;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
.head1	{
	font-size:	21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #144D95;
	display: block;
	margin-bottom: 3px;
	line-height: 23px;
}
.head2	{font-size:	18px; font-family: 'Arial Narrow'; font-weight:	normal;   color: #78b0db; display: block; margin-bottom: 3px; line-height: 20px; }
.head3	{font-size:	18px; font-family: 'Times New Roman'; font-weight:	normal;   color: #9aca3c; display: block;  line-height:15px;}

.h1sub	    {font-size:	18px; color: #7e5d99; display: inline;  font-style: normal;}
.txtnorm	{color: #7b6c88; font-size: 11px; font-family: Helvetica, Arial, sans-serif; font-weight: normal;}	
.txtgrey	{color: #838087; font-size: 11px; font-family: Helvetica, Arial, sans-serif;}		
.txtpumpkin	{color: #b95915; font-size: 11px; font-family: Helvetica, Arial, sans-serif; font-weight: bold;}	
.pgsubhead	{color: #b0561f; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-style: italic;}	

/* 
.txtblack	{color: #000000; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold;}
.txtred	    {color: #b64e62; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal;}	
.txtblue	{color: #69859c; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal;}	
.txtplum	{color: #69859c; font-size: 11px; font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif; font-weight: normal;}	
.txtbluemed	{color: #287cc2; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold;}	
.txtdrkblue	{color: #3f294f; font-size: 11px; font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif; font-weight: normal;}	
.txtaccent	{color: #ff7800; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}	
.txterr		{color: #ff0000; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}		
.txtrev		{color: #718995; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}
.txtpipe	{color: #cfd4db; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}
.txtsmall	{color: #636466; font-size: 10px; }
.txtreq 	{color: #ff0000; font-size: 10px; }
.txttiny	{color: #636466; font-size: 9px; }
*/

p.txttiny { line-height: 10px; font-style: italic;}

.missing {color: Red;}

.breadcrumb { font-family: Arial; font-size: 11px; color: #ffffff; 
			  padding-left: 20px; padding-top: 10px; height: 37px;}

/* default link */
A:link			{
	text-decoration: none;
	color:	#3A90EE;
}	
A:visited		{
	text-decoration: none;
	color:	#3A90EE;
}	
A:hover			{ text-decoration: none;	color:	#b0561f;}
A:active		{ text-decoration: none;	color:	#49146e;}	

/* reverse of default link */
A.rev:link			{ text-decoration: none;	color:	#b0561f;}	
A.rev:visited		{ text-decoration: none;	color:	#b0561f;}	
A.rev:hover			{ text-decoration: none;	color:	#49146e;}
A.rev:active		{ text-decoration: none;	color:	#b0561f;}	

/* default undelined link */
A.under:link	{ text-decoration: underline;	color:	#69859c;}	
A.under:visited	{ text-decoration: underline;	color:	#69859c;}	
A.under:hover	{ text-decoration: underline;	color:	#2b9bd6;}
A.under:active	{ text-decoration: underline;	color:	#69859c;}	

/* blue hover link */
A.blu:link			{ text-decoration: none;	color:	#679cb8;}	
A.blu:visited		{ text-decoration: none;	color:	#679cb8;}	
A.blu:hover			{ text-decoration: none;	color:	#2b9bd6;}
A.blu:active		{ text-decoration: none;	color:	#679cb8;}

/* plum hover link */
A.plum:link			{ text-decoration: none;	    color:	#653e85;}	
A.plum:visited		{ text-decoration: none;	    color:	#653e85;}	
A.plum:hover		{ text-decoration: underline;	color:	#b1561f;}
A.plum:active		{ text-decoration: none;	    color:	#653e85;}

/* accent blue link with underline */
A.acc:link		{ font-weight: normal; text-decoration: none;	color:	#2b9bd6;}	
A.acc:visited	{ font-weight: normal; text-decoration: none;	color:	#2b9bd6;}	
A.acc:hover		{ font-weight: normal; text-decoration: underline;	color:	#2b9bd6;}
A.acc:active	{ font-weight: normal; text-decoration: none;	color:	#2b9bd6;}	

/* accent green link with underline */
A.accgr:link		{ font-weight: normal; text-decoration: none;	color:	#9aca3c;}	
A.accgr:visited	{ font-weight: normal; text-decoration: none;	color:	#9aca3c;}	
A.accgr:hover		{ font-weight: normal; text-decoration: underline;	color:	#9aca3c;}
A.accgr:active	{ font-weight: normal; text-decoration: none;	color:	#9aca3c;}	

/* dark blue link */
A.drk:link		{ text-decoration: none;	    color:	#3f294f;}	
A.drk:visited	{ text-decoration: none;	    color:	#3f294f;}	
A.drk:hover		{ text-decoration: underline;	color:	#b1561f;}
A.drk:active	{ text-decoration: none;	    color:	#3f294f;}	


A.drku:link		{ text-decoration: underline;	color:	#636466;}	
A.drku:visited	{ text-decoration: underline;	color:	#636466;}	
A.drku:hover	{ text-decoration: underline;	color:	#2b9bd6;}
A.drku:active	{ text-decoration: underline;	color:	#636466;}	

/* image links */
A.img:link		{ text-decoration:	none; }	
A.img:visited	{ text-decoration:	none; }	
A.img:hover		{ text-decoration:	none; background-color: #ffffff; }
A.img:active	{ text-decoration:	none; }

/* default link */
A.ttlink:link		{ text-decoration: none;	color:	#1f66b0;}	
A.ttlink:visited	{ text-decoration: none;	color:	#1f66b0;}	
A.ttlink:hover		{ text-decoration: none;	color:	#0B1F66;}
A.ttlink:active		{ text-decoration: none;	color:	#1f66b0;}	
/* dark link */
A.ttlinkdark:link		{ text-decoration: none; font-weight: bold; color:	#0B1F66;}	
A.ttlinkdark:visited	{ text-decoration: none; font-weight: bold; color:	#0B1F66;}	
A.ttlinkdark:hover		{ text-decoration: none; font-weight: bold; color:	#1f66b0;}
A.ttlinkdark:active		{ text-decoration: none; font-weight: bold; color:	#0B1F66;}	
.smalltext { font-size: 10px;}  /* used primarily on press releases */

#presslinks p {font-weight: bold;}
#presslinks A:link			{ text-decoration: none;	color:	#287cc2; font-weight: normal;}	
#presslinks A:visited		{ text-decoration: none;	color:	#287cc2; font-weight: normal;}	
#presslinks A:hover			{ text-decoration: none;	color:	#0078d4; font-weight: normal; background-color: #e4e7ed;}
#presslinks A:active		{ text-decoration: none;	color:	#287cc2; font-weight: normal;}	


#literaturelinks A:link		{ text-decoration: none;	color:	#287cc2;}	
#literaturelinks A:visited	{ text-decoration: none;	color:	#287cc2;}	
#literaturelinks A:hover	{ text-decoration: none;	color:	#0078d4; background-color: #e4e7ed;}
#literaturelinks A:active	{ text-decoration: none;	color:	#287cc2;}	

	
BLOCKQUOTE, PRE	{ font-family: Courier New, monospace;	}	

UL LI		{list-style-type: disc; padding-bottom: 5px;}	
UL LI LI	{list-style-type: circle; }
UL LI LI LI	{list-style-type: square; 	}	

ul.special { list-style-image: url(images/bullet_grey_ul.gif);}
ul.special li {vertical-align: top; padding-left: 5px;}
	
OL LI		{list-style-type:	decimal; padding-bottom: 5px;}	
OL OL LI	{list-style-type:	lower-alpha;}	
OL OL OL LI	{list-style-type:	lower-roman;}	

IMG, A IMG {border: none;} /* was z-index: 1 */
	
/* PAGE LAYOUT STYLES -------------------------------------------------------------- */

TABLE td {
	vertical-align: top;
}

#pwpgleft { background-color: #332346; width: 3px;}

#pwpgright { background-color: #332346; width: 3px;}

#ttmaincontainer
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: solid 0px red;
    /*text-align: center;*/
}
#banner
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: solid 0px red;
	background-color: #FFFFFF;
    /*text-align: center;*/
}
#logo
{
	width: 215px;
	border: thin solid #999999;
	background-color: #FFFFFF;
	height: 140px;
	left: 0px;
	top: 0px;    /*text-align: center;*/
	margin-top: 215px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#boxtop
{
	height: 40px;
	width: 500px;


}
#boxbottom
{
	background-image: url(images/boxbottom.png);
	height: 25px;


}
#events
{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 469px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 30px;
}
#ttheader { 
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: solid 0px #000000;
	border-collapse: collapse;
	vertical-align: middle;
	background-color: #ffffff;
}
#ttfooter1 {
	/*background-color: #ffffff;*/
	text-align: center;
	font-size: 11px;
	padding-top: 60px;
	border: solid 0px red;
	background-color: #E1E1E1;
	}

#ttfooter2 {
	/*background-color: #ffffff;*/
    width: 100%;
	background-image: url(images/nav/footer.jpg);
	background-repeat: repeat-x;
	border: dashed 0px black;
	}
	
/* footer links */
A.ttfooterlink:link		{text-decoration: none;		color:	#1f66b0; }	
A.ttfooterlink:visited	{text-decoration: none;     color:	#1f66b0; }	
A.ttfooterlink:hover	{text-decoration: none;		color:	#0B1F66; }
A.ttfooterlink:active	{text-decoration: none;     color:	#1f66b0; }	

#ttleftpadding { 
	width: 750px;
	text-align: left;
	border: solid 0px #000000;
	border-collapse: collapse;
	vertical-align: top;
	background-color: #ffffff;
}

#ttheader {
	vertical-align: top;
	border: solid 0px red;
	background-color: #FFFFFF;
}

#ttcontent
{
	padding-top: 24px;
	border: solid 0px blue;
    /*width: 750px;*/
    /*text-align: center;*/
}	

.leftcontent {width: 209px; border: solid 0px red;}
.rightcontent {padding: 0px 70px 0px 0px; border: solid 0px blue;}

#ttleftnav
{
	width: 209px;
	text-align: left;
	padding-left: 40px;
}
#ttpressreleases
{
    width: 500px;
    border: solid 0px green;
    text-align: left;
    padding-left: 58px;
}
.ttpressreleasedate
{
    width: 215px;
    border: solid 0px blue;
}
.ttpressreleasetitle
{
    width: 400px;
    border: solid 0px red;
}
#ttleftpanenonav
{
    width: 209px;
    text-align: left;
    padding-left: 40px;
    border: solid 0px blue;
}
#ttfullwidth
{
    /*width: 209px;*/
    text-align: left;
    padding-left: 40px;
    border: solid 0px blue;
}
#leftgutter
{
    width: 10px;
}
#rightgutter
{
    width: 10px;
}
#ttpagetitle
{
    border: solid 0px green;
    padding: 28px 10px 0px 40px;
    text-align: left;
    width: 209px;
}
#tttagline
{
    padding: 28px 0px 0px 0px;
    height: 35px;
    vertical-align: text-top;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #0B1F66;
    font-weight: normal;
    text-align: left;
}
#ttpressreleasepagetitle /* same as tttagline, but this one lives under the ttpagetitle and is indented 40px from left margin */
{
    padding: 0px 0px 0px 40px;
    height: 35px;
    vertical-align: text-top;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #0B1F66;
    font-weight: normal;
    text-align: left;
}
#ttpressreleasepagesubtitle /* same as ttpressreleasepagetitle, but italicized and less bold */
{
    padding: 0px 0px 0px 40px;
    height: 35px;
    vertical-align: text-top;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    font-style: italic;
    text-align: left;
}
#tttextarea
{
	padding: 0px 0px 0px 40px;
	color: #333333;
	font-size: 12px;
	text-align: left;
	border: solid 0px red;
}

#tttextarearight
{
    padding: 0px 0px 0px 0px;
    color: #333333;
    font-size: 12px;
    width: 431px;
    border: solid 0px red;
}

.footertext
{
    vertical-align: top;
    font-size: 10px;
    color: #cccccc;
}

.ttli 
{
    list-style-image: url(images/sNav_starIcon.gif);
    padding-left: 5px;
}

#pwheaderlogo  {width: 190px; border: solid 0px green; text-align: left;}
#pwheaderarea  {width: 560px; border: solid 0px black; text-align: right;  vertical-align: top;}
#pwheaderlinks {width: 560px; border: solid 0px green; text-align: right; vertical-align: top;}

#headernav {text-align: right; float: right;}

#headernav td {width: auto; padding: 5px 5px 5px 5px;}

#pwleftcol {
	width: 190px;
	border: solid 0px #000000;
	display: inline-block;
	background-image:url(images/nav/sideNav_bgTile_190.gif); 
	background-position: right;
    background-repeat: repeat-y;
	}
	
#pwcontent {
	width: 560px;
	border: solid 0px red;
	vertical-align: top;
	}
#pwhomecontent {
	width: 750px;
	border: solid 0px green;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	text-align: left;
	}
#pwhomemsgarea {}

#pwhomelowerleft {padding-top: 10px; padding-right: 10px;}
#pwhomelowerright {padding-top: 10px; padding-right: 10px;}

#pwhomelowerleft td {text-align: left;}
#pwhomelowerright td {text-align: left;  padding-bottom: 10px;}	


#pwcontentleft {
	width: 390px;
	height: 200px;
	background-color: #ffffff;
	vertical-align: top;
	border: solid 0px #000000;
	margin-top: 20px;
    padding: 0px 15px 0px 15px;
	 }
	 
#pwcontentright {
	width: 170px;
	height: 200px;
	background-color: #ffffff;
	vertical-align: top;
	border: solid 0px #000000;
	margin-top: 20px;
    padding: 0px 10px 0px 0px;
	 }
#pwcontentright div {padding-top: 10px;}
	 
#pwbreadcrumb
{
    width: 535px;
    height: 45px;
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 0px 15px;
    border: solid 0px red;
}

#pwpagetitle
{
    width: 535px;
    vertical-align: bottom;
    padding: 0px 0px 0px 15px;
    border: solid 0px blue;
}

#pwhr
{
    height: 2px;
    border: solid 0px green;
    padding: 0px 10px 0px 15px;
}

#pwleftnavplumitalics 
{
    color: #653e85;
    padding: 15px 0px 5px 19px;
    font-family: Times New Roman, Verdana, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

#pwleftnavlogin
{
    padding-left: 19px;
}

#pwleftnavcontactinfo
{
    padding-top: 20px;
}

#pwcontentwide {
	width: 560px;
	height: 200px;
	border: solid 0px #000000;
	vertical-align: top;
	padding: 0px 10px 0px 15px; 	}

#pwcontentadmin {
	width: 750px;
	height: 200px;
	border: solid 0px #000000;
	vertical-align: top;
	padding: 0px 10px 0px 15px; 	}

#ftcontent table {
	border-collapse: collapse;
	table-layout: auto; z-index: 1; 	}
	
#ftcontent table td {
	border: solid 0px #000000;
	padding: 0px 5px 5px 5px;
	vertical-align: top; 	} 

.ftbulletlistred td {color: #b64e62;}

/* for tables embedded in the page */
#ftcontentcell { padding: 10px 5px 10px 5px; }
	
#ftcontentcell table {
	border: solid 1px #aeb8c7;
	border-collapse: collapse;
	table-layout: auto;
	width: 455px;	
	}

#ftcontentcell table td {
	border: solid 1px #aeb8c7;
	padding: 5px 5px 5px 5px; 	}

#ftcontentcell td.toprow { background-image: url(images/th_background_tile.gif); color: #ffffff; font-weight: bold;}
#ftcontentcell td.leftcell { background-color: #f4f6f8;}

#tableform { border: solid 0px red; vertical-align: middle;}
#tableform td { border: solid 0px green; padding-top: 20px;}
	
#pwfooter {
	width: 560px;
	background-color: #ffffff;
	text-align: left;
	font-size: 11px;
	margin-bottom: 25px;
	border: solid 0px red;
	}
	
#pwfooterlinks td 
{
    padding: 5px;
    margin-bottom: 5px;
    font-family: Times New Roman, Verdana, Arial;
    font-size: 16px;
    border: solid 0px blue;
}
	
#pwfooterhome {
	width: 530px;
	height: 40px;
	background-color: #ffffff;
	border: solid 0px #000000; 
	text-align: center;
	font-family: Times New Roman, Verdana, Sans-Serif;
	color: #483857;
	font-size: 12px;
	margin-bottom: 25px;}
	
#pwfooterhome td
{
    padding: 5px;
}
.pwhomecopyright
{
    font-size: 11px;
    color: #838087;
}
#ftfooter table
{	font-size: 11px;
	font-weight: normal; }  /* was bold */


.line {
	background: #ffffff url(images/borderLine.gif) no-repeat center bottom;
	margin: 4px auto;
	height: 1px;
	width: 150px;
	
 }	
 
 .sectionimg {text-align: left; margin: 6px 15px 5px 0px;}
 
 
			
/* LEFT NAVIGATION STYLES ---------------------------------------------------------------- */


#listnav { 	vertical-align: top;
    		width: 190px; 
			border: solid 0px green;}
			
#listnav dl { display: inline;}


/* top item link unselected */
A.lnav:link		{text-decoration: none;		color:	#287cc2; }	
A.lnav:visited	{text-decoration: none;     color:	#287cc2; }	
A.lnav:hover	{text-decoration: none;		color:	#287cc2; background-color: #d8dde5; }
A.lnav:active	{text-decoration: none;     color:	#287cc2; }	

/* normal item link unselected */
A.nnav:link		{text-decoration: none;		color:	#287cc2; }	
A.nnav:visited	{text-decoration: none;     color:	#287cc2; }	
A.nnav:hover	{text-decoration: none;		color:	#287cc2; background-color: #d8dde5; }
A.nnav:active	{text-decoration: none;     color:	#287cc2; }	

/* any item link selected */
A.snav:link		{text-decoration: none;		color:	#FFFFFF; }	
A.snav:visited	{text-decoration: none;     color:	#FFFFFF; }	
A.snav:hover	{text-decoration: none;		color:	#287cc2; background-color: #d8dde5;}
A.snav:active	{text-decoration: none;     color:	#FFFFFF; }	


DIV.navtop 
{
    margin: 0px;
	background: #e4eef4;
	border-bottom: solid 0px #89919a;
	} 
			
DIV.navitem 
{
    height: 26px;
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
	border: solid 0px green;
	border-bottom: solid 3px white;
} 

DIV.navitemover {margin: 0px;
			height: 26px;
			border-collapse: collapse;
			vertical-align: middle;
			} 
			
DIV.navitems {margin: 0px;
			height: 26px;
			}

DIV.navsubitem {margin: 0px;
			background: #fafcff;
			font-family: arial, verdana, sanf-serif;
			font-size: 12px;
			font-weight: normal;
			padding: 5px 0px 0px 10px;
			border-bottom: solid 1px #d8dfe5;
			border-left: solid 1px #f1f3f6;
			border-right: solid 1px #f1f3f6;
			height: 25px;
			border-collapse: collapse;
			vertical-align: middle;
			} 

/* TOP NAVIGATION STYLES  -------------------------------------------------------------- */
#menubartable
{
    width: 100%;
    background-image: url(images/nav/nav_bg_tile.gif);
    background-repeat: repeat-x;
    border: dashed 0px black;
}

#menubar   
{
    /*width: 750px;*/
	border: solid 0px red; 
    padding: 0px;
}

div#ttnav div {	padding: 0px; margin: 0px;
	    position: relative; /*float:left;*/ /*left: 10px;*/
	    border-bottom: solid 0px #ffffff;
	    border: solid 0px green;
	    text-align: center; 
	    display: inline;
}
	 
/* "over" is added to subitem class name in swapimages.js */
/* div is the container tag for each menu item */
div#ttnav div:hover ul, div.over ul { display: block; z-index: 20;}

a.ov:link		{ text-decoration:	none;	color:	#ffffff; }	
a.ov:visited	{ text-decoration:	none;	color:	#ffffff; }	
a.ov:hover		{ text-decoration:	none;	color:	#ffffff; }
a.ov:active	    { text-decoration:	none;	color:	#ffffff; }

a.menu:link     {color: #ffffff; text-decoration: none;}
a.menu:visited  {color: #ffffff; text-decoration: none;}
a.menu:hover    {color: #ffffff; text-decoration: none;}
a.menu:active   {color: #ffffff; text-decoration: none;}
			
.dropmenu { width: 170px;
			display: none; 
			position: absolute; top: 31px; left: 0;
			/*border-left: solid 1px #653e85;*/
			/*border-right: solid 1px #653e85;*/
			border-bottom: solid 1px #ffffff;
			background-color:#653e85;   /* must have this to work in IE6/Mac */
			cursor: hand;
			padding: 0px 0px 0px 0px; 
			margin: 0px
			}

ul.dropmenu li {list-style-type: none;}

.subitem { 	padding: 5px 11px 0px 11px;
			border-bottom: solid 1px #ffffff;
            background-repeat: no-repeat;
            color:#ffffff;
			font: normal 14px Times New Roman, arial, sanf-serif; 
			height: 23px;		
				}

.subitemlast { padding: 5px 11px 0px 11px;
			color:#ffffff;
			font: normal 14px Times New Roman, arial, sanf-serif; 
            background-repeat: no-repeat;
            height: 23px;            }

.subitemover { padding: 5px 11px 0px 11px;
			border-bottom: solid 1px #b9ddf2;
			background-color: #b0561f;
			color:#ffffff;
		    font: normal 14px Times New Roman, arial, sanf-serif; 
            background-repeat: no-repeat;
            height: 23px;            }
			
.subitemlastover { padding: 5px 11px 0px 11px;
			font: normal 14px Times New Roman, arial, sanf-serif; 
			background-color: #b0561f;
			color:#ffffff;
            background-repeat: no-repeat;
            height: 23px;            }

.reqd {color: #ff0000; padding-left: 3px;}
            
.formcell
{
   	border: solid 0px blue;
	padding: 5px 10px 5px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #7b6c88;
    font-weight: normal;
}

.userfeedback
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #990000;
    font-weight: bold;
}

/* TTB Colors  -------------------------------------------------------------- */
.ttdkblue {color: #000099;}
.ttdkbluebold {color: #000099; font-weight: bold;}
