@import url(stylesheet.css);/* old stylesheet... to be deprecated */

/* "I am king of all things styled..." - Dave Maison */
/* 07/30/2008 smt 14527 DMaison, added styles for page controls */
/* changed out body font from verdana to "lucida grande","lucida unicode",tahoma,verdana,helvetica,arial,sans-serif */

/* TEMPORARY CHANGES */
th {text-align: left;} /* Remove when tables.css is added to WPA */

body {
	background-color: #fff;
	font: normal 11px "lucida grande","lucida unicode",tahoma,verdana,helvetica,arial,sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}

/* Typography */
.Head, .head {
	color: #369; 
	font-weight: bold; 
	font-size: 1.3em;
}

h1 {
	color: #369; 
	font-weight: bold; 
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {font-size: 1.5em;}

.inactive {color: #f00;}

.break-before {margin-top: 1.5em;}

/* Admin */
#edit-page-controls {
	float: right;	
	cursor: pointer;
	margin-top: .25em;
	line-height: 1em;
}
#edit-page-controls img {
	vertical-align: bottom;
	margin-right: .3em;
}
.page-control {margin: 1em 0;}

ul.page-notes {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.page-notes, .page-control {text-align: left;}
.page-buttons {text-align: center;} /* 08/05/2008 smt 12203 DMaison, Changed page-buttons alignment */

/* 08/09/2008 smt 14527 DMaison, fixed a elements in page buttons */
.page-buttons a {
	display: -moz-inline-box; /* ff 2 fix */
	display: inline-block;	
	margin-right: 1em;
	vertical-align: bottom;
	text-decoration: none;
}

.page-buttons a img {border: 0;}

/* 08/09/2008 smt 12203 DMaison, added classes updated-by and added-by */
.updated-by, .added-by {text-align: left;}

.updated-by {margin-top: 1em;}
.added-by {margin-bottom: 1em;}

/* LAYOUT */
/* Header */
#header {border: 1px solid transparent;} /* ie bug fix... */
* html #header {border: 1px solid #fff;} /* IE 6 border fix */

#header img {
	display: block; 
	margin-bottom: 21px;
	margin-left: 4px;	
}


/* Tabs */
#header ul {
	margin: 0;
	padding: 0;
	margin-left: 8px;
	list-style: none;	
}

#header li {
	background: #05a url(../images/tab-right.gif) no-repeat right top;
	float: left;
}

#header li a {
	display: block;
	color: #fff;
	line-height: 20px;
	background: transparent url(../images/tab-left.gif) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	padding: 0 6px;
}

#tabs-main li {margin-right: 110px;}

#tabs-alt li {
	background-color: #69c;
	margin-right: 2px;
}

/* Logged in display */
#logged-in {
	background-color: #05a;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 196px;
}

/* Container */
#bread-crumbs {
	list-style: none;
	display: none; /* hide for now */
}

#container {
/*	background: #fff url(../images/container-bg.gif) repeat-y 190px top;*/
	background-color: #fff;
	border: 6px solid #05a;
	border-top: none;
	border-bottom-width: 20px;	
	border-left-width: 4px;
	clear: both;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Left Nav */
#menu-parent {
	padding: 4px;
	width: 180px;
	float: left;
}

#menu-bottom, #menu-parent p {
	font-weight: bold;
	text-align: center;
	margin: 4px 0;
	width: 180px;
}

#menu img {
	vertical-align: text-bottom;
	border: 0;
	margin-right: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	font-weight: bold;
	margin-bottom: 6px;
}

#menu ul ul > li {margin-top: 6px;}

#menu li li {
	font-weight: normal;
	margin-left: 22px;
}

#menu-parent hr {width: 80%;}
#menu-parent a {color: #000;}
#menu-parent a:hover {color: #f60;}

.help-link {
	float: right;
	text-align: left;
	width: 350px;
	display: block;
}

#menu-parent ul {
	display: none;
}

#menu-parent ul.toplevel,
#menu-parent ul.active {
	display: block;
}

/* Content */
#content {	
	margin-left: 185px;
	padding: 1px 10px;
	min-width: 644px;
	border-left: 6px solid #05a;
}

* html #content {
	width: 910px;
}

#back-to-top {
	position: absolute;
	bottom: 0;
	margin: 2px;
	left: 196px;
}

#clear {clear: both;}

/* Footer */
#footer {
	text-align: center; 
	font-weight: bold; 
	margin-top: 10px;
	clear: both;
}

#copy-right {
	text-align: left; 
	margin-top: 10px; 
	font-weight: normal;
}

/* additional styles */
.row-odd {background-color: #eee;} /* 08/09/2008 smt 12203 DMaison, added row-odd */

#menu-bottom,
.menu-bottom-log {
	padding-top: 1em;
}

#menu-bottom a {
	white-space: nowrap;
	margin: 1em;
}

/*** AJAX Auto Completion ********************************/
  div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: #fff;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
  }

  div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    line-height: 1.4em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #f0f0f0;
    position: relative;
  }

  div.autocomplete ul li.selected {
    background-color: #ffb;
  }
  
  div.autocomplete ul li span.informal {
    font-weight: normal;
    font-size: 0.75em;
    color: #444;
    position: absolute;
    right: 2px;
  }
/*********************************************************/

.button-mirror {
	display: block;
}