
/* 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;
}

.ucu_wwiz_thumbnail
{
	width: 150px; 
	height: 150px; 

}

TABLE.ucu_wwiz_group
{
	width: 100%;
}
TABLE.ucu_wwiz_group TD.ucu_wwiz_group_name
{
	width: 30%;
}
TABLE.ucu_wwiz_group TD.ucu_wwiz_group_desc
{
	width: 70%;
}

DIV.ucu_wwiz_bottom
{
	height: 100%;
	vertical-align: bottom;
	display: block;
	position: static;
}

/* 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
{	
	
	text-align: center;
}



.ucu_ua_pnlUserAttributes
{
}

/* The DataList that renders User Attribute fields. */
TABLE.ucu_ua_dlFields
{
	border-width: 0px;
	border-style:none;	
}
.ucu_ua_dlFields TD
{
	border-width: 0px;
	border-style:none;	
	vertical-align: top;
}

/* 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_instructions
{
}

/* 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
   ================================
*/


/* -- Default Template -- */
DIV.ucu_ua_template_Default
{
}
DIV.ucu_ua_template_Default .ucu_commandBar
{
	width: 400px;
}
DIV.ucu_ua_template_Default .ucu_instructions
{
	width: 400px;
}

/* -- OneNarrowColumn Template -- */
DIV.ucu_ua_template_OneColumn
{
}
DIV.ucu_ua_template_OneColumn .ucu_commandBar
{
	width: 400px;
}
DIV.ucu_ua_template_OneColumn .ucu_instructions
{
	width: 400px;
}

/* -- OneColumnLabelAboveField Template -- */
DIV.ucu_ua_template_OneColumnLabelAboveField
{
}
DIV.ucu_ua_template_OneColumnLabelAboveField .ucu_commandBar
{
	width: 400px;
}
DIV.ucu_ua_template_OneColumnLabelAboveField .ucu_instructions
{
	width: 400px;
}
DIV.ucu_ua_template_OneColumnLabelAboveField TABLE.ucu_ua_tpl_item TD.ucu_label
{
	width:400px;
	text-align:left;
}
DIV.ucu_ua_template_OneColumnLabelAboveField TABLE.ucu_ua_tpl_item TD.ucu_field
{
	width:400px;
	text-align:left;
}


/* -- OneNarrowColumn Template -- */
DIV.ucu_ua_template_OneNarrowColumn
{
}

DIV.ucu_ua_template_OneNarrowColumn .ucu_commandBar
{
	width: 325px;
}
DIV.ucu_ua_template_OneNarrowColumn .ucu_instructions
{
	width: 325px;
}

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
{
}
DIV.ucu_ua_template_TwoColumn .ucu_commandBar
{
	width: 800px;
}
DIV.ucu_ua_template_TwoColumn .ucu_instructions
{
	width: 800px;
}

