/* ================================
    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
{
}

.ucu_ua_dlFields
{
}

.ucu_ua_pnlPreview
{
}

/* ================================
    CSS STYLES FOR Module UCanUse.UserAttributes 
	- UARegistrationSnapIn.ascx
   ================================
*/

/* The table containing the user registration fields */
.ucu_regsn_fields
{
}

.ucu_regsn_pnlPreferences
{
}

.ucu_regsn_changePassword
{
}
/* ================================
    CSS STYLES FOR Module UCanUse.UserAttributes 
	- UAAddress.ascx
   ================================
*/
.ucu_address
{

}