
/* ---------------------------------------------------------------------------------------------*/
/* USER REGISTRATION SYSTEM - TAB MENUS								*/
/* ---------------------------------------------------------------------------------------------*/
.URS_Tab_Td_On {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 70%;
	font-weight		: bold;
	padding-top		: 4px;
	padding-bottom		: 3px;
	padding-left		: 10px;
	padding-right		: 10px;
	border-top		: 1px solid #cacaca;
	border-left		: 1px solid #cacaca;
	border-right		: 1px solid #cacaca;
	background		: #f9f9f9;
}

.URS_Tab_Td_Off {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 70%;
	font-weight		: bold;
	padding-top		: 4px;
	padding-bottom		: 3px;
	padding-left		: 10px;
	padding-right		: 10px;
	border			: 1px solid #cacaca;
	background		: #efefef;
	background-image	: url(../../_img/global/bg_grad_03.gif);
}

.URS_Tab_Td_Spacer {
	border-bottom		: 1px solid #cacaca;
}

.URS_Tab_Href {
	color			: #b1005d;
	text-decoration		: none;
}

.URS_Tab_Href:hover {
	color			: #ff4970;
}

.URS_Tab_Box_Td {
	padding			: 5px;
	border-left		: solid 1px #cacaca;
	border-right		: solid 1px #cacaca;
	border-bottom		: solid 1px #cacaca;
	background		: #f6f6f6;
}


/* ---------------------------------------------------------------------------------------------*/
/* USER REGISTRATION SYSTEM - STYLES - TEXT AND LINKS						*/
/* ---------------------------------------------------------------------------------------------*/
.URS_Href_Def {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	text-decoration	: none;
	line-height	: 11pt;
	color		: #b1005d;
}

.URS_Href_Def:hover {
	color		: #ff4970;
}

.URS_Txt_Def {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	text-decoration	: none;
	line-height	: 11pt;
}

.URS_Txt_ReqField {
	font-family	: Arial, Helvetica, sans serif;
	font-size	: 8pt;
	font-weight	: bold;
	text-decoration	: none;
	line-height	: 11pt;
	color		: #cc0000;
}

.URS_Txt_SubHead {
	font-family	: Arial, Helvetica, sans serif;
	font-size	: 10pt;
	font-weight	: bold;
	text-decoration	: none;
	line-height	: 13pt;
	color		: #ffffff;
}

.URS_Txt_Warn {
	font-family	: Arial, Helvetica, sans serif;
	font-size	: 8pt;
	font-weight	: bold;
	text-decoration	: none;
	line-height	: 11pt;
	color		: #aa0000;
}

.URS_Txt_Small {
	font-family	: Arial, Helvetica, sans serif;
	font-size	: 7pt;
	font-weight	: bold;
	text-decoration	: none;
	line-height	: 10pt;
	color		: #aaaaaa;
}

/* ---------------------------------------------------------------------------------------------*/
/* USER REGISTRATION SYSTEM - STYLES - TABLES							*/
/* ---------------------------------------------------------------------------------------------*/
.URS_Tbl_Container {
}

.URS_Tbl_UserForm {
}



/* ---------------------------------------------------------------------------------------------*/
/* USER REGISTRATION SYSTEM - STYLES - TABLE CELLS						*/
/* ---------------------------------------------------------------------------------------------*/
.URS_Td_Container {
	border		: solid 1px #c5c7ba;
	background	: #f6f6f6;
}

.URS_Td_Container_Grad {
	border			: solid 1px #c5c7ba;
	background		: #f6f6f6;
	background-image	: url(../../_img/global/bg_grad_03.gif);
}

.URS_Td_Info_Head {
	background	: #b1005d;
	padding		: 5px;
}

.URS_Td_Info_Body {
	border		: solid 1px #c5c7ba;
	background	: #f6f6f6;
	padding		: 5px;
}

.URS_Td_Jst {
	text-align	: justify;
}

.URS_Td_Footer {
	border		: solid 1px #c5c7ba;
	background	: #f6f6f6;
	padding		: 5px;
}

.URS_Td_Form_Section {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	text-decoration		: none;
	line-height		: 11pt;
	white-space		: nowrap;
	background-image	: url(../../_img/global/bg_grad_03.gif);
	border			: solid 1px #c5c7ba;
	padding			: 2px;
}

.URS_Td_Form_FieldName {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	text-decoration	: none;
	line-height	: 11pt;
	white-space	: nowrap;
}

.URS_Td_Form_Field {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	text-decoration	: none;
	line-height	: 11pt;
	white-space	: nowrap;
}


/* ---------------------------------------------------------------------------------------------*/
/* USER REGISTRATION SYSTEM - STYLES - FORM OBJECTS						*/
/* ---------------------------------------------------------------------------------------------*/
.URS_Input {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	text-decoration	: none;
	padding-left	: 3px;
	border		: 1px inset;
	background	: #ffffff;
}

.URS_Select {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	text-decoration	: none;
	border		: 1px inset;
	background	: #ffffff;
}

.URS_Submit {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 8pt;
	font-weight	: bold;
	text-decoration	: none;
	border		: 1px outset;
	padding		: 2px;
}


