body {
	background: #ddd url('../Images/body.png') repeat scroll top left;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

.buttonPrint
{
   padding: 5px;
  color: #333333;
  border: 1px solid #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #F0F0F0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th {
	color: #fff;
	/*background: #FF6633 none repeat-x scroll left top;*/
    /*background: rgb(162,162,162) none repeat-x scroll left top;*/
    background: rgb(114,114,114) none repeat-x scroll left top;
	border-bottom: 2px solid #FF4000;
    padding: 5px 10px;
}

td {
    padding: 2px 10px;
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 12px;
}

a {
	color: #FF6633;
    text-decoration:underline;
}

a:hover {
	color: #FF4000;
}

a:focus {
	outline: none;
}

strong
{
    font-size: 13px;
    font-weight: bold;
    color: rgb(77, 105, 146);
    text-decoration: double;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
    margin-left: 10px;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
    padding-top:4px;
	padding-right: 10px;
    margin-left: -10px;
    margin-bottom: 12px;
	color: rgb(77, 105, 146);
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #FF6633 none repeat-x scroll left top;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #FF4000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #FF794D;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #ccc;
}

h6 {
	padding-bottom: 10px;
	font-size: 15px;
	color:darkblue;
}
h7 {
	padding-bottom: 10px;
	font-size: 14px;
	color:black;
    font-weight:bold;
}
h8 {
	padding-bottom: 10px;
	font-size: 18px;
	color:black;
    font-weight:bold;
}
h9 {
	padding-bottom: 10px;
	font-size: 14px;
	color:grey;
    
}
ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
    width:85%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 10px 10px 30px;
	background-color: #fff;
  
}

#header {
	padding: 10px 15px;
	margin: 0 auto;
}

#header h1 a {
	color: #444;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -3px;
	float: left;
	border-bottom: 2px solid #FF6633;
}

#header h2 {
	color: #999;
	float: left;
	font-size: 13px;
	margin-left: 12px;
	margin-top: 24px;
	padding-left: 4px;
	letter-spacing: 0;
}

#header .logo {
	float: right;
	height: 75px;
}


#nav {
	height: 33px;
    width:100%;
	/*width: 1000px;*/
    /*background-color: rgb(100, 117, 247);*/
    background-color: rgb(77, 105, 146);
	/*background-color: #cfcfcf;*/
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 45px;
}

#nav ul li {
	float: left;
	display: block;
	padding: 0;
}

#nav ul li.selected {
	background-color:#FF6633;
}

#nav ul li a:hover{
	background-color:#FF6633;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}


#nav ul li a {
	color: #fff;
	display: block;
	border-right: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 8px;
	text-decoration: none;
}

#nav ul li.start a {
	border-left: none;
}

#nav ul li.end a {
	border-right: none;
}

#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


#body
{
    background:none;
   margin: 0px auto;
   padding: 30px 12px 20px 0px;
    min-height: 280px;

}

#content {
	float: left;
	/*width: 735px;*/
    width:78%;
    overflow:auto;
}

#reportContent {
    position:fixed;
	float: left;
	/*width: 735px;*/
    width:78%;
    overflow:auto;
}

.content {
	float: left;
	/*width: 735px;*/
    width:80%;
    overflow:auto;
}

.sidebar {
	/*width: 200px;*/
    width:18%;
	padding: 10px 0 0;
	float: right;
}

.sidebar h3 {
	color: #333;
	font-size: 22px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
}

.sidebar li ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	border: none;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #222;
}

.sidebar li ul li a:hover {
	color: #FF6633;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	background-color: #EAEAEA;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar li ul.blocklist li a:hover {
	background-color: #FF6633;
	color: #fff;
    box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.75)
}


.clear {
	clear: both;
}

#footer {
	margin:0 auto 0;
	border-top: 10px solid #A0A0A0;
	/*width: 1000px;*/
}

#footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 12px 30px;
	background: #f0f0f0;
	border-top: 10px solid #FF6633;
}

#footer .footer-content ul {
	width: 238px;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
}

#footer .footer-content li {
	border-bottom: 1px dashed #ddd;
	padding: 7px 5px;
}

#footer .footer-content li a, #footer .footer-content h4 {
	font-family: Arial, Helvetica, sans-serif;
}

#footer .footer-content li a {
	color: #555;
	text-decoration: none;
}


#footer .footer-content li a:hover {
	color: #000;
}

#footer .footer-content h4 {
	font-weight: normal;
	font-size: 17px;
	color: #777;
	padding-bottom:0;
}

#footer .footer-content ul.endfooter {
	margin-right: 0;
}

#footer .footer-content span.sitename {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #aaa;
	float: left;
}

#footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: rgb(77, 105, 146);
    /*background-color: #222;*/
}

#footer .footer-bottom p {
	text-align: center;
}

#footer .footer-bottom p, #footer .footer-bottom p a {
	color: #eee;
}

.tableActions{
    /*font-size: 9px;*/
}

.sectionHeaderLeft
{
    max-width: 530px;
}
.largefont
{
    font-size:large;
}

.sectionHeaderImage
{
    max-width: 200px;
    display:inline;
    vertical-align:top;
    float:right;
}

.editor-label
{
    display:inline-block;
    width:225px;
    float:left;
    clear:left;
}

.editor-field
{
    display:inline-block;
    float:left;
    clear:right;
    min-height:36px;
}

.editor-field-disabled
{
    display:inline-block;
    float:left;
    clear:right;
    min-height:36px;
    pointer-events:none;

}

.editor-field textarea
{
    margin-bottom:5px;
}

.writeup-label
{
    display:inline-block;
    width:160px;
    float:left;
    clear:left;
}

.writeup-field
{
    display:inline-block;
    float:left;
    clear:right;
    min-height:22px;
}

.writeup-field-disabled
{
    display:inline-block;
    float:left;
    clear:right;
    min-height:22px;
    pointer-events:none;

}

.display-label
{
    display:inline-block;
    width:235px;
    float:left;
    clear:left;
    font-weight:bold;
}

.display-field
{
    display:inline-block;
    float:left;
    clear:right;
    height:25px;
}

.display-label-large
{
    display:inline-block;
    width:82px;
    float:left;
    clear:left;
    
    font-size:x-large;
}

.display-field-large
{
    display:inline-block;
    float:left;
    clear:right;
    font-weight:bold;
    font-size:x-large;
}

.display-field-variable
{
    display:inline-block;
    float:left;
    clear:right;
}

.CCUExp
{
    font-size: large;
    color: red;
    outline-color:red;
}

.left
{
    clear:left;
    float:left;
}

.text-box
{
    width: 240px;
}

form select
{
        width: 252px;
}

.bold
{
    font-weight: bold;
}

.boldlink
{
    font-weight: bold;
}

.no-border
{
    border:none;
}

.field-validation-error
{
    color: rgb(255, 51, 0);
}

.slim40
{
    width: 40%;
}

.slim40 tbody tr td
{
    padding: 5px 5px;
}

.slim50
{
    width: 50%;
}

.slim50 tbody tr td
{
    max-height:12px;
    padding: 1px 1px 1px 1px;
}

.inline_image
{
    display:inline-block;
    margin-left: 25px;
    max-height: 180px;
    max-width: 180px;
    -webkit-box-shadow: 3px 3px 21px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 21px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 21px rgba(50, 50, 50, 0.75);
}

.inline_image img
{
    max-width: 190px;
    max-height:190px;
}

.inline_image_large img
{
    max-width: 825px;
    max-height:825px;
    text-align:center;
}

.float_image {
    float:right;
    margin:10px;
}

.main_image {
    -webkit-box-shadow: 0px 10px 18px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 10px 18px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 10px 18px rgba(50, 50, 50, 0.75);
}

a.printButton {
    background: url(../images/print.png) no-repeat top left;
    display:block;
    text-indent:-9999px;
}

a.editLink
{
    /*background: url(../Images/document.png) no-repeat top left;
     display: block;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

a.detailsLink
{
    /*background: url(../Images/maginfy-plus.png) no-repeat top left;
     display: block;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

.field-block 
{
    min-width: 125px;
    display:inline-block;
    float:left;
    padding:4px;
}

.field-block .display-field {
    float:left;
    clear:left;
    width:100%;
    max-width:200px;
    border:1px grey solid;
    padding:3px;
}

.field-block .display-label{
    float:left;
    clear:left;
    width:100%;
    padding:4px;
    color: #fff;
    background: rgb(114,114,114) none repeat-x scroll left top;
    /*border-bottom: 2px solid #FF4000;*/
}

.field-block .editor-field {
    float:left;
    clear:left;
    width:100%;
    max-width:200px;
    border:1px grey solid;
    padding:3px;
}

.field-block .editor-label{
    float:left;
    clear:left;
    width:100%;
    padding:4px;
    color: #fff;
    background: rgb(114,114,114) none repeat-x scroll left top;
    /*border-bottom: 2px solid #FF4000;*/
}
.field-block.width200 
{
    width: 200px;
}

.Shadowed-Container {
    /*-webkit-box-shadow: 0px 3px 13px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 3px 13px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 3px 13px rgba(50, 50, 50, 0.75);*/
    margin: 5px;
    padding:5px;
    width:98%;
}

.bold {
    font-weight:bold;
    color:darkred;
}

.blue {
    font-weight: bold;
    color: darkblue;
}

.resetpwd
{
    padding: 15px 15px 15px 15px;
    border:solid;
    border-color:darkgray;
}

    .resetpwd.right
    {

        float: right;
        clear:right;
        text-align:right;
        
    }
.right
{
    float: right;
    clear: right;
    text-align: right;
}

.rightSearch
{
     background-color:lightgray;
   margin: 2px 15px 3px 0px;
    float: right;
    clear: right;
    text-align: right;
}
.rightSearchAdmin
{
       background-color:lightgray;
   padding: 0px 0px 0px 0px;
    margin: 12px 0px 0px 0px;
    max-height:28px;
    float: right;
    clear: right;
    text-align: right;
}
.smallTextBox
{
    width: 100px;
}
.smallSearchButton
{
    font-family:Aharoni;
    font-size:small;
    height:28px;
}

.LeaseTable tr:hover {background:inherit !important;  font-weight:normal; color:inherit !important;}

.LeaseTable tr td
{

    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.LeaseTable tr 
{
     
}

.LeaseTable 
{
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
}

	.tftextinput2{

		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;		
	
        max-width:110px;
        height:17px;
        
                
	}
	.tfbutton2 {
		
		font-weight:bold;
		color: #ffffff;		
		background: #ff6633;		
        height:29px;
        width: 25px;
        
	}
	.tfbutton2:hover {
        font-weight:bolder;
        color: #ffffff;	
		text-decoration: none;
		background: #cc5128;		
        height:29px;
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton2::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
table.equipDetails
{
   width :100%;
   border:solid;
   border-color:darkgray;
   border-width:1px;
   border-collapse: collapse;
}

table.equipDetails td
{
    border-left:1px solid rgb(204, 204, 204);
    border-right:1px solid rgb(204, 204, 204);

}

table.equipViewInner
{
   border:none;

}

table.equipViewInner td
{
    border:none;
        padding: 2px 2px;
   
}
table.equipViewInner tr
{
    height:19px
   
}


white
{
    color:white;
    text-shadow: 0 0 0.2em black;
}

.smallGreenArrow
{
    width: 15px;
    height: 15px;
}