.content pre {
	font-size: 11px;
	line-height: 6px;
	overflow: auto;
	width: 98%;
	border: dashed 1px #444;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
  margin: 10px;
}


h1 {
	font: bold 14px verdana;
}
h2 {
	font: bold 12px verdana;
}

.flash {
  padding: 4px;
  border: solid 1px #000000;
  margin: 10px;
  font: bold 14px verdana;
	color: #000;
}
.article {
  border: 1px solid #444;
  padding: 5px;
  margin: 5px;
  text-align: center;
}
.article p {
  padding: 0;
  margin: 0;
}
.date_abbr {
	color: #fff;
	text-decoration: none;
}
.error {
  background: #ffcccc;
}
.notice {
  background: #ccffcc;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #333333;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #fff;
  margin-bottom: 0;
  padding: 5px;
	padding-top: 15px;
}

#errorExplanation ul {
	margin-bottom: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Tabs */
.nicetabs ul
{
	list-style: none;
	padding: 0 0 0 0px;
	font-family: verdana,arial,sans-serif;
}
.nicetabs ul li
{
	display: inline /*Fix IE floating margin bug*/; float: left; width: 95px; overflow: visible !important /*Firefox*/; overflow: hidden /*IE6*/;
	width: 93px;
	margin: 0 2px 0 0!important;
	background: rgb(235,235,235);
	list-style: none;
	display: inline;
	padding: 0 0 0 0!important;
	background: none !important;
	color: rgb(125,125,125);
	font-size: 100%;
	white-space: nowrap;
}
.nicetabs ul li h1
{
	clear: both;
	margin: 0 0 0 0!important;
	padding: 5px 5px 5px 5px;
	background-color: rgb(190,190,190);
	border: solid 1px rgb(190,190,190);
	font-family: arial,sans-serif;
	color: rgb(255,255,255);
	font-size: 12px;
	text-align: center;
}
.nicetabs ul li a
{
	clear: both;
	display: block;
	margin: 0 0 0px 0!important;
	border: solid 1px #444;
	padding: 3px 2px 3px 2px;
	background-color: #333;
	font-family: arial,sans-serif;
	font-size: 12px;
	text-align: center;
}
.nicetabs ul a
{
	color: rgb(70,122,167);
	text-decoration: none;
}
.nicetabs ul a:hover
{
	color: rgb(42,90,138);
	text-decoration: underline;
}
.nicetabs ul li a.active
{
	padding-bottom: 5px;
	background-color: #444;
	border: solid 1px #555;
	border-bottom: 0;
	color: rgb(255,255,255);
	font-weight: bold;
}

.nicetabs a:active
{
  outline: none;
}

.tabbox
{
	border: solid 1px #555;
  padding: 5px;
  clear: both;
}
blockquote {
  border: 1px dashed #555;
  padding: 3px;
}
cite {
  font: bold 11px arial, sans-serif;
  display: block;
}
.tag1
{
	font-size: 1.0em;
}
.tag2
{
	font-size: 1.2em;
}
.tag3
{
	font-size: 1.4em;
}
.tag4
{
	font-size: 1.6em;
}

.floatrightbox
{
	float: right;
	width: 200px;
	border: solid 1px #555;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 12px;
  background: #444;
}
.floatrightbox h2
{
	padding: 0 0 5px 0 !important;
	margin: 0 0 0 0 !important;
	text-align: center;
  font: bold 14px Tahoma,sans-serif;
}
.thumbnail-box
{
  position: relative;
  width: 210px;
  height: 245px;
  padding: 5px;
  float: left;
  text-align: center;
  border: solid 1px #555;
  margin: 3px;
  cursor: pointer;
	background: #444;
}
.thumbnail-box:hover {
  border: solid 1px #666;
  background: #555;
}

.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(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

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


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


div.flash {
	border: 0;
}
.comment-bar {
	background: #444;
	padding:3px;
	border: solid 1px #555;
}
.rating-box {
	position: absolute;
	right: 5px;
	float: right;
	padding: 2px;
	background: #333;
	border: solid 1px #555;
}
.large-rating-box-float {
	float: right;
	text-align: right;
	width: 60px;
}
fieldset {
  border: none;
  background: none;
}

input {
	border: solid 1px #555;
	background: #666;
	color: #fff
}

/* file selector */
input[type="file"] {
  color: #000;
}

textarea {
	border: solid 1px #555;
	background: #666;
	color: #fff;
}
select {
	border: solid 1px #555;
	background: #666;
	color: #fff
}
.avatar {
  border: solid 1px #666;
  margin: 10px;
  display: block;
  width: 104px;
  height: 104px;
  text-align: center;
}
.avatar div {
  border: solid 1px #555;
  background: #333;
}
.avatar img {
  border: 0;
  float: none !important;
}
.avatar-large {
  border: solid 1px #666;
  margin: 10px;
  display: block;
  width: 254px;
  text-align: center;
}
.avatar-large div {
  border: solid 1px #555;
  background: #333;
}
.avatar-large img {
  border: 0;
  float: none !important;
}
.avatar-mini {
  border: solid 1px #666;
  margin: 0px;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
	vertical-align: middle;
	margin-bottom: 3px;
}
.avatar-mini div {
  background: #333;
	line-height: 10px;
}
.avatar-mini img {
  border: 0;
  float: none !important;
}
.avatar-small {
  border: solid 1px #666;
  margin: 5px;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
}
.avatar-small div {
  border: solid 1px #555;
  background: #333;
}
.avatar-small img {
  border: 0;
  float: none !important;
}

.form_field {
	padding-bottom: 10px;
}
object.swfupload {
  vertical-align: middle;
}

.upload_form {
    width: 300px;
    float: left;
}
.upload_form label {
    width: 80px;
    display: inline-block;
}
.upload_form input {
    width: 150px;
    margin: 2px;
}
.upload_form textarea {
    width: 150px;
    margin: 2px;
}
.upload_view {
    width: 300px;
    float: left;
}

