/*
#content .intro { padding:10px 20px; margin-bottom:20px; margin-top:20px;}
#content .intro p { margin:0; float:left; width:560px; font-size:130%; font-weight:bold; line-height:1.6;}
#content .intro p em { color:#69addc; font-style:italic;}
#content p { margin:10px 20px; line-height:1.5; font-size:110%;}
#content .content { padding:10px 20px;}
#content .content h3 { font-size:15px;  font-weight:bold; border-bottom:4px solid #948c6d; margin:20px 0; clear:both}
#content .content h3 span { background:#948c6d; padding:5px; padding-bottom:2px; color:#fff; margin-right:10px;} 
*/


/* ----------------- Form Feilds ----------------- */

	
	.Required
	{
	FONT-FAMILY: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	color: red;
	}
	.ErrorMsg
	{
	FONT-FAMILY: Arial;
	font-style: italic;
	FONT-SIZE: 10px;
	color: red;
	}
	.Error
	{
	FONT-FAMILY: Arial;
	font-style: italic;
	FONT-SIZE: 10px;
	color: red;
	padding-left:10px;	
	}





/* ------------------ Search Form  ------------------ */

.Search div
{
	background-image:url(../../../images/TR_Corner.png);
	background-position:top right;
	background-repeat:no-repeat;
	height:28px;
	margin:0px;
	padding:0px;
	padding-right:12px;
}
.Search legend
{
	display:none;
}
.Search fieldset
{
	background-color:#505b30;
	margin:0px;
	padding:0px;
	padding-right:10px;
	border:0px;
}
.Search label
{
	color:#f1de93;
	font-weight:bold;
	padding-right:1px;
	vertical-align:middle;
}
.SearchInput
{
	vertical-align:middle;
	margin:4px;
	height:12px;
	font-size:11px;
	color:#666666;
}






/* ------------------ User Login ------------------ */

.UserLogin img
{
	padding-right:8px;
	vertical-align:top;
}
.UserLogin td
{
	font-size:11px;
	color:#949494;
}
.UserLogin input
{
	font-size:11px;
	color:#1a1a1a;
}
.UserLogin a:link,
.UserLogin a:visited
{
	color:#949494;
	text-decoration:none;
}
.UserLogin a:hover
{
	color:#949494;
	text-decoration:underline;
}



/*--------- Registration Form ------*/

#RegistrationForm #pt1,
#RegistrationForm #pt2,
#RegistrationForm #pt3 
{
	width:30%;
	
}
#RegistrationForm a:link
{
	/*color:#000;*/
}

#RegistrationForm
{
	background-image:url(../../../images/FormBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:3px solid #b0b0b0;
	/*width:100%;
	color:#000;*/
	}
#RegistrationForm fieldset {
	border: 0;
	margin: 0;
	padding:10px;
	float: left;
	}
#RegistrationForm fieldset legend 
{
	font-size:30px;
	font-weight:bold;
	color:#3b3b3b;
	text-align:left;
	}
#RegistrationForm fieldset legend span {
	display: none;
	}
#RegistrationForm fieldset h3 
{
	color:#044773;

	font-size: 1em;
	}
#RegistrationForm fieldset div.help {
	color: #787878;
	font-weight: bold;
	height: 5em;
	}
#RegistrationForm fieldset label 
{
	/*color:#000;*/
	display: block;
	line-height: 1.5em;
	}
	
/* Error Styling */
#RegistrationForm fieldset.error,
#RegistrationForm fieldset.error legend,
#RegistrationForm fieldset.error div.help {
	color: #ffff99;
	}
#RegistrationForm fieldset strong.error
{
	/*color:#000;*/
	background-color: #CC0000;
	padding: 0.2em;
	font-weight: bold;
	display: block;
}

/* Part 4 Styling */
#RegistrationForm #pt4
{
	padding: 1em;
	width:inherit;
	background-color:#b0b0b0;
	/*color:#000;*/
	float:right;
}
#RegistrationForm #pt4 legend
{
	display: none;
}
#RegistrationForm #pt4 h3
{
	display: none;
}
#RegistrationForm #pt4 #disclaimer 
{
	width:100%;	
	float: left;
}
#RegistrationForm #pt4 input
{
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	float:right;
}
#RegistrationForm #FormButtons
{

}

.LargeTxtField
{
	font-size:28px;
	width:400px;
	color:#646464;
	margin-right:5px;
}
















/* Form Sections ======================================================================== */

#GenericForm
{
	margin:0px;
}
/* Fieldset  */
#GenericForm fieldset 
{
	margin:0px;
	padding: 10px;
	background-color:#FAFAFA;
	overflow: auto;
}
#GenericForm legend {
	padding: 2px 5px;
	color: #054976;
	font-weight: bold;
}
/* Nested Fieldset  */
#GenericForm fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
#GenericForm fieldset fieldset legend {
	font-size: 90%;
}

#GenericForm td {
	padding: 0 4px;
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
#GenericForm th {
	padding: 0 4px;
}
#GenericForm .alternate-1 {
	background-color:#E8F0E8;
}
#GenericForm .alternate-1 td {
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}

/* Form or Fieldset instruction paragraph. */
#GenericForm .instructions {
	margin: 1.5em 0;
	padding: 3px;
	background-color:#fffde2;
	font-size:11px;
}

/* Combo Label + Input Field =========================================================== */
#GenericForm .oneField 
{
	margin: 0px;
	display: block;
	vertical-align: middle;
}
#GenericForm .inlineSection .oneField {
	margin-right: 2px;
	white-space: nowrap;	
	display: inline;
}
/* Ties together a label and its checkbox or radio */
#GenericForm .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
#GenericForm label, #GenericForm.label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
#GenericForm label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 60px 0 0;
	padding: 0 2px;
	min-width: 7em;
}
/* Radio / Checkbox group label */
#GenericForm.label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
#GenericForm label.postField  {
	margin: 0 4px 0 4px;
	font-size: 125%; 
}
/* Label when inside an inline section */
#GenericForm.inlineSection #GenericForm.oneField #GenericForm.inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 7em;
	white-space: normal;
}
#GenericForm .MultiLineTxtBox
{
	width:500px;
	height:70px;
}

/* Inputs ======================================================================== */


/* Buttons ======================================================================= */

#GenericForm .actions {

	padding: 10px 5px;
	background-color: #F5F5F5;
	border-top: 2px solid #054976;
	text-align: right;
}
.actions {

	padding: 10px 5px;
	background-color: #F5F5F5;
	border-top: 2px solid #054976;
	text-align: right;
}
/* Submit button */
#GenericForm  .primaryAction {
}
/* Cancel button */
#GenericForm  .secondaryAction {
	color: grey;
}
#GenericForm  .secondaryAction:hover {
	color: black;
}




/* Message Center ======================================================================= */


.Message-Menu-BG
{
	display:block;
	width:100%;
	padding-bottom:18px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

div a.Message-Menu img
{
	border:0px;
	padding-right:5px;
	vertical-align:middle;
}
div a.Message-Menu, a.Message-Menu:link, a.Message-Menu:visited
{
	display:inline;
	width:100px;
	border:1px solid #4e7a9b;
	background-color:White;
	text-decoration:none;
	font-size:12px;
	padding:3px;
	/*float:left;*/
	position:relative;
	margin-right:5px;
	margin-bottom:5px;
}
a.Message-Menu:hover
{
	color:#0a426c;
	background-color:#daf1ff;
}
a.Message-Menu:active
{
	color:#fff;
	background-color:#0a426c;
}

div a.Message-Menu-Set, a.Message-Menu-Set:link, a.Message-Menu-Set:visited
{
	cursor:default;
	display:inline;
	width:100px;
	border:1px solid #4e7a9b;
	color:#fff;
	background-color:#0a426c;
	text-decoration:none;
	font-size:12px;
	padding:3px;
	float:left;
	position:relative;
	margin-right:5px;
	margin-bottom:5px;
}
div a.Message-Menu-Set img
{
	border:0px;
	padding-right:5px;
	vertical-align:middle;
}



.Messages-ColumnHeader
{
	background-color:#0a426c;
	color:White;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #fff;
}



/* Search form button */

.SearchNow,
.a.SearchNow{
    background-color:#e2e2e2;
    border:1px solid #a5acb2;
    color:#5a5a5a;
    font-size:11px;
    line-height:17px;
}
 a.SearchNow:hover, .SearchNow:hover{
    background-color:#a9a9a9;
    border:1px solid #a5acb2;
    color:#fff;
    font-size:11px;
    line-height:17px;
}
a.SearchNow:active{
    background-color:#e2e2e2;
    border:1px solid #a5acb2;
    color:#5a5a5a;
    font-size:11px;
    line-height:17px;
}

.NewAccountForm
{
	vertical-align:top;
	width:33%;
}

.NewAccountForm h1
{
	font-size:30px;
	font-weight:bold;
	color:#3b3b3b;
	text-align:left;
	}
.NewAccountForm h2
{
	color:#044773;
	font-size: 1em;
	}
.NewAccountForm h3
{
	color: #787878;
	font-weight: bold;
	height: 5em;
	}

.FormErrorMessage
{
	border:1px solid #8b7e4a;
	background-color:#fff8de;
	background-image:url(../../../images/icons/Warning.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	padding-left:90px;
	vertical-align:top;
	margin:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:11px;
	height:auto;
}
.FormErrorMessage th
{
	font-weight:bold;
	font-size:13px;
}

.SurveyPoll,
.SurveyPoll td,
.SurveyPoll label
{
	color:#fff;
	font-size:11px;
}

.LogintoXLife
{
	height:150px;
	padding-top:35px;
}

.HomeUserLogin
{
	border:1px solid #434954;
	padding-bottom:8px;
	margin-bottom:15px;
}
.HomeUserLogin td
{
	color:#818181;
}
.HomeUserLogin legend
{
	color:#b5b5b5;
	font-weight:bold;
}

.HomeUserLoginTxtField
{
	background-color:#000;
	border:1px solid #35373b;
	color:#ffffff;
	padding-left:4px;
}
.HomeUserLoginError
{
	color:red;
	font-size:10px;
}















