﻿@import url(/z_common/resources/style.css);
@import url(/z_common/resources/style_calendar_mid.css);

body{
	background: url("/images/nav/body_bg.jpg") repeat-x left top #8e0d0d;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p{
margin:0;
padding:3px 0 12px;
}


#container{
	width:960px;	/*original was 860*/
	margin:0 auto;
	background:#8e0d0d;
	overflow:hidden
}

#menu_float{
	width:779px;
	height:28px;
	background-color:#111111;
	margin-bottom:0px;
	border-bottom:2px solid #666666;
}

.leftcol{
	width:225px;
	overflow:hidden
}

.navtop{
	width:225px;
	height:315px;
	display:block;
	margin:0;
	padding:0;
	background:#ffffff url("/images/nav/nav_top.jpg") no-repeat;
	overflow:hidden
}
.navmenu{
	width:225px;
	display:block;
	background:#555555 url("/images/nav/nav_menu.jpg") repeat-y;
	margin:0;
	padding:0;
	overflow:hidden;
}
.navbottom{
	width:225px;
	height:25px;
	margin:0;
	padding:0;
	display:block;
	background:#ffffff url("/images/nav/nav_bottom.jpg") no-repeat;
	overflow:hidden;
}

a{text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline
}
a:active{
	color:#ff0000;
}

h1, h2, h3, h4, h5, h6{
	margin:0; 
	padding:12px 0 3px;
}
h1{
	font:18px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#8e0d0d
}
h2{
	font:12px Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#8e0d0d
}
h3{
	font-size:18px;
	color:#8e0d0d
}
h4{
	font-size:16px;
	color:#666666
}
h5{
	font-size:14px;
	color:#666666
}
h6{
	font-size:12px;
	color:#666666
}
blockquote{
	margin:3px 0 12px;
	padding:0 0 0 25px;
	font:15px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#333333;
	line-height:18px;
	text-align:left;
	font-style:italic;
}
hr{
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #cccccc;
	background:none;
	height:1px
}
input,textarea,select{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#333333;
	padding:2px
}
.alignleft{
	float:left
}
.alignright{
	float:right
}

/* Page Structure  ----------------------------------------------------------------*/
#center{
	float:right;
	width:695px;
	background:#fff;
	margin:10px auto
}

p a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color:#0000ff
}

.textarea:hover,.input:hover,.textarea:focus,.input:focus {
	background:#ebebeb
}

/* z_common OVERRIDES */
#z_calendar_detail_container {width: 95%;
}
#z_message_center_container, #z_photo_album_container { width: 90%;
}

/* ######### 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: #787878; 			/*flyout container background*/
	}

	.ddsubmenustyle li a{				/*Note: height of the li floats as needed to show the text*/
	font: bold 11 Arial, Helvetica, sans-serif;
	width: 200px; 						/*width of sub(s) (not including side paddings)*/
	background-color: #787878;
	color:#fff;
	padding: 3px 5px;
	border-bottom: 1px solid #333;		/*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: #787878;
	}

  /* ######### Begin root-level menu bar CSS (vertical version) ######### */
	.rootmenuVertical {						/*root tab link markup*/
	width: 195px; 						/*width of root menu (not including side paddings)*/
	margin-left:24px;				/* Scoot the menu over a bit */
	}

	.rootmenuVertical li a{						/*root tab link markup*/
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px; 						/*padding inside each root tab*/
	border-bottom:1px #787878 solid;
	color:#fff;
	}

	.rootmenuVertical li a:visited{				/*markup for visited root tabs*/
	color: #fff;
	}

	.rootmenuVertical li a:hover{				/*hover behavior for root tabs*/
	background-color: #515151;
	color: #fff;
	}

	.rootmenuVertical 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: #515151;
	color: #fff;
	}

  /* ######### End root-level menu bar CSS (vertical version) ######### */

/* ######### End ddLevelsMenu CSS Overrides ######### */

