a:link
{
    color:#45698a
}  

a:visited, a:active
{
    color:#45698a
} 

a:hover
{
    color:#333333
}

h1
{
	color:#45698a
}
	
h2
{
    color:#45698a
}
	
h3
{
    color:#333333
}
	
h4
{
    color:#333333
}
	
h5
{
	color:#333333;
}

/* div layout id's and styles */
#settingsWrapper
{
	background:#000000;
}

/* Menu, Links, Headers */
.color1
{
	background:#45698a
}

/*Greeting & Date bar */
.color2
{
	background:#062740
}

/*Settings Bar */
.color3
{
	background:#000000
}

/*Bodytext */
.color4
{
	background:#333333
}

/* Container colors */
.containerWhite
{
	color:#333333;
}

.containerWhite .moduleTitle
{
    color:#45698a !Important;
}

.containerColored
{
	background:#91c96f;
}

/* EXTRA CONTAINER SKINS these are not used when generated from color changer modules - added for further customization options
.containerColored2
{
	background:#91c96f;
}

.containerColored3
{
	background:#91c96f;
}

END EXTRA CONTAINER SKINS */

/*Rad Menu Colors only - styles in global radcontrols stylesheet */
.RadMenu_ElementsExpressMenu a.rmLink:hover,
.RadMenu_ElementsExpressMenu a.rmFocused
{
	background-color: #45698a !Important;
}

.RadMenu_ElementsExpressMenu a.rmSelected
{
	background-color: Transparent !Important;
}

.RadMenu_ElementsExpressMenu a.focused
{
	background-color: #45698a !Important;
}


/* ------   MODULE STYLES ------ */
/*NON LAYOUT RELATED ELEMENTS --------------------------------------------------------------------------------------------------------------------*/
.bodytext
{
	color:#333333
}

.bodytextbold
{
	color:#333333
}

.formbutton, .searchButtonStyle
{
    background-color:#45698a;
    border: solid 1px #45698a;
}

/* Font Styling */
.resourceList
{
	border: solid 1px #e5e5e5;
	background:#ffffff;
}

.resourceListHeader
{
	border: solid 1px #e5e5e5;
	background:#ffffff;
}

.wizardstep
{
	background-color:#e4e4e4;
}

.HealthShopSZ
{
	border: solid 1px #cdcdcd;
}

.DoCsmall
{
	border: solid 1px #cdcdcd;
}	
	
.docGrid
{
	border-right:solid 1px #e5e5e5;
}

.docView
{
	 border:solid 1px #e5e5e5;
	 background: #FFFFFF;
}

.docStatus
{
	color:Red;
}

.docDescription
{
}

.formsView
{
	border-left:solid 1px #e5e5e5;
	background:#FFFFFF;
}

.formdescription
{
	border-bottom:solid 1px #e5e5e5;
}

.questionofDay
{
	border:solid 1px #e5e5e5;
	background-color:#FFFFFF;
}

.Q
{
}

.A
{
}

.uploadedDoc
{
	color: #45698a;
}


.slideHeader
{
	background-color:#062740;
	color:#FFFFFF;
}


/* Other */

.requiredfield
{
	background-color:#45698a;
	color:#45698a;
}


/*** TELERIK ADDINS ***/

.gridTopBar
{
	background: #062740;
	color: #FFFFFF;
}

.gridTopBar a:link
{
	color: #FFFFFF;
}
.gridTopBar a:visited
{
	color: #FFFFFF;
}


.gridTopBar a:hover
{
	color: #FFFFFF;
}


.gridTopBar a:active
{
	color: #FFFFFF;
}

/*For Rad Editor Apply CSS class DDL */
.Radh1{
	font-size:14pt;
	line-height:16pt;
	color: #45698a;
		}
.Radh2{
	font-size:10pt;
	font-weight:bold;
	font-family:Lucida Sans Unicode, Verdana, Sans-serif;
	margin-bottom: 0px;
    padding-bottom: 0px;
	margin-top: 0px;
    padding-top: 0px;
    color: #333333;
	}
	
.Radh3{
	font-size:11pt;
	font-family:Lucida Sans Unicode, Verdana, Sans-serif;
	margin-bottom: 0px;
    padding-bottom: 5px;
	margin-top: 0px;
    padding-top: 0px;
    color: #333333;
	}
	
.Radh4{
	font-size:14pt;
	line-height:16pt;
	font-family:Lucida Sans Unicode, Verdana, Sans-serif;
	margin-bottom: 0px;
    padding-bottom: 0px;
	margin-top: 0px;
    padding-top: 0px;
    color: #333333;
	}
	
.Radh5{
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;	
	color: #333333;
	}

/** Document Table list styling **/
#DocumentsTable th 
{
	color:#333333;
}
	
/** End Document Table list styling **/

/** Feeds module color overrides **/
.feedsHeaderBar
{
    background:#91c96f;
}