@import url("../Skins/RoundedCornersSkinBase.css");
/*
/////////////////////
Basic styles
////////////////////
*/

body, html {
	background: #b1e0f4;
}
#aspnetForm 
{
	background: #b1e0f4;
}


h1, h2, h3, .EformReviewSectionName {
	color: #002195;
}

a, a:link, a:visited 
{
	color: #00397c;
}
a, a:hover, a:active 
{
	text-decoration: underline;
}

/*
////////////////////
 Containers
//////////////////////
*/

.contentPane 
{
	background: #fff;
}
#mainContainer {
}

#headerContainer {
	background: #ffffff url(../Images/border-bottom-990.png) bottom left no-repeat;
}

#middleContainer {
	background: none;
}

#footerContainer {
	background: #ffffff url(../Images/border-bottom-990.png) bottom no-repeat;
}

#footerTop {
	background: url(../Images/border-top-990.png) top no-repeat;
}

#footerContent {
	background: transparent;
}

#leftSidebar {
	background: none;
}

#leftSidebarBox {
	background: #ffffff url(../Images/border-bottom-215.png) bottom no-repeat;
}

#leftSidebarBoxTop {
	background: url(../Images/border-top-215.png) top no-repeat;
}

#contentBox {
	background: #ffffff url(../Images/border-bottom-770.png) bottom no-repeat;
}

#contentBoxTop {
	background: url(../Images/border-top-770.png) top no-repeat;
}

#headerTop {
	
}

#headerTopLeft {
	
}
#headerTopRight {
	
}

#searchBox {
	background: url(../Images/search-loupe.png) left no-repeat;
}
#mainBanner {
	
}

#headerAccountInfo {

}
#headerNavContainer {
	
}

#headerMainNavigation {
	background: #ffffff;
}

#logoutLeftCap 
{
	background: #ffffff url(../Images/logout-left-cap.png) top right no-repeat;
}

#logoutRightCap 
{
	background: #ffffff url(../Images/logout-right-cap.png) top left no-repeat;
}
.logoutItem 
{
	background: #ffffff url(../Images/logout-item-background.png) top left repeat-x;
}

/*
	Detailed styles
*/
#searchBox input {
	border: 2px solid #a6a6a8;
}

#navbarLeftCap 
{
	background: #ffffff url(../Images/navbar-left-cap.png) left no-repeat;
}

#navbarRightCap 
{
	background: #ffffff url(../Images/navbar-right-cap.png) right no-repeat;
}

#navTable, #navTable > tr{
	background: #ffffff;
}

#headerAccountInfo a, #headerAccountInfo a:link, #headerAccountInfo a:visited 
{
	color: #000000;
}
#headerAccountInfo a:hover, #headerAccountInfo a:active 
{
	color: #002195;
}

/*
////////////////////
Classes
///////////////////
*/
td.NavBarItem {
	background: url(../Images/navbar-item-background.png) repeat-x;
	color: #ffffff;
}

td.NavBarItem a, td.NavBarItem a:link, td.NavBarItem a:visited 
{
	color: #ffffff;
}

td.NavBarItem a:hover, td.NavBarItem a:active 
{
	color: #ffffff;	
}


.ForumLogin_SectionTitle {
	color: #002195;
}

.MedRecBox {
	/*background: #fcfcfc;*/
}

.MedRecBox h3 {
	border-bottom: 1px solid #cccccc;
}

/*  
/////////////////
WebBoxes
/////////////////
*/

.WebBoxMainRight a, .WebBoxMainRight a:link, .WebBoxMainRight a:visited, .WebBoxMainRight a:hover, .WebBoxMainRight a:active
{
	color: #39677e;
}

.WebBoxMainRight h3 
{
	color: #0a3667;
}

.WebBoxMainRight ul 
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
}
.WebBoxMainRight ul li 
{
	background: #eeeeee;
	border: 1px solid #ffffff;
}

.WebBoxBottomLeft 
{
	background: #ffffff url(../Images/border-bottom-215.png) bottom no-repeat;
}
.WebBoxTopLeft 
{
	background: #ffffff url(../Images/border-top-215.png) top no-repeat;
}

.WebBoxTitle
{
	background:	#ff9700 url(../Images/orange-border-top.png) top no-repeat;
}

.WebBoxTitleBottom 
{
	background: #ff9700 url(../Images/orange-border-bottom.png) bottom no-repeat;
}

.WebBoxTitleBottom h3 
{
	color: #ffffff;
}

.WebBoxLinksListTop 
{
	background: #ffffff url(../Images/gray-border-top.png) top no-repeat;
}

.WebBoxLinksListBottom
{
	background: #ece9d8 url(../Images/gray-border-bottom.png) bottom no-repeat;
}

.WebBoxLink 
{
	
}

.WebBoxLinkTop 
{
	background: #ffffff url(../Images/blue-border-top.png) top no-repeat;
}
.WebBoxLinkBottom
{
	background: transparent url(../Images/blue-border-bottom.png) bottom no-repeat;
}

.WebBoxLinkContent 
{
	background: #64a0c4;
	color: #ffffff;
}
ul.WebBoxLinksList li 
{
	border-top: 1px solid #d3d0bf;
	background: #ece9d8;
}
ul.WebBoxLinksList li:first-child 
{
	border-top: none;
}

ul.WebBoxLinksList li a, ul.WebBoxLinksList li a:link, ul.WebBoxLinksList li a:visited
{
	color: #073c6e;
}
ul.WebBoxLinksList li a:hover, ul.WebBoxLinksList li a:active 
{
	color: #073c6e;
}

/*Eform */
.EformClassicDiv {
	border: none;
	font-size: 11px;
}
.EformClassicDiv tr td {
	padding-bottom: 3px;
}
.EformClassicTopArea td {
	border: none;
}


.EformClassicRow, .EformListRowAlt {
	background: #e6e6e6;
}

.EformClassicAltRow td {
	border: none;
}


#WebBoxDocumentLink 
{
	background: transparent url(../Images/my-medical-documents.png) left top no-repeat;
	height: 63px;
}
#WebBoxDocumentLink, #WebBoxDocumentLink a, #WebBoxDocumentLink a:link, #WebBoxDocumentLink a:visited 
{
	color: #ffffff;
}
#WebBoxDocumentLink a:hover, #WebBoxDocumentLink a:active 
{
	
}