@import url(/z_common/resources/style.css);

body{
	background: url("/images/nav/body_bg.jpg") repeat-x left top #8e0d0d;
	margin-top:0px;
	font-family:Ariel, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
}

p{
/*	
	margin:3px 0 12px;
	padding:0;
*/
margin:0;
padding:3px 0 12px;
}


/* reduce container size and suppress borders when printing; must actually print or use print preview to see this in action;
   placed here (before screen version) in case browser doesn't handle MEDIA declarations;
*/
@media print {
	#container{
		width:600px;
		margin:0 auto;
		padding:10px;
		background:#ffffff;
	}
}
@media screen {
	#container{
		width:860px;
/*		height:100%; */
		margin:0 auto;
		background:#8e0d0d;
/*		border:1px solid #666666;*/
		overflow:hidden
	}
}
#banner_top{
	width:860px;
	height:150px;
	background:#ffffff url(/images/nav_a/banner_top.jpg) no-repeat;
	margin-bottom:0px
}
#menu_float{
	width:779px;
	height:28px;
	background-color:#111111;
	margin-bottom:0px;
	border-bottom:2px solid #666666;
}

#content-wrap{
	width:860px;
/*	height:100%;*/
	overflow:hidden;
}


.leftcol{
/*	float:left; */
	width:225px;
/*	height:406px; */
	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;
/*	height:200px; */
	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;
}

.centercoltop{
	width:635px;
	height:180px;
	display:block;
	margin:0;
	background:#ffffff url("/images/nav/content_top.jpg") no-repeat;
}
.centercol{
	width:635px;
	display:block;
	margin:0;
	background:#ffffff url("/images/nav/content_rails.jpg") repeat-y;
}
.centercolbottom{
	width:635px;
	height:50px;
	display:block;
	margin:0;
	background:#ffffff url("/images/nav/content_bottom.jpg") no-repeat;
}

#header{
	background:#ffffff;
	height:40px; 
}
#logon{
	float:right;
	width:auto;
	margin:10px 10px 0 0
}
#logon .logoninput{
	width:100px;
	margin-right:3px;
	padding:2px 2px 2px 2px;
	border:2px solid #cccccc;
	font-size:11px;
	color:#0000ff;
	background-color:#e8e8e8;
	font-family:Ariel, Helvetica, sans-serif;
	vertical-align:middle
}
#logon .logonbutton{
	width:30px;
	font-size:10px;
	padding:1px 0 1px;
	border:2px solid #cccccc;
	color:#0000ff;
	background-color:#e8e8e8;
	font-family:Ariel, Helvetica, sans-serif;
	vertical-align:middle
}
#logon .logonbutton:hover{		/* doesn't work in IE */
	background-color:#e0e0e0;
}




a{
	text-decoration:none;
	outline:none;
	}
a:hover{
	text-decoration:underline
	}
a:active{
	color:#ff0000;
}
ul,ol{
	margin:0 0 15px 25px;
	padding:0;
	color:#333333
}
ol li{
	margin:3px 10px;
	padding:0;
	font-size:12px;
	color:#333333;
	text-align:left;
	list-style:decimal
}
ul li{
	margin:3px 5px;
	padding:0;
	font-size:12px;
	color:#333333;
	text-align:left;
	list-style:disc
}

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
}


/* this fouls up the logon form...
.button{
	padding:3px 0;
	background:url(/images/button_bg.gif) repeat-x;
	border:1px solid #999999;
	line-height:15px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666
}
.button:hover{
background:url(/images/button_bg-over.gif) repeat-x;
}
/*

/* this fouls up the logon form...
table td{
	padding:5px;
	font-size:11px
}
*/




/* Page Structure  ----------------------------------------------------------------*/
#center{
	float:right;
	width:695px;
	background:#fff;
	margin:10px auto
}

img {border:none;}

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
}
.clear {clear: both;}


/*--- DHTMLgoodies Menu ---*/

#dhtmlgoodies_menu{
	font-family:arial;		/* Font for main menu items */
	width:200px;			/* Width of main menu */
	margin-left:20px;		/* Scoot the menu over a bit */
	display:block;
}
#dhtmlgoodies_menu	li{		/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;				/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;				/* No <ul> air */
	padding:0px;			/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who don't have javascript enabled (CPL comment: doesn't help...)*/
	padding-left:10px;
}
#dhtmlgoodies_menu li a{		/* Main menu links */
	text-decoration:none;		/* No underline */
	color:#fff;					/* text color */
	height:22px;				/* li height */
	line-height:22px;			/* line height */
	vertical-align:middle;		/* probably dosen't work */
	margin:1px;					/* A little bit of air */
	padding:1px 1px 1px 5px;	/* Air between border and text inside */
	display:block;
	border-bottom:1px dashed #c0c0c0;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#515051;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#515051;
	font-family:arial;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	border-bottom:1px dashed #c0c0c0; 
	background-color:#787878;
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#e0e0e0;	/* text color */
	height:16px;	/* LI height */
	line-height:16px;	/* line height */
 	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#fff;
	background-color:#515051;
}

/* z_common OVERRIDES */
#z_calendar_detail_container {width: 95%;
}
#z_message_center_container, #z_photo_album_container { width: 90%;
}


/* full calendar; version: 11/16/2008*/

#z_calendar_full_container {
	width: 500px;
	margin: auto;
	padding: 3px;
	border: 2px outset #e0e0e0;
	background-color: #e2e2c5;
	font-family: tahoma, sans-serif;
	}
	#z_calendar_full_container .calTopNav {
		background-color: #416E5E; 
		color:#ffffff; 
		font-weight:bold; 
		padding: 10px 0 10px 0; 
		font-size:10pt;
		}
	#z_calendar_full_container a.calTopNav { 
		color:#ffffff; 
		font-weight:bold; 
		padding: 0 5px 0 5px; 
		text-decoration:none;
		}
		#z_calendar_full_container a.calTopNav:link, a.calTopNav:visited {
			background-color: #416E5E; border:1px dotted #416E5E;
		}
		#z_calendar_full_container a.calTopNav:hover {
		background-color:#339999; border:1px dotted #ffffff;
		}
#z_calendar_full_container .calMonthAtAGlance { background-color:#cccc99; color:#000000; }
#z_calendar_full_container .calCurrDay		{ background-color:#ffff00; color:#900000; font-weight:bold; }
#z_calendar_full_container .calRecapTitle	{ background-color:#c0c0c0; color:#ffffff; font-weight:bold; }

#z_calendar_full_container .calDay	{ background-color:#FFFFFF; color:#000000; font-weight:bold; }
#z_calendar_full_container a.calDay { background-color:#999999; font-weight:bold; }
#z_calendar_full_container a.calDay:link, a.calDay:visited { color:#FFFFFF; text-decoration:underline; }
#z_calendar_full_container a.calDay:hover { color:#e8e8e8; text-decoration:none; }

/* end full calendar*/