﻿@import url('/Common/CSS/new_fonts/css/font-awesome.css');
.center_div{
    margin: 0 auto;
    width:50% /* value of your choice which suits your alignment */
}

.dropdown-menu li a
{
	color:White;
	font-family: 'Open Sans';
	text-transform:uppercase;
}

.total
{
	color: Red;
}

.totalPrice 
{
	color: Green;
}
 /*.topBarIcon
 {
	font-size: 35px;
	color: White;
	
 }
 .navIconAlign 
 {
	text-align: center;
	display: inline;
	list-style-type: none;
	float: left;
	padding-left: 10px;
 }
 
 .navIconText
 {
	color: White;
	display: block;
 }*/

body 
{
	background-color: #EBEBEB;
}

.navIconAlign
{
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
}

.navIconText
{
   display: block;
}
 
.highlight
{
	background-color: yellow;	
}
.HIGHLIGHT
{
	background-color: yellow;	
}
.tdYes
{
	background-color: green;	
}
.tdNo
{
	background-color: red;	
}
.tdUnknown
{
	background-color: yellow;	
}
.occupancyParent
{
	background-color: #A09CA1;
}

.occupancyChild
{
	background-color: #FFFFFF;
}

.ROW-Reply
{
	background-color: #AFCAE5;
}
.ROW-FWD
{
	background-color: #CAE5AE;
}
.ROW-Red
{
	background-color: #4EFF41;
}

.ROW1
{
	background-color: #FFFFFF;
}
.ROW2
{
	background-color: #EFEFEF;
}
.ROW3
{
	background-color: #9FCDFF;
}
.OWNED30DAYS
{
	
	background-color: #f5bf8e;
}



.sortByCol
{
	background-color:Aqua;		
}

.aFieldMsg
{

}

.loginAvail 
{
	background-color: Blue;
	color: White;
}
.loginNotAvail
{
	background-color: Red;
	color: White;	
}

.alert
{
	color:Red;	
}

.alertLink
{
	color:white;	
}


#alertBox 
{
color:white;
background-color:blue;
top:0;
display:block;
height:20px;
left:0;
position:fixed;
text-align:left;
width:100%;
z-index:999;
}

#alertSpan 
{
color:white;
background-color:red;
display:block;
z-index:999;
text-decoration:blink;
}

.stdTextarea
{
	width: 300px; 
	height: 150px;	
}

.inputDate
{
	width:20px;	
}

.unit
{
	width: 30px;
}
.bidBlack{
    color:Black;
}
.bidBlue{
    color:Blue;
}
.bidGreen{
    color:Green;
}
.bidPurple{
    color:Purple;
}

.mEntry
{
	width:71px;
}


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.trJTask
{
	display:none;
}

.tdpayScopeItem
{
	background-color: #BFEDA8;
}

.tdchargeBackScopeItem
{
	background-color: #FF3333 ;
}

.scopeClassSubTotal
{
	font-weight:bold;
}
.scopeGrossTotal
{
	font-weight:bold;
	font-size:larger;
}

.scopeGrossChargeBackTotal
{
	font-weight:bold;
	font-size:larger;
}

.scopeTbl
{
	border:solid 1px #efefef;
}
.inputPct
{
	width:26px;
	text-align:right;
}
.inputMoney
{
	width:120px;
	text-align:right;
}
.inputDate
{
	width:80px;
	text-align:right;
}
.italic
{
	font-style:italic;
}

.txtareaJournal
{
	border-color: White;
	height: 200px;
	width: 100%;
}

