*
{
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
}

/* Enter primary colours here */

body, html
{
	height: 100%;
	width: 100%;
	background-color: White;
	color: #333333;
	border: 0px;
}

/* Links (Primary colours) */
a:visited, a:link
{
	color: #333333;
}

a:hover
{
	color: #ff9966;
}

.InvoiceLink {
    background: url(../../images/16Invoice.png) no-repeat left top;
    display:inline;
    padding-left:18px;
    margin-left: 0px;
    padding-top:3px;
    padding-right:0px;
}

.WelcomeLink 
{
	font-size:12pt;
	font-weight:bold;
}

/* Treeview */

.treeViewContainer
{
	background-color: #EFF3FB;
	width: 20%;
	height: 100%;
	float: left;
	overflow: auto;
}

.treeViewSeparator
{
	background-color: dodgerblue;
	float: left;
	width: 98.1%;
	color:White;
	font-weight:bold;
	padding:5px 0px 5px 5px;
	height: auto;
}

.treeView
{
	height: auto;
	padding-bottom: 5px
}

.treeView table
{
	border-width: 0px;
	border-spacing: 2px;
}

.treeView img
{	
	border-width: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

.treeView td
{
	white-space: nowrap;
}

.MainMenu
{
	background-color: dodgerblue;
	width: 100%;
	float: right;
	color: dodgerblue;
}


/* Primary menu */

.primaryMenu
{
	COLOR: white; 
	BACKGROUND-COLOR: transparent;
	float: right;
}

.primaryMenu, .primaryMenu a:visited, .primaryMenu a:link
{
	color: #ffffff;
	BACKGROUND-COLOR: transparent;
}

.primaryMenu a:hover
{
	color: white;
}

/* Secondary menu */

.secondaryMenu
{
	background-color: #EFF3FB;
}

.secondaryMenuItem
{
	background-color: White;
}

.secondaryMenuItem, .secondaryMenuItem a:visited, .secondaryMenuItem a:link
{
	color: dodgerblue;
}

.secondaryMenuItem a:hover
{
	color: #ffffff;
}

/* Grid */

.separator td
{
	/*	border-bottom: 1px dashed #666;*/
}

.invoiceSubTotalStyle td
{
	border-top: 1px dashed #666;
	font-weight: bold; /*border-bottom: 1px dashed #666;*/
}

.invoiceTotalStyle td
{
	background-color: dodgerblue;
	color: #FFFFFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
}

.grid .headerStyle, .grid .footerStyle
{
	background-color: dodgerblue;
	color: #FFFFFF;
	font-size: 12px;
}

.grid table
{
	border-style: none;
	border-width: 0;
	border-color: White;
}

.grid .rowStyle
{
	/* Insert color for row style here  if required */
}

.grid .alternatingRowStyle
{
	background-color: #F3F3F3;
}

.grid .subHeaderRowStyle
{
	font-weight: bold;
	border-bottom: solid 1px black;
}

.grid .pagedStyle a:hover
{
	color: #ff9966;
}

.login
{
	background-color: #F3F3F3;
	color: #333333;
}

.form
{
	background-color: #F3F3F3;
	color: #333333;
}

.form a:hover
{
	color: #ffffff;
}

/* Standard button colors */
.button
{
	color: #333333; /*background-color: #9ccee7;*/
}

/* Modal popups */
.ModalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);											/*MS proprietary for IE5-7*/
    opacity:0.7;														/*css3 standard*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity =70)";	/*MS proprietary for IE8*/
}
.ModalPopup
{
	background-color: #F3F3F3;
	color: #333333;
	border: solid 1px #666;
	padding:5px 5px 5px 5px;
	text-align:left;
	vertical-align:middle;
    filter:alpha(opacity=100);											/*MS proprietary for IE5-7*/
    opacity:1.0;														/*css3 standard*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity =100)";	/*MS proprietary for IE8*/
}

/* Autocomplete extenders */
.AutoCompleteList 
{ 
	position: absolute !important;
	margin: 0px !important;
	border : solid 1px black; 
	background-color: white;
	font-size:small;
}

/* Date pickers */
div.ajax__calendar_days table tr td
{
	padding:0px 0px 0px 0px;
}
div.ajax__calendar_months table tr td
{
	padding:0px 0px 0px 0px;
}
div.ajax__calendar_years table tr td
{
	padding:0px 0px 0px 0px;
}

/* Help tooltips */
.helpPopup
{
	position:absolute !important;
	border: solid 1px #666;
    background-color:#ffffcc;
    padding: 2px 2px 2px 2px;
    color:dodgerblue;
    text-align:left;
    font-weight:normal;
    max-width:300px;
}

a.helpLink:visited, a.helpLink:link
{
	color: #ff9966;
}
a.helpLink:hover
{
	color: #ffffcc;
}

/* DO NOT ADD ANY OTHER COLOUR INFORMATION BELOW THIS POINT */

/* Standard look and feel */
a:hover, a:visited, a:link
{
	text-decoration: none;
}

ul, li
{
	list-style-type: none;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

div
{
	font-size: 11px;
}

/* Standard grid structure and layout (rendered as table) */

.grid
{
	border-collapse: collapse;
	border: solid 1px #666;
	width: 100%;
	float: left;
	font-weight: normal;
}

.grid th
{
	border-bottom: 1px solid #666;
	padding: 5px 5px;
}

.grid td
{
	padding: 5px 5px;
}

.pagerStyle td
{
	/*padding: 0;*/
	border-top: 1px solid #666;
	border-collapse: collapse;
}

.pagerTemplateStyle
{
	width: 100%;
	margin-right: 10px;
}
.pagerTemplateStyle td
{
	border-style: none;
	padding: 5px 5px;
	margin-right: 10px;
}

.pagerTemplateStyle td td
{
	margin-right: 10px;
}

/* Navigation */

.navigation
{
	float: left;
	width: 100%;
	background-color: #EFF3FB;
	height:42px;
}

.navigation div
{
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bolder;
}

.CommandClass
{
	padding: 0px 10px 0px 10px;
}

/* Forms */
.FormInfo
{
	border: solid 0px #666;
	border-collapse: collapse;
	background-color: #F3F3F3;
	padding: 10px 10px 0px 5px;
}

.formContainer
{
	width: 99.9%;
}

.FormbarButtons
{
	float: left ;
	padding:  0px 0px 0px 0px;
	background-color: #F3F3F3;
	width:100%;
}

.FormbarButtons .barButtons
{
	float: right ;
	padding:  5px 50px 5px 20px;
	azimuth: center-right ;
	vertical-align:middle ;
}
.barbutton
{
	padding: 0px 0px 0px 20px;
	vertical-align:middle;
}

.FormbarButtons .lblMessage
{
	float:left;
	padding: 15px 50px 5px 5px;
	color : Red ;
}

.BarFormDescription
{
	width:100%
}

.form
{
	min-width: 700px; /*margin-left: 15%;	 	margin-right: 15%;*/
	border: solid 1px #666;
	border-collapse: collapse;
}

.formPadding
{
	padding: 5px 20px 5px 20px;
}
.formNoLeftPadding
{
	padding: 5px 20px 5px 0px;
}

.form td
{
	padding: 5px 20px 5px 20px;
}

.form .noPadding td
{
	padding: 5px 0px 5px 0px;
}

.form .SearchContainer
{
	padding:  5px 20px 5px 20px;
}

.formLabel
{
	width: 40%;
}

/* New Object */

.singleButtonRow
{
	width: 100%;
	padding-bottom: 4px;
	float: left;
}

.button
{
	border-collapse: collapse;
	width: auto;
	float: right;
}

/* Master page */

div.header
{
	width: 100%;
	overflow: hidden;
}

div.content
{
	width: 100%;
	overflow: auto;
}

.companyContent
{
	position:relative;
	width: 79.9%;
	height: 100%;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}

.ExportButton
{
	float: right;
	background-color: #eff3fb;
	padding: 5px 10px 5px 10px;
}

.companyContentChildrenContainer
{
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	height:auto;
}

.companyContentChildren
{
	position:absolute;
	left:0; top:42px; right:0; bottom:0;
	float: left;
	width: 100%; 
	overflow:auto;
	height: auto;
}


/* Main Menu */

div.primaryMenu
{
	text-align: right;
	padding: 2px 2px 2px 2px;
}

/* Menu is rendered as a table by ASP.NET */
.primaryMenu .primaryMenuItem
{
	font-size: 13px;
	font-weight: bolder;
	padding: 0px 5px 0 5px;
}

.secondaryMenuContainer
{
	width: 100%;
	float: left;
}

.secondaryMenu
{
	border-collapse: collapse; /*padding: 2px;*/
	width: 100%;
	height: auto;
	float: left;
	vertical-align: middle;
}

.secondaryMenu div
{
	border-collapse: collapse;
	padding: 2px;
	float: left;
	vertical-align: middle;
}

.secondaryMenuItem
{
	padding: 2px;
	float: left;
	font-size: 11px;
	vertical-align: middle;
	border: solid 1px #888888;
}

.secondaryMenuItem a, .secondaryMenuItem a:hover
{
	color: Black;
}

/* Site and Billing Period Selector */

.siteBillingPeriodSelector label
{
	float: left;
	width: 10em;
}

.siteBillingPeriodSelector input
{
	width: 200px;
}

/* Invoice Screens - to be redone*/

/* Header should span page */
.invoiceHeader
{
	position:relative;
	width: 100%;	
}
.invoiceDropdown
{
	width: auto ;
	float: right
}

.invoiceHeader tr
{
	vertical-align: top;
}

.invoiceHeader td
{
	width:30%;
}

.contactDetails 
{
	padding-bottom: 2px;
}

.headerDetails tr
{
	padding-bottom: 2px;
}

.headerDetails td
{
	width: 50%;
}


/* needed ?*/
.siteSelector
{
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	text-align: center;
}

.siteSelector label
{
	width: 50%;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

.siteSelector select
{
	border-style: solid;
	border-width: 1px;
}


/* Review below here */


.sidedotted
{
	display: block;
	border-left: #cccccc 2px dotted;
}

.botdotted
{
	display: block;
	border-bottom: #cccccc 2px dotted;
}


.logo
{
	padding-right: 15px;
	padding-left: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
}
.USlogo
{
	z-index: 0;
	
}	
.footer
{
	font-size: 11px;
	color: #000066;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}

A.menulink:link
{
	color: #000066;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}

A.menulink:visited
{
	color: #000066;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.menulink:hover
{
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: underline;
}
.menu
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.selected
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
}
.small
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.smallred
{
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
.header
{
	font-weight: bold;
	color: #ffffff;
	background-color: #000066;
}
.headresults
{
	background-color: #cccccc;
}
.totalresults
{
	border-top: #000000 1px solid;
	background-color: #ececec;
}
INPUT.inputintable
{
	border-right: #cccccc 1px outset;
	border-top: #cccccc 1px outset;
	font-size: 8pt;
	border-left: #cccccc 1px outset;
	border-bottom: #cccccc 1px outset;
	font-family: verdana,arial, Helvetica, sans-serif;
}
SELECT.selectintable
{
	border-right: #cccccc 0px inset;
	border-top: #cccccc 0px inset;
	font-size: 8pt;
	border-left: #cccccc 0px inset;
	border-bottom: #cccccc 0px inset;
	background-color: #f9f8e3;
}
.helpbutton
{
	font-weight: bold;
	font-size: 11px;
	background: #ffd700;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
}
.usermodifs
{
	border-right: #e3e2e2 2px dotted;
	border-top: #e3e2e2 2px dotted;
	font-weight: bold;
	font-size: 8pt;
	background: #0066cc;
	border-left: #e3e2e2 2px dotted;
	width: 95px;
	color: #ffffff;
	border-bottom: #e3e2e2 2px dotted;
}
.butprofil
{
	border-right: #e3e2e2 2px dotted;
	border-top: #e3e2e2 2px dotted;
	font-weight: bold;
	font-size: 8pt;
	background: #bac6e2;
	border-left: #e3e2e2 2px dotted;
	color: #000066;
	border-bottom: #e3e2e2 2px dotted;
	font-family: verdana,arial, Helvetica, sans-serif;
}

.mainbox
{
	border-right: #696969 1px solid;
	padding-right: 4px;
	border-top: #696969 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #696969 1px solid;
	padding-top: 4px;
	border-bottom: #696969 1px solid;
	background-color: #f3f3f1;
}

.loginbox
{
	border-right: #000000 1px solid;
	padding-right: 4px;
	border-top: #000000 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #000000 1px solid;
	padding-top: 4px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
	text-align: center;
}

.searchbox
{
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}

.alert
{
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #fff0f0;
}

.popup2
{
	border-right: black 3px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	font-size: 11px;
	z-index: 1;
	visibility: hidden;
	padding-bottom: 3px;
	border-left: black 1px solid;
	width: 220px;
	color: #000000;
	padding-top: 3px;
	border-bottom: black 3px solid;
	font-family: arial,helvetica,sans-serif,Times New Roman;
	position: absolute;
	height: 35px;
	background-color: #ffffcc;
	text-decoration: none;
}




/* Specifics for branding */

.bgbanner
{
	background-color: #274977;
}

.bgwhite
{
	background-color: #ffffff;
}

.bgblue
{
	background-color: #6794cd;
}

label.CPSpaddedInput
{	
    display: block;
    float: left;
    width: 130px;
}
input.CPSpaddedInput
{
	margin-bottom:5px;
	width:200px;
}
textarea.CPSpaddedInput
{
	margin-bottom:5px;
	width:200px;
}
select.CPSpaddedInput
{
	margin-bottom:5px;
	width:204px;
}

label.CallspaddedInput
{	
    display: block;
    float: left;
    width: 190px;
}
input.CallspaddedInput
{
	margin-bottom:5px;
	width:150px;
}
