﻿/* v1.0 | 20080212 CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*my code now */

body
{
    background-image: url("../images/body/header.png");
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Wrapper
{
    width: 1024px;
    margin: 0 auto;
    overflow:visible;
}
#PageHeader
{
height: 251px;
    width: 570px;
    float: left;
}
#PageHeader h1
{
 display: none;
}
#PageHeader h2
{
    display: none;

}
#Menu
{
    width: 335px;
    float: right;
    clear:right;
    margin-right:89px;
    margin-top: 35px;
}
#Content
{
    float: left;
    overflow: visible;
    width: 475px;
    text-align:justify;
    padding-left: 95px;
}
#Contentnopad
{
    float: left;
    overflow: visible;
    width: 570px;
    text-align:justify;
}
#Content p
{
    padding:0.5em 0em;
    color: #666;
}
#Services , #FirstSideBox
{
    margin-top: 1em;
   
        width: 335px;
    float: right;
    clear:right;
    margin-right:89px;
}

#Services h3, #FirstSideBox h3
{
    padding: 1em;
    padding-left: 2em;
}
#News
{
    margin-top: 1em;
     margin-bottom: 1em;
    width: 335px;
    float: right;
    clear:right;
    margin-right:89px;
}
#News h3
{
    padding: 1em;
    padding-left: 2em;
}
#News p
{
    padding: 0.2em;
    margin-left: 2.5em;
    color:#663;
}
h3.IntroducingDragonfly
{
    padding:1em 0;
}
#Footer
{
    background: url("../images/body/footer.png");
    height: 98px;
    width: 1024px;
    float: left;
    clear:both;
    color:#666;
    text-align:center;
    padding-top:30px;
}
#Footer a
{
    color:#663;
    text-decoration: none;
}
#Footer p
{
    padding: 0.3em 0;
}
.BoxHeader
{
    background: url("../images/body/boxtop.png");
    height: 15px;
}
.Box
{
    background: url("../images/body/boxbg.png");
}
.BoxFooter
{
    background: url("../images/body/boxbottom.png");
    height: 15px;

}
#DragonflyBox
{
    background: url("../images/body/logo.jpg");
    width: 285px;
    height: 220px;
    margin: 0 25px;
}
#AdminContent
{
    float:left;
}

/*Lists */
ul.HorzLinks
{
    
}
ul.HorzLinks li
{
    display: inline;
        padding: 0.31em;
    padding-top:0;
    padding-bottom:0;
}
ul.AdminLinks
{
    margin-top: 10px;
    float:left;
    height: 70px;
    width: 600px;
}
ul.AdminLinks li
{
    padding-left: 0em;
    padding-right: 0.8em;
}
ul.AdminLinks a
{
    color: #09F;
    text-decoration: none;
    font-weight:500;
    
}
ul.AdminLinks a:hover
{
    color: #6C6;
}

ul.HeadLinks a
{
    color: #09F;
    text-decoration: none;
    font-weight:500;    
}
ul.HeadLinks a:hover
{
    color: #6C6;
}
ul.HeadLinks
{
    width: 285px;
    margin: 0 auto;
    padding: 1em 0;
}
ul.Services
{
    color: #663;
    padding-left: 3em;
}
ul.Services li
{
    padding: 0.25em 0;
    font-weight: 500;
}
ul.Services li a
{
    text-decoration: none;
    color: #663;
}
/*Niceform*/
.niceForm {
	margin: 0 auto;
}
.niceForm .formRow {
	display: block;
	clear: left;
}
.niceForm.readOnly .formRow {
	line-height: 1.5em;
}
.niceForm input, .niceForm select, .niceForm textarea, .niceForm label {
	margin: 0.4em 0.4em 0.6em 0.4em;
}
input[disabled='disabled'] {
	background-color: #ddd;
}
.niceForm label, .label {
	display: inline-block;
	width: 12em;
	float: left;
	vertical-align: top;
}
.niceForm label small {
	display: block;
	clear: both;
	margin-top: 0.5em;
	line-height: 1.2em;
}
.niceForm .checks {
	margin-left: 12.8em;
}
.niceForm .checks input {
	float: left;
}
.niceForm .checks input[type=checkbox] {
	clear: left;
}
.niceForm .checks label {
	clear: right;
	display: block;
	float: none;
	line-height: 2.2em;
}
.niceForm table.checks label {
	line-height: 1.2em;
}
.niceForm table.checks, .niceForm table.checks td {
	border: 0 !important;
}
.checks label {
	width: auto;
}
.niceForm input.dateField[type=text] {
	width: 6em;
}
.niceForm input[type=text], .niceForm input[type=password], .niceForm textarea, .niceForm select {
	width: 26em;
}
.smallInput, .niceForm input.smallInput {
	width: 4em;
}
.smallInput.dblWidth {
	width: 8em;
}
.niceForm table {
	width: 100%;
}


/*Manage content */
#ManageContent
{
    padding: 1em;
background-color: #f5f5f5;
overflow:auto;
width: 35em;

}
#ManageContent h3 
{
    font-size: 1em;
	color: #666;
	border-bottom: 1px solid #CCC;
}
#ManageContent .Column
{
    width: 9.8em;
    height: 16em;
    float:left;
    margin-left:2em;
    margin-right:2em;
}
#ManageContent select
{
    margin-top:1em;
    max-width: 15em;
    width: 100%;
    height: 100%;
    max-height: 11em;
    clear: both;
}
#ManageContent .Header
{
    float:left;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}
#ManageContent .btnAdd, #ManageContent .btnDelete, #ManageContent .btnEdit, #sidebar .btnSave, #sidebar .btnCancel, #sidebar .txtTitle, #sidebar .btnPending, #sidebar .btnVisiblePost
{
width: 100%;
margin: 0.2em;
margin-top: 1em;
}
div.OutPut
{
    padding: 0.2em;
    font-size: 1.5em;
}
/*Image Buttons */

/* == Image link buttons == */
.c3button {
	background: #f6f6f6 none no-repeat scroll 5px center;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.miniButton {
	width: auto;
	margin: 0.1em;
	padding: 0.1em 0.1em 0.1em 24px;
	text-align: left;
}
.btnAdd, .btnCancel, .btnCart, .btnConfirm, .btnDelete, .btnDispatch, .btnEdit, .btnGo, .btnPay, .btnRefresh, .btnSave, .btnUndispatch, .btnUnlock, .btnPending, .btnVisiblePost {
	min-width: 20px;
	width: auto;
	margin: 0.2em;
	padding: 0.2em 0.2em 0.2em 24px;
	text-align: left;
	min-height: 20px;
}
.btnAdd {
	background-image: url(../images/icons/add_16.png);
}
.btnCancel {
	background-image: url('../images/icons/undo_16.png');
    height: 30px;
}
.btnCart {
	background-image: url(../images/icons/cart_add_16.png);
}
.btnConfirm {
	background-image: url(../images/icons/confirm_16.png);
}
.btnEdit {
	background-image: url(../images/icons/edit_16.png);
}
.btnGo {
	background-image: url(../images/icons/go_16.png);
}
.btnPay {
	background-image: url(../images/icons/money_16.png);
}
.btnRefresh {
	background-image: url(../images/icons/refresh_16.png);
}
.btnSave {
	background-image: url(../images/icons/save_16.png);
}
.btnDispatch {
	background-image: url(../images/icons/dispatch_16.png);
}
.btnUndispatch {
	background-image: url(../images/icons/undispatch_16.png);
}
.btnDelete
{
    background-image: url(../images/icons/delete_16.png);
}
.btnPending
{
    background-image: url(../images/icons/wait_16.png);
}
.btnVisiblePost
{
    background-image: url(../images/icons/page_white_text_16.png);
}
.lnkAdd {
	display: block;
	min-height: 16px;
	padding: 0.3em 32px;
	margin: 1em;
	background: url(../images/icons/add_32.png) no-repeat left center;
}
.lnkGo {
	min-height: 16px;
	padding: 0.1em 20px 0.1em 0.1em;
	background: url(../images/icons/go_16.png) no-repeat scroll right center;
}
.lnkCheckout {
	font-size: 1.1em;
}

/* == Common elements == */
table.niceList {
	margin: 1em auto;
	border: 1px solid #000;
	width: 99%;
}
table.niceList.emptyGrid, table.niceList.emptyGrid td {
	border: 0;
}
.niceList a, .niceList a:link {
	color: #333;
}
table.niceList th {
	background: #272727;
	color: #f0f0f0;
	padding: 0.5em;
	font-weight: bold;
	vertical-align: middle;
}
table.niceList th a, table.niceList th a:link {
	color: #f0f0f0;
}
table.niceList td {
	padding: 0.5em;
	vertical-align: middle;
}
table.niceList td.buttoncell {
	width: 28px;
	text-align: center;
}
td.mediumWidth {
	width: 8em;
	text-align: center;
}
table.niceList .pager table, table.niceList .pager td {
	border: 0;
}
.niceList .footer, .niceList .footer td {
    vertical-align: top;
    background: #def;
}
.even {
	background: #f0f0f0;
}
.alt {
	background: #f6f6f6;
}
.niceList.userList {
	width: 100%;
}
.niceList.userList td {
	vertical-align: top;
}
.pager {
	margin: 1em auto;
	text-align: center;
}
.pager a, .pager .current {
	padding: 0.4em 0.6em;
}

.niceForm {
	margin: 0 auto;
}
.niceForm .formRow {
	display: block;
	clear: left;
}
.niceForm.readOnly .formRow {
	line-height: 1.5em;
}
.niceForm input, .niceForm select, .niceForm textarea, .niceForm label {
	margin: 0.4em 0.4em 0.6em 0.4em;
}
input[disabled='disabled'] {
	background-color: #ddd;
}
.niceForm label, .label {
	display: inline-block;
	width: 12em;
	float: left;
	vertical-align: top;
}
.niceForm label small {
	display: block;
	clear: both;
	margin-top: 0.5em;
	line-height: 1.2em;
}
.niceForm .checks {
	margin-left: 12.8em;
}
.niceForm .checks input {
	float: left;
}
.niceForm .checks input[type=checkbox] {
	clear: left;
}
.niceForm .checks label {
	clear: right;
	display: block;
	float: none;
	line-height: 2.2em;
}
.niceForm table.checks label {
	line-height: 1.2em;
}
.niceForm table.checks, .niceForm table.checks td {
	border: 0 !important;
}
.checks label {
	width: auto;
}
.niceForm input.dateField[type=text] {
	width: 6em;
}
.niceForm input[type=text], .niceForm input[type=password], .niceForm textarea, .niceForm select {
	width: 26em;
}
.smallInput, .niceForm input.smallInput {
	width: 4em;
}
.smallInput.dblWidth {
	width: 8em;
}
.niceForm table {
	width: 100%;
}
.niceForm fieldset {
	border: 1px solid #666;
	padding: 1em;
}
legend {
	font-weight: bold;
}


.error {
	color: #000;
	line-height: 1.8em;
	padding: 2px 18px;
	background: url(../Images/error_16.png) no-repeat left center;
}
.errorMessage {
	padding: 0.5em;
	background: #FFDFE0;
	border: 1px solid #000;
}
.validationerror {
	color: #f00;
	margin: 0 0.3em 0.3em 13.2em;
	display: block;
	clear: left;
}
.warning {
	padding-left: 24px;
	line-height: 1.8em;
	color: #000;
	background: #FFFABF url(../Images/warning_16.png) no-repeat 6px center;
	border: 1px solid #000;
}
.warningMessage {
	padding: 0.5em;
	color: #000;
	background: #fbb;
	border: 1px solid #844;
	margin-top: 3.6em;
}
.clear {
	clear: both;
}
.block {
	display: block;
}
.centered {
	text-align: center;
}
.right {
	text-align: right;
}
.top, .top td {
    vertical-align: top !important;
}
.login {
	padding: 1em;
	margin: 0 auto !important;
	width: 90%;
}
.niceForm .RememberMe {
	clear: both;
}
.niceForm .RememberMe label {
	width: auto;
	float: none;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 1em;
}
#sidebar li {
	list-style: none;
	line-height: 1.5em;
}
.ui-datepicker-trigger {
	cursor: pointer;
}

/*Fonts*/
.Font08
{
    font-size: 0.8em;
}
/*pads*/
.PadLeft1
{
    padding-left: 1em;
}
/* Links Page */
#LinksPage
{
    padding:1em;
}
#LinksPage p
{
    padding: 0.5em 0.5em;
}
#LinksPage a
{
    margin:0.5em;
    padding-left: 20px;
    background-image:url(../images/icons/web.png);
    background-repeat:no-repeat
}
#LinksPage h2
{
    padding:1em;
}


/* Contact Us */
#ContactForm
{
    background-color: #f5f5f5;
    padding-left: 2em;
    padding-bottom: 2em;
}
#ContactForm ul
{
    padding-left: 2em;
    padding-top: 2em;
}
/*Section*/
div.BlueSection
{
    float: left;
    background-color: #EDF3FF;
    border: solid 1px #ccc;
    margin: 1em 0;
    padding: 1em 0em 1em 1em;
    overflow:auto;
    font-size: 0.9em;
}
/* == Testimonials == */
.testimonial {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
}
.testimonial cite {
	display: block;	
}


/*Amendments added by A Muncey 27h July 2010)*/
/*==Bullets for Content==*/
#Content ul li{list-style-type:disc; margin-left:1em;}

/*==Left justification for content==*/
#Content p {text-align:left;}