﻿img {border:0;}
html, body {font-family:Verdana, Tahoma, Arial, Sans-Serif;}

.txt
{
	font-size: 10px;
	
}

.txtb
{
	font-size: 10px;

	font-weight: bold;
}

.txto
{
	color: #ff6c00;
	
	font-size: 10px;
}

.txtob
{
	color: #ff6c00;
	
	font-size: 10px;
	font-weight: bold;
}

.txtobhead
{
	color: #ff6c00;
	
	font-size: 16px;
	font-weight: bold;
}

.txtg
{
	font-size: 10px;
	
	color: #707070;
}

.txtgb
{
	font-size: 10px;
	
	font-weight: bold;
	color: #707070;
}

.txtgbhead
{
	font-size: 12px;
	
	font-weight: bold;
	color: #707070;
}

.label
{
	
	font-size: 10px;
}

.linko
{
	font-size: 10px;
	
	text-decoration: none;
	color: #FF6600;
}

.link
{
	font-size: 10px;
	
	text-decoration: none;
	color: #000000;
}

.link:hover
{
	font-size: 10px;

	text-decoration: none;
	color: #FF6600;
}


.Inputter
{
	width:100%;
}



.Form
{
	table-layout: fixed;
	width: 100%;
	border-left: 1px solid #004865;
	border-right: 1px solid #004865;
	border-bottom: 1px solid #004865;
}

.FormNoBorder
{
	table-layout: fixed;
	width: 100%;
}

.FormLabel
{
	text-align: right;
	padding: 2 4 2 2;
	width: 180px;
}

.ShortFormLabel
{
	text-align: right;
	padding: 2 4 2 2;
	width: 50px;
}

.FormLabelLeft
{
	text-align: left;
	padding: 2 4 2 2;
	width: 180px;
}

.FormField
{
	padding: 2 5 2 2;
}
/*------------autocomplete----*/
.ui-autocomplete-loading { background: white url('/images/uiloading.gif') right center no-repeat; }
.jqAutocomplete
{   border: 1px solid #DADADA;
    color: #585858;
    font-size: 11px;
    height: 11px;
    padding: 4px 4px 5px 6px;
    width:250px;
	height:11px;
}
.jqAutocomplete .ui-widget { font-family: inherit; font-size: inherit; }
.ui-autocomplete { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; }

.ui-autocomplete .ui-state-hover { border: 1px solid #999999; background: #dadada ; font-weight: normal; color: #212121; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.ui-autocomplete { position: absolute; cursor: default; } 
.ui-menu {
 list-style:none;
 padding: 2px;
 display:block;
 float: left;
 position:absolute;
 cursor:pointer;
 width:300px;
}
.ui-menu .ui-menu-item a {
 display:block;
 padding:.2em .4em;
 font-family: inherit; 
 font-size: 8pt; 
 width:300px;
}


/*---------------datepicker ------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

.FormFieldText
{
	vertical-align: bottom;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

.FormLabelText
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
}

.FormLabelTextRequired
{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.FormButtonBar
{
	height: 40px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 5px;
}

.TextBox
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	width: 100%;
	border: solid 1px #AAAAAA;
}

.DropDownList
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	width: 100%;
	border: solid 1px #AAAAAA;
}

.Button
{
	border: solid 1px #FB7803;
	color: #FB7803;
	font-size: 10px;
	font-weight: bold;
}

.ClickImage
{
	cursor: hand;
}

.ReportSectionHeading
{
	font-family:Verdana, Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#ff6c00;	
	margin-bottom:22px;
}

.ReportHeading
{
	font-family:Verdana, Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#636262;	
}

/* List Classes */

.List
{
	table-layout: fixed;
	width: 100%;
	background-color: #cccccc;
	font-family: Verdana, Tahoma, Arial;
}

.ColumnHeading
{
	font-weight: bold;
	font-size: 13px;
	color: #A5A5A5;
	background-color: #595959;
	padding: 3px;
}

.ListRow
{
	background-color: #D9D9D9;
}

.ListRowAlternate
{
	background-color: #BFBFBF;
}

.ListRowOver
{
	background-color: #FFA666;
}

.TopCell
{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	background-color: #B3B3B3;
}

.Cell
{
	color: #000000;
	font-size: 10px;
	padding: 3px;
}

.Validator
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #FF0000;
}
.ValidCss
{
	width: 200px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	width: 100%;
	border: solid 1px #AAAAAA;
	background-color:#b3f2b0;
}

.InvalidCss
{
	width: 200px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	width: 100%;
	border: solid 1px #AAAAAA;
	background-color:#f2b0b0;
}





.MasterLeftBorder
{
	background-image: url(###Images/rep_pageLeft.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
}
.MasterRightBorder
{
	background-image: url(###Images/rep_pageRight.gif);
	background-position-x: right;
	background-repeat: repeat-y;
	padding-right: 5px;
}
.HelpBar
{
	position: absolute;
	height: 25px;
	z-index: 999;
	color: White;
	margin: 0;
	top: 0;
	left: 0;
	width: expression(document.body.clientWidth +  'px' );
	background-image: url(###images/helpBar/rep_back.gif);
	background-repeat: repeat-x;
	filter: alpha(opacity=87);
}

/*
*******************************************************************************
*                                                                             *
*                                Info Popup Styles		                      *
*                                                                             *
*******************************************************************************
*/

.InfoBody
{
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 5 5 5 5;	
	z-index: 99;
}
.InfoHeaderNormal
{
	padding: 5 5 5 5;
	background-color:#00FF00;
	z-index: 99;
}
.InfoHeaderProblem
{
	padding: 5 5 5 5;
	background-color:#FF0000;
	z-index: 99;
}


/*----------------------------------------------*/
.clear {clear:both;}

#SubMenu
{
	margin:19px;
	
}
#SubMenu img
{
	vertical-align:middle;
	margin:0 10px 0 0;
}
#SubMenu a
{
	margin:0 41px 0 0;
	text-decoration:none;
	color:#636262;
	font-size:12px;
	font-weight:bold;
}
#SubMenu a:hover
{
	color:#a3a3a3;
}

.ContainerTop
{
	background:url(../images/container-top.gif) no-repeat;
	width:928px;
	height:13px;
}
.ContainerBody
{
	background:url(../images/container-rep.gif) repeat-y;
	/*width:928px;*/
	padding:10px 10px 0 10px;
	
}
.ContainerBottom
{
	background:url(../images/container-bottom.gif) no-repeat;
	width:928px;
	height:20px;
}

/*--------------------Main Search Box---------------------*/
#search-container
{
	width:810px;
	float:left;
	background:#ffead7;
	border:solid 1px #fccea5;
	height:34px;
	margin:0 10px 10px 0;
	
}
#search-text
{
	float:left;
	background:url(../images/search.gif) no-repeat 2px center;
	color:#ed780d;
	font-size:10px;
	text-indent:28px;
	margin:0 0 0 5px;
	height:23px;
	padding:10px 0 0;
	width:70px;
}
.search-box
{
	border:solid 1px #fccea5;
	width:710px;
	height:13px;
	margin:1px 4px 4px 10px;
	font-size:11px;
	color:#585858;
	padding:5px 0 6px 8px;
}


#new-button
{
	padding:2px 0 0 0;
	float:right;
	background:#fff;
	height:45px;
	width:75px;
	margin:0 10px 0 0;
}
#clear-search
{
	float:right;
	margin:-23px 15px 0 0;
	background:url(../images/clear-search.gif) no-repeat;
	width:9px;
	height:9px;
	cursor:pointer;
}
/*----------------------------------------------*/


h3
{
	color:#ff6c00;
	font-size:17px;
	font-weight:normal;
}
h4
{
	color:#000;
	font-weight:bold;
	font-size:12px;
    border-bottom:solid 1px #dadada;
	padding:0 0 8px 0;
}
.form-text
{
	color:#585858;
	font-size:10px;
}
.form-left
{
	float:left;
	width:400px;
}
.form-right
{
	float:left;
	margin:0 0 0 10px;
}

.form-field { width:400px;height:25px;margin:6px 0 0 0; }
.form-label
{
	color:#585858;
	font-size:10px;
	float:left;
	margin:4px 0 0;
	width:130px;
	display:block;
	text-align:left;
}
.form-box
{
	border:solid 1px #dadada;
	width:250px;
	height:11px;
	padding:4px 4px 5px 6px;
	color:#585858;
	font-size:11px;
}
.form-drop
{
	border:solid 1px #dadada;
	width:250px;
	height:28px;
	padding:4px 4px 5px 6px;
	color:#585858;
	font-size:11px;
}
.form-multi
{
	border:solid 1px #dadada;
	width:250px;
	height:84px;
	padding:5px 4px 5px 6px;
	color:#585858;
	font-family:Verdana, tahoma, Arial,  Sans-Serif;
	font-size:11px;
}
.btn
{
	background:#f0f0f0;
	border:solid 1px #dadada;
	color:#585858;
}
.save-btn
{
	background:#f0f0f0;
	border:solid 1px #dadada;
	color:#585858;
	width:100px;
	margin:53px 0 0 -10px;
}
.ca-menu
{
	border-top:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	height:45px;
	background:url(industry.gif) no-repeat;
	width:928px;
}
.ca-industry
{
	background:url(industry.gif) no-repeat;
	width:126px;
	height:30px;
}
.ad-background-small
{
	float: left;
	width: 224px;
	height: 71px;
	margin: 3px;
	background-color: #FFFFFF;
	background-image: url('../Images/lbc_ListingBackground220.png');
	background-repeat: no-repeat;
	background-position: center;
}

.editdelete a
{
	color:#d90909!important;
}
.mnu { border:1px solid #999;width:142px;background:#f6f6f6 url("../Images/Common/Grid/menu/vertical.png") repeat-y;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;color:#666;cursor:default;text-align:left;font-weight:bold; }
 .mnu .itm { width:140px;height:22px; }
 .mnu .itm-h { width:140px;height:22px;background:#f6f6f6 url("../Images/Common/Grid/menu/static.png") no-repeat;color:#333; }
 .mnu .br { width:140px;height:4px;background:#f6f6f6 url("../Images/Common/Grid/menu/static.png") no-repeat 0 -22px; }

 .mnu .ico { display:block;width:16px;height:16px;float:left;margin:3px 7px 0px 8px;background:transparent url("../Images/Common/Grid/menu/icons.png") no-repeat -16px 0; }

.mnu .sort-desc { display:block;width:16px;height:16px;float:left;margin:3px 7px 0px 8px;background:transparent url("../Images/Common/Grid/menu/icons.png") no-repeat -16px 0;background-position:0 0; }
.mnu .sort-asc { display:block;width:16px;height:16px;float:left;margin:3px 7px 0px 8px;background:transparent url("../Images/Common/Grid/menu/icons.png") no-repeat -16px 0;background-position:0 -16px; }
.mnu .grp-asc { display:block;width:16px;height:16px;float:left;margin:3px 7px 0px 8px;background:transparent url("../Images/Common/Grid/menu/icons.png") no-repeat -16px 0;background-position:0 -32px; }
.mnu .grp-desc { display:block;width:16px;height:16px;float:left;margin:3px 7px 0px 8px;background:transparent url("../Images/Common/Grid/menu/icons.png") no-repeat -16px 0;background-position:0 -48px; }
.mnu .ungrp { display:block;width:16px;height:16px;float:left;margin:3px 7px 0px 8px;background:transparent url("../Images/Common/Grid/menu/icons.png") no-repeat -16px 0; background-position:0 -64px; }


 


 .mnu .txt { display:block;float:left;height:21px;line-height:21px;width:86px;padding:0 0 0 4px;font-size:10px; }

.col-mnu { width:16px;height:100%;background:transparent url("../Images/Common/Grid/static.png") no-repeat 0 3px;}
.col-mnu-h { width:16px;height:100%;background:transparent url("../Images/Common/Grid/static.png") no-repeat 0 3px;margin:0; }
.col-mnu-d { width:16px;height:100%;background:transparent url("../Images/Common/Grid/static.png") no-repeat 0 3px;margin:0; }

