*
{
	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: Navy;
	border: 0px;
}

/* Links (Primary colours) */
a:visited, a:link
{
	color: Navy;
}

a:hover
{
	color: #ff9966;
}

/* Treeview */

.treeViewContainer
{
	background-color: #F3F3F3;
	width: 20%;
	height: 100%;
	float: left;
	overflow: auto;
}

.treeView
{
	border-right: solid 1px #888888;
	height: 100%;
}

.treeView table
{
	border-collapse: collapse;
	border-width: 0px;
}

.treeView img
{	
	border-width: 0px;
	padding: 0px;
}

.treeView td
{
	white-space: nowrap;
}

.MainMenu
{
	BACKGROUND-COLOR: #07254b;	
	width: 100%;
	float: right;
	color: #07254b;
}


/* Primary menu */

.primaryMenu
{
	COLOR: white; 
	BACKGROUND-COLOR: transparent;
	float: right;
}

.primaryMenu, .primaryMenu a:visited, .primaryMenu a:link
{
	color: white;
	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: Navy;
}

.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: #274978;
	color: #FFFFFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
}

.grid .headerStyle, .grid .footerStyle
{
	background-color: #274978;
	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 .pagedStyle a:hover
{
	color: #ff9966;
}

.login
{
	background-color: #F3F3F3;
	color: Navy;
}

.form
{
	background-color: #F3F3F3;
	color: Navy;
}

.form a:hover
{
	color: #ffffff;
}

/* Standard button colors */
.button
{
	color: Navy; /*background-color: #9ccee7;*/
}

/* 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%;
}

.navigation div
{
	float: left;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bolder;
}

/* Forms */
.formContainer
{
	width: 99.9%;
}

.form
{
	width: 700px; /*margin-left: 15%;	 	margin-right: 15%;*/
	border: solid 1px #666;
	border-collapse: collapse;
}

.form td
{
	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
{
	width: 79.9%;
	height: 100%;
	float: left;
	overflow: auto;
}

.companyContentChildrenContainer
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.companyContentChildren
{
	float: left;
	width: 100%; 
	overflow: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
{
	width: 100%;	
}
.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;
	background-color: #00a2b1;
	padding: 5px 5px 5px 5px;
}	
.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: #00a2b1;
}

.bgwhite
{
	background-color: #ffffff;
}

.bgblue
{
	background-color: #6794cd;
}


