/*
//--------------------------------------------------------------
//  <file name="CustomerOverride.css">
//      <copyright>
//          Copyright © EDS 2008
//          All rights reserved.
//      </copyright>
//      <history>
//          <change author="joh" date="08/07/2008">
//              Initial version.
//          </change> 
//      </history>
//  </file>
//-----------------------------------------------------------------
*/

.SomeClass
{
}

/* Opera emulators don't recognize anything below 1000px at 50%, 980px at 100% */

@xmedia (max-width: 980px) 
{
	.skinmaster {border: 10px solid #7994CB;}
	.skinmaster {width: 300px}
	.BreadcrumbLinks {width: 275px}

	--.contentpane {display: none}

	.leftpane {padding-left: 2px; padding-right: 2px; padding-top:2px;}
	.contentpane {padding-left: 2px; padding-right: 2px; padding-top:2px;}
	.rightpane {padding-left: 2px; padding-right: 2px; padding-top:2px;}
	.main_dnnmenu_bar {display: none}

	--ul.MainMenuPrimary li{float:none; width: 100%;}

	ul.MainMenuPrimary li.PrimaryItemActive{padding: 5px;}
	ul.MainMenuPrimary li.PrimaryItemInactive{padding: 5px;}
	.MainMenuSecondary {display: none}
	.RowButtons{padding: 5px 55px;}
	.ModalDialogContainer {width: 275px;}
	.ModalDialogBody2 {font-size: 9px;}
	.SecurityContentContainer {width: 285px;}
}


/*=================================================================*/
/* Begin htmlblock classes
/*=================================================================*/

.SharedHomeTitle
{
    font-size: 32px;
}

.SharedHomeScript
{
    font-size: 72px;
    font-family: Edwardian script ITC; 
    color: white; 
}

.Maroon
{
    color: rgb(138,42,42);
}

/*=================================================================*/
/* Begin Navigation.css     
/*=================================================================*/
/* Main Menu Row */
.MainMenuPrimary
{
}
.MainMenuPrimary
{
    background: rgb(138,42,42) !important; 	/* maroon*/
    background-image: none; /* url("../images/backgrounds/top-nav-bg_OHCA.gif"); */
    background-repeat: repeat;
    min-height: 28px;
    height: auto !important;        /* IE6 Hack for min-height */
    height: 28px;                   /* IE6 Hack for min-height */
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.MainMenuPrimary li.PrimaryItemActive
{
    background: rgb(204,204,204) !important; 	/* gray*/
    float: left; 
    list-style: none;
    margin: 0px;
    padding: 7px 7px;
}

.MainMenuPrimary li.PrimaryItemPipe{
    background: rgb(255,255,255) !important;	/* white */
    float: left; 
    height: 28px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 1px;
}

li.PrimaryItemActive a,
li.PrimaryItemActive a:link,
li.PrimaryItemActive a:visited,
li.PrimaryItemActive a:hover
li.PrimaryItemActive a:active
{
    color: #0B0B0A;	/* black */
    text-decoration: none;
}

li.PrimaryItemInactive a,
li.PrimaryItemInactive a:link,
li.PrimaryItemInactive a:visited,
li.PrimaryItemInactive a:hover
li.PrimaryItemInactive a:active
{
    color: rgb(204,204,204)	/* gray*/
    text-decoration: none;
}

li.SecondaryItemActive a,
li.SecondaryItemActive a:link,
li.SecondaryItemActive a:visited,
li.SecondaryItemActive a:active
{
    color: #0B0B0A;	/* black */
    font-weight: bold;
    text-decoration: none;
}

li.SecondaryItemInactive a,
li.SecondaryItemInactive a:link,
li.SecondaryItemInactive a:visited,
li.SecondaryItemInactive a:active
{
    color: #0B0B0A;	/* black */
    font-weight: normal;
    text-decoration: none;
}

.DelegateQuickView {
    background: rgb(204,204,204) !important; 	/* gray*/
}

/*=================================================================*/
/* end Navigation.css         
/*=================================================================*/

/*=================================================================*/
/* start Base.css         
/*=================================================================*/

a:link, a:visited, a:active  {
    color: #2e658f;	/* dark blue */
}
a:hover {
    color: rgb(138,42,42);	/* maroon */
}

/*=================================================================*/
/* end Base.css         
/*=================================================================*/

/*=================================================================*/
/* start DNN.css         
/*=================================================================*/
.skinmaster {
    border: 1px solid #868686;
    background:#ffffff;
    word-wrap: normal;  /* CLF_Core.css set to break-word, which causes button wrapping issues. */
}

.pagemaster 
{
    background-color: transparent; /*clear portal value to pick up CLF background*/
}
.controlpane 
{
    padding-top: 0px;
}

/*=================================================================*/
/* end DNN.css         
/*=================================================================*/

/*=================================================================*/
/* Delaware CLF Overrides      
/*=================================================================*/
/*=================================================================*/
/* start CLF_core_layout.css         
/*=================================================================*/

/* adjust standard size to match larger portal width */
@media screen and (min-width:0px) {
#pw1 
{
	width: 1010px;
}
}

@media screen and (min-width:0px) {
#pw2 
{
	width: 986px;
}
}

@media screen and (min-width:0px) {
#hg1 
{
	width: 986px;
}
}

@media screen and (min-width:0px) {
#portalTopBar_shelfServices
{
	width: 986px;
}

#btm1 
{
    background-size: 1010px 70px;
    width: 1010px;
}

#ftr1 
{
    	border-left: 1px solid #868686;
    	border-right: 1px solid #868686;
	background-color: #868686;
}
#ftr2 
{
	width: 984px;
}
#ftrs1 
{
    font-size: 0.9em;
}
/*=================================================================*/
/* end CLF_core_layout.css         
/*=================================================================*/


/*=================================================================*/
/* start CLF_core.css         
/*=================================================================*/
@media screen and (min-width:0px)  {
#portalTopBar_shelfServices .portalShelfLinkColumn {
	font-size: 0.8em;
	}
	}
		
		
#ftr2 a, #ftr2 a:link, #ftr2 a:active, #ftr2 a:visited {
	font-size: 1em;
}
/*=================================================================*/
/* end CLF_core.css         
/*=================================================================*/
