/*
################################################################################
# PHCDownload (version 1.1.1) - Document Management & Manipulation System
################################################################################
# Copyright (c) 2005 - 2008 developed by Alex Gailey-White @ www.phpcredo.com
# PHCDownload is free to use. Please visit the website for further licence
# information and details on re-distribution and use.
################################################################################
*/

/*
############################################
# Blue Tone - CP - May 06 - Copyright PHCDL
############################################
*/

/*
############################################
# Tags
############################################
*/

body {
  margin: 10px;
  padding: 0;
  background-color: #C2D0DA;
  color: #496578;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

body, td, input, select, textarea, optgroup, option {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

a:link, a:visited {
  color: #6A8DA5;
}

a:hover {
  color: #800000;
}

a:active {
  color: #6A8DA5;
}

h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 28px;
	font-weight: normal;
	color: #40596A;
  padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #40596A;
  font-style: italic;
  font-weight: bold;
  margin: 10px 10px 10px 10px;
}

strong, legend {
  font-size: 12px;
  font-weight: bold;
}

fieldset {
  padding: 10px;
  margin: 5px 0 10px 0;
}

/*
############################################
# Elements
############################################
*/

.header_logo {
	font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 24px;
	font-weight: bold;
  text-align: right;
  padding-bottom: 3px;
  border-bottom: 1px dotted #4A6A7C;
  margin: 0 0 20px 0;
}

#buttons {
  margin: 0 0 20px 0;
  border: 2px solid #4A6A7C;
  background-color: #F5F5F5;
  text-align: center;
}

#buttons input {
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  margin: 5px 5px 5px 5px;
}

#palette_swatch {
	position: absolute;
	left: 0;
	top: 0;
	width: 469px;
	border: 2px solid #4B687C;
	padding: 0;
	background-color: #FFFFFF;
}

#calendar_window {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	border: 2px solid #4B687C;
	padding: 0;
	background-color: #F5F5F5;
}

/*
############################################
# Classes - Message Boxes
############################################
*/

.critical_error {
	background-color: #ff9999;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 2px solid #cc3366;
	font-size: 13px;
	color: #333333;
}

.critical_error a:link, .critical_error a:visited, .critical_error a:hover, .critical_error a:active  {
	color: #996666;
	font-weight: bold;
}

.critical_error_title {
	color: #996666;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.error {
	background-color: #ff9999;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px dotted #cc3366;
	font-size: 13px;
	color: #333333;
}

.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #996666;
	font-weight: bold;
}

.error_title {
	color: #996666;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.warning {
	background-color: #ffcc99;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px dotted #cc6633;
	font-size: 13px;
	color: #333333;
}

.warning a:link, .warning a:visited, .warning a:hover, .warning a:active {
	color: #998666;
	font-weight: bold;
}

.warning_title {
	color: #998666;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.alert {
	background-color: #ffff99;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px dotted #959555;
	font-size: 13px;
	color: #333333;
}

.alert a {
	color: #999967;
	font-weight: bold;
}

.alert_title {
	color: #999967;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.notice {
	background-color: #ccff99;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px dotted #6c8b4c;
	font-size: 13px;
	color: #333333;
}

.notice a {
	color: #669966;
	font-weight: bold;
}

.notice_title {
	color: #669966;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.response_box {
	background-color: #000000;
	padding: 10px;
	margin: 5px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

/*
############################################
# Classes - General
############################################
*/

.input {
  width: 100%;
}

.textarea {
	overflow: auto;
	width: 99%;
	font-family: 'Courier New', Courier;
	font-size: 13px;
}

.notepad {
	background-color: #ffff99;
	padding: 10px;
	border: 1px dotted #959555;
	color: #999966;
}

.notepad a:link, .notepad a:visited, .notepad a:hover, .notepad a:active {
	color: #afaf77;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.notepad_title {
	color: #afaf77;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.notepad textarea {
	background-color: #ffff99;
	width: 99%;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	color: #555555;
	border: 0px;
	overflow: auto;
}

.table {
  margin: 0 0 20px 0;
  border: 2px solid #4B687C;
}

.table_error {
  margin: 0 0 20px 0;
  border: 2px solid #905e5f;
}

.header {
  padding: 8px;
  font-size: 11px;
  background: #5E829C;
  background-position: top left;
  background-repeat: repeat-x;
  color: #FFFFFF;
}

.header a:link, .header a:visited {
  color: #FFFFFF;
}

.header a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.header a:active {
  color: #FFFFFF
}

.header_title {
  background-color: #666666;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 10px;
}

.subheader {
  padding: 6px;
  background: url('../admin/images/sub_hdr_grd.gif') #D5DEE5;
  background-position: top left;
  background-repeat: repeat-x;
  color: #5A798E;
}

.subheader2 {
  padding: 6px;
  background: #eaeaea;
  color: #888888;
}

.row {
  padding: 6px;
  background-color: #F5F5F5;
  color: #40596A;
}

.palette_box {
	border: 2px solid #555555;
	background-color: #FFFFFF;
	display: inline;
	float: right;
	width: 40px;
	height: 20px;
}

.file {
	float: left;
	width: 155px;
	background-color: #cccccc;
	color: #333333;
	border: 1px solid #666666;
	padding: 6px;
	margin: 4px;
	font-size: 11px;
}

.line {
  padding: 0px;
  background-color: #DDDDDD;
}

.button {
  font-weight: bold;
  padding: 3px 3px 3px 3px;
}