html, body {
  width:  100%;
  height: 100%;
  margin: 0px;
}
.site  {
	min-width:1000px;
}
.l-b {
	height:100%;
	background-image: linear-gradient(bottom, #FFFFFF 9%, #BDBEC0 80%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 9%, #BDBEC0 80%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 9%, #BDBEC0 80%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 9%, #BDBEC0 80%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 9%, #BDBEC0 80%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.09, #FFFFFF),
		color-stop(0.8, #BDBEC0)
	);
}
.content-report .pull-left, .content-report .pull-right
{
	padding:10px;
}
.content-report
{
	padding:20px 20px 0px 20px;
}
.content-report h3
{
	margin:5px 0 5px 20px !important; 
}
.content-report label
{ 
	width:100px;
	font-weight:bold;
} 
.content-report span
{
	border-bottom: 2px dashed #000000; 
    min-width: 185px;
} 
.content-report table
{
	width:100%; 
}
.content-report .brd
{
 
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow:hidden;
}
.content-report table th
{
	background-color:#ccc;
	height:40px;
}
.content-report .spa
{
	width:100%;
	height:40px;
	border:solid 1px #ccc;
}
.spa-cont
{
	padding:13px 5px;
}
.w1
{
	width:49.8%;
	float:left;
}
.bord
{
	border:solid 1px #ccc;
	min-height:100px; 
} 
.content-report table td
{
	border-left:solid 1px #ccc;
	padding:10px;
}
.content-report table tr
{
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc; 
}
.content-report table tr:last-child
{
	border-bottom:solid 1px #ccc;
}
.content-report .ro
{
	width:100%;
	display: inline-block;
}
.space1
{
	margin-top: 27px;
}
.space2
{
	margin-top: 99px;
}
.line {
	width:100%;
	height:2px;
	background-color:#000;
}
.global {
	position:absolute; 
	bottom:0;
	width:397px;
	height:382px; 
}
.user-login { 
    bottom: 50px;
    height: 335px; 
    position: absolute;
    width: 286px;
}
.user-login h1 {
	color:#666666;
    margin-bottom:20px;
}
.user-login label 
{
    font-weight:bold;   
}
.user-login input[type="text"], form input[type="password"]
{
    border:solid 1px #4078bc;
    border-radius:20px;
    padding: 10px 5px;
}
.darkRedFont {
color: #dc3d3d;
}
.arial_11 {
font-size: 11px;
}
.hidden {
visibility: hidden;
}
.visible {
visibility: visible;
}
.input_error {
	border: 1px solid rgb(220, 61, 61) !important;
}
.change_password {
	margin:5px;
}
.change_password input[type="password"]{
	width:150px; border:solid 1px #4078bc;
}
#changePassword .error{
	color: red;
}
.user-login .clearfix 
{
    margin-top:20px;   
}
.user-login button
{
    border-radius:20px;
}
.user-op
{
    margin-top:20px;
    line-height:25px;
}
.user-op a
{
    border-bottom:dashed 2px #545456;
    text-decoration:none;
    color:#67686B;
}
.user-op a:hover 
{
    color:#005580;
    border-bottom:dashed 2px #005580;
}
.l-b  footer {
	position:absolute;
	left:20px;
	bottom:0;
	width:300px;
}
.ltop {
	background-color:#00a7dd;
	border-bottom:solid 1px #088fdd;
	height:10px;
	width:100%;
}
.header {
	width:100%;
	height:90px; 
	background-color:#00a7dd;
	border-top:solid 1px #08b1dd;
	border-bottom:solid 1px #037ddd;
	position:relative;
} 
.cl-head {
	width:100%;
	height:20px;
	background-color:#cccccc;
	border-top:solid 1px #72c8d4;
	position:relative;
	z-index:1;
}
ul.main-menu { 
    bottom: 0;
    height: 48px; 
    position: absolute;
    top: 83px;
    width: 80%;
	z-index:10;
}
ul.main-menu li {
	position:relative;
	width:106px; 
	float:left;
	margin-left:13px;
	background: url('../img/site.png') no-repeat top left;
	text-align:center;
	list-style:none;
	padding:10px 0 0 12px;
	font-weight:bold;
	font-size:10px;
	cursor:default;
}
ul.main-menu li:hover > ul {
	/* display:block; */
}
ul.main-menu li:after {
	position:absolute;
	content:"";
	background: url("../img/site.png") no-repeat scroll 0 -25px ;
	width:100%;
	height:21px;
	bottom:-21px;
	left:0;
}
ul.main-menu li a{
	display:inline-block;
	width: 100%;
}
ul.main-menu li ul { 
	display:none;
}

ul.main-menu li ul li {
	padding:0;
	margin:0;
	float:none; 
	background:#ffca00;
	width: 83px;
	border-bottom:solid 1px #e4b001;
	border-top:solid 1px #ffd101;
}
ul.main-menu li ul li:first-child {
	border-top:0 none;
}
ul.main-menu li ul li:last-child {
	border-bottom:0 none;
}
ul.main-menu li ul li:after {
	background:none;
}
.b-shadow {
	background-color:#ebebeb;
	margin:0 10px;
	position:relative;
	z-index:0;
	box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.b-shadow .content {
	padding:0 20px;
}
.content {
	min-height:400px;
}
.content h3 {
	margin:42px 0 20px 0;
}
ul.option-menu {
   /* clear: both; */
}
ul.option-menu li {
	width:21px;
	height:21px;
	background-image: url('../img/icons21.png');
	background-repeat:no-repeat;
	float:left;
	margin-left: 7px;
	border:0 none;
	cursor:pointer;
}
table ul.option-menu li {
	width:18px;
	height:18px;
	background-image: url('../img/icons18.png');
}
li.reload {
	background-position: -334px -66px; /*-118px 0;*/
}
li.save {
	background-position: -767px -332px; /*-143px 0px;*/
}
li.delete {
	background-position: -529px 0px;	/*-169px 0px*/
}
li.cancel {
	background-position: -529px 0px;	/*-169px 0px*/
}
li.print {
	background-position: -168px -133px;	/*-194px 0px;*/
}
li.search {
	background-position: -81px 0;	/*-244px 0;*/
}
li.calculate {
	background-position: -529px -398px;	/*-219px 0px;*/
}
li.edit {
	background-position: -655px -398px;
}
li.add {
	background-position: -693px -200px;
}
li.back {
	background-position: -412px -265px;
}
li.settings {
	background-position: -767px -266px; /*-143px 0px;*/
}
li.checked {
	background-position: -123px -266px; /*-143px 0px;*/
}
li.fullscreen {
	background-position: -729px -66px;
}
ul.option-menu li a {
	display:block;
	width:100%;
	height:100%;
}
select.small { 
   width: 70px; 
}
select.med { 
   width: 144px; 
}
select.med-a {
	width:126px;
}
.data-h .span1, .data-h .span2, .data-h .span13,.data-h .span14, .data-h .span15 {
	/* margin-left:5px; */
}
.data-h .span2 input {
	margin:0;
}
.data-h table {
	width:100%;
}
.data-h table th {
	text-align:left;
}
.data-h table td:last-child {
	vertical-align:top; 
	padding:7px 0;
}

.data-h input, select{vertical-align:baseline; padding:3px; margin:0;}
.data-h table td{white-space:nowrap; vertical-align:text-top; padding:2px; margin:0;}

.inner_table td:last-child{padding:2px !important;}

.odd {
	background-color:#e6e7e8;
}
.even {
	background-color:#edeeef;
} 
.oddSub {
	background-color:#FDEADF;
}
.evenSub {
	background-color:#FCE4D6;
} 

.data-h input, .data-h select {
	width:90%;
} 
.data-h input[type="image"], .data-h input[type="checkbox"], .data-h input[type="radio"], .definitions select{/* haleem */
width:auto;
}
.data-h .input-mini {
  width: 60px !important;
}
.tabs ul 
{
    margin:0;
    border:0 none;
}
.tab-content
{
    border:solid 3px #cccccc;
	position: relative;
    top: -3px;
    background-color:#f1f1f1; 
}
.ctb .tab-content
{
	
}
.tabs ul {
    position: relative;
    z-index: 1;
}
.tab-content 
{
    padding:10px;
}
.report-p { 
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px; 
	border-top-right-radius: 30px; 
	border-top-left-radius: 30px; 
	border:solid 2px #000;
	background:#FFF;
	width:100%;
	min-height:200px;
	margin-top:-100px;
}
.indx {
	position:relative;
	z-index:2;
}
ul.ul-tab-dashed li
{
    border-bottom:dashed 2px #cccccc; 
    margin-bottom: 8px;
}
.ul-tab-content
{

}
h3.lt 
{
    margin:10px 0;
}
.wd-size
{
    width:797px;
}
.no-marg .span2:first-child
{
    margin:0;
}
table.tbl-cu
{
    float:left; 
    width:265px;
    margin-bottom:3px;
}
table.tbl-cu th
{
    background:#CCCCCC;
}
table.tbl-cu th, table.tbl-cu td
{
    vertical-align:middle;
    padding:4px;
}
table.tbl-cu tr
{
    border-bottom:dashed 1px #ccc !important;
}
table.tbl-cu td input[type="text"]
{
    margin:0;
}
footer p
{
    color:#0084BF;
}

/*		haleem		*/
.definitions table.fb{
margin:4px;
width:97%
}
.definitions form{
margin:0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
li.selected_item a{
color:gray !important;
}

.markupActive{color:#999999;}
.markupActive td label {color:#999999;}

.users{
height:300px;
}

.table-list{
    padding: 8px;
}
.table-list tr{height:30px;}
.table-list input, select {margin:0px; height:25px;}
.table-list td {
    border-bottom: 1px dashed #006699;
    padding: 3px;
}
.table-list th {text-align:left;}
.table-list td:first-child{
background:url("../img/arrowbullet.png") no-repeat scroll left center transparent;
width:20px;
}

#tables2 select{
margin-bottom:10px;
}

/* PAGINATION */
#paginationWrap {margin-top:40px;}
#paginationWrap SPAN.dots {margin:0 4px; display:inline-block; *dislpay:inline; *zoom:1; color:#0d5fa6;}
#paginationWrap A {border:1px solid #d9d9d9; padding:3px 7px 2px 6px; margin:0 3px; display:inline-block; background-color:white; *dislpay:inline; *zoom:1;}
#paginationWrap A:hover {border:0; padding:4px 8px 3px 7px; background-color:#b1cbde; color:#fff; text-decoration:none;}
#paginationWrap A.pagination.selected {border:0; padding:4px 8px 3px 7px; background-color:#5f86b2; color:#fff; text-decoration:none;}
#paginationWrap A.pagination.selected, #paginationWrap A.pagination.selected:hover {cursor:default; background-color:#5f86b2;}
#paginationWrap .sideDiv {width:20%;} 
#paginationWrap .sideDiv A {margin:0;}
#paginationWrap .midDiv {text-align:center; width:60%;}
#paginationGetMore {margin:20px auto 0; max-width:500px;}
/* /PAGINATION */
.inlineblock {display:inline-block; *display:inline; zoom:1;}
.siteIconsSprite {background-image:URL('img/icons18.png');}
.blueLeftSideArrowPaginationIcon {background-position:-770px -398px; padding:0 6px 0 4px;}
.blueRightSideArrowPaginationIcon {background-position:-750px -398px; padding:0 8px 0 4px;}

.showMoreComments {background-color:#FFF; border-bottom:1px solid #d9d9d9; margin-top:20px; height:23px; line-height:23px; display:block; cursor:pointer;}
.showMoreComments:hover {background-color:#f7f7f7; border-bottom:1px solid #d9d9d9;}
.showMoreComments:active {background-color:#fafafa;}
.showMoreComments:active .showArrowafter {color:#92b6d5}

.showMoreCommentsLoading {text-indent:-9999px; height:16px; margin-bottom:2px; background-image:url('http://c1308342.cdn.cloudfiles.rackspacecloud.com/ajax-loader.gif'); background-position:top center; background-repeat:no-repeat;}

.showMoreComments .dropDownArrow:hover {text-decoration:none;}
A.showMoreComments {text-decoration:none;} 
.showMoreComments span:hover {text-decoration:underline;}
.align_center {text-align: center;}
.middle {vertical-align: middle !important;}
.displayNone {display: none;}
.arial_12 {font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.dropDownArrow {padding: 5px; background-position: -82px -58px;}
.newSiteIconsSprite {background-image: URL('http://c1308342.r42.cf0.rackcdn.com/newSiteIconsSprite_v26m.png');}
/*		haleem		*/

.calcMainfield{width:100%;}

/** calendar print view */
.calSTitle {
	text-decoration:underline;
	font-weight:bold;
	font-size:110%
}