/*
input { border: 1px solid black; }
textarea { border: 1px solid black; }
select { border: 1px solid black; }
*/

body 
{
	background-color: #ffffff;
	color: #333333;
	margin-top: 0px;
	/*font-family: Georgia,Times New Roman,Times,serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	*font-size: 0.8em;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0px; }


.errorInput { border: 2px solid red; }
.errorMessage { color: red; font-weight: bold; }
.disabledText { color: #888888; }
.requiredField { color: red; font-weight: bold; }
.disabledLink { color: #777777; }


img.paddedBorder
{
	border: 1px solid #999999;
	padding: 3px;
	float: left;
	margin-right: 10px;
}

div.userLink 
{
	font-weight:bold; font-size: 1.4em;
}

table.inputTable
{
	/*background-color: #dfdfdf;*/
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

td.inputLabel
{
	text-align: right; 
	vertical-align: top; 
	width: 25%;
	/*background: #cccccc none repeat scroll 0%;*/
	background: #efefef none repeat scroll 0%;
	border: 1px solid #c0c0c0;
	font-size:inherit;
}

td.inputField
{
	text-align: left;  
	vertical-align: top; 
	font-size:inherit;
	/*background: #efefef none repeat scroll 0%;*/
}

table.itemList
{
	border-collapse: collapse;
	/*border: 1px solid #777;*/
	margin: 0px;
	padding: 0px;
	font-size:inherit;
}

table.itemList tr.even td
{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

table.itemList tr.odd td
{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

tr.even
{
	/*background-color: #ffcc99;*/
	/*background-color: #dbdbdb;*/
	background-color: #eeeeee;
}

tr.odd
{
	/* no special color for odd rows. */
}

tr.mouseHover
{
	background-color: #fff8c6;
}

tr.noBorder {}


table.clearTable
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.clearTable tr.clearRow td
{
	border: 0;
	padding: 0;
}

td.statusItem
{
	border: 1px solid #c0c0c0;
	vertical-align: bottom;
}

td.inProgressItem
{
	background-image: url('../images/blue-checkbox.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

td.completedItem
{
	background-image: url('../images/green-checkbox.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div.dueDate
{
	padding:0px 5px 0px 5px;
	white-space:nowrap;
}

div.heading
{
	border-color:#999999;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	color:#777777;
	font-weight:bold;
	padding:10px 50px 10px 10px;
	margin:0px 0px 10px 0px;
	/*width: 1000px;*/
}

div.sectionContent
{
	margin: 0px 10px 0px 10px;
}

div.saveButtonPanel
{
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

div.quote
{
	background-color: #cccccc;
	border: 1px solid #999999;
	padding: 10px;
	text-align: left;
}

div.quote .technicianName
{
	font-weight: bold;
}
div.quote .title
{
	font-style: italic;
}

div.notes
{
	padding: 10px;
	text-align: left;
	width: 75%;
}


/* Menu nav stuff: */
.navContainer
{
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #999999;
	text-align: center;
}

.navMenu
{
	margin: 0px 0px 0px 0px;
}

.navMenu li
{
	display: inline;
	list-style-type: none;
	list-style: none; 
	margin: 0px; 
	padding: 2px;
}

.navMenu li a 
{ 
	padding: 2px 10px 2px 10px; 
	text-decoration: none; 
	color: #555555;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #ffffff;
}

.navMenu li a:hover 
{ 
	background-color: #efefef; 
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #999999;
	text-decoration: none;
}

.navMenu li.selected a
{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #efefef; 
}


#higginsHeader
{
	background-image: url('../images/higginsLogoWide.png');
	background-repeat:no-repeat;
	border-color:#999999;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin: 0px 0px 10px 0px;
	height: 150px;
}

#higginsHeaderText
{
	float:right;
	text-align:right;
	padding:20px;
	color:#555555;
}

#higginsHeaderTextLeft
{
	float:left;
	text-align:left;
	padding:20px;
	color:#555555;
}

#higginsFooter
{
	margin: 20px 0px 10px 0px;
	text-align:center;
	color: #555555;
	clear:both;
}

#bodyContent
{
	width: 1002px;
	margin: 0px auto;
}




