﻿body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

.box .header {
    background: url("img/headerbox.png") repeat-x scroll 0 0 #3D3D3D;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #444444;
    margin: -1px -1px 0;
    padding: 7px 0 9px 20px;
    position: relative;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #f5f5f5;
    color: #000;
}

/* TABLE   
----------------------------------------------------------*/
#search-results table td 
{
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

tr.alt td
{
	background:#ecf6fc
}
tr.over td
{
	background:#bce4dc
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 55px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:20px;
}

div#title
{
    display:block;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
}

#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
     display: inline-block;
         margin: 1em 0 0 0;
}

.display-field,
.editor-field
{

    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* JobDetails - DocumentsNeeded
-----------------------------------------------------------*/
#DocumentsNeeded {}
#DocumentsNeeded ul {}
#DocumentsNeeded li {}
#DocumentsNeeded .UploadFile input[type="file"] {}
#DocumentsNeeded input[type="submit"] {}

/* JobDetails - PropertyDetails
-----------------------------------------------------------*/
#PropertyDetails {}

/* JobDetails - Requests
-----------------------------------------------------------*/
#Requests {}
#Requests .grid {}
#Requests .grid tr {}
#Requests #AllDocs {}

/* JobDetails - AnyQuestions
-----------------------------------------------------------*/
#AskQuestion {}
#AskQuestion input[type="submit"] {}

/* JobDetails - JobNotes
-----------------------------------------------------------*/
#JobNotes {}
#JobNotes .grid tr {}

/* JobDetails - DocumentsLoaded
-----------------------------------------------------------*/
#DocumentsLoaded {}
#DocumentsLoaded .grid tr {}

/* JobDetails - AddRequests
-----------------------------------------------------------*/
#AddRequests {}
#AddRequests .RequestType
{
	float:left;
	width:250px;
}
#AddRequests input[type="submit"] 
{ 
	display: block; 
	clear:both 
}

.detailMenu {
	right: 50px;
	text-align: right;
	clear: both;
	padding-bottom: 15px;
}

.detailMenu li {
	display: inline;
	background-color: #7EB1D0;
	border: 1px solid #666;
	color: black;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	height: 18px;
}

.detailMenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	text-decoration: none;
}

.detailMenu li a:hover {
	color: #669ec1;
}

ul.files {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.files li {
		background-image: url(~/Content/Icons/pdf.jpg);
		background-position: 0 50%;
		background-repeat: no-repeat;
		padding: 10px 40px;
	}