/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/
/* Style For HTML PAGE               */html
{
	height: 100%;
}
/* Style For HTML BODY               */body
{
	background: #333333;
	text-align: center;
}
/* Setting Text Throughout the skin  */table, td, tr, p
{
	line-height: 1.3em;
	vertical-align: top;
}

/*========================================================*/
/*  2. Text                                               */
/*========================================================*/
/* most of the text on site          */.normal
{
	font-family: Arial;
	font-size: 11pt;
	color: #cccccc;
	padding-left: 8px;
	padding-right: 8px
}
/* most of the bold text on site     */.NormalBold
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
/* red text on site for errors       */.NormalRed
{
	color: #C50000;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
/* subheadings - mostly in admin     */.SubHead
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #cccccc;
	padding: 0;
}
/* headings                          */.head
{
	font-family: Arial;
	font-size: 14pt;
	color: #cccccc;
	font-weight: bold;
	padding: 0;
}

/*========================================================*/
/*  3. Links                                              */
/*========================================================*/
/* login and user token idle         */.loginStyle, a.loginStyle:link, a.loginStyle:visited, a.loginStyle:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active
{
	color: #666666;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

/* login and user token idle         */a.loginStyle:hover
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
/* login and user token hover        */a.USER_object:hover
{
	color: #000;
	font-family:  Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
/* default links visited and active  */a:link, a:visited, a:active
{
	color: #6A6A6A;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}
/* default links hover               */a:hover
{
	color: #6A6A6A;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/* normal  links visited and active  */a.Normal:link, a.Normal:visited
{
	color: #6A6A6A;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
/* normal  links hover               */a.Normal:hover
{
	color: #6A6A6A;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
/* admin button-link style           */a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
	color: #6A6A6A;
	border: 1px solid #ABABAB;
	background: #EFEFEF;
	padding: 2px 3px 3px 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	height: 20px;
}
/* admin button-link style hover     */a.CommandButton:hover
{
	color: #6A6A6A;
	border: 1px solid #868686;
	background: #DFDFDF;
	padding: 2px 3px 3px 4px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	height: 20px;
}

/*========================================================*/
/*  4. Forms                                              */
/*========================================================*/
/* default form elements             */select, input
{
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}


/*========================================================*/
/*  5. Navigation SolPartMenu                             */
/*========================================================*/


/* Menu items idle            */.MainMenu_MenuItem
{
	font-family:  Arial;
	color: #000000;
	font-size: 11pt;
	background-color: #cccc99;
	height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border: 0;
}
/* Menu items selected        */.MainMenu_MenuItemSel
{
	font-family: Arial;
	color: #666666;
	font-size: 11pt;
	background-color:Transparent;
	height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border: 0;
}
/* SubMenu items over         */.MainMenu_MenuItemActive
{
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
	background-color: #ffffff;
	height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border: 0;
}

/* Root items                 */.MainMenu_RootMenuItem
{
	font-family: Arial;
	color: #cccccc;
	font-size: 11pt;
	background-color: Transparent;
	height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border: 0;
}
/* Root items over            */.MainMenu_RootMenuItemSel
{
	font-family: Arial;
	color: #cccc99;
	font-size: 11pt;
	background-color: Transparent;
	height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border: 0;
}
/* Root items active          */.MainMenu_RootMenuItemActive
{
	font-family: Arial;
	color: #cccc99;
	font-size: 11pt;
	background-color: Transparent;
	height: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border: 0;
}

/* Clear these                */.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
	display: none;
}

/*========================================================*/
/*  6. Lay out items                                      */
/*========================================================*/
/* Cell for log-in and registry parts                     */

.loginCell
{
	height:20;
	text-align:left;
}















