﻿body   
{
    background: #EEE8EE;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

.hyperlinkJava a:link, a.visited, a:hover
{
	color: #1d60ff;
    text-decoration: none;
}

.hyperlinkJava
{
	color: #034af3;
    text-decoration: none;
}

.hyperlinkNormal a:link, a:visited, a:hover
{
	text-decoration: none;
	color:#0000FF;
}

.hyperlinkNormal a:hover
{
	text-decoration: underline;
	color:#0000FF;
}

.hyperlinkImage
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.hyperlinkImage a:link, a:visted
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.hyperlinkImage a:hover
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.hyperlinkImage img
{
	text-decoration: none;
	color:#FFFFFF;
	border:none;
	background-color:#FFFFFF;
}

.fcLogo
{
	float:right;
	padding:6px 6px 0px 0px;
}

.customerLogo
{
	float:left;
}

p
{
    margin-bottom: 6px;
    line-height: 1.6em;
}

th
{
    font-weight: normal;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.pageTechs
{
    width: 800px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 2px solid #496077;
}

.pageCustomers
{
    width: 1200px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 2px solid #496077;
}

.page
{
    width: 1200px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.main
{
    padding: 10px 0px 0px 0px;
    margin: 6px 8px 4px 8px;
    min-height: 380px;
}

.leftCol
{
    padding: 6px 12px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #303030;
    padding: 8px 0px 8px 0px;
    line-height: normal;
    width: 800px;
    margin: 0px auto 4px auto;
    font-size:.9em;
}

.footerTech
{
    color: #4e5766;
    padding: 8px 0px 8px 0px;
    line-height: normal;
    width: 800px;
    margin: 0px auto 4px auto;
    font-size:.9em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.titleBar
{
    background-color:#940400;
    padding: 5px 0px 5px 16px;
    clear:both;
}

div.menu
{
    padding: 0px 0px 0px 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu li
{
	padding-right:0px;    
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #940400;
    /*border: 1px #227097 solid;*/
    color: #FFFFFF;
    display: block;
    line-height: 1.0em;
    padding: 4px 10px;
    text-decoration: none;
    font-weight:normal;
    white-space: nowrap;    
}

div.menu ul li a:hover
{
    /*background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;*/
}

div.menu ul li a:active
{
    /*background-color: #940400;
    color: #FFFFFF;
    text-decoration: none;*/
}

div.pageTitle
{
    text-align: left;
    padding: 0px 0px 5px 0px;
    width: 100%;
}

.pageTitle
{
    font: "Times New Roman";
    font-size: 1.5em; 
    font-weight:normal; 
    color:#000000;
    font-style: italic;
}

.breadcrumb 
{
    padding: 5px 0px 5px 15px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ccc;
    padding:4px 4px 6px 6px;
}

fieldset.login
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset.login p 
{
    margin: 2px 12px 6px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.0em;
    font-weight: 500;
    padding: 2px 4px 4px 2px;
}

legend.login
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.textEntry 
{
	height:auto;
    width: 200px;
    border: 1px solid #ccc;
}

.passwordEntry 
{
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 48%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
	top: 0px;
	left: 0px;
	height: 77px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    font-weight:normal;
    text-align: right;
    padding: 4px 10px 0px 6px;
    color: #FFFFFF;
}

.loginDisplay a:link
{
    color: #FFFFFF;
}

.loginDisplay a:visited
{
    color: #FFFFFF;
}

.loginDisplay a:hover
{
    color: #FFFFFF;
}

.failureNotification
{
	display:block;
    font-size: 1.0em;
    font-weight:600;
    color: Red;
    margin: 0px 0px 0px 6px;
}

.successNotification
{
	display:block;
    font-size: 1.0em;
    font-weight:600;
    color: #008000;
    margin: 0px 0px 0px 6px;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align:center;
    font-size: .95em;
    height:24px;
    padding-left:6px;
    padding-right:6px;
}

span
{
	margin-right:8px;
}

hr.black
{
	border: 0; 
	color:#000000; 
	background-color:#000000; 
	height:1px;
	width:99%;
}

select.medium
{
	min-width:140px;
	background-color:#FFFFF0;
	height:22px;
	font-size:.95em;
}

select.mediumList
{
	min-width:180px;
	background-color:#FFFFF0;
	font-size:.95em;
}

select.large
{
	min-width:200px;
	background-color:#FFFFF0;
	height:22px;
	font-size:.95em;
}

select.small
{
	min-width:80px;
	background-color:#FFFFF0;
	height:22px;
	font-size:.95em;
}

input[type=text].number
{
	width:40px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].small
{
	width:80px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].medium
{
	width:180px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].mediumSmall
{
	width:140px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=password].medium
{
	width:180px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].large
{
	width:260px;
	height:14px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

input[type=text].fill
{
	width:100%;
	height:16px;
	font-size:1.0em;
	background-color:#FFFFF0;
}

table.workOrderList
{
	border: 1px solid black;
	width: 100%;
	font-size: 1.2em;
	color:#000000;
}

td.workOrderListItem
{
	background-color:#E0D1B5;
	padding:4px 4px 4px 4px;
	min-height: 60px;
	vertical-align:middle;
	display:inline;
}

table.workOrderListItem
{
	background-color:#E0D1B5;
	width:100%;
	font-size:.83em;
	padding: 6px 6px 6px 6px;
	border-collapse:collapse;
}

/* begin subcontractor */
table.mWorkOrderList
{
	width: 100%;
	font-size: .95em;
	color:#000000;
	padding: 0px;
}

table.mWorkOrderList td
{
    padding: 0px;
}

td.mWorkOrderListItem
{
	background-color:#bcc6d7;
	padding: 0px;
	vertical-align:middle;
	display:inline;
}

td.mWorkOrderListItemAlt
{
	padding: 0px;
	vertical-align:middle;
	display:inline;
}

table.mWorkOrderListItem
{
	background-color:#bcc6d7;
	width:100%;
	padding: 0px 0px 4px 0px;
}

table.mWorkOrderListItemAlt
{
	width:100%;
	padding: 0px 0px 0px 0px;
}

.detailLabel 
{
    background-color: #eeefff;
    padding: 5px;
    border-bottom:1px solid #999999;
}

div.assignmentProperty
{
	background-color:#E0D1B5;
	border:1px solid #3A4F63; 
	margin: 2px 2px 6px 2px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	min-height:26px; 
	clear:both;
}

.mNoteHistoryDivOpen
{
	display:block;
	padding:2px 2px 2px 2px;
	min-height:40px;
	width: 96%;
	font-size: .9em;
	color:Black;
}
/* end subcontractor */

span.assignPropsTitle
{
	margin-right:10px; 
	margin-left:20px;
	color:#282828;
	font-size: 1.0em;
	font-weight:bold;
}

div.assignDetail
{
	border: 1px none black; 
	background-color:#FFFFF0;
	margin: 4px 4px 4px 4px;
	display:none;
	padding-top:4px;
	padding-left:4px;
	min-height:60px;
	overflow:auto;
	clear:both;
}

div.assignDetailOpen
{
	border: 1px none black; 
	background-color:#FFFFF0;
	margin: 4px 4px 4px 4px;
	display:block;
	padding-top:4px;
	padding-left:4px;
	min-height:60px;
	overflow:auto;
	clear:both;
}

div.assignHeader
{
	border: 1px solid black; 
	background-color:#FFFFF0;
	color:#000000;
	font-size:.9em;
	margin: 4px 4px 4px 4px;
	padding-top:4px;
	padding-left:4px;
	min-height:60px;
}

div.assignHeader table td
{
	padding: 2px 0px 2px 4px;
}

img.toggleButton
{
	float:left; 
	margin-top:2px;
}

table.assignmentItem
{
	border: 1px solid black;
	border-collapse:collapse;
	width: 96%;
	font-size: .9em;
	color:#000000;
}

table.assignmentForm
{
	border: 1px solid #C0C0C0;
	border-collapse:separate;
	background-color:#FFFFF0;
	border-collapse:collapse;
	margin-top:6px;
	margin-bottom:4px;
	width: 96%;
	font-size: .9em;
	color:#000000;
}

table.assignmentItem td
{
	border: 1px solid black;
	padding-left:4px;
}

.priorityHigh
{
	display:inline-block; 
	background-color:#FF7F50;
	color:#000000;
	min-width:50px;
	padding:4px 4px 4px 4px;
	text-align:center;
	font-size: .9em;
	font-weight:600;
}

.priorityLow
{
	display:inline-block; 
	background-color:#DCDCDC;
	color:#000000;
	min-width:50px;
	padding:4px 4px 4px 4px;
	text-align:center;
	font-size: .9em;
	font-weight:600;
}

.priorityNormal
{
	display:inline-block; 
	background-color:#3A4F63;
	color:#FFFFFF;
	min-width:50px;
	padding:4px 4px 4px 4px;
	text-align:center;
	font-size: .9em;
	font-weight:600;
}

.priorityUrgent
{
	display:inline-block; 
	background-color:#FF0000;
	color:#FFFFFF;
	min-width:50px;
	padding:4px 4px 4px 4px;
	text-align:center;
	font-size: .9em;
	font-weight:600;
}

.accent
{
	font-weight:600;
}

.tripStatusLabel
{
	padding: 2px 8px 4px 8px;
	border:1px solid black;
	font-weight:600;
}

.imageIconButton
{
	border:0px none;
	margin-left:8px;
	clear:left;
	vertical-align:text-top;
}

.modalBackground 
{
	 background-color:Gray; 
	 filter: alpha(opacity=50);
	 opacity:0.5;
}
 
.modalPopup
{
      background-color:#fffff0;
      border-width:3px;
      border-style:ridge;
      border-color:Gray;
      font-size:.9em;
      padding:5px;
      width: 400px;
      height:80px;
}

.modalNotePopup
{
      background-color:#fffff0;
      border-width:3px;
      border-style:ridge;
      border-color:Gray;
      font-size:.9em;
      padding:5px;
      width: 60%;
      height:40%;
}

.btnBorder
{
	padding:0px 1px 1px 1px;
	vertical-align:middle;
}

.noteHistoryDivClosed
{
	border:none;
	display:none;
	width: 96%;
	font-size: .9em;
	color:Black;
}

.noteHistoryDivOpen
{
	display:block;
	padding:2px 2px 2px 2px;
	min-height:160px;
	width: 96%;
	font-size: .9em;
	color:Black;
}

.AttachmentCatLine
{
	background-color:#4682B4;
	font-size:.9em;
}

table.historyItem
{
	border: 1px solid #C0C0C0;
	border-collapse:collapse;
	width: 96%;
	font-size: .9em;
	color:#000000;
}

table.historyItem td
{
	padding:2px 2px 2px 2px;
	border-bottom:1px solid #C0C0C0;
}


/****************************************/

#banner
{
	
	background-image: url(./Company.jpg);
	background-color: transparent;
	background-repeat:no-repeat;	     
        min-height:100px;        
        padding: 0 1em; 
}


/* customer home */
.tdSiteList
{
	vertical-align:top;
    padding: 5px;
    border: solid 1px #000000;
    border-bottom: none;
    min-height:34px;
}

.tdPhoto 
{
	vertical-align:top;
	border: solid 1px #000000; 
	border-top: none; 
	padding: 5px; 
	text-align:center;
}

.tdRightData 
{
	width:100%;
	vertical-align:top;
	border: solid 1px #000000; 
	border-top:none; 
	padding: 5px;
}

.gvRightGrid
{
    border: 2px solid #707070;
    padding: none;
    width:98%;
}

.gridHeader
{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:normal;
}

.gridAltRow
{
	background-color:#DEDEDE;
	color:#333333;
}

.gridRow
{
	background-color:#F7F6F3;
	color:#333333;
}

.blockItemBorder
{
	padding:2px 4px 2px 4px; 
	border-color: #025080; 
	border-style: solid; 
	border-width: thin;
}

table
{
	border-collapse:collapse;
}

.altDetailRow td
{
	background-color:#CCCCCC;
	color:#000000;
}

.detailRow td
{
	background-color:#FFFFFF;
	color:#000000;
}

.ModalPopupBG
{
    background-color: #C0C0C0;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopupWindow
{
	width:400px;
    min-width:400px;
    min-height:100px;
    background:white;
    padding:20px 15px 20px 15px;
    color:#000000;
}

.ModalPopupSearch
{
	width:600px;
    min-width:600px;
    min-height:100px;
    background:white;
    padding:20px 15px 20px 15px;
    color:#000000;
}

.hide
{
	display:none;
}

table.standardGrid td
{
	border:1px solid #000000;
	padding:2px 2px 2px 2px;
}

table.paddedCells td
{
	padding:2px 2px 2px 2px;
}

table.standardGrid th
{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding:2px 2px 2px 2px;
	font-weight:600;
	background-color:#000001;
	color:#FFFFFF;
}

.accordHeader
{
	border:solid 2px #000001;
	background-color:#000001;
	color:#FFFFFF;
	height:28px;
	font-weight:600;
	font-size:1.1em;
	padding:4px 4px 0px 40px;
	background-image: url(../../Images/plus.png); 
    background-repeat: no-repeat; 
    background-position: left; 

}

.accordHeaderSelected
{
	border:solid 2px #48AA43;
	background-color:#000001;
	color:#FFFFFF;
	height:28px;
	font-weight:700;
	font-size:1.2em;
	padding:4px 4px 0px 40px;
}

/****************************************/
/* Tab Panels */

.ajax__tab_panel, a:link
{
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.ajax__tab_inner
{
	width: 150px;	
}

.ajax__tab_tab 
{
	width: 100%;
	font-weight: normal;
}

/* begin subcontractor */
/* TAB MENU   
----------------------------------------------------------*/

div.mTitleBar
{
    background-color:#940400;
    padding: 0px 0px 0px 16px;
    clear:both;
}

div.mMenuBar
{
    /*background-color:#C1FFC1;*/
    background-color:#EBF3F3;
    padding: 0px 0px 0px 0px;
    vertical-align:middle;
    height:34px;
}

div.mMenu
{
}

.mMenuFix
{
	z-index: 1000;
}

div.mMenu ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    width: auto;
}

div.mMenu li
{
	background-color:#EBF3F3;
	padding-left:4px;
	padding-right:4px;
}

div.mMenu ul li a, div.mMenu ul li a:visited
{
    background-color:#EBF3F3;
    border-bottom:none;
    color: #000000;
    display: block;
    padding: 4px 4px 8px 2px;
    line-height: .95em;
    text-decoration: none;
    white-space: nowrap;
}

div.mMenu ul li a:hover
{
    background-color: #70A2C1;
    color: #FFFFFF;
    text-decoration: none;
}

div.mMenu ul li a:active
{
    background-color: #70A2C1;
    color: #FFFFFF;
    text-decoration: none;
}
/* end subcontractor */