﻿
/* CmsToolbar */
.CmsToolbar {  
	background: url(/cms/resources/tb_back.gif) top;
	clear: both;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	height: 28px;
	margin: 0 auto;
	overflow: hidden;
}
.cmsmenu {  }
.CmsToolbar .lefts {
	background: url(/cms/resources/tb_left.gif) no-repeat top left;
	float: left;
	width: 10px;
}
.CmsToolbar .rights {
	background: url(/cms/resources/tb_right.gif) no-repeat top right;
	height: 100%;
}
.CmsToolbar ul {
	margin: 0px;
	padding: 4px 15px 4px 0;
	list-style: none;
}
.CmsToolbar li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: small;	
}
.CmsToolbar a, .CmsToolbar span {
	padding: 2px;
	margin: 1px;
	font-weight: normal;
	font-size: small;
}
.CmsToolbar a, .CmsToolbar a:visited {
	background-color: #D7D7D7;
	border: 1px solid black;
	color: Black;
	text-decoration: none;
}
.CmsToolbar a:hover {
	/* background-color: #FFFF80; border: 1px solid #D58C26; */
	background-image: url(/cms/resources/menu_select.gif);
	border: 1px solid black;	
	text-decoration: underline;
}
.CmsToolbar .AspNet-Menu-NonLink { color: gray; }
.CmsToolbar img { border: none; }
.CmsToolbar input { padding: 0px; margin: 0px; font-size: smaller; }
.CmsToolbar .AspNet-Menu-Selected a, .CmsToolbar li.selected a { background:white; font-weight:bold; }

.aspnet_errors, .error { background:#FF8080; border:1px solid #FF1C1C; color:black; padding:1em; margin:1em; }
.success { background:#CFE7CF; border:1px solid green; padding:1em; }

/* CREATE USER WIZARD */
.AspNet-CreateUserWizard, .AspNet-Login, .AspNet-PasswordRecovery {
	background-color: #E2E2E2;
	border: 1px solid #CECFCE;
	padding: 2px;
	margin: 0px auto;
	width: 30em;
}
div.AspNet-CreateUserWizard-StepTitlePanel, div.AspNet-Login-TitlePanel, div.AspNet-PasswordRecovery-UserName-TitlePanel {
	background-color: #A1A5A9;
	color:Black;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	padding: 3px;
	margin-bottom: 0.5em;
}
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-UserPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordHintPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-ConfirmPasswordPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-EmailPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-QuestionPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-AnswerPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel, 
.AspNet-Login-UserPanel, .AspNet-Login-PasswordPanel, .AspNet-Login-RememberMePanel, .AspNet-Login-SubmitPanel,
.AspNet-PasswordRecovery-UserName-InstructionPanel, .AspNet-PasswordRecovery-UserName-UserPanel
{
	margin: .5em;
    text-align: right;
}
.AspNet-CreateUserWizard-FailurePanel, .AspNet-Login-FailurePanel { 
	color: Red; 
	padding: 3px;
}
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-UserPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordHintPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-ConfirmPasswordPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-EmailPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-QuestionPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-AnswerPanel input,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel input,
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input,
.AspNet-PasswordRecovery-UserName-UserPanel input
{
	background-color: White !important;
	width: 15em;
}
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel,
.AspNet-CreateUserWizard .AspNet-CreateUserWizard-ContinuePanel,
.AspNet-Login-SubmitPanel,
.AspNet-PasswordRecovery-UserName-SubmitPanel
{
	text-align: right;
}

em { font-style: normal; text-decoration: underline; } /* for usability hotkeys */

div.wysiwyg table td { background-color:#9EBEF5 !important; }
div.wysiwyg table table td { background: url(/cms/resources/tb_back.gif) no-repeat !important; }
div.wysiwyg td { padding: 0px; }
