﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DetailsView control adapter is enabled. */
/* See FormViewExample.css for comparison of similar rules. */

.PrettyDetailsView {
	width: 70%;
	min-width: 800px;
	}

#SampleDetailsView
{
    width:20em;
    position:relative;
}

.PrettyDetailsView ul li {
	display: block;
	clear: both;
	padding: 10px 0;
	}

.AspNet-DetailsView-Data 
{
	border: 1px solid #9cb762;
	background: #fff;
	width:auto;
}
.invoicetables
{
	width:100%;
	display:block;
	border-bottom:1px solid #555555;
}
.displayinvoicetables
{
	width:32%;
	display:inline;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
}

/* Please refer to FormViewExample.css for comments on these rules. */
.PrettyDetailsView div.AspNet-DetailsView-Header
{
    color: #F7F6F3;
    background-color: #5D7B9D;
    font-weight: bold;
    padding: 4px 0 4px 4px;
    position:relative;
}

/* Each field defined for the DetailsView generates an individual list item (li) in the rendered HTML. */
/* Each li effectively is a row in a table (though no table tag is generated by the adapter). */
.PrettyDetailsView div.AspNet-DetailsView-Data li
{
    padding: 6px 0 6px 4px;
    color: #333333;
    background-color: White;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
}

/* Every other field is marked as being "Alternate." */
/* This allows you to define an "alternating row" style (though the adapter doesn't actually generate an HTML table). */
.PrettyDetailsView div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
    background-color: #ecf1e2;
}

/* This corresponds to the HeaderText attribute of an <asp:BoundField>. */
.PrettyDetailsView span.AspNet-DetailsView-Name
{
    margin: 0 20px 0 0;
    font-weight: bold;
	float: left;
	position: relative;
	width: 180px;
	text-align: right;
}

/* This corresponds to the DataField attribute of an <asp:BoundField>. */
.PrettyDetailsView span.AspNet-DetailsView-Value {
	display: block;
	margin-left: 210px;
	padding-right: 20px;
}

.PrettyDetailsView input[type="text"] {
	width: 500px;
}

/* --------------------------------------------------------------------------------------------------- */
/* Please refer to FormViewExample.css for comments on these rules. */
.PrettyDetailsView .AspNet-DetailsView-Pagination
{
    background-color: #284775;
    text-align:center;
    padding: 4px 0 4px 0;
    position:relative;
}

.PrettyDetailsView .AspNet-DetailsView-ActivePage
{
    color: White;
    margin-left: 4px;
}

.PrettyDetailsView .AspNet-DetailsView-OtherPage
{
    color: #00FFFF;
    text-decoration:none;
    margin-left: 4px;
}

.textBox300
{
width: 300px;


}
/*The following styles have been set up for the invoice page specifically to condense the information and make best use of page spacing- most widths are set to percentages to help with different screen resolutions MF 01/10/11*/
.PrettyDetailsViewinvoice 
{
	width: 100%;
	float:left;
}
	
.PrettyDetailsViewinvoice ul li 
{
	display: block;
	clear: both;
	padding: 10px 0;
}
.PrettyDetailsViewinvoice div.AspNet-DetailsView-Header
{
    color: #F7F6F3;
    background-color: #5D7B9D;
    font-weight: bold;
    padding: 4px 0 4px 4px;
    position:relative;
}

.PrettyDetailsViewinvoice div.AspNet-DetailsView-Data li
{
    padding: 6px 0 6px 4px;
    color: #333333;
    background-color: White;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
}
.PrettyDetailsViewinvoice div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate
{
    background-color: #ecf1e2;
}
.PrettyDetailsViewinvoice span.AspNet-DetailsView-Name
{
    margin: 0 20px 0 0;
    font-weight: bold;
	float: left;
	position: relative;
	width: 150px;
	text-align: right;
}
.PrettyDetailsViewinvoice span.AspNet-DetailsView-Value
{
    display: block;
	margin-left: 160px;
	padding-right: 20px;
}


.moderatetickbox
{
	display:block;
	color:#b83400;
}
.feedbackheading
{
	color:#645034;
	font-weight:600;
	font-size:16px;
}
.feedbacktype
{
	margin-bottom:10px;
}
.leftsidefeedback
{
	width:48%;
	float:left;
	padding:10px;
}
.reviewheader
{
	color:#74A219;
	font-weight:lighter;
	font-size:16px;
	margin-top:5px;
}
.clientsignature
{
	font-size:14px;
	font-weight:lighter;
	color:#447d97;
	display:block;
}
.feedbackbutton
{
	float:right;
	background-color:#74A219;
	padding:5px;
}
