/* Site wide style declarations. */
/* This file should not include layout styles. */

/* These styles apply to EVERYTHING... */
* {
	font-family: Arial, sans-serif;
}

body 
{ 
	font-size: 100%;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

a, a:visited { color: #0033CC; text-decoration: none; }
a:hover, a:active { text-decoration:underline; }

h3
{
	text-align: center;
	color: #039;
	background-color: transparent;	
	font-size: 1.2em;
}

/* Prodominately used as the header for the Send a Press Release work flow. */
h4
{
	text-align: center;
	color: #039;
	background-color: transparent;	
	font-size: 0.9em;
	margin-top: 0;
	padding-top: 0;
}

p { font-size: 0.9em; }
td { font-size: 0.9em; }

table.sidebar 
{
	float: right;
	margin: 0px; border: 0px; padding: 0px;
}

hr.bigblue 
{
	background-color: #003399;
	color: #003399; /* IE Incorrectly uses color... */
	height: 20px; 
	padding: 0px; 
	border: 0px;
	margin: 5px 0px;
}
hr.blue 
{
	background-color: #003399;
	color: #003399; /* IE Incorrectly uses color... */ 
	height: 2px; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	margin: 5px 0px;
}

input.btn, input.submit 
{ 
	background-color: #039; 
	color: #fff; 
	font: bold 11px; 
	margin: 10px 1px 10px 0px; 
	padding: 1px 2px 1px 2px; 
}

.userfield { font-weight: normal; color: #003399; }
.userfield_error { font-weight: bold; color: #003399; }
.errormsg { font-style: italic; color: #CC0000; }
div.pagemsg 
{ 
	font-size: 10pt; 
	font-style: italic; 
	color: #CC0000;
}

.spacer { clear: both; }
div.region {
	float: left;
	width: 30%;
	/* Set the height because floats don't line up properly without. */
	/* Note this is pretty tight so if new subregions are added, height needs to increase! */
	vertical-align : top;
	padding: 2px;
	margin: 3px 0px 3px 0px;
}
ul.subregion 
{
	list-style-type: none;
	margin: 0px 0px 0px 24px;
	padding: 0;
}
div.descregion {
	clear: both;
	width: 99.9%;
	padding: 2px;
	margin: 3px 0px 3px 0px;
}

.hideElement { display: none;	}
.label-col
{
	width: 30%;
}
.input-col
{
	font-size: 0.6em;
	font-weight: normal;
	width: 70%;
}
.source-container
{
	position: relative;
	width: 670px;
	height: 205px;
}
.field { width: 90%; }
table.form { width: 100%; }
.permission 
{ 
	font-size: 0.9em;
	font-weight: normal;
}
.note 
{ 
	font-size: 0.8em;
	font-weight: normal;
}
span.left { width: 34%; float: left; }
span.right { width: 64%; float: right; }

.source-box-normal
{
	border: 1px solid #888;
	background-color: #eee;
	padding: 0px;
	margin: 10px;
	font-size: 0.9em;
	float: left;
	width: 30%;
	height: 140px;
}

.source-box-normal div.option-bar
{
	margin: 0;
	padding: 1px 3px;
	background-color: #039;
	text-align: right;
}

.source-box-normal div.option-bar a:link, .source-box-normal div.option-ba a:active, .source-box-normal div.option-ba a:visited
{
	color: #fff;
	font-size: 1.0em;
}

.source-box-normal h3
{
	margin: 0;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
	color: #000;
}

.source-box-edit
{
	border: 1px solid #888;
	background-color: #ddd;
	color: #555;
	padding: 0px;
	margin: 10px;
	font-size: 0.9em;
	float: left;
	width: 30%;
	height: 140px;
}

.source-box-edit div.option-bar
{
	margin: 0;
	padding: 1px 3px;
	background-color: #aaa;
	text-align: right;
}

.source-box-edit div.option-bar  a:link, .source-box-edit div.option-bar a:active, .source-box-edit div.option-bar a:visited 
{
	color: #333;
	font-size: 1.0em;
}

.source-box-edit h3
{
	margin: 0;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
	color: #333;
}

.source-box-normal p, .source-box-edit p { padding: 0px 5px; }


/* -------------------------------------------------------------- */
/* New global styles, to gradually replace old and broken ones... */
/* -------------------------------------------------------------- */

/* Section title container... */
#order_section_title {
	font-size: 14px;
	color: #00339A;
	text-align: center;
	font-weight: bold;
}
