@charset "utf-8";
/* CSS Document */

/* Mimic Flash-only styles */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	leading: 4px;
}

span {
	font-size: 14px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

b {
	color: #e4d178;
}

a {
	color: #FFCC00;
	text-decoration: underline;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #e4d178;
}

.header2 {
	font-size: 15px;
	font-weight: bold;
	color: #e4d178;
}

.left{
	margin-right: 20px;
}

.right {
	margin-left: 20px;
}
/* /end  */

body {
	margin: 0;
	background-color: #222222;
	color: #eee;
	/*font-family: "Times New Roman", Times, serif;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#wrapper {
	/*border: 10px dotted blue;*/
	background-color: #222222;
	/*margin: 10px;*/
	padding: 25px;
	/* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
	text-align: center;
	/* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
	min-width: 800px;
}

#content {
	/*border: 10px dotted pink;*/
	background-color: #414a45;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	color: #CCCCCC;
	/* Reset alignment to compensate for 'text-align: center': */
	text-align: left;
	/* Specify the width of the element. This should be the same
     as 'body min-width': */
	width: 850px;
	/* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;

  
}

.admin-utility {
	background-color: #2d3331;
	margin: 10px;
	padding: 25px;
}

#image-header {
	background: url(../images/header_copper.gif) 0 0 no-repeat;
	height: 228px;
}

/* Navigation styles */
.navbar {
	padding: 10px;
	/*margin-bottom: 15px;*/
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.navbar-admin {
	background-color: #a66;
	border-bottom: 1px solid #855;
	font-size: 12px;
}
div.left-nav {
	float: left;
	clear: left;
	width: 180px;
	min-height: 320px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	/*font-size: 112%;*/
	font-size: 20px;
}
div.left-nav h2 {
	font-size: 17px;
	font-variant: small-caps;
	color: #ccc;
	margin-top: 1.5em;
	letter-spacing: 1px;
}
div.left-nav a {
	text-decoration: none;
	font-weight: normal;
	color: #996600;
}
div.left-nav a:hover, div.left-nav a:focus {
	color: #cc9900;
}
div.left-nav div.margin-box {
	margin: 1em 20px;
}
div.left-nav div.margin-box div {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #333;
}
div.left-nav div.margin-box div.last-element {
	border: none;
}

/* Main window */
.main {
	background-color: #EEEEEE;
	float: right;
	padding: 0 25px 3em 25px;
	border-left: 2px solid white;
	min-height: 320px;
	width: 575px;
}

/* Footer */
div.footer {
	background-color: #111;
	clear: both;
	padding: 2em 10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}
div.footer hr {
	border-top: 1px solid #666;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

p {
	line-height: 1.4em;
}

h2, h3 {
	/**/
	color: #e4d178;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1em;
	letter-spacing: 3px;
	margin-bottom: 1.5em;
	/**/
	/*
	color: #e4d178;
	font-family: Sylfaen, "Times New Roman", Times, serif;
	*/
}

img {
	border: 0;
}

a {
	color: #fdd207;
	text-decoration: underline;
	font-weight: bold;
}
a.important {
	color: #ff6600;
}

/* Image borders */
.gray-gradient-100 {
	background: #cccccc url(css/gray_gradient_100x100.gif);
}
.gray-gradient-150 {
	background: #cccccc url(css/gray_gradient_150x150.gif);
}
.gray-gradient-200 {
	background: #cccccc url(css/gray_gradient_200x200.gif);
}
.gray-gradient-250 {
	background: #cccccc url(css/gray_gradient_250x250.gif);
}
.gray-gradient-320 {
	background: #cccccc url(css/gray_gradient_320x320.gif);
}
.gray-gradient-425 {
	background: #cccccc url(css/gray_gradient_425x425.gif);
}
.gray-gradient-640 {
	background: #cccccc url(css/gray_gradient_640x640.gif);
}
.float-left-clear {
	float: left;
	clear: left;
}
.float-right-clear {
	float: right;
	clear: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.margin-1em {
	margin: 1em;
}
.margin-3px {
	margin: 3px;
}
.mt1 {
	margin-top: 1em;
}
.mt2 {
	margin-top: 2em;
}
.mr1 {
	margin-right: 1em;
	margin-left: -10px;
}
.mb1 {
	margin-bottom: 0.35em;
}
.ml1 {
	margin-left: 1em;
}

/* Image Drop Shadow */
span.alpha-shadow {
  display: block;
}
.alpha-shadow {
  background: url(css/shadow.gif) no-repeat bottom left;
  /*
  margin: 14px 0 0 17px !important;
  margin: 14px 0 0 8px;
  */
}
.alpha-shadow span {
  display: block;
  background: url(css/shadow_bg_sw.png) no-repeat right top !important;
  background: url(css/shadow_bg_sw.gif) no-repeat right top;
  /*padding: 0px 0px 6px 5px;*/
  padding: 0px 0px 9px 8px;
}
.alpha-shadow img {
  /*background-color: #ccc;*/
  /*border: 1px solid #a9a9a9;*/
  background: #cccccc url(css/gray_gradient_200x200.gif);
  border: 1px solid #666;
  padding: 4px;
}
.alpha-shadow img.medium {
  padding: 6px;
}
.alpha-shadow img.large {
  padding: 8px;
}

/* Layer toggle styles */
span.toggle {
	display: block;
	margin: 0;
	/*font-size: 100%;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
span.toggle span.toggle-trigger {
	display: block;
	margin: 0.5em;
	cursor: pointer;
	cursor: hand;
	
}
span.toggle span.toggle-trigger h3 {
	display: inline;
	margin: 0.5em 0;
	font-family: "Times New Roman", Times, serif;
}
span.toggle span.toggle-trigger span.separator {
	font-weight: normal;
	color: #cccccc;
	
}
span.toggle span.toggle-trigger b span.item-0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #996600;
}
span.toggle span.toggle-trigger img {
	margin-right: 5px;
	margin-bottom: 1px;
}
span.toggle span.toggled-layer {
	display: none;
	margin-left: 16px;
	/*font-size: 93%;*/ /* Causes nested text to be one size smaller for each level */
	/*padding-bottom: 20px;*/
}
/* this is the Holly hack (.clearfix) built into .toggled-layer elements */
span.toggled-layer:after {
	content: ".";
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
.toggled-layer {display:inline-block;} /* Fix for IE7 */
/* Hide from IE Mac \*/
.toggled-layer {display:block;}
* html .toggled-layer {height: 1%;} /* Old fix for IE Mac - no longer needed? */
/* End hide from IE Mac */

/* Tables */
table {
	background-color: #999999;
	clear: both;
	color: #999999;
	margin-bottom: 10px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	background-color: #999999;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

/* Elements that need to start hidden */
.display-none {
	display: none;
}
.hidden {
	visibility: hidden;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
label.inline {
	display: inline;
	padding: 0;
}
input, textarea {
	clear: both;
	display: block;
	/*font-size: 140%;*/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	/*font-size: 120%;*/
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;*/
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=checkbox].inline {
	display: inline;
	clear: none;
	float: none;
	margin: 0;
}
input[type=submit] {
	display: inline;
	/*font-size: 110%;*/
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Flash Messages */
div.flash-message {
	text-align: center; 
	color: #666; 
	border-bottom: 2px solid #999; 
	background-color: #eee; 
	padding: 10px 20px; 
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
}
div.confirm {
	color: #00CC00;
}
div.error {
	color: #CC0000
}
div.notice {
	color: #666666;
}

/* Quick Pull-Down Menu */
ul#menu {
	/*display: inline;*/
	margin: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	/*font-size: 112%;*/
	font-size: 20px;
}

#menu, #menu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 100;
	list-style: none;
}

#menu a {
	/*
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	*/
	/*color: #ffffff;
	background-color: #ff0000;*/
}

#menu li {
	/*float: left;*/
	/*padding: .30em .15em .30em .15em;*/
	/*width: 10em;*/ /* Makes each menu item a fixed width instead of shrinking and growing with text */
}

#menu li ul {
	border: 2px solid #ccc;
	padding: 15px 25px;
	background-color: #2d3331;
	
	position: absolute;
	margin-left: -1000em;
	height: auto;
	font-size: 80%;
}

#menu li ul div {
	border: 0;
	padding: 0.3em 0;
}

#menu li li {
	/*float: left;*/ /* necessary? */
	/*clear: left;*/ /* forces vertical menu options */
	/* Make sure drop-down menu has the right background color, etc. */
	/*background-color: #ffffff;*/
}

#menu li ul a {
	/* These settings affect the characters in the drop-down menu */
	color: #ccc;
	line-height: 1.6em;
	font-weight: normal;
	/*debug border: 1px solid #ffffff;*/
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	/*margin-left: -5px;*/
	margin-top: -3.4em;
	margin-left: 150px;
}

#menu li li a:hover, #menu li li a.sfhover {
	/*debug border: 1px solid #e7e7ff;*/
	border-bottom: 2px solid #ccc;
}

/* Text  */
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style4 {
	font-weight: bold;
	color: #FFCC00;
	font-size: 20px;
	letter-spacing: normal;
}
.style6 {font-weight: bold; color: #333333; font-size: 16px; }
.style7 {font-size: 24px}
.style8 {font-weight: bold; color: #333333; font-size: 16px; }
.style9 {color: #FFFFFF; font-size: 16px; }

