a{
	border: 0;
	color: #007aec;
}
a img{
	border: 0;
}
/**************************************************************************************************************/
#blackBG{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#000;
	z-index:1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#blackOut{
  filter:alpha(opacity=20);
  -moz-opacity:0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  background:#000;
  z-index:1000;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
#backgroundDisableOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	min-width: 900px;
	min-height: 600px;
	background: url(../images/BG-backgroundDisabledOverlay2.png) top left repeat;
	z-index:2000;
}
#websitelist {
	font: 11px Arial;
    height: 24px;
    position: absolute;
	top: 15px;
	right:320px;
	z-index:1000;
    text-align: left;
    width: 360px;
	color:white;
	font:11px Arial;
}
#websitelist span{
	font:bold 12px Arial;
	position:relative;
	top:2px;
	left:5px;
}
#websitelist input[type='button']{
	cursor: pointer;
    font: bold 11px ARial;
    height: 24px;
    position: absolute;
    right: 10px;
}
#websitelist select{
	width:200px;
	float:none;
	margin-top:0px;
	cursor:pointer;
}
/*****************************************************************/
#footer{
	background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #DDDDDD;
    bottom: 0;
    font: bold 10px Arial;
    height: 24px;
    left: 0;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    width: 100%;
	position: fixed;
}
#footer .container{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 29px;
	font:bold  10px Arial;
	color: #000;
	text-align: center;
	line-height: 29px;
}
#footer .container img{
	vertical-align: middle;
	margin: -2px 3px 0 3px;
}
/**************************************************************************************************************/


.contents .options{
	padding-left: 11px;
	height: 25px;
	line-height: 24px;
	background-color: #edf8fd;
/*	border: solid 1px #82d0f3;*/
	border-bottom: solid 1px #82d0f3;
}
.contents .options a{
	float: left;
	padding:  0 7px 0 7px;
	font-size: 11px;
}
.contents .options a img{
	vertical-align: middle;
	margin-right: 3px;
}
.contents .options .current{
	background: #f5f5f5;

	border: solid 1px #c2c2c2;
	border-top: 0;
	padding: 0 6px 0 6px;
	height: 26px;
	/*background: #fff;
	border-bottom: solid 1px #c2c2c2;*/
}
/**************************************************************************************************************/
.slideShow{
	position:absolute;
	width:90vw;
	height:90vh;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	z-index:1001;
	border:solid 1px #828282;
}
.slideContent{
	width:100%;
	height:100%;
}
.slideImageDiv{
	float:left;
	width:80%;
	height:100%;
}
.slideLeftArrow{
	float:left;
	width:5%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#F5F5F5;
	cursor:pointer;
	position:relative;
	z-index:1;
}
.slideLeftArrow:hover{
	opacity:0.3
}
.slideLeftArrow img{
	bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.slideImage{
	float:left;
	width:100%;
	height:100%;
	background:#333;
	margin-left:-5%;
	position:relative;
}
.slideImage img{
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	max-width:100%;
	max-height:100%;
}
.slideRightArrow{
	float:left;
	width:5%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#F5F5F5;
	cursor:pointer;
	position:relative;
	margin-left:-5%;
}
.slideRightArrow:hover{
	opacity:0.3
}
.slideRightArrow img{
	bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.slideRotate{
	bottom: 20px;
    color: #ffffff;
    font: bold 12px/20px Arial;
    height: 50px;
	line-height:50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 80%;
	opacity: 0.8;
}
.slideRotate img{
	background: none repeat scroll 0 0 white;
    border: 1px solid #828282;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    margin: 10px 5px;
    width: 30px;
}
.slideCounter{
	background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #ffffff;
    font: bold 12px/20px Arial;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
	opacity: 0.8;
}
.slideImageInfo{
	float:right;
	width:20%;
	background:#f6f6f6;
	height:100%;
}
.slideImageInfo .closeSlideShow{
	padding: 3px 7px 2px 15px;
    text-align: right;
	font:'lucida grande',tahoma,verdana,arial,sans-serif;
	cursor:pointer;
	color: #333333;
	font-size:11px;
}
.slideImageInfo .preview{
	float: left;
	display: inline;
	width: 15%;
	height: 5%;
	margin:2% 0 0 5%;
	border: solid 1px #e5e5e5;
	line-height: 40px;
}
.slideImageInfo .preview img{
	height: 100%;
	width: 100%;
}
.slideImageInfo .fileTitle{
	float:left;
	display: inline;
	font: bold 11px Arial;
	color: #333;
	width: 75%;
	height: 15px;
	margin: 2% 0 0 5px;
	text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.slideImageInfo .fileType{
	float:left;
	display: inline;
	font: 11px Arial;
	color: #666;
	width: 75%;
	height: 15px;
	margin: 0px 0 0 5px;
	text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.slideImageInfo .fileType select{
	font: 10px Arial;
	color: #333;
	width:100%;
	height:15px;
}
.slideImageInfo .uploaded{
	float:left;
	display: inline;
	font: 11px Arial;
	color: #666;
	width: 75%;
	height: 15px;
	margin: 0px 0 0 5px;
	text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.slideImageInfo .actions{
	float:left;
	display:inline;
	width:90%;
	height: 40px;
	padding: 3px 5% 2px;
}
.slideImageInfo .actions .button{
	float: right;
	display: inline;
	height: 22px;
	border: 1px solid transparent;
	font: bold 11px Arial;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	margin: 3px 0 0 10px;
	padding: 0 8px 0 8px;
	color: #333;
	background: url(../images/bg-popup-button-slim.png) top left repeat-x;
	background-position: 0px -44px;
	border: solid 1px #bbbbbb;
}
.slideImageInfo .actions .button img{
	vertical-align: middle;
	margin: -2px 3px 0 0;
}
.slideImageInfo .actions .button:hover{
	color: #1785cd;
	background: url(../images/bg-popup-button-slim.png) top left repeat-x;
	background-position: 0px 0px;
	border: solid 1px #bbbbbb;
	text-decoration:none;
}
.slideImageInfo .actions select{
	width:50%;
	margin-top:5px;
}
.slideImageInfo .notes{
	float:left;
	display: inline;
	font: 11px Arial;
	color: #333;
	width: 90%;
	padding:5%;
	height: 50%;
}
.slideImageInfo .notes .header{
	color: #666;
	margin-bottom:10px;
	font:bold 11px Arial;
	border-bottom:solid 1px #E5E5E5;
}
.slideImageInfo .notes .content{
	width:100%;
	height:100%;
	overflow:auto;
}
.slideImageInfo .notes .content textarea{
	float: left;
	display:inline;
	border: solid 1px #aaaaaa;
	width: 90%;
	height: 50%;
	resize:none;
}
/**************************************************************************************************************/
.dialog{
	position: absolute;
	top:106px;
	left:50%;
	margin: 0 0 0 -315px;

	width: 630px;

	z-index:2000;
	color: #333;

}
.dialog .actions{
	float: left;
	width: 580px;
	height: 36px;
	background-color: #eeeeee;
	border-top: solid 1px #cccccc;
	padding: 10px 10px 0 0;
	margin-top: 10px;
	text-align: right;
}
.dialog .actions img{
	margin-left: 5px;
	cursor: pointer;
}
.dialog .alert{
	float: left;
	dispaly: inline;
	width: 591px;
	font: bold 11px Arial;
	text-align: center;
	color: #ff0000;
}
.dialog .alert img{
	vertical-align: middle;
	margin-right: 3px;
}
.dialog .body{
	float: left;
	display: inline;
	background: url(../images/BG-dialog.png) top left no-repeat;
	padding: 20px;
	padding-bottom: 0px;
	width: 590px;
}
.dialog .body2{
	float: left;
	display: inline;
	background: white;
	padding: 20px;
	padding-bottom: 0px;
	width: 690px;
}
.dialog #body2 span{
	margin-bottom: 0px !important;
    width: 107px !important;
    line-height: 20px !important;
    margin-left: 0px !important;
    float: left !important;
	font-size: 11px;
    font-weight: bold;
}
.dialog .actions2{
	float: left;
	width: 720px;
	height: 36px;
	background-color: #eeeeee;
	border-top: solid 1px #cccccc;
	padding: 10px 10px 0 0;
	margin-top: 10px;
	text-align: right;
	margin-left:-20px;
}
.dialog .actions2 img{
	margin-left: 5px;
	cursor: pointer;
}
.dialog .bottom{
	float: left;
	display:inline;
	background: url(../images/BG-dialog.png) bottom left no-repeat;
	width: 640px;
	height: 20px;
}
.dialog .content{
	float: left;
	display:inline;
	clear:left;
	padding-top: 5px;
	width: 200px;
}
.dialog .content table td input[type='text']{
	/*width:250px;*/
}
.dialog .content table td input[type='checkbox']{
	width:20px;
}
#siteAccessInfo{
	position: absolute;
	float: left;
	right:14px;
	top:333px;
	width: 245px;
	z-index: 101;
	border-top:none;
	border: solid 1px #979797;
	font: 11px Arial;
	color: #007aec;
	line-height: 152px;
	cursor: pointer;

}

.dialog .description{
	float: left;
	display: inline;
	width: 550px;
	color:#333;
	font: bold 13px Arial;
	border-bottom: solid 1px #dddddd;
	margin: 0 0 10px 17px;
}

.dialog div#formchecks tr{
background-color:#FFFACD;
 }
.dialog div#formchecks td:hover {color:blue;
font-weight:bold;}


.dialog .stepDescription{
	float: left;
	display: inline;
	width: 550px;
	color: #00527c;
	font: bold 13px Arial;
	border-bottom: solid 1px #dddddd;
	margin: 15px 0 10px 17px;
}
.dialog .errorMessage{
	float: left;
	display: inline;
	width: 400px;
	margin: 10px 0 10px 94px;
	border: solid 1px #dc3b10;
	padding-bottom:10px;
	background: #ffebe8;
}
.dialog .errorMessageTitle{
	float: left;
	display:inline;
	height: 22px;
	width: 367px;
	font: bold 11px Arial;
	color: #ff0000;
	margin: 5px 0 10px 17px;
	border-bottom: dotted 1px #ff9d8e;
	line-height: 22px;
}
.dialog .errorMessageTitle img{
	vertical-align: middle;
	margin-right:3px;
}
.dialog .errorMessage span{
	width: 367px;
	font: 11px Arial;
	color: #333;
	margin: 0 0 0px 40px;
}
.dialog h4{color:#008000;
}

.dialog hr{

   float:left;
	width:550px;
	overflow:hidden;
	}


.dialog .info{
	float: left;
	display: inline;
	width: 400px;
	height: 25px;
	font: bold 11px Arial;
	color: #333;
	margin: 0 0 15px 94px;
	border: solid 1px #0096ff;
	background: #ecf6fd;
	line-height:25px;
	text-align: center;
}
.dialog .info img{
	margin-right: 3px;
	vertical-align: middle;
}
.dialog input{

	display:inline;
/*	border: solid 1px #aaaaaa;
	width: 200px;*/
}
.dialog select{
  border: solid 1px #aaaaaa;
	width: auto;
}
.dialog select.smallSelect{
  width:50px;
}
.dialog p{
	float: left;
	padding: 0 0 15px 0;
	margin: 0 0 15px 17px;
	width: 560px;
	border-bottom: solid 1px #ebeaea;
}
.dialog .last{
	border-bottom: 0;
	margin-bottom: 0;
}

.dialog label{
	float: left;
	display: inline;
	height: 20px;
	font: bold 11px Arial;
	line-height: 20px;
	margin-right: 10px;
	width:135px;
}
.dialog label .required {
    color: red;
    display: inline;
    margin-left: 5px;
}
.dialog fieldset{
		float: left;
		font: bold 11px Arial;
		margin-right: 10px;
		line-height: 20px;
		display:inline;
}
.dialog select{
	font: 11px Arial;
}
.dialog span{
	float: left;
	display:inline;
	margin-bottom: 15px;
	width: 550px;
	line-height: 25px;
	margin-left: 20px;
}
.dialog span img{

	margin-left: 5px;
	margin-top:2px;
	vertical-align: top;
}
.dialog .maintable{
	background-color:#FFFACD;
	font-size:14px;
	font-weight:600;}
.dialog .datePicker{
	float: left;
	display: inline;
	font: 12px Arial;
	color: #333;
	width: 80px !important;
	border: solid 1px #8f9ba3;
	background: #fff url(../images/ICON-calendar2.gif) no-repeat;
	background-position: 5px 3px;
	padding: 4px 0 4px 25px;
	vertical-align: middle;
	cursor:pointer;
}
.dialog span table{

font-size: 12px;
align:center;
line-height:20px;
table-layout:fixed;
text-align:left;

}
#getProductName{
	width:282px;
}
#getProductClassName{
	width:282px;
}
#EditSiteProductName{
	width:260px;
}
.dialog span th{
	text-align:center;
	background-color:#008000;
	color:#FFF;
	}
.dialog span td.dark{
	color:#CF0;
	background-color:#008000;
font-style:italic;
font-weight:bold;
	}

.dialog .tabMenu{
	float: left;
	display: inline;
	padding:0;
	margin: -9px 0 0 3px;
	padding-left: 15px;
	background: url(../images/BG-reportingTabMenu2.png) top left repeat-x;
	width: 569px;
	height: 52px;
	list-style: none;
}
.dialog .tabMenu li{
	float: left;
	display:inline;
	color: #333;
	font: bold 11px Arial;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	padding: 0 6px 0 6px;
	cursor: pointer;
	margin-right: 3px;
}
.dialog .tabMenu li img{
	float: left;
	display:inline;
	vertical-align: middle;
	margin: 10px 2px 0 0;
}
.dialog .tabMenu li span{
	float: left;
	display:inline;

}
.dialog .tabMenu li:hover{
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	padding: 0 5px 0 5px;
	background: url(../images/BG-reportingTabMenuItemHover.png) top left repeat-x;
}
.dialog .tabMenu .current{
	color: #333;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 0 5px 0 5px;
	background: #fff url(../images/BG-reportingTabMenuItemCurrent.png) top left repeat-x;
	height:37px;
	cursor: default;
}
.dialog .tabMenu .current:hover{
	background: #fff url(../images/BG-reportingTabMenuItemCurrent.png) top left repeat-x;
}
.dialog .tabMenu .current span{
	text-decoration: none;
	height:37px;
	margin-top:-2px;
	padding-top:2px;
}



.dialog textarea{
	float: left;
	display:inline;
	border: solid 1px #aaaaaa;
	width: 490px;
	height: 86px;
	resize:none;
}
.dialog .title{
	float: left;
	display:inline;
	height: 39px;
	width: 550px;
	font: 18px Arial;
	color:#fff;
	margin: 0 0 10px 17px;
	line-height: 39px;
/*	text-shadow: #000000 0px 1px 1px;
	filter: Shadow(Color=#000000,Direction=180,Strength=1);*/
}
/* div for the comminsion document */
div#formchecks
{
float:left;
width:590px;
height:350px;
overflow:auto;
}
/*********************************************************************************************************/
#loggedName{
	position:absolute;
	top:12px;
	right:160px;
	font: bold 14px Arial;
	color:white;
}
#lname:hover{
	text-decoration:underline;
	cursor:pointer;

}

/**************************************************************************************************************/
.menuBar{
	position:fixed;
	margin-top: 20px;
	min-width: 900px;
	width:100%;
	margin-top: 0;
	height:85px;
	background: url(../images/BG-menuBar.png) top left repeat;
	z-index:100;
}
.menuBar .content{
	position:fixed;
	margin-top: 10px;
	min-width: 900px;
	width:100%;
	margin-top: 0;
	height: 62px;
	z-index:100;
}
.menuBar .axentLogo{
	position: fixed;
	top: 0px;
}

.menuBar .helloUser{
  position: absolute;
  top: 10px;
  right: 150px;
  color:#ffffff;
  font:bold 12px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menuBar .helloUser .helloUsername{
  max-width:160px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.menuBar .logo{
	float: left;
}
.menuBar .logout img{
	position: absolute;
	top: 15px;
	right:20px;
	z-index:1000;
}
.menuBar .options{
	position: absolute;
	top: 56px;
	left: 10px;
	height: 28px;
	list-style:none;
}
.menuBar .options img{
	vertical-align:middle;
	margin-right:3px;
	margin-left:-4px;
}
.menuBar .options li{
	float:left;
	display:inline;
	height: 28px;
	margin: 0 2px 0 0;
	text-align: center;
	line-height: 27px;
	padding-left: 1px;
}
.menuBar .options .choice {

	display:block;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
	padding: 0 10px 0 10px;
	height: 27px;
}
.menuBar .options .choice input{
	position:inherit;
	vertical-align: middle;
}
.menuBar .options .showclient {
	display:block;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
	padding: 0 10px 0 10px;
	height: 27px;
}
.menuBar .options .showclient input{
	position:inherit;
	vertical-align: middle;
}
.menuBar .options a{
	display:block;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
	padding: 0 10px 0 10px;
	height: 28px;
}
.menuBar .options li:hover{
	background:url(../images/BG-menuBarHover.png) top left no-repeat;
}
.menuBar .options li:hover a{
	color:#fff;
	background:url(../images/BG-menuBarHover.png) top right no-repeat;
}
.menuBar .settings img{
	position: absolute;
	top: 5px;
	right:18px;
	cursor:pointer;
}
.menuBar .username{
	height: 20px;
	float: right;
	display:inline;
	margin-right: 15px;
	color: #fff;
	font:  bold 12px Arial;
	text-align: right;
	line-height: 19px;

}
.menuBar .username img{
	vertical-align: middle;
	margin-right: 2px;
}
.menuBar li.current{
	background: url(../images/BG-menuBarSelectedLeft.png) top left no-repeat;

	height:29px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.menuBar li.current a{
	height:29px;
	background: url(../images/BG-menuBarSelectedRight.png) top right no-repeat;
	color: #333;
}
.menuBar li.current:hover{
	background: url(../images/BG-menuBarSelectedLeft.png) top left no-repeat;

	height:29px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.menuBar li.current:hover a{
	height:29px;
	background: url(../images/BG-menuBarSelectedRight.png) top right no-repeat;
	color: #333;
}
/*****************************************************************************************/
.menuSecondary{
	position: fixed;
	top: 84px;
	left: 0px;
	right: 0px;
	padding-left: 30px;
	background: url(../images/BG-reportingTabMenu2.png) top left repeat-x;
	height: 30px;
	border-bottom: solid 1px #546779;
}
.menuSecondary img{
	vertical-align:middle;
	cursor:pointer;
	margin-right: 5px;
}
.menuSecondary span{
	height: 360px;
	font: bold 12px Arial;
	color: #fff;
	height:30px;
	line-height:30px;
	margin-right: 10px;
	cursor:pointer;
}
.menuSecondary span:hover{
	text-decoration: underline;
}
.menuSecondary .button{
	float: left;
	display: inline;
	height: 22px;
	border: 1px solid transparent;
	font: bold 11px Arial;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	margin: 3px 0 0 10px;
	padding: 0 8px 0 8px;
}
.menuSecondary .button:hover{
	color: #1785cd;
	background: url(../images/bg-popup-button-slim.png) top left repeat-x;
	background-position: 0px 0px;
	border: solid 1px #bbbbbb;
	text-decoration:none;
}
.menuSecondary .button:active{
	color: #1785cd;
	background: url(../images/bg-popup-button-slim.png) top left repeat-x;
	background-position: 0px -44px;
	border: solid 1px #bbbbbb;
}
.menuSecondary .button img{
	vertical-align: middle;
	margin: -2px 3px 0 0;
}
/**************************************************************************************************************/
.pageTitle{
	position: absolute;
	top: 115px;
	left: 20px;
	right: 20px;
	color: #333;
	font: 20px Arial;
	padding: 0 0 3px 11px;
	border-bottom: dotted 1px #ccc;
	min-width: 900px;
}
.pageTitle .details{
	position: absolute;
	top: 33px;
	font: bold 12px Arial;
}
.pageTitle img{
	vertical-align: middle;
	margin-right:5px;
}

.pageTitleTabMenu{
	top: 147px;
}
/************************************************************************************************************/
.clientssecondaryOptions{
position: fixed;
	top: 95px;
	left: 0px;
	right: 0px;
	padding-left: 30px;
	background: url(../images/BG-reportingTabMenu2.png) top left repeat-x;
	height: 30px;
	z-index:1000;
	/*background-color:#CCC;
	*/border-bottom: solid 1px #546779;

}
.clientssecondaryOptions span{
	height: 360px;
	font: bold 12px Arial;
	color: #5c5c5c;
	height:30px;
	line-height:30px;
	margin-right: 10px;
	cursor:pointer;
}
.clientssecondaryOptions img{
	vertical-align:middle;
	cursor:pointer;
	margin-right: 5px;
}
.clientssecondaryOptions span:hover{
	text-decoration: underline;
}

/**************************************************************************************************************/
.contractorssecondaryOptions{
position: fixed;
	top: 95px;
	left: 0px;
	right: 0px;
	padding-left: 30px;
	background: url(../images/BG-reportingTabMenu2.png) top left repeat-x;
	height: 30px;
	z-index:1000;
	/*background-color:#CCC;
	*/border-bottom: solid 1px #546779;

}
.contractorssecondaryOptions span{
	height: 360px;
	font: bold 12px Arial;
	color: #5c5c5c;
	height:30px;
	line-height:30px;
	margin-right: 10px;
	cursor:pointer;
}
.contractorssecondaryOptions img{
	vertical-align:middle;
	cursor:pointer;
	margin-right: 5px;
}
.contractorssecondaryOptions span:hover{
	text-decoration: underline;
}
.secondaryOptions{
	position: fixed;
	top: 85px;
	left: 0px;
	right: 0px;
	padding-left: 30px;
	background: url(../images/BG-reportingTabMenu2.png) top left repeat-x;
	height: 30px;
	z-index:1000;
	/*background-color:#CCC;
	*/border-bottom: solid 1px #546779;

}
.secondaryOptions img{
	vertical-align:middle;
	cursor:pointer;
	margin-right: 5px;
}
.secondaryOptions span{
	height: 360px;
	font: bold 12px Arial;
	color: #5c5c5c;
	height:30px;
	line-height:30px;
	margin-right: 10px;
	cursor:pointer;
}

.secondaryOptions span:hover{
	text-decoration: underline;
}

/***************************************************************************************************************/
.secondaryTabOptions{
	position: fixed;
	top: 95px;
	left: 0px;
	right: 0px;
	padding-left: 20px;
	background: url(../images/BG-reportingTabMenu2.png) top left repeat-x;
	height: 52px;
	z-index:100;
}
.secondaryTabOptions a{
	float: left;
	display:inline;
	color: #333;
	font: bold 11px Arial;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	padding: 0 6px 0 6px;
	cursor: pointer;
	margin-right: 3px;
}
.secondaryTabOptions a img{
	float: left;
	display:inline;
	vertical-align: middle;
	margin: 10px 2px 0 0;
}
.secondaryTabOptions a span{
	float: left;
	display:inline;

}
.secondaryTabOptions a:hover{
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	padding: 0 5px 0 5px;
	background: url(../images/BG-reportingTabMenuItemHover.png) top left repeat-x;
}
.secondaryTabOptions .current{
	color: #333;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 0 5px 0 5px;
	background: #fff url(../images/BG-reportingTabMenuItemCurrent.png) top left repeat-x;
	height:37px;
	cursor: default;
}
.secondaryTabOptions .current:hover{
	background: #fff url(../images/BG-reportingTabMenuItemCurrent.png) top left repeat-x;
}
.secondaryTabOptions .current span{
	text-decoration: none;
	height:37px;
	margin-top:-2px;
	padding-top:2px;
}

.menuBar li a.current {
    background: url(../images/BG-menuBarSelectedLeft.png) top left no-repeat;
    height: 29px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
#addSiteServiceContent span{
	float: left;
    display: inline;
    margin-bottom: 0px !important;
    width: auto;
    line-height: 0px !important;
    margin-left:5px !important;
	font-size:11px !important
}
.workorder_no_types {
    position: absolute;
    top: 83px;
    left: 177px;
    height: 130px;
    width: 173px;
    background: none;
    z-index: 1000;
    min-height: 20px;
    overflow: visible;
}
.workorder_no_types .container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 150px;
    width: 130px;
    background: none;
}
.workorder_no_types .contents {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 130px;
    border: none;
}
.workorder_no_types .contents li {
    float: left;
    display: inline;
    height: 20px;
    width: 161px;
    border: solid 1px #828282;
    background-color: #ffffff;
    font: 11px Arial;
    cursor: pointer;
    padding: 5px;
}
.workorder_no_types .contents li .name {
    float: left;
    display: inline;
    width: 80px;
    height: 20px;
    color: #333;
    line-height: 20px;
}
#duplicateSpan {
    color: red;
    font: bold 12px Arial;
	float:right;
}
#ui-timepicker-div{
	width:191px !important;
	height:156px !important
}
.ui-datepicker .ui-datepicker-buttonpane button{
	    margin-top: 17px !important;
}

mark {
	background-color: yellow;
}
.minWidth282px{
	min-width: 282px!important;
}
.minWidth285px{
	min-width: 280px;
}
.minWidth257px{
	min-width: 257px;
}