/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.
   
   Which itself owes a lot to Eric Meyer's reset.css
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}
/* remember to define focus styles! */
:focus {outline: 0;}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:Verdana, Arial, sans-serif;}
h1, h2 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
p {margin:0 0 1.5em;line-height:1.4em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}

/* forms.css */
label {font-weight:bold;}
input.text, input.title, textarea, select {}
input.text:focus, input.title:focus, textarea:focus, select:focus {}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}

/* -------------------------------------------------------------- 

	Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] 
	
-------------------------------------------------------------- */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {clear:both;}


/* -------------------------------------------------------------- 
   
   Begin site-specific styles
      
-------------------------------------------------------------- */

body {
	background: #FFFFFF;
	color: #333333;
}
a {
	color: #333333;
}
.container {
	margin: 10px auto 0;
	width: 840px;
}
.header {
	background: #555555;
	border-bottom: 1px solid #4C4C4C;
	height: 60px;
	padding: 0 0 0 20px;
}
.navigation {
	background: #999999;
	border-top: 1px solid #B3B3B3;
	height: 30px;
	padding: 0 0 0 20px;
}
ul.nav {
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
}
ul.nav li {
	color: #444444;
	font: 14px Arial,Sans-Serif;
	line-height: 1;
	padding: 5px 16px 5px 0;
}
.content {
	width: 600px;
	margin: 0 auto 0;
	padding: 0;
	font: 1.0em Verdana, Arial, sans-serif;
}
h1 {
}
h1 a {
	color: #FFFFFF;
	font: normal 30px Arial,Sans-Serif;
	letter-spacing: -1px;
	line-height: 60px;
	text-decoration: none;
}
h1 a:hover, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	background: #CCCCCC url(../assets/boxheaders.png) repeat-x scroll 0 0;
	color: #666666;
	background-position: 0 -31px;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 31px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
}
.bottom {
	background: #F4F4F4 url(../assets/box.png) repeat-x scroll 0 0;
	border-color: #DDDDDD;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 2.5%;
}
.collapse {
	background:transparent url(../assets/collapse.png) no-repeat scroll 0 -14px;
	height:14px;
	margin-top:-7px;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	top:50%;
	width:10px;
}
.change {
	background-position: 0 0;
}
.separator {
	margin-top: 2.0em;
}
h3 {
	clear: both;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
h3.formheading {
	padding: 2.0em 0 0.5em;
}
h4 {
	color: #666666;
	background-position: 0 -31px;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 31px;
	margin: 0;
	padding: 5px 10px 5px 0;
}
input {
	margin: 0 0 6px;
	font-size: 1.2em;
	line-height: 1.0em;
	padding: 2px 4px 4px;
	font: 12px Verdana, Arial, sans-serif;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
}
.button {
	background: #888888 url(../assets/button.png) repeat-x scroll 0 0;
	border: 1px solid #888888;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
}
.button:hover {
	border-color: #777777;
	cursor: pointer;
}
option span {
	color: #CCCCCC;
}
.inlinelabel {
	width: 80%;
	padding: 0 0 4px 0;
	float: left;
	font-weight: normal;
}
.inlinecheckbox {
	float: left;
	clear: both;
	margin: 2px 6px 10px 0;
}
.indent {
	margin: 0 0 12px 20px;
	clear: both;
	float: left;
}
textarea {
	width: 560px;
	padding: 2px 4px 4px;
	font: 12px Verdana, Arial, sans-serif;
}
#feedbackform textarea {
	height: 60px;
}
label {
	display: block;
}
div.formsection {
	margin-bottom: 4%;
}
div.template {
	width: 80px;
	float: left;
	text-align: center;
}
div.templates div img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.spellcheck {
	float: right;
}
.thumbnail, .fakelink {
	cursor: pointer;
}
#thumbnails div {
	width: 110px;
	float: left;
	text-align: center;
	background: #F0F0EE;
	border: 1px solid #CCCCCC;
	margin: 0 0 6px 6px;
	display: inline;
}
#thumbnails span {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	background: #F0F0EE url(../assets/cross.png) bottom left no-repeat;
	cursor: pointer;
}
.fakelink:hover {
	text-decoration: underline;
}
pre {
	margin: 0 0 1.5em;
}
.preview {
}
.footer {
	background: #999999;
	border-top: 1px solid #B3B3B3;
	clear: both;
	margin: 60px 0 0;
	padding: 10px 0 12px 20px;
	color: #444444;
	font: 14px Arial,Sans-Serif;
	line-height: 1;
}
.footer p {
	margin: 0;
}
.footer a, .footer a:visited {
	text-decoration: none;
	color: #444444;
}
.footer a:hover {
	text-decoration: underline;
}

/* -- SWFUpload ---------------------------------- */

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../assets/cross.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
span.button {
	display: block;
	height: 40px;
	background: #f00;
}