/**************************************
Only styles that is common to all sites in here. 
************************************/

/* This is used in the masterpage to hide the accesskey 's' link since it still needs a text for accessibility reasons. */
.hidden
{
	display:none;
}

/* This is used on all collapsible panels to avoid flickering when the page loads, also set Height="0" on the expandeable Panel*/
.collapsePanel
{
	overflow: hidden;
}

/*************************/
/* GOOGLE TRANSLATE      */
/*************************/

#translateDiv
{
	width:200px;
	height:200px;
	background-color:White;
	z-index:100;
	position:absolute;
	color:Gray;
	padding:1em 1em 0.5em;
	border:1px solid #A0A7AA;
	font-size:11px;	
	margin:0;
	clear:both;
	text-align:center;

}
	
#translateDiv label
{
	color:Black;
}

.ValidationSummarySuccess,
.ValidationSummaryError
{
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: solid 1px Black;
	padding: 5px 5px 5px 25px;
	margin: 10px;
	font-weight: bold;
}

.ValidationSummarySuccess
{
	background-image: url(/App_Themes/Default/Images/Tools/Check.gif);
	background-position: 5px 3px;
}

.ValidationSummaryError
{
	background-image: url(/App_Themes/Default/Images/Tools/Warning.gif);
}

.ValidationSummaryError ul
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

