﻿/* --------------------------------------------- */
/* -- ServerSupermarket.net Print Style Sheet -- */
/* --------------------------------------- */

/* -- Colours -- //
Mid Green: #6B9E26
// ------------- */


/* -- Global -- */

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	vertical-align: middle;
}
body {
    color: #4C4C4C;
    font-size: 0.625em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 16px;    
}
ul, 
ol, 
li {
	list-style: none;
}
.padded h1, 
.padded h2, 
.padded h3, 
.padded h4 {
	padding: 10px 0 20px 0;
}
* + h1, 
* + h2, 
* + h3, 
* + h4 {}
h1 {
	color:#6B9E26;
	font-size:2.2em;
}
h2 {
	color:#6B9E26;
	font-size:1.8em;
}
h3 {
	color:#4C4C4C;
	font-size:1.6em;
}
h4 {
	color:#4C4C4C;
	font-size:1.2em;
}
h4 span {
	color:#aaaaaa;
}
.inline {
	background: #fcfcfc;
	border: 1px solid #cccccc;
	display: block;
	padding: 3px;
	margin: 6px;
}
.clear {
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.quote {
	/**/
}
.signature {
	text-align:right;
	font-weight:bold;
	color:#6B9E26;
}
hr {
	color: #fff;
	height: 0;	
}

table {
	width:100%;
	border: 1px solid #ddd;
	background-color:#EEF6E1;
}
table thead tr td, 
table tr th {
	background-image: url('/content/images/form_buttongrey.gif');
	background-repeat: repeat-x;
	font-weight:bold;
}

table tr th, 
table tr td {
	padding: 6px;
	text-align: left;
}

table tr.alt {
	background-color:#F7FBF0;
}

table tr.rowtotal {
	background-color:#3A3839;
	color:#fff;
}
table tr.rowmonthly {
	background-color:#796E68;
	color:#fff;
}
table td.price {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

table .button {
	color: #fff !important;
}


		
img.left {
	margin-left: 0;
}
img.right {
	margin-right: 0;
}

p {
	margin: 0 0 10px 5px;
}
.tcs {
	color:#6B9E26;
	font-weight:bold;	
}



/* -- -- -- */

.padded {
	padding:5px;
}


/* -- Container -- */

#container {
	
	
}

/* -- -- -- */



/* -- Right Column -- */

#rightcol {
    display: none;
}

/* -- -- -- */



/* -- Header -- */

#header {
    display: none;
}

/* -- -- -- */



/* -- -- Navigation -- -- */

div#nav {
    display: none;
}

/* -- -- -- -- */



/* -- Content -- */

#content {
	float: left;
	margin: 50px 0 0 0;
	padding: 5px 0 0 5px;
	width: 765px;
}
#content > div {
	background-color: #fff;
	/*border: 1px solid #7F8F67;*/
	display: block;
	font-size: 1em;
	margin: 0 5px 5px 0;
}
#content > div.padded {
	padding: 9px;
	overflow: hidden;
}
#content > div.fullheight {
	min-height: 520px;
}
#content > div.transparent {
	border: none;
	margin: 0 0 5px 0;
}

/* -- -- -- */



/* -- Half-Width -- */

#content div.half-width {	
	width: 46%;
}
#content div.half-width label {
	width: 100px;
}

/* -- -- -- */



/* -- Validation -- */

#content div.errors,
.validation-summary {
	background-color: #ffbaba;
    background-image: url('/content/images/exclamation.png');
    background-position: 1em 0.5em;
    background-repeat: no-repeat;
	border: 1px solid #dd5146;
    color: #dd5146;
    margin: 10px 0px;
    padding: 5px 10px 5px 40px;    
}
#content div.errors .message,
.validation-summary .message {
	color: #dd5146;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: bold;		
}
#content div.errors .info,
.validation-summary .info {
	color: #dd5146;
	cursor: pointer;
	display: inline;	
	float: right;
	font-size: 0.8em;
	font-weight: normal;
}
#content div.errors ul,
.validation-summary ul {	
	padding:5px;
}
#content div.errors ul li,
.validation-summary ul li {
	color: #dd5146;
	list-style-type: disc;
	margin-left: 40px;
}
#content fieldset span.error,
.validation-flag {
	color: #d00;
	font-size:1.4em;
}

/* -- -- -- */



/* -- Lists -- */

#content ul.small {
    font-size: 0.9em;
    line-height: 1.3em;
}

#content ul.indented {
    margin-left: 20px; 
}

#content ul.bulleted,
#content ol.bulleted {
	line-height: 1.3em;
	list-style-image: url('/content/images/bullet.png');
	list-style-type: disc;
	margin: 10px;
	padding: 0px 10px 0 10px;
}

#content ul.list-radio li {
    padding: 5px;
}
#content ul.list-radio li.highlight {
    background: #EEF6E1;
    border: 1px solid #9DCF60;
    padding: 4px;
}
#content ul.list-radio li input,
#content ul.list-radio li label {
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}        
#content ul.list-radio li label span {
    padding: 5px !important;
}

#content ol.numbered {
	margin: 0 0 0 40px;
}
#content ol.numbered li {
	color: #6B9E26;
	list-style-position: outside;
	list-style-type: square;
	margin: 10px;
}
#content ol.numbered li a {
	color: #666666;
	text-decoration: none;
}
#content ol.numbered li a:hover {
	color:#6b9e26;
	text-decoration: none;
}

/* -- -- -- */



/* -- Products -- */

#content ul#products {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
#content ul#products > li {
	clear: none;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 250px;
}

#content div.product {
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	/*border: 1px solid transparent;*/
	display: block;
	float: left;
	font-size: 0.8em;
	width: 248px;
	margin: 1px;
}
#content div.product > h1 {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 2.1em;
	padding: 20px 10px 12px 0px;
	margin-bottom: 0;
	text-align: right;
	text-transform: uppercase;
}
#content div.product > img {
	display: block;
	margin: 0;
	text-align: center;	
	vertical-align: baseline;
}
#content div.product > p {
	padding: 5px;
}
#content div.base h1, 
#content div.oneu h1 {
	background-image:url('/content/images/baseheader.jpg');
	background-repeat:no-repeat;
	color:#415B1A;
}
#content div.standard h1, 
#content div.twou h1 {
	background-image:url('/content/images/standardheader.jpg');
	background-repeat:no-repeat;
	color:#014670;
}
#content div.premium h1, 
#content div.fouru h1 {
	background-image:url('/content/images/premiumheader.jpg');
	background-repeat:no-repeat;
	color:#413D3A;
}

.base .footer
{
	background-image:url('/content/images/basefooter.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:48px;
}
.standard .footer
{
	background-image:url('/content/images/standardfooter.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:48px;
}
.premium .footer
{
	background-image:url('/content/images/premiumfooter.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:48px;
}

#content div.product .model img {
	display: inline-block;
	padding: 5px 10px;
}
#content div.product .model span {
	font-size: 1.5em;
	font-weight: bold;
}

#content div.product .description {
	font-size: 1.2em;
}

#content div.product .delllogo {
	width:104px;
	height:32px;
	background-image:url('/content/images/dell.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:0 0 0 5px;
}
#content div.product .offertitle {
	float:right;
	margin: 0 5px 0 0;
	line-height:10px;
}
#content div.product .offertitle h3 {
	font-size:1.4em;
	text-transform: uppercase;
	color:#666666;
}
#content div.product div.buttons {
	display: block;
	position: absolute;
	margin: 40px 0 0 0;
}
#content div.product div.buttons .button {
	display: block;
	width: 85px;
	margin: 5px;
}

/* -- -- -- */



/* -- Badges -- */

.badge {
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 160px;
	float: left;
	clear: none;
	width: 80px;
	margin: 0;
	padding: 0;
}
.base span.badge {
	background-image: url('/content/images/badgebase.gif');
}
.standard span.badge {
	background-image: url('/content/images/badgestandard.gif');
}
.premium span.badge {
	background-image: url('/content/images/badgepremium.gif');
}

/* -- -- -- */



/* -- -- Sticker -- --*/

div.sticker {
	background-image: url('../images/sticker.png');
	background-repeat: no-repeat;
	bottom: 0;
	clear: none;
	color: #fff;
	display: inline;
	float: right;
	font-weight: bold;
	height: 160px;
	text-transform: uppercase;
	width: 160px;
}
div.sticker span.from {
	left: 40px;
	line-height: 1em;
	text-align: left;
	font-size: 1em;
	position: relative;
	top: 40px;
}
div.sticker span.price {
	display: block;
	font-size: 5em;
	line-height: 1em;
	position: relative;
	text-align: center;
	top: 40px;
}
div.sticker span.inc {
	line-height:1em;
	float:right;
	text-align:right;
	font-size:1em;
	position: relative;
	right: 40px;
	top: 40px;
}

.offerbullets {
	border:1px solid #dddddd;
	background-color:#eeeeee;
	margin:3px 3px 0 3px;
	padding:5px 10px;
	color:#808080;
	line-height:1.2em;
	display:block;
	clear:both;
}
.offerbullets h3 {
	text-transform: uppercase;
}
.offerbullets ul {
	margin: 5px 5px 0 5px;
	padding: 0 0 0 10px;
}
.offerbullets ul li {
	font-size: 1.1em;
	list-style-type: disc;
}
	
/* -- -- -- -- --*/



.reply {
	margin-top: 10px;
}
.reply h1 {
	font-size: 1.4em;
	color: #f98b29;
}


	
/* -- Forms -- */

#content fieldset {
	/*background: #EEF6E1;
	border: 1px solid #D3DACB;*/
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 10px 20px 10px;
	/*color: #9DCF60;*/
}
#content fieldset h4 {
	margin-left: 40px;
}
#content fieldset a {
	color: #9dcf60;
	text-decoration: none;
}
#content fieldset legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #9DCF60;
	margin: 10p 0 10px 0;
	padding: 0 5px;
}
#content fieldset label {
	float: left;
	/*display: inline-block;*/
	font-weight: bold;
	margin: 6px 6px 0 0;
	text-align: right;
	width: 200px;
}
#content fieldset input.textbox {
	padding: 2px;
	width: 160px;
}
#content fieldset small {
    display: inline-block;
    padding: 5px 0 0 0;
}
#content fieldset span {
	display: inline-block;
	margin: 4px 0 4px 0;
	font-size: 1.2em;
}
#content fieldset table {
	width: 100%;
	display: block;
}
#content fieldset input,
#content fieldset select,
#content fieldset textarea {
	margin: 2px 0 2px 0;
	vertical-align: top;
}
#content fieldset input + label {
    float: none;
	display: inline-block;
	text-align: left;
    width: auto !important;
	vertical-align: top;
}
#content fieldset label + div {
    display: inline-block;
	float: left;
}
#content fieldset input.narrow {
	width: 23px;
}
#content fieldset li + input {
	width: auto;
}
#content fieldset li {}

#content input.textbox, 
#content textarea.textarea, 
#content select {
 	color:#666666;
 	padding:0 2px;
 	background-color:#F2F2F2;
	border:1px solid #cccccc;	
}
#content input.textbox:hover, 
#content textarea.textarea:hover,
#content select:hover {
 	background-color:#f7f7f7;
}
 
#content input.narrow {
	width: 23px !important;
}

#content label span {
    padding: 10px 10px 0 10px;
    margin: 0;
    color: #6E992E;
    font-weight: normal;
}

/* -- -- -- */



/* -- Enquiry Form -- */

#content div.enquiry .header {
	color:#fff;
	background-color:#3A3839;
	border:1px solid #cccccc;
	border-bottom:0;
	font-size:2.5em;
	line-height:20px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:20px;
	width:466px;
	float:right;
}
#content div.enquiry form#contact {
	background-color: #E2E2E2;
	border: 1px solid #cccccc;
	border-top: 0;
	margin: 0;
	padding: 10px;
	float: right;
	width: 486px;
}
/*#content div.enquiry form fieldset {
	padding: 10px;
	margin: 10px 0;
}*/
#content div.enquiry form#contact label {
/*	display: block;
	float:left;
	height: 20px;
	margin: 0 0 5px 0;
	text-align: left;*/
	width: 100px;
}
#content div.enquiry form#contact input.textbox,
#content div.enquiry form#contact textarea.textarea {
	/*background-color:#F2F2F2;
	border:1px solid #cccccc;
	float: left;*/
	/*height:20px;*/
	/*margin:0 0 5px 0;*/
	width: 320px;
}	
#content div.enquiry form#contact input.textbox:hover,
#content div.enquiry form#contact textarea.textarea:hover {
	background-color:#fff;
}
#content div.enquiry form#contact textarea.textarea {
    /*border:1px solid #cccccc;
	background-color:#F2F2F2;
	color:#666666;*/
	/*float:right;*/
	height: 116px;
	/*margin:0 0 5px 0;*/
	width: 318px;
}

/* -- -- -- */



/* -- Buttons -- */

div.buttons,
div.cta {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}

a.button,
input.button {
	clear: none;
	background-image: url('/content/images/form_button.gif');
	background-position: bottom;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	width: auto;
	vertical-align: middle;
}
a.button {
	border: 1px solid #eee;
	padding: 5px 10px;
	margin: 1px;
}
input.button {
    /**/
}
.button:hover {
	background-image: url('/content/images/form_button_over.gif');
}
.disabled  {
	background-image: url('/content/images/form_buttongrey.gif');
	color: #D63636;
}

.button-small {    
	background-image: url('/content/images/form_button.gif');
	background-position: center;
	border: 1px solid #eee !important;
	clear: none;
	color: #fff;	
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
	text-align: center;
	width: auto;
	vertical-align: middle;	
}
input.button-small {
    padding: 3px;
    margin: 0;
}
.button-small:hover {
	background-image: url('/content/images/form_button_over.gif');
}
a.button-small img {
    vertical-align: middle;
}


/* -- -- -- --*/



/* -- Buy Breadcrumbs -- */

.breadcrumbs {
	background-color:Transparent;
}
#content ol.buy {
	/*border: 1px solid #cccccc;*/
	height: 43px;
	display: block;
	margin: 0 2px -2px 0;
	padding: 0;
	float:right;
}
#content ol.buy li {
	background-image: url('/content/images/bc_next.png');
	background-repeat:repeat-x;
	background-position: bottom;
	color: #ccc;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	height:28px;
	width:150px;
	margin:0 0 0 -25px;
	padding:10px 0 1px 0;
	text-align:center;
	background-position:left;
	border-top:1px solid #C9C7C7;
	border-bottom:1px solid #C9C7C7;
}
#content ol.buy li.arrow {
	width: 0px;
}
#content ol.buy li.active {
	background-image: url('/content/images/bc_active.png');
	color: #fff;
	margin-left:-25px;
}
#content ol.buy li.completed {
	background-image: url('/content/images/completed.png');
	color:#fff;
	margin-left:-25px;
}
#content ol.buy li.first {
	margin:0;
	width:113px;
	background-position:right;
	border-left:1px solid #C9C7C7;
	border-top:1px solid #C9C7C7;
	border-bottom:1px solid #C9C7C7;
	height:28px;
	padding:10px 20px 1px 0;
}
#content ol.buy li.last {
	width:103px;
	background-position:left;
	border-right:1px solid #C9C7C7;
	padding:10px 0 1px 20px;
}

/* -- -- -- */


	
/* -- Table -- */

table.spec {
	background-color: #eef6e1;
	border: 1px solid #fff;
	color: #666;
	display: block;
	margin: 5px;
	width: 237px;
}
table.spec th {
	background-image:url('/content/images/form_buttondrk.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#595758;
	text-transform:uppercase;
	font-weight:bold;
	border: 1px solid #fff;
	color:#fff;
	padding:3px;
}
table.spec td {
	background-image: url('/content/images/form_buttongrey.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #fff;
	border: 1px solid #fff;	
	padding: 3px;	
}

table a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	border-bottom: 1px dashed #999;	
	margin: 0;
	padding: 0;
}
table a:hover {
    border-bottom: 1px solid #999;
}

/* -- -- -- */



/* -- Config Table -- */ 

#content table.config {
	float:right;
	width:480px;
}
#content table.config .spec {
	width:480px;
}

/* -- -- -- */



/* -- Footer -- */

#footer {
    
	/*background-color: #413D3A;*/
	background-color: #060405;
	background-image: url('../images/footerrepeater.gif');
    background-position: top;
    background-repeat: repeat-x;    
	clear: both;
	display: none;
	margin-top: 5px;
}
#footer #logos {
	background-image:url('../images/logos.jpg');
    background-repeat:no-repeat;
    background-position:top;
    height: 72px;
    width: 947px;
}
#footer ul {
    margin: 15px 0 0 0;
}
#footer ul li {
    border-right: 1px dotted #A3A2A0;
    color: #A3A2A0;
    display: block;
    float: right;	
	font-size: 0.9em;
	padding: 0 10px 0 10px;	
}
#footer ul li.last {
	border-right: 0;
	padding: 0 20px 0 10px;	
}
#footer #copyright {
    clear: both;
	color: #A3A2A0;
	font-size: 0.8em;
	padding: 0 20px 0 0;
	text-align: right;
}
#footer .bottomnav li a {
	text-decoration:none;
	color:#cccccc;
}
#footer .bottomnav li a:hover {
	color:#6C9F28;
}

/* -- -- -- */



/* -- Admin Bar -- */

div#admin {
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 3px 0;
	background-image: url('/content/images/adminbarBLACKBG.png');
	background-repeat:repeat-x;
	background-position:bottom;

	min-height:25px;
}
div#admin a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#admin a:hover {
	color: #D8EDBC;
}
div#admin ul,
div#admin ul li {
	display: inline;
	float: left;
}
div#admin ul li {
	padding: 0 10px;
	margin: 0;
}
div#admin ul li + li {
	border-left: 1px dotted #D3DACB;
}

/* -- -- -- */



.contenthead
{
	border:1px solid #cccccc;
	padding:3px;
}

.inline {
	display: inline;
}


/* -- Order -- */

#order .header {
    clear: both;
    margin: 0 0 20px 0;
}
#order .header .inline {
	border: 0;
	background: none;
}
#order table {
    clear: both;
}
#order .right {
	text-align: right;
}

/* -- -- -- */



/* -- Invoice -- */

#invoice table caption,
#order table caption {
	background-color: #3A3839;
	border: 1px solid #cccccc;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;	
}
#invoice .header {
    margin: 0 0 20px 0;
}

#invoice .header .inline {
	border: 0;
	background: none;
}
#invoice h1 {
	color:#cccccc;
	font-size:5.8em;
	line-height:normal;
	text-transform:uppercase;
}
#invoice .right {
	text-align: right;
}

#invoice .unpaid, 
#invoice .paid {
	margin-top:20px;
	background-color:#FFC1C1;
	color:red;
	text-align:center;
	font-size:1.4em;
	line-height:normal;
}
#invoice .paid {
	background-color:#AADD66;
	color:#6E9E28;
}
 	
.due {
	color:#666666;
}
#invoice table {
    clear: both;
}
#invoice table tbody tr {
	background-color:#ffffff;
}
#invoice table tbody tr.alt {
    background-color: #f7f7f7;
}
#invoice table tfoot {
    background-color: #e7e7e7;
    font-weight: bold;	
}
#invoice table tfoot tr.total {
	background-color:#3A3839;
	color: #fff;
	font-size: 1.2em;	
}

/* -- -- -- */
 
 

/* -- Ticket -- */

div#ticket {
	border: 1px solid #ccc;
	padding: 3px 3px 0 3px;
}
div#ticket .head {
	background-color: #796E68;
	color: #fff;
	padding: 10px;
}
div#ticket > .head {
    font-size: 15px;
	font-weight: bold;
}
div#ticket .status {
	background-color: #ccc;
	display: block;
	line-height: normal;
	padding: 5px;
	overflow: hidden;
	margin: 0 0 3px 0;	
}
div#ticket a {
	text-decoration: none;
	color: #4c4c4c;
	border-bottom: 1px dashed #999;	
}
div#ticket a:hover {
    border-bottom: 1px solid #999;
}
div#ticket > .message {
	background-color: #f2f2f2;
	margin: 0 0 3px 0;
}
div#ticket > .message > .head {
	padding: 5px;
	margin: 0 0 0 0;
	vertical-align: text-bottom;
}
div#ticket > .message > .body {
	padding: 5px;
}
div#ticket .adminreply > .head {
	background-color:#6B9E26;
}
div#ticket .adminreply > .body {
	background-color:#D8EDBC;
	/*color:#6B9E26;*/
}

/* -- -- -- */



/* -- Message -- */

div#message {
	border: 1px solid #ccc;
	padding: 3px 3px 0 3px;
	margin: 0 0 10px 0;
}
div#message .head {
	background-color: #796E68;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
}
div#message .status {
	background-color: #ccc;
	display: block;
	line-height: normal;
	padding: 5px;	
	overflow: hidden;
	margin: 0 0 3px 0;
}
div#message a {
	text-decoration: none;
	color: #4c4c4c;
	border-bottom: 1px dashed #999;	
}
div#message a:hover {
    border-bottom: 1px solid #999;
}

div#message .body {
	background-color: #f2f2f2;
	margin: 0 0 3px 0;
	padding: 5px;
}

/* -- -- -- */



/* -- Announcements -- */

div#announcement {
	border: 1px solid #ccc;
	padding: 3px 3px 0 3px;
	margin: 0 0 10px 0;
}
div#announcement .head {
	background-color: #796E68;
	color: #fff;
	padding: 10px;
}
div#announcement .head h3 {
	color: #fff;
	padding: 0;
	margin: 0;
}
div#announcement .status {
	background-color: #ccc;
	display: block;
	line-height: normal;
	padding: 5px;	
	overflow: hidden;
	margin: 0 0 3px 0;
}
div#announcement .body {
	background-color: #f2f2f2;
	margin: 0 0 3px 0;
	padding: 5px;
}

/* -- -- -- */



.producttitle {
    margin:5px 0 0 5px;
}
#content > div.transparent.contentright {
	border:1px solid red;
}
.contentright {
	background: #fff;
	border: 1px solid #888;
	margin: 0 5px 0 0;
	padding: 10px;
	width: 483px;
	min-height:400px;
}
.contentright table {
	width:440px;
}
.contentright fieldset label {
	width: 150px !important;
}






div.important {
	background: url('/content/images/form_button_over.gif');
	border: 1px solid orange;
	display: block;
	padding: 3px;
}
div.important a {
	color: #666 !important;
}
div.important label {
	vertical-align: middle;
}







/* -- Flash Styles -- */

div.flash-success {
	background-color: #b2e17b !important;
	background-image: url('/content/images/accept.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #333;
	color: #666;
	padding: 5px 25px;
	vertical-align: middle;
}
div.flash-info {}
div.flash-error {}
div.flash-warning {
	background-color: #fabeb9 !important;
	background-image: url('/content/images/stop.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #d93025 !important;
	color: #d93025;
	padding: 6px 40px;
	vertical-align: middle;
}

/* -- -- -- */



/* -- Information -- */

p.information {
    background: url('/content/images/information.png');
    background-color: #CFDCEC;    
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #3F85C7;
	padding: 5px 5px 5px 30px;
	margin: 0;
}

/* -- -- -- */



/* -- PDU Outlet Control -- */

div.pdu-outlet,
div.pdu-outlet * {
    vertical-align: middle;
}
div.pdu-outlet .button {
    clear: none;
    display: inline;
    float: none;
    margin: 0;
    text-align: center;            
}
div.pdu-outlet  span.status {
    display: inline-block;
    font-size: 1em !important;
    width: 100px;
}

/* -- -- -- */



/* -- Message Preview -- */

#preview #message .textbox,
#preview #message .textarea {
    background-color: transparent;
    border: none;
    width: 100%;
}
#preview #message .textbox {
    color: #fff;
    font-size: 1.2em;
}
#preview #message .textarea {
    font-family: monospace;
}

/* -- -- -- */



/* -- Panels -- */ 

div.panel {
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 0 0 10px 0;
}

#content fieldset.panel {
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

#content fieldset.panel h3 {
    display: block;
}

/* -- -- -- */



/* -- Toolbox -- */

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right
}
.clear-left {
    clear: left;
}
.clear-both {
    clear: both;
}
.clear-right {
    clear: right;
}

/* -- -- -- */
