@charset "utf-8";
/* CSS Document 
by Unconfusing Technology
http://unconfusing.com

Please give credit if copying this file.
*/

body
{
	background-color:#ffffff;
	font-family: Verdana, sans-serif;
	color:#333333;
	background:url(images/glossymetal.jpg);
	margin:0; padding:0;
}

p,li,td,.item,.label
{
	font-family: Verdana, sans-serif;
	font-size:11px;
}

img
{
	border:none;
}
a
{
	color:#333333;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
	font-size:95%;
	font-family:Verdana, Georgia, serif;
	font-size:11px;
}

.border
{
	border:1px dashed #d5c8a4;
	padding:6px;
	text-align:justify;
}

h1,h2,h3,h4,h5, .red
{
	color:#857344;
	font-family: Georgia, Verdana, serif;
}

h1
{ font-size:22px; }

h2
{ font-size:20px; }

h3
{ font-size:18px; }

h4
{ font-size:16px; }

ol li
{
	padding-top:8px;
}

ul
{
	list-style-type:disc;
}

.smalltext
{
	font-size:10px;	
}

#logo
{
	width:166px;
	height:166px;
	padding-top:30px;
	padding-left:60px;
	text-align:right;
	float:left;
}

.floatbuster
{
	clear:both;
	float:none;
}

#placeholder
{
	background:url(images/fadestrip.png) top left repeat-x;
	width:100%;
}
#container
{
	width:820px;
	margin:0 auto;
}

#lock
{
	position:relative;
	text-align:right;
}


#head
{
	margin-top:-225px;
	background:transparent url(images/head_bkgrnd_bar.png) bottom center no-repeat;
	height:234px;
	padding:12px;
}


#main
{
	background:transparent url(images/mid_bkgrnd.png) top center repeat-y;
	min-height:200px;
}
#mainleft
{
	padding:40px 10px 10px 25px;
	width:190px !important;
	float:left;
}
#mainleft ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#mainleft ul li
{
	background-color:#4f4f4f;
	color:#ffffff;
	padding:10px;
	margin:3px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
}
#mainleft ul li a
{
	color:#ffffff;
	text-decoration:none;
	border:none;
	font-family:Verdana, Helvetica !important;
}
#mainleft ul li a:hover
{
	font-weight:bold;
}

#mainright
{
	float:right;
	padding:0px 35px 0 20px;;
	width:538px;
}

#foot
{
	background:transparent url(images/foot_bkgrnd.png) bottom center no-repeat;
	height:218px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
}
#innerfoot
{
	margin:0 auto;
	padding:110px 20px 20px 20px;
	text-align:center;
}

.small
{
	font-size:x-small;
}

#unconfusing
{
	float:right;
	padding-right:35px;
	font-size:10px;
}

.error 
{
	background-color:#e9c4c4; 
	border:1px solid #D94136; 
}
.good
{
	background-color:#f9fffa;
}

label.error
{
	color:#D94136;
	background:none;
	margin-left:8px;
	font-size:12px;
	border:none;
	display:block;
}


/**
 * ******************************
 * 
 * INPUT/ORGANIZATIONAL Styles
 * 
 * ******************************
 */

input.delete:hover
{
	background-color:#993333;
}

input.clear
{
	background:transparent;
	border:none;
}


input.full,textarea.full,.full
{
	width:98% !important;	
}

.label
{
	padding:3px;
}

.input
{
	margin-bottom:5px;
	vertical-align:middle;
}

.item
{
	float:none;
	clear:both;	
	margin-bottom:8px;
}

/**
 * ******************************
 * 
 * FORM ELEMENTS
 * 
 * ******************************
 */

form p {margin:0 0 10px 0;}

input.text, select.text
{
	color:#333;
	border:1px solid #aaa ;
	padding:5px !important;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:12px;
/*	width:450px;*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/*form input#post-metad { width:513px !important; }*/
input.text:focus, textarea:focus, select:focus 
{ 
	border:1px solid #666;
}
textarea.textarea,div.textarea
{ 
	line-height:18px;
	text-align:left;	
	color:#333;
	border:1px solid #aaa;
	padding:5px;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:12px;
}

input.submit, input.form_button {
	padding:5px 10px;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight:bold;
}


.largeform
{
	width:535px;
}

textarea.full
{
	width:530px; 
	height:350px;
}
	
input[readonly], textarea[readonly], select[readonly], div.readonly
{
  background:#fafafa;
  color:#999999;
  cursor:default;
}

textarea[readonly]
{
	border:1px solid #aaa;
}

textarea#codetext 
{ 
	height:600px; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; 
	line-height:18px;
	font-size:12px;
}
.short 
{ 
	width:160px !important;
}

.medium
{ 
	width:210px !important;
}

.long
{ 
	width:250px !important;
}

/* Datepicker
----------------------------------*/
#ui-datepicker-div { background-color:#fafafa; border:1px solid #999999; font-size:10px; }