* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", serif;
	font-size: 100%;
}

body {
	background-color: #fff;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #555;
	cursor: pointer;
}

a:hover {
	color: #e20;
	border-bottom: solid 1px #e20;
}

h1, h2, h3 {
	margin-bottom: 0.5em;
	clear: both;
}

p {
	font-size: 90%;
}

h1 {
	margin-left: -0.5em;
	padding-left: 1em;
	font-size: 150%;
	background-image: url('../pictures/h1_back.jpg');
	background-repeat: no-repeat;
	background-position: 0 0.27em;
}

h2 {
	font-size: 120%;
	font-weight: normal;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	clear: both;
}

input, textarea {
	width: 98%;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0.2em 0.4em;
	color: #333;
	background-color: #fff;
	border: 1px solid #aaa;
	font-weight: normal;
}

input.button {
	width: auto;
	font-size: 90%;
	font-weight: bold;
	background-color: #fafafa;
	background-image: url('../pictures/button_back.jpg');
	border: 1px solid #555;
	color: #222;
	cursor: pointer;
}

*>input.button {
	padding: 0.2em 2em;
}

input.radioInput {
	margin: 0 1em 0 1em;
	width: auto;
	display: inline;
}

.radioDiv {
	margin-bottom: 1em;	
}

input.button:hover {
	background-color: #fafafa;
	background-image: none;
	color: #e20;
}

label {
	display: block;
	margin-top: 0.5em;
	font-size: 90%;
}

label.radioLabel {
	display: inline;
}

*>option {
	padding-right: 0.5em;
}

p {
	margin-bottom: 1em;
	margin-left: 0.5em;
}

ul {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	list-style-type: disc;
	line-height: 1.5em;
}

ul  ul {
	margin-left: 1.5em;
	margin-bottom: 0.7em;
	list-style-type: circle;
	line-height: 1.5em;
}

select {
	margin-right: 1em;
	margin-bottom: 1em;
}

textarea {
	height: 15em;
}

/* Design */
#top {
	height: 4em;
	background-color: #333;
	background-image: url('/admin/pictures/top_back.jpg');
	background-position: top center;
	border-bottom: solid 2px #000;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
}

#top img {
	border: none;
}

#top input {
	position: absolute;
	top: 1em;
	right: 0;
	font-size: 55%;
}

#location {
	padding: 0.5em 2em 0.5em 2em;
	background-color: #eee;
	background-image: url('/admin/pictures/location_back.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	border-bottom: solid 2px #000;
	color: #222;
}

#location a {
	border-bottom: solid 1px #c00;
}

#location a:hover {
	border-bottom: solid 2px #fff;
}

#content {
	padding: 2em;
	font-size: 90%;
}

/* Specific */

#loginbox {
	width: 25em;
	margin-top: 2em;
	margin-left: 3em;
	margin-bottom: 2em;
	padding: 1em;
	background-color: #eee;
	background-image: url('/admin/pictures/background_gradient.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	border: solid 2px black;
}

#loginbox h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 0.7em;
	background: none;
}

#loginbox label {
	margin: 0;
	font-weight: bold;
}

#loginbox fieldset {
	margin: 0 0 1em 0;
	border: none;
}

#loginbox input {
	margin: 0.25em 0;
	width: 24em;
}

#loginbox input.button {
	width: 10em;
}

#loginbox #loginError{
	margin-top: 1em; 
	padding: 3px 10px; 
	background-color: #700; 
	color: white; 
	border: solid 1px #c00;
}

#developed-note {
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: 1em;
	font-size: 80%;
	text-align: left;
	color: #999;
	clear: both;
}

#developed-note a {
	color: #999;
	border: none;
}

#developed-note a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.special-descriptions {
	font-size: 120%;
	font-style: italic;
}

.dont-work {
	text-decoration: line-through;
}

.menu-edit ul {
	list-style-type: none;
}

.menu-edit ul ul input{
	font-size: 75%;
	border-color: #ddd;
}

.message-icon {
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
	clear: both;
}

.list-table {
	width: 100%;
	margin: 1em 0;
	border-bottom: 1px solid #333;
}

.list-table a {
	border: none;
}

.list-table th {
	padding-bottom: 1em;
	text-align: left;
	font-size: 90%;
}

.list-table td {
	height: 1.5em;
	padding-right: 0.4em;
	border-bottom: 1px solid #ddd;
	font-size: 82%;
}

.list-table img {
	border: none;
}

.list-table input {
	padding: 0.2em;
	font-size: 90%;
	margin: 0;
}

#edit-modules-table {
	margin-left: 1em;
	border-bottom: 1px solid #333;
}

#edit-modules-table td, th {
	padding-right: 0.5em;
	text-align: left;
}

#edit-modules-table th {
	padding-bottom: 1em;
}

#edit-modules-table td {
	cursor: pointer;
}

#edit-modules-table td {
	border-bottom: 1px solid #ddd;
}

#message { /* This one will be removed eventually */
	position: absolute;
	width: 47em;
	height: auto;
	top: 10.3em;
	left: 2em;
	padding: 2.5em;
	background-color: #f44;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 125%;
	display: none;
	color: #fff;
	text-align: center;
}

.okMessage {
	position: absolute;
	width: 28em;
	height: auto;
	top: 10%;
	right: 4em;
	padding: 1em;
	background-color: #222;
	border: 2px solid #000;
	font-weight: bold;
	font-size: 110%;
	display: none;
	color: #fff;
	text-align: center;
}

.failMessage {
	background-color: #e20;
}

#liveSelect {
	padding: 0.5em;
	margin: 0;
	text-align: right;
	background-color: #fff39e;
	border: 1px solid #e9da6f;
}

#liveSelect select {
	padding: 0;
	margin: 0;
}

#liveSelect label {
	position: relative;
	top: -0.8em;
	display: inline;
	font-size: 75%;
	font-weight: bold;
}

#multipleSelectionsModulename, #multipleSelectionsPresentationID, #multipleSelectionsInstructions, #multipleSelectionsSoftware {
	font-size: 90%;
}

#inputFormBox
{
	width: 50em;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #efefe6;
	background-image: url('../pictures/inputFormBox.jpg');
	background-repeat: repeat-x;
	border: 1px solid #bbb;
}

/*******
	Retailer extras
********/
#searchbar {
	margin-bottom: 1em; 
	padding: 1em; 
	background-color: #ebebeb; 
	background-image: url('/pictures/search.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

#searchmodule_results {
	height: 20em;
	margin-bottom: 2em;
	overflow: auto;
}

#searchmodule_results_header {
	width: 100%;
	border-top: 1px solid #ccc;
}

#searchmodule_results_data {
	width: 58.3em;
}

#searchmodule_results_data a {
	color: #333;
	border: none;
}
#searchmodule_results_header th {
	padding: 0.3em 0;
	text-align: left;
	font-weight: bold;
	background-color: #f4f4f4;
}

#searchmodule_results_header td, #searchmodule_results_data td {
	color: #333;
}

#popupOrderInfoBox {
	padding: 2em;
	font-size: 82%;
}

#popupOrderInfoBox label, #popupOrderInfoBox input, #popupOrderInfoBox textarea, #popupOrderInfoBox select {
	margin: 0.2em 0.5em;
}

#popupOrderInfoBox table {
	padding: 1em;
	width: 100%;
	font-size: 90%;
}

#popupOrderInfoBox #moduleTable td {
	padding-right: 0.5em;
	border-bottom: 1px solid #ccc;
}

#systemUpgradeMessage {
	position: absolute;
	top: 0.75em;
	right: 15em;
	width: 40em;
	padding: 0.25em 1em;
	border: 1px solid #eee;
	background-color: #f33;
	font-size: 50%;
	line-height: 1.2em;
}

#languageIndicator {
	position: absolute; 
	top: 4.35em; 
	right: 0.5em;
	height: 0.83em;
}

.loginwarnings {
	margin-bottom: 1em; 
	padding: 0.5em; 
	background-color: #e21; 
	color: #fff; 
	border: 2px solid #000; 
	font-size: 90%;
}

#foreignVersionExists {
	width: 50em; 
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fe5;
	border: 1px solid #777;
}

#dashboardTable {
	margin-left: 1em;
}

#dashboardTable td {
	padding-right: 4em;
	vertical-align: top;
} 

#languageSelector {
	position: absolute;
	right: 1em;
	padding: 0.5em;
	font-size: 80%;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#languageSelector a {
	border: none;
}

#languageSelector img {
	border: none;
}
