
/******
	global styles used both on home page and throughout site (mcd_global.css)
	
	These styles are pulled out of mcd_default so we don't have to include that huge css file on the home page.
	Basically a few generic text styles, and the top and bottom bar and menu styles.
	
******/




/*  ************************
		general styles 
	************************
*/

p, div {
	text-align: left;
}


/* NOTE that anchor parent styles are in both files so can be separate styles */
a:link {    			color: #777777; text-decoration: none; }
a:visited {    			color: #777777; text-decoration: none; }
a:hover {    			color: #010101; text-decoration: none; }	
a:active {    			color: #777777; text-decoration: none; }


ul {
    margin: 2px;
    padding: 0 0 0 9px;
}

ol {
    margin: 2px;
    padding: 0 0 0 16px;
}

ul li {
	margin: 0;
	list-style: disc;
	padding: 4px 0 0 0;
}

ol li {
	margin: 0;
	padding: 4px 0 0 0;
}

table {
	border: 1px solid #CCCCCC; 
	border-collapse: collapse;
}

table td, table th {
	border: 1px solid #CCCCCC; 
	padding: 6px;
}



/*  ************************
		top menu and 
		popup styles 
	************************
*/

.topMenuText {
	font-family: "pragmatica-web-condensed", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
}

.wf-loading .topMenuText {
   visibility: hidden;
 }

.wf-active .topMenuText {
   font-family: "pragmatica-web-condensed";
   visibility: visible;
 }

.wf-inactive .topMenuText {
	font-size: 12px;	/* if can't use pragmatica, reduce size or menu items go crazy */
   font-family: verdana,helvetica,sans-serif;
   visibility: visible;
 }
 
.topMenuText a:link, .topMenuText a:visited, .topMenuText a:active { 
	color: #333333;
} 
 

.topMenuLinks {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #999999;
}

.linkSeparator {
	padding: 0 6px 0 6px;
}

.popup-lvl2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	width: 82px;			/* note: overridden for first column in mcd_layout (wider) */
	height: 120px;
	margin: 16px 0 16px 0;
	border-right: 1px solid #636363;
}

.popup-lvl2 > li {
	padding: 0 0 4px 0;
	list-style: none;
}

ul.popup-lvl2  {
	padding: 0 0 0 14px;
}

.popup-lvl2 a:link, .popup-lvl2 a:visited, .popup-lvl2 a:active { 
	color: #FFFFFF;
}

.popup-lvl2 a:hover {
	color: #FFCC00;
}

#popup-search {
	border-right: none;
	width: 96px;
}

#popup-search a:link, #popup-search a:visited, #popup-search a:active { 
	color: #339933;
}

#popup-search a:hover {
	color: #FFCC00;
}

.searchField {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #615D5A;
	width: 80px;
	border: none;
	padding: 4px;
}

#emergencyBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background-color: #C80000;
	display: block;
	z-index: 8;
}

#topEmergencyMsg {
	position: absolute;
	top: 0;
	left: 273px;
	width: 717px;
	height: 22px;
	overflow-y: hidden;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
    font-size: 11px;
    line-height: 22px;
    color: #FFFFFF;
    z-index: 9;
}

#topEmergencyMsg p {
	margin: 0;
}


#fullEmergency {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-color: #000000;
	z-index: 200;
  	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  	/* IE 5-7 */
  	filter: alpha(opacity=80);	
  	/* browsers that don't suck */
	opacity: 0.8;	
}

#centerEmergencyBox {
	background-color: #C80000;
	width: 600px;
	height: 450px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -300px; 
	z-index: 201;
  	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	/* IE 5-7 */
  	filter: alpha(opacity=100);	
  	/* browsers that don't suck */
	opacity: 1.0;	
}

#emMsg_mobile { display: none; }
#emClose_mobile { display: none; }

.emergencyMsg {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFFFFF;
	padding: 35px;
	padding: 3.5rem;  
}

.closeEmMsg {
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: 0;
}

.closeEmMsg a:link, .closeEmMsg a:visited, .closeEmMsg a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

.closeEmMsg a:hover {
	text-decoration: underline;
}


#ipadTestBox {
	width: 100%;
	height: 68px;
	z-index: 100;
	/* background-color: #FFCC00; */
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
	
}




/*  ************************
		iOS style overrides
	************************
*/

/* moved to separate file so can be consistenly loaded at end of styles loading */



/*  ************************
		bottom bar styles 
	************************
*/

.mcLive {
	font-family: Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	overflow-y: hidden;
}
#McLiveTurnedOff {
 	text-align:center;
	 color:#FFFFFF;
}
#McLiveOffLink a {
	color: #FFFFFF;
}
 


#mcLiveLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 25px;
	cursor: pointer;
	border: 0px solid #FFFFFF;
}

.mcInner {
	/* this should be redundant (outer div dimensions set to the same in layout css), but cycle plugin
	seems to do some crazy dynamic height/width setting as it cycles through? which screws up everything. */
	width: 354px;	/* was 404 - reduced by 50px per designer */
	height: 46px;
}

.mcLive a:link, .mcLive a:visited, .mcLive a:active { 
	color: #FFFFFF;
}

.mcLive a:hover {
	/* color: #99CC99; */
	text-decoration: underline;
}

.mcLiveLocation {
	color: #99CC99;
}

.mcLiveDate {
	font-weight: normal;
	color: #99CC99;
	/* color: #FFFFFF;
	padding-left: 18px; */
}

.mcLiveDescrip {
	color: #99CC99;
	font-weight: bold;
}


.botRightBar {
	font-family: Arial, helvetica, sans-serif;
	color: #99CC99;
	font-size: 8px;
	line-height: 14px;
	text-transform: uppercase;
}

#giftLink p, #stdBotLinks p {
	margin: 0;
}

#giftLink a:link, #giftLink a:visited, #giftLink a:active { 
	color: #FFFFFF;
}

#giftLink a:hover {
	/* color: #99CC99; */
	text-decoration: underline;
}

#stdBotLinks a:link, #stdBotLinks a:visited, #stdBotLinks a:active { 
	color: #99CC99;
}

#stdBotLinks a:hover {
	color: #FFFFFF;
}



/*  ************************
		generic styles 
		for Wygwam content etc.
	************************
*/


.dottedDividerAfterText {
	border-bottom: 2px dotted #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 16px;
}

.dottedDividerBeforeText {
	border-top: 2px dotted #CCCCCC;
	padding-top: 20px;
	margin-top: 16px;
}

.dottedDivider {
	border-top: 2px dotted #CCCCCC;
	margin: 20px 0 20px 0;
}

.red {
	color: #FF0000;
}

.green {
	color: #339933;
}




