﻿/******************************************************/
/***   Hyperlinks                                   ***/
/******************************************************/

a:link, a:visited, a:active  	
{
	color: rgb(90, 64, 153); 
	text-decoration: none; 
	font-weight: bold; 
}

a: hover  
{
	color: Black; 
	text-decoration: underline; 
}

/******************************************************/
/***   Standard Elements                            ***/
/******************************************************/

body
{
	font-family: Arial;
	font-size: small;
	background-color: rgb(229,229,229);	
}

h1
{
	color: rgb(90, 64, 153);
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 10px;
}

h2
{
	color: rgb(90, 64, 153);
	font-size: 20px;
	font-weight: normal;
	border-bottom: dotted 1px rgb(141, 117, 201);
	width: 100%;
	margin-top: 25px;
}

h3
{
	color: rgb(90, 64, 153);
	font-size: 14px;
	font-weight: normal;
	border-bottom: dotted 1px rgb(141, 117, 201);
}

img
{
	border: 0px;
}

pre
{
	background-color: #dedede; 
	width: 725px; 
	padding: 3px;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	font-size: small;
}

/******************************************************/
/***   Page specific div elements                   ***/
/******************************************************/

.page
{
	width: 975px;		
	margin-left: auto;
	margin-right: auto;
}

.logo
{
	margin: 0px 0px 2px 7px;
	float: left;
}

.smallMenuBar
{
	margin-right: 7px;
	margin-top: 0px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.smallMenuItem
{
	font-family: Tahoma;
	color: rgb(120,120,120);
	padding: 3px;
	float: right;
	cursor: pointer;
}

.innerPageShadow
{
	background-image: url('Images/innerPage-shadowHorizontal.gif');
	background-repeat: repeat-y;
	padding: 0px 6px 0px 6px;
	clear: both;
}

.innerPage
{
	background: url('Images/innerPage-background.gif') repeat-x;
	padding: 0px 10px 10px 10px;
	border: solid rgb(226, 226, 226);
	border-width: 0px 1px 1px 1px;	
	overflow: hidden;
}

.menuBar
{
	height: 25px;
	padding: 0px 8px 0px 8px;
	margin-top: 5px;
	color: White;
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.menuBar a:link { color: white; text-decoration: none; }
.menuBar a:visited { color: white; text-decoration: none; }
.menuBar a:active { color: White; text-decoration: none; }
.menuBar a:hover { color: White; text-decoration: underline; }

.pageHeader,
.pageHeaderFlash
{
	height: 123px;
	clear: both;
}

.pageHeaderFlash
{
	height: 298px;
	clear: both;
}

.leftContentShadowBottom
{
	background: url('Images/leftContent-shadowBottom.gif'); 
	width: 190px;
	height: 5px;
	float: left;
}

.leftContainer
{
	float: left;
	background: url('Images/pageContent-background.gif') repeat-x;
	background-color: rgb(255, 255, 255);
	position: relative;
	width: 747px;
}

/******************************************************/
/***   Narrower left container for the Home page    ***/
/******************************************************/

.leftContainerHome
{
	float: left;
	background: url('Images/pageContent-background.gif') repeat-x;
	background-color: rgb(255, 255, 255);
	position: relative;
	width: 621px;
}

.breadCrumbs
{
	height: 24px;
	color: White;
	margin-left: 10px;
	margin-top: 6px;
}

.breadCrumbs a:link,
.breadCrumbs a:visited, 
.breadCrumbs a:active 
{ 
	color: white; 
	text-decoration: none; 
	font-weight: normal; 
}

.breadCrumbs a:hover 
{ 
	color: White; 
	text-decoration: underline; 
	font-weight: normal;
}

.leftContent
{
	padding: 7px 20px 10px 10px;
	width: 715px;
	height: 100%;
	border: solid rgb(200, 200, 200);
	border-width: 0px 1px 1px 1px;
}

.leftContentKb
{
	padding: 7px 20px 10px 10px;
	height: 100%;
	border: solid rgb(200, 200, 200);
	border-width: 0px 1px 1px 1px;
}

.leftContent a:link, 
.leftContent a:visited, 
.leftContent a:active, 
.leftContentHome a:link,
.leftContentHome a:visited,
.leftContentHome a:active
{ 
	color: rgb(90, 64, 153); 
	text-decoration: none; 
	font-weight: bold;
}

.leftContent a:hover,
.leftContentHome a:hover 
{ 
	color: rgb(90, 64, 153); 
	text-decoration: underline; 
	font-weight: bold;
}

.rightContainer
{
	float: left;
	padding-left: 4px;
}

.disclaimer
{
	margin: 6px 0px 0px 6px;
}

/******************************************************/
/***   Style for error page content                 ***/
/******************************************************/

.errorContent
{
	padding-top: 40px;
	border-width: 4px;
}


/******************************************************/
/***   Style for forms                              ***/
/******************************************************/

.formDescription
{
	width: 150px;
	text-align: left;
}

.formContact
{
	width: 500px;
	text-align: left;
}

/******************************************************/
/***   Star Ratings                                 ***/
/******************************************************/

.ratingStar 
{
    width: 13px;
    height: 12px;
}
.filledRatingStar {
    background-image: url('/App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/FilledStar.png');
}

.emptyRatingStar {
    background-image: url('/App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/EmptyStar.png');
}

.savedRatingStar {
    background-image: url('/App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/SavedStar.png');
}
