/* STYLES FOR GENERAL STRUCTURE */
#TE_comp_contentContainer {
display:table;
width:100%;
background-image:url(/_TEincludes/TEimages/TE_comp_divBorder.gif);
background-repeat:no-repeat;
}
#TE_comp_mainContent {
float:right;
width:650px;
margin-top:8px;
}
#TE_comp_mainContent h3 {
margin:0px;
margin-top:12px;
margin-bottom:-10px;
padding:0px;
font-size:12px;
font-weight:bold;
}
/* STYLES FOR GENERAL STRUCTURE */

/* STYLES FOR LOGIN PAGE */
#TE_comp_contentContainer_login {
display:table;
width:100%;
background-image:url(/_TEincludes/TEimages/TE_comp_divBorder.gif);
background-repeat:no-repeat;
background-position:160px;
}
#TE_comp_mainContent_login {
float:right;
width:490px;
margin-top:-15px;
}
	#TE_comp_mainContent_login h3 {
	margin:0px;
	margin-top:12px;
	margin-bottom:-10px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	}
#TE_comp_loginDiv {
margin-right:5px;
padding:4px;
border:1px solid #bde1f2;
background-color:#f2f8fd;
width:350px;
float:left;
height:200px;
}
	#TE_comp_loginDiv h2 {
	font-size:120%;
	margin:0px;
	}
#TE_comp_loginDiv_login {
display:block;
margin-top:20px;
}
.TE_comp_loginDiv_loginRow {
height:25px;
}
.TE_comp_loginDiv_loginLabel {
float:left;
padding-top:4px;
width:130px;
}
.TE_comp_loginDiv_loginInput {
float:right;
width:215px;
}
.TE_comp_loginDiv_loginInput input {
width:208px;
}
.TE_comp_loginDiv_loginSubmit {
height:50px;
}
	.TE_comp_loginDiv_loginSubmit div {
	margin-left:133px;
	}
	.TE_comp_loginDiv_loginSubmit p {
	line-height:20px;
	margin-top:7px;
	margin-bottom:7px;
	}
/* END STYLES FOR LOGIN PAGE */

/* STYLES FOR COMPONENTS LEFT NAV */
#TE_comp_leftNav {
width:202px;
float:left;
}
	#TE_comp_leftNav h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-top:8px;
	margin-bottom:-12px;
	padding:0px;
	}
#TE_comp_leftNavList ul {
list-style:none;
line-height:23px;
margin:0px;
padding:0px;
}
#TE_comp_leftNavList li { 
list-style:none;
margin:0px;
margin-left:-40px;
padding:0px;
border-bottom:1px dashed silver;
}
#TE_comp_leftNavList li a {
text-decoration:none;
min-height:18px;
display:block;
padding-left:15px;
padding-top:4px;
padding-bottom:4px;
}
#TE_comp_leftNavList li a:hover {
text-decoration:none;
background:#f7f7f7;
}
/* END STYLES FOR COMPONENTS LEFT NAV */


/* STYLES FOR MY ACCOUNT CONTENT */
.TE_comp_myAccount_palette {
display:table;
padding:0px;
margin:0px;
width:100%;
margin-top:12px;
border:1px solid #e7e7e7;
}
.TE_comp_myAccount_paletteHdr {
padding:5px;
font-size:12px;
font-weight:bold;
background-color:#f5f5f5;
}
.TE_comp_myAccount_paletteContent {
float:left;
padding:5px;
padding-top:0px;
padding-bottom:0px;
}
div.TE_comp_myAccount_paletteRequest {
float:right;
width:300px;
line-height:18px;
background-color:#f2f8fd;
padding:5px;
padding-top:0px;
padding-bottom:0px;
margin:8px;
margin-right:4px;
border:1px solid #bde1f2;
}
div.TE_comp_myAccount_paletteRequestFull {
width:610px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
line-height:18px;
background-color:#f2f8fd;
padding:5px;
border:1px solid #bde1f2;
}
.TE_comp_myAccount_lists {
list-style:bullet;
width:312px;
margin:0px;
margin-top:0px;
padding:0px;
line-height:13px;
}
.TE_comp_myAccount_lists li { 
list-style:bullet;
margin:0px;
margin-left:25px;
margin-top:8px;
margin-bottom:8px;
padding:0px;
}
/* END STYLES FOR MY ACCOUNT CONTENT */






/* LOGIN ENHANCEMENTS */
/* LIST STYLES */

ul.TE_ULbullets
{
margin-top:5px;
margin-bottom:5px;
line-height:18px;
}

ul.TE_ULnobullets
{
list-style-type:none;
margin-top:5px;
margin-bottom:5px;
line-height:18px;
}

/* END LIST STYLES */


/* FORM STYLES */

.TE_FormGroup
{
border:1px solid #999999;
background-color:#FAFAFA;
}

.TE_FormGroupWhite
{
border:1px solid #FFFFFF;
background-color:#FFFFFF;
}

/* END FORM STYLES */

.TE_EmailConf
{
border:1px solid silver;
padding: 6px;
}


