/* ================================
    CSS STYLES FOR Module UCanUse.Core
   ================================
*/
/*.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}*/

/* ================================
    CSS STYLES FOR Module UCanUse.Core
   ================================
*/

/* Begin Tabular data styles */
.ucu_tbl
{
	background-color: #CCFFFF;
} 

.ucu_tbl_footer
{
	background-color: tan;
}

.ucu_tbl_selectedItem
{
	color: GhostWhite;
	background-color: DarkSlateBlue;
}

.ucu_tbl_alternatingItem
{
	background-color: #FFFFCC;
}

.ucu_tbl_item
{
}

.ucu_tbl_editItem
{
}

.ucu_tbl_header
{
	font-weight: bold;
	background-color: #6699FF;
	font-size: 18px;
	color: #000066;
}

.ucu_tblPager
{
	text-align: center;
	color: DarkSlateBlue;
	background-color: PaleGoldenrod;	
}

/* End Tabular data styles */
 
/* Preview of HTML content */
.ucu_previewPane
{
	border-right: black solid;
	border-top: black solid;
	overflow: auto;
	border-left: black solid;
	border-bottom: black solid;
	background-color: white;
}

/* Fieldset containing admin options for other users. */
LEGEND.ucu_adminMode
{
	color: Red;
	font-weight: bold;
}


FIELDSET.ucu_adminMode
{		
    line-height: 15px;
    border-color: Red;
    padding: 5px        
}


/* Contains form commands such as update/cancel buttons. */
.ucu_commandBar
{	
}


/* ================================
    CSS STYLES FOR Module UCanUse.UserAttributes 
	- UserAttributes.ascx
   ================================
*/
.ucu_ua_pnlEdit
{	
}

.ucu_ua_pnlUserAttributes
{
}

TABLE.ucu_ua_dlFields
{
	border-width: 0px;
	border-style:none;	
	/* width: 415px; */
	/* width: 820px; */
}
.ucu_ua_dlFields TD
{
	border-width: 0px;
	border-style:none;	
	vertical-align: top;
}

.ucu_ua_pnlPreview
{
}

/* ================================
    CSS STYLES FOR Module UCanUse.UserAttributes 
   ================================
*/



/* A cell containing a field label. */
TD.ucu_label
{
	width:150px;
	text-align:right;
	vertical-align:top;
}

/* A cell containing a field control. */
TD.ucu_field
{
	width:250px;
	text-align:left;
	vertical-align:baseline;
}

/* Assigned to elements that render fields */
.ucu_field
{
	width: 200px;
}

/* Some field controls use tables for layout
   for example, Checkbox Lists.  This handles those
   tables.
*/
TD.ucu_field TABLE
{
	float: left;
}

/* -- Begin Registration Snap-In -- */

/* The table that controls the layout of the address and user sections */
TABLE.ucu_ua_regsn
{
	border-width: 0px;
	border-style:none;	
}
TABLE.ucu_ua_regsn TD
{
	border-width: 0px;
	border-style:none;	
}
/* The registration instructions */
.ucu_ua_regsn_ins
{
}

/* The table that contains the memberhsip fields */
TABLE.ucu_ua_regsn_user
{
	border-width: 0px;
	border-style:none;	
	width: 400px;
	height: 100%;
}
/* A table cell in the membership table */
TABLE.ucu_ua_regsn_user TD
{
	
	border-width: 0px;
	border-style:none;	
}

TD.ucu_ua_regsn_user
{
}


TD.ucu_ua_address
{
}

/* The table that contains the address fields */
TABLE.ucu_ua_address
{
	border-width: 0px;
	border-style:none;	
	width: 400px;
	height: 100%;
}
/* A cell in the addrss field table */
TABLE.ucu_ua_address TD
{
	border-width: 0px;
	border-style:none;	
}

/* The item template table */
TABLE.ucu_ua_tpl_item
{
	border-width: 0px;
	border-style:none;	
	width: 400px;
}
/* A cell in the item template table */
TABLE.ucu_ua_tpl_item TD
{
	border-width: 0px;
	border-style:none;	
}

/* The alternating item template table */
TABLE.ucu_ua_tpl_altitem
{
	border-width: 0px;
	border-style:none;	
	width: 400px;
}
/* A cell in the alternating item template table */
TABLE.ucu_ua_tpl_altitem TD
{
	border-width: 0px;
	border-style:none;	
}

/* the preferences panel */
.ucu_regsn_pnlPreferences
{
}

/* ================================
    TEMPLATE STYLE OVERRIDES
   ================================
*/

/* -- AlternatingList Template -- */
DIV.ucu_ua_template_AlternatingList
{
}

/* -- Default Template -- */
DIV.ucu_ua_template_Default
{
}

/* -- OneNarrowColumn Template -- */
DIV.ucu_ua_template_OneColumn
{
}

/* -- OneNarrowColumn Template -- */
DIV.ucu_ua_template_OneNarrowColumn
{
}
DIV.ucu_ua_template_OneNarrowColumn TD.ucu_field
{
	width:175px;
	vertical-align:top;
}
DIV.ucu_ua_template_OneNarrowColumn .ucu_field
{
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
DIV.ucu_ua_template_OneNarrowColumn TABLE.ucu_ua_regsn_user
{
	width: 325px;
}
DIV.ucu_ua_template_OneNarrowColumn TABLE.ucu_ua_address
{
	width: 325px;
}
DIV.ucu_ua_template_OneNarrowColumn TABLE.ucu_ua_tpl_item
{
	width: 325px;
}

/* TwoColumn style overrides */
DIV.ucu_ua_template_TwoColumn
{
}

/* -- Demo_CSS Template -- */
DIV.ucu_ua_template_Demo_CSS
{
	background-color: White;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_dlFields
{
	border-width:thin;
	border-color:orange;
	border-style:solid;	
}
DIV.ucu_ua_template_Demo_CSS .ucu_ua_dlFields TD
{
	border-width:thin;
	border-color:orange;
	border-style:dashed;	
}
DIV.ucu_ua_template_Demo_CSS TD.ucu_label
{
	background-color:PaleGoldenrod;
}
DIV.ucu_ua_template_Demo_CSS TD.ucu_field
{
	width:250px;
	background-color:khaki;
}
DIV.ucu_ua_template_Demo_CSS .ucu_field
{
	background-color:yellow;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_regsn
{
	border-width:thin;
	border-color:green;
	border-style:solid;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_regsn TD
{
	border-width:thin;
	border-color:green;
	border-style:dashed;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_regsn_user
{
	border-width:thin;
	border-color:Blue;
	border-style:solid;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_regsn_user TD
{
	border-width:thin;
	border-color:blue;
	border-style:dashed;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_address
{
	border-width:thin;
	border-color:red;
	border-style:solid;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_address TD
{
	border-width:thin;
	border-color:red;
	border-style:dashed;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_tpl_item TD
{
	border-width:thin;
	border-color:purple;
	border-style:dashed;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_tpl_altitem
{
	border-width:thin;
	border-color:violet;
	border-style:solid;
}
DIV.ucu_ua_template_Demo_CSS TABLE.ucu_ua_tpl_altitem TD
{
	border-width:thin;
	border-color:viloet;
	border-style:dashed;
}

