﻿@import url(/z_common/resources/style.css);
@import url(/z_common/resources/style_calendar_mid.css);

/* Page structure */
html, body	{ height:100%;}
body {
	background-color: #8facdd;
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	line-height: 1.5em;  
	margin: 0; 
	padding: 0; 
	text-align: left;
}

h1	{ font-size:2em; font-weight:bold; color:#4a5879;line-height: 1em; }
h2	{ font-size:1.5em; font-weight:bold; color:#4a5879;line-height: 1em; }
h3	{ font-size:1.0em; font-weight:bold; color:#4a5879; }
h4	{ font-size: .9em; font-weight:bold; color:#4a5879; }
h5	{ font-size: .9em; font-weight:bold; color:#4a5879; font-style: italic}

a:link {color: #000;}
a:visited {color: #666;}
a:link:hover, a:visited:hover {color: #f00;}

#container {
	background: #8facdd url(/images/nav2008/bg_rails.gif) repeat-y fixed 50% 50%;
	margin: auto;
	padding: 0;
	width: 990px;
}
#main { 
	margin: 0;
	padding: 0;
}
/* end Page structure */

#leftcol {
/*	float: left; background-color:#ffffff;*/
	margin: auto;  
	padding: 10px 40px 0px 40px;
	width: 910px; 
}

#rightcol {
	float: right; 
	margin: 0; 
	padding: 10px 0 0 0; 
	width: 276px;
	height:100%;
}

/* News Display Page */
.newsHeadline {
	margin:5px 0;
	padding:0;
	font:16px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#C22E2C;
	font-weight:bold
}
.newsPublished {
	font:10px Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#999999;
}

#scrollingContainer_1{
position: relative;
margin:auto;
width: 195px;
height: 180px;
background-color: #ffffff;
overflow: hidden;
padding-top: 10px;
padding-bottom: 10px;
font-size:.9em;
text-align:left; 
}

/* Home Page Shadow Box  : total width=sidebox.width + */
/* *** Image paths are absolute to the EMPLOYING site root *** */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto;
	width: 260px;
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
}
.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 5px 5px 15px;
	color: white; 
	font-weight: bold; 
	font-size: 1.0em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari */
}
.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 25px 20px;
	font-size: .8em;
}
.boxbody .center{
	margin: 5px 13px 5px 14px;
}
/* End Shadow Box  */

/* ######### Begin ddLevelsMenu CSS Overrides ######### */

	/* ######### Sub-Level Menu Bar CSS (used for both vertical & horizontal implementations) ######### */

	.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively */
	background-color: #0f1e3b;	 		/*flyout container background*/
	}

	.ddsubmenustyle li a{				/*Note: height of the li floats as needed to show the text*/
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 160px; 						/*width of sub(s) (not including side paddings)*/
	background-color: #0f1e3b;
	color:#fff;
	padding: 5px 5px;
	border-bottom: 1px solid #999;		/*flyout item bottom border*/
	}

	/*.ddsubmenustyle li a:hover{		//sub(s) hovers	- ORIGINAL*/
	.ddsubmenustyle li:hover > a {		/*sub(s) hovers - this version cascades thru the current tree to give a breadcrumb color scheme*/
	background-color: #fff;
	color: #0f1e3b;
	}

	/* ######### Root-Level Menu Bar CSS (horizontal version) ######### */

	.rootmenu li a{						/*root tab link markup*/
	font: bold 13px Arial, Helvetica, sans-serif;
	/*width:99px;						Omit width declaration for floating width root tabs*/
	padding: 7px 7px; 					/*padding inside each root tab*/
	background-image: url(/images/nav_right_edge.jpg); background-repeat:no-repeat;
	background-position: right center;
	color:#333;
	}

	.rootmenu li a:visited{				/*markup for visited root tabs*/
	color: #333;
	}

	.rootmenu li a:hover{				/*hover behavior for root tabs*/
	background-image: url(/images/nav_right_edge_hilite.jpg);
	background-repeat: repeat-x;
	color: #000;
	}

	.rootmenu a.selected{				/*root item behavior when hovering in this item's dropdown/flyout; "selected" class assigned to its LI via DD Levels code when hovering*/
	background-color: #999;	 			/*background of tab with "selected" class assigned to its LI*/
	color: #fff;
	}

/* ######### End ddLevelsMenu CSS Overrides ######### */

/* z_common OVERRIDES */
#z_vendor_display_container {				/* Modified 10/11/2011*/
 	width:910px;
	margin: 0 auto;
	padding:0px; 
	border:none;
	background-color: #ffffff;
}
.z_vendor_display_wrap {					/* Added 10/11/2011*/
 	width:886px;
	margin: 0px auto 20px auto;
	padding:10px; 
	border:2px outset #e0e0e0;
	background-color: #ffffff;
	text-align:left
}
.z_vendor_display_wrap h2{					/* Added 10/11/2011*/
	margin:0px auto 0 auto;
}
.z_vendor_display_wrap .leftDIV{			/* Added 10/11/2011*/
	width:306px;
	float:left;
}
.z_vendor_display_wrap .rightDIV{			/* Added 10/11/2011*/
	width:480px;
	float:right;
}

#z_calendar_full_container{	width: 450px;}
