﻿@import url("SiteStyles.ContentBox.css");
/* IMPORTED STYLES */


/*   ##### COLOURS #####     */
/*

#221B60         BLUE (DARK)
#456EBA         BLUE (MID)
#5FBBED         BLUE (LIGHT)

#C0C0C0         GREY (DARK) -- Silver
#D3D3D3	        GREY (MID)  -- Lightgrey

#### Orig Greys ####
#666            GREY (DARK)
#C6C6C6         GREY (MID)

#EA64A6         PINK
#8E1B1F         RED (DARK)

#E3D000         YELLOW (DARK)
#609541         GREEN (DARK)
*/

/* Standard base style setup */
html { overflow: scroll; }  /* always show browser scroll bar */
BODY  
{
    width: 100%; 
    /*background-color:#FBFBFB; */
    color: #221B60;
    padding: 0;
    margin: 0; /* stupid scrollbars! */
    font-size: 0.8em;
}
.ui-widget { font-size: 1em; }
 /* input{margin-left: 2px} */		/* chrome fix for different width input boxes being out of line */
img {border-style:none; padding:5px;}
a { color: #456EBA; }
a:hover { color: #EA64A6; }

H1 {}
H2 {}
H3 {}

/* Box model */
#PageContainer
{
	font-family:Arial, Helvetica, sans-serif;
	width: 1100px;
	margin: 20px auto 0;
	padding: 0;
	/*font-size: 0.8em;*/
}
#PageContainerTop
{
    background-color: White;
    background-image: url(../Graphics/bg-t.png);
    background-position: top;
    background-repeat: repeat-x;
}
#PageContainerRight
{
    background-image: url(../Graphics/bg-r.png);
    background-position: right;
    background-repeat: repeat-y;
}
#PageContainerBottom
{
    background-image: url(../Graphics/bg-b.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
#PageContainerLeft
{
    background-image: url(../Graphics/bg-l.png);
    background-position: left;
    background-repeat: repeat-y;
}
#PageContainerTopLeft
{
    background-image: url(../Graphics/bg-tl.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#PageContainerTopRight
{
    background-image: url(../Graphics/bg-tr.png);
    background-position: right top;
    background-repeat: no-repeat;
}
#PageContainerBottomRight
{
    background-image: url(../Graphics/bg-br.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#PageContainerBottomLeft
{
    background-image: url(../Graphics/bg-bl.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* end box model */

#PageContainerContents
{
    padding: 23px 21px 75px 18px;
    position: relative;
    overflow: hidden;
}
#Header
{
    height: 114px; /* match the image! */
    margin: 12px;
    /*padding-left: 448px;*/ /* match image too */
    /*padding-top: 12px;*/
    /* margin-left: -29px; */
    /* margin-top: -50px; */
    background-image: url(../Graphics/logo.png);
    background-repeat: no-repeat;    
    position:relative; /* contain that login control */
}
#Header #HeaderLink
{
    height: 100%;
    width: 448px;
    cursor: hand;
    cursor: pointer;    
}
#Header H1
{
    position: absolute;
    left: -9999em;
    top: -9999em;
}
#LoginContainer
{
    position: absolute;
    right: -8px;
    bottom: 0;
    font-size: 0.8em;
    color: #666;
    top:140px;
}

/* navigation */

#Navigation
{
    width: 100%;
    background-color: White;
    text-align: center;
}
#NavigationContents
{
    margin: 0 auto;
    overflow: hidden;
    width: auto;
}
/* borrowed from http://css.maxdesign.com.au/listamatic/horizontal03.htm */
#Navigation UL
{
    padding: 0;
    margin: 0;
    color: White;
    /*float: left;
    width: 100%;*/
}
#Navigation UL LI
{
    display: inline;
}
#Navigation UL LI A
{
    padding: 0.2em 1em;
    background-color: #036;
    color: #221B60;
    font-weight: bold;
    text-decoration: none;
    float: left;
    border-right: 3px solid #fff;
    width: 120px;
}
#Navigation UL LI A:hover
{
    /*font-weight: bold;*/
}
#Navigation UL LI A.NewOrder
{
    background-color: White;
    background-image: url('/Assets/Graphics/NewOrder.png');
    background-repeat:no-repeat;
     height:25px;
    margin-left:13px;
}
#Navigation UL LI A.CurrentOrders
{
    background-color: White;
    background-image: url('/Assets/Graphics/CurrentOrders.png');
    background-repeat:no-repeat;
     height:25px;
}
#Navigation UL LI A.Clients
{
    background-color: White;
    background-image: url('/Assets/Graphics/Clients.png');
    background-repeat:no-repeat;
     height:25px;
}
#Navigation UL LI A.Contractors
{
    background-color: White;
    background-image: url('/Assets/Graphics/Contractors.png');
    background-repeat:no-repeat;
     height:25px;
}
#Navigation UL LI A.Administration
{
    background-color: White;
    background-image: url('/Assets/Graphics/Administration.png');
    background-repeat:no-repeat;
     height:25px;
}
#Navigation UL LI A.Reporting
{
    background-color: #609541; /*#BBDB38;*/
    color: White;
}

/* #49868 */
	#Navigation UL LI A.Calendar {
		background-color: White;
		background-image: url('/Assets/Graphics/Calendar.png');
		background-repeat: no-repeat;
		height: 25px;
	}

/* end navigation */

#ContentContainer
{
    padding: 1em;
}

#MiniContentContainer
{
	border: thin none #FFFFFF;
	width: 34%;
	margin: 0px auto;
	min-height: 200px;
}

/* End Standard base style setup */

.PrintPage
{
    float: right;
}


th {text-align:left;}
/* COLUMN LAYOUT */
DIV.Columns_1, DIV.Columns_2 { overflow:hidden; width:100%;}
.Column {float:left;}
DIV.Columns_1 .Column { width: 100%; }
DIV.Columns_2 .Column { width:50%; }
DIV.Columns_1 .Column .label 
{ 
    width: 15%; 
    margin-right: 0.7em; 
}
DIV.Columns_2 .Column .label, 
DIV.Columns_1 .Column.wide .field .label,
DIV.Columns_1 .Column .field.wide .label   
{
    width: 30%; 
    margin-right:0.7em;
}

DIV.Columns_2 .Column .CostContainer .field.wide .label
{
    width: 75%; 
}
DIV.Columns_2 .Column .CostContainer .field.wide .control
{
    margin-left: 75%; 
}

/*DIV.Columns_2 .Column .label, 
DIV.Columns_1 .Column.mid .field .label,
DIV.Columns_1 .Column .field.mid .label   
{
    width: 20%; 
    margin-right:0.7em;
}*/

DIV.Columns_1 .Column .control, DIV.Columns_1 .Column .read { margin-left: 15%;}

DIV.Columns_1 .control2{
    margin-left: 0%;
}


DIV.Columns_2 .Column .control, 
DIV.Columns_2 .Column .read, 
DIV.Columns_1 .Column.wide .field .control, /* it's more efficient to make the entire column wide, than each field */
DIV.Columns_1 .Column.wide .field .read,   
DIV.Columns_1 .Column .field.wide .control,  /* however, the fields can be made wide(r) if they need to be */
DIV.Columns_1 .Column .field.wide .read   
{
    margin-left: 30%;
    padding-left: 0.7em; /* match the margin-right:0.7em from .label */
}

DIV.Columns_2 .Column.wide .field .label,
DIV.Columns_2 .Column .field.wide .label   
{
    width: 50%; 
}
DIV.Columns_2 .Column.wide .field .control, /* it's more efficient to make the entire column wide, than each field */
DIV.Columns_2 .Column.wide .field .read,   
DIV.Columns_2 .Column .field.wide .control,  /* however, the fields can be made wide(r) if they need to be */
DIV.Columns_2 .Column .field.wide .read   
{
    margin-left: 50%;
}


DIV.Columns_1, DIV.Columns_2 .clear { clear: both; }

/* FORM ELEMENTS   
----------------------------------------------------------*/
.field {	width: 100%; float: left; padding: 5px; padding-top: 2px; }
.label, .label1 { float: left ;width: 25%; font-weight: bold; }
.label, .label1, .control .ctlView { display: /*inline-*/block; padding-top: 4px; /* try to align these to input boxes! */}
.label .required { color: #F00; /*padding-left:0.4em; */}
.control .required { color: #F00; }

/* NO LONGER NEEDED
.label.notRequired { padding-left: 0.7em; margin-right: 0 !important; }
.label.potentialNotRequired { padding-left: 0.7em; margin-right: 0 !important; }
.label.potentialNotRequired .required { margin-left: -0.7em; margin-right: 0.7em !important; } 
*/

FIELDSET.field 
{
    width: 98%; 
    margin: 5px;
    padding: 0;
}
FIELDSET.field LEGEND
{
    padding: 0 5px;
    font-weight: bold;
    font-size: 1.1em;
}

FIELDSET.field .label .required {}
FIELDSET.field .label.notRequired {	padding-left: 0.3em; }
FIELDSET.field .label.potentialNotRequired { padding-left: 0.3em; margin-right: -0.3em; }
FIELDSET.field .label.potentialNotRequired .required { margin-left: -0.3em; margin-right: 0; } /* undo the above! */

#lookupResults
{
    display: none;
    border: 1px solid #CCC;
    max-height: 13em;
    overflow: scroll;
    width: 90%;
}
#lookupResults.error
{
    border-style: none;
    overflow: hidden;
    height: auto;
    color: Red;
}
#lookupResults A
{
    display: block;
    color: Black;
    text-decoration: none;
    width: 100%;
    cursor: default;
}
#lookupResults A:hover
{
    background-color: #39F;
    color: White;
}
.CopyAddress 
{
    float: right;
    margin-right: 1em;
}



/* TABLE ELEMENTS   
----------------------------------------------------------*/
TABLE.resultsTable 
{
    /* copied to .PagerContainerTable */
    margin: 4px;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    width: 99.4%;
}
TABLE.resultsTable TH, TABLE.resultsTable TD
{
   border: 1px solid #C0C0C0;
   padding: 4px;
}
TABLE.resultsTable TH
{
    /* default style - mod this later for specific sections */
    background-color: #C0C0C0;
    color: #FFF;
}
TABLE.resultsTable TH A
{
    text-decoration: none;
    color: #FFF;
}
TABLE.resultsTable TH A:hover
{
    text-decoration: underline;
    color: #FFF;
}

.invoiceDataTable
{
	border-spacing: 0px;
	border-collapse: collapse;
}

.tinytext
{
	font-size: xx-small !important;
}

FORM.NewOrder TABLE.resultsTable TH,
FORM.NewOrder TABLE.resultsTable TH A,
FORM.NewOrder TABLE.resultsTable TH A:hover
{
    background-color: #EA64A6;
    color: #221B60;
}
FORM.CurrentOrders TABLE.resultsTable TH, FORM.CertificateExpiry TABLE.resultsTable TH
{
    background-color: #8E1B1F;
}
FORM.Clients TABLE.resultsTable TH,
FORM.Clients TABLE.resultsTable TH A,
FORM.Clients TABLE.resultsTable TH A:hover
{
    background-color: #5FBBED;
    color: #221B60;
}
FORM.Contractors TABLE.resultsTable TH
{
    background-color: #456EBA;
}
FORM.Administration TABLE.resultsTable TH,
FORM.Administration TABLE.resultsTable TH A,
FORM.Administration TABLE.resultsTable TH A:hover
{
    background-color: #E3D000;
    color: #221B60;
}
FORM.Reporting TABLE.resultsTable TH
{
    background-color: #609541;
}

TABLE.resultsTable TR:hover
{
    background-color: #D3D3D3;
}

TABLE.resultsTable TR.New {
    background-color: #ffffff;
}

table.resultsTable TR.urgent {
    background-color: #FF2626 !important; /*F00*/
}

TABLE.resultsTable TR.Allocated {
    background-color: #FFA500;
}

TABLE.resultsTable TR.Accepted {
    background-color: #FFFF00;
}

TABLE.resultsTable TR.Completed {
    background-color: #6CC3EE;
}

TABLE.resultsTable TR.ToBeInvoiced {
    background-color: #71C821;
}

TABLE.resultsTable TR.visitToday {
    background-color: #92CDEC;
}
TABLE.resultsTable TR.visitTomorrow {
    background-color: #E3D94A;
}


/* PAGER
----------------------------------------------------------*/
.PagerContainerTable
{
    /* borrowed from .resultsTable */
    margin: 4px;
    margin-top: -5px; /* overlay on top of table's border! */
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    width: 99.4%;
    
    /*
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	background-color: #FFFFFF;
	*/
}
.PagerContainerTable A
{
	display: block; /* more surface area to click! */
}

.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-weight:bold;
	/*font-size:11px;*/
	color: #FFF;
	padding-top: 3px;
	white-space: nowrap;
	background-color: #C0C0C0;
	font-weight:normal;
}
.PagerInfoCell:link
{
	/*color: #ffcc66;*/
	text-decoration: none;
}
.PagerInfoCell:visited
{
	/*color: #ffcc66;*/
	text-decoration: none;
}
.PagerCurrentPageCell, .PagerOtherPageCells
{
    border-left: 1px solid #C0C0C0;
}
.PagerCurrentPageCell
{
	color: #FFF;
	width:20px;
	cursor: default;
	text-align: center;
}
FORM.NewOrder .PagerCurrentPageCell
{
	background-color: #EA64A6;
	color: #221B60;
}
FORM.CurrentOrders .PagerCurrentPageCell
{
	background-color: #8E1B1F;
}
FORM.Clients .PagerCurrentPageCell
{
	background-color: #4CABE3;
	color: #221B60;
}
FORM.Contractors .PagerCurrentPageCell
{
	background-color: #456EBA;
}
FORM.Administration .PagerCurrentPageCell
{
	background-color: #E3D000;
	color: #221B60;
}
FORM.Reporting .PagerCurrentPageCell
{
	background-color: #609541;
}

.PagerOtherPageCells
{
	background-color: #f0f1f2;
	width:20px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.PagerOtherPageCells:hover
{
	background-color: #D3D3D3;
}
.PagerSSCCells
{
	background-color: #cccccc;
	width:20px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.PagerHyperlinkStyle
{
	font-size: 11px;
}
.PagerHyperlinkStyle:hover
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
.PagerHyperlinkStyle:link
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
.PagerHyperlinkStyle:visited
{
	/*color: #000000;*/
	text-decoration: none;
	font-size: 11px;
}
.PagerHyperlinkStyle:active
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.GoToLabel
{
	font-size: 11px;
	color:#333333;
	cursor:pointer;
	font-size:65%;
	vertical-align:middle;
	display:inline;
}
.GoToSelect
{
	/*font-size:55%;*/
	height: 20px;
}
.GoToSelectedOption
{
	color:#f9f9f9;
	background-color:#C0C0C0;
}

.GoToArrow
{
	vertical-align:middle;
	cursor:pointer;
}

.LargeInput { width: 350px;	}
.MediumInput { width: 250px;	}
.SmallInput { width: 150px;	}
.XSmallInput { width: 100px;	}

/* Jquery.UI overrides */
.jQueryHideMe { display: none; }

INPUT.ui-button, .ui-button-text-only .ui-button-text
{
    padding: 0.1em 1em;
}


 .clickMe { cursor: hand; cursor: pointer; }

.noteeditordetails {
    position: relative;
    float: left;
    font-style: italic;
    margin-right: 40px;

} 
 
 /* TESTIMONIAL EDITOR */
 #testimonialseditor {}
 #testimonialseditor .contentedit { width: 100%; clear:both; }
 #testimonialseditor .editcontrols { width:100%; clear:both; padding-top: 10px; }
 #testimonialseditor .statusdetails { position:relative; float:right; font-style:italic; }
 #testimonialseditor .savebutton { position:relative; float:left; width: 50px; }
 #testimonialeditor .clearrow { clear:both; }
 