/* Minification failed. Returning unminified contents.
(2007,18): run-time error CSS1030: Expected identifier, found ' '
(2007,31): run-time error CSS1031: Expected selector, found ';'
(2007,31): run-time error CSS1025: Expected comma or open brace, found ';'
(2008,1): run-time error CSS1019: Unexpected token, found '}'
(2008,3): run-time error CSS1031: Expected selector, found '/'
(2008,3): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*reset css*/
* {
	margin: 0;
	padding: 0;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: baseline;*/
	background: transparent;
	text-shadow: none;
	
}

nav{
background-color:#FFF;height:200px;
}

/* render html5 elements as block */
header, footer, section, aside, nav  {
	display: block;
}

IMG {
	border:0px;
}
.container{
	width:990px;
	height:600px;
	margin:0px 0px;
	font-family:Arial;
	font-size:12px;
}

.containerMasterEventPlanner{
	width:990px;
	height:600px;
	margin:0px auto;
	font-family:Arial;
	font-size:12px;
}



.header-top{
	background:url(../images/header-top.png) repeat-x;
	height:45px;

}

.header-top-text{
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	
}


.header-top-text a{
	text-decoration:none;
	color:#FFF;	
}

.header-top-text a:hover {
	text-decoration:underline;
	color:#FFF;	
}

.header-top-loginname { 
	margin-left:25px;
	padding-top:15px;
}

.header-top-logout { 
	margin-left:275px;
	margin-top:-18px;
}
.header-top-right{
	float:right;
	margin-top:-25px;
	padding-right:22px;
}

.headerdropdown{
	margin-top:-16px;
	margin-left:160px;
	width:100px;
	height:20px;
	border:2px solid #5f5657;	
}

.header-logo{
	float:left;
	height:88px;
	width:207px;
}

.header-top-alert{
	margin-left:425px;
	margin-top:-30px;	
}

.searchtextbox{
	background: url(../images/searchtextbox.png) left no-repeat;	
	min-width:440px;
	height:38px;
	margin-top:10px;
	border-style:none;
	font-weight:bold;
	font-size:14px;	
	padding-left:10px;
	padding-right:10px;
	color:#777777;
}

.searchbutton {
    background: url("../images/searchimg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 22px;
    width: 23px;
}


.topsearch{
	margin-left:220px;
	padding-top:10px;
	height:88px;
}

.topsearch-button{
	margin-left:682px;
	margin-top:-75px;
}

.clearboth{
	clear:both;
	}

.clearboth10{
	clear:both;
    height:10px;
}

.clearboth40{
	clear:both;
    height:40px;
}

.clearboth100{
	clear:both;
    height:100px;
}

.cartbutton	{
	float:right;
	margin-top:-35px;	
}

#navmenus{
	width:990px;
	font-weight:bold;
	font-size:14px;
    margin: 0;
    padding: 0;
	float:left;
	
}

#navmenus ul{
	list-style: none;	
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
	width:990px;
	float:left;
}

#navmenus ul li{
	background-image:url(../images/menuspliter.jpg);
	background-repeat: no-repeat;
	float: left;
	line-height:40px;
}

#navmenus ul li a{
	background:url(../images/menubg.jpg) #fff bottom left repeat-x;
	height: 41px;
	padding:0 29px 0 29px;
	float: left;
	text-align:center;
	text-decoration: none;
	color:#FFFFFF;
	list-style-position:inside;
	position:relative;
	
	/*padding-top:30px;*/
}

.menufix{
	padding-right:6px;
	background:url(../images/menubg.jpg);
	height:41px;
}
.menuesep{
	background:url(../images/menuspliter.jpg) no-repeat;
	height:41px;
	width:5px;
}
	

.titletext {
	font-size:30px;
}

h2 {
	font-family:Arial;
	font-size:22px;
	color:#333333;
	font-weight:normal;
	/*font-weight:bold;*/
}

.bodyinner {
	background:#efefef;
	height:100%;
	padding:25px 111px 66px 113px;
}

.spacer{
	padding-top:10px;
	padding-bottom:10px;	
}


/*****************************************/

#Leftnav {     
	float: left;     
	width: 100%; 
	margin-bottom:15px;
	list-style-type:none; 

} 

#Leftnav ul li{

}

.nonlink{
	margin-left:8px;
	padding: 5px 10px;     
	
}
#Leftnav li a {     
	display: block;     
	padding: 5px 10px;     
	text-decoration: none;     
	font-size:12px;
	color: #333333;
} 

#Leftnav li a:hover {     
	color: #333333; 
} 

#Leftnav li a.active{
	color:#333333;
}

#Leftnav li a.sellink{
	color:#F00;
	font-weight:bold;	
}

#Leftnav li ul {     
	display: none; 
	list-style-type:none; 
} 

#Leftnav li ul li a {  
	margin-left:15px;
	padding: 5px 10px;     
}


#bodycontent{
	font-size:12px;
	color:#333333;
}
#footer {
}

.footer_section{
	background:url(../images/footer_bg.png) repeat;
	height:296px;
}

#footertabtitle{
	font-family:Myriad Pro;
	font-size:18px;
	color:#FFFFFF;
}

#footertabinner {
	padding-top:26px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
}

#footertabinner a{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#footertabinner a:hover{
	text-decoration:underline;
}

#footertabinner ul li {
	list-style-type:none;
	display: block;	
}

.footertab{
	margin-left:20px;
	width:160px;
	float:left;
}

.footertabend{
	margin-left:20px;
	width:220px;
	float:left;
}

.copyright{
	padding-top:20px;
	font-size:11px;
	text-align:center;
	color:#6c6c6c;
}
.footer_links{
	padding-top:10px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.footer_links a{
	color:#e31836;
	text-decoration:none;
}

.footer_links a:hover{
	color:#e31836;
	text-decoration:underline;
}


/*************Bread Crumb Starts Here*************************/

#breadcrumbcontainer{
	height:auto;
	font-family:Arial;
}


.breadcrumbdisplay{
	float:left;
	padding:2px 5px 5px 2px;
	color:#999999;
    width: 7px;
}


.breadcrumbtab{
	float:left; 
	text-decoration:none;
	padding:2px 5px 5px 2px;
	font-size:12px;
	color:#999999;
}

.breadcrumbtab a{
	color:#999999;
	text-decoration:none;
}

.breadcrumbtab a:hover{
	color:#333333;
}

.breadcrumbactivetab{
	text-decoration:none;
	float:left; 
	padding:2px 5px 5px 5px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.breadcrumbactivetab a{
	text-decoration:none;
	color:#333333;
}




/*************************************/

.aligncenter{ 
 text-align:center;
}


.paddingtop10{
	padding-top:10px;
}

.paddingtop20{
	padding-top:20px;
}

.floatleft{
	 float:left;	
}


/****************Bread Crumb Ends Here************************/

/************Page Naviations Starts Here*******************************/
.pagenavigationbox {
	float:right;
	height:60px;
	width:180px;
}

.pagenavigationboxbottom {
	float:right;
	height:60px;
	width:23%;
}


.pagenavigationtext {
	text-align:center;
	color:#333333;
	padding-top:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;	
}
.pagenavigationnormal { 
	font-weight:normal;color:#6c6c6c;
}

.pagenavigationnos{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	font-family:Arial;
	color:#6C6C6C;
}

.pagenoselected {
	font-weight:bold;color:#333333;
}

.pagenavigationnos a{
	padding-left:3px;
	padding-right:3px;	
	text-decoration:none;
	color:#6C6C6C;
}
.pagenavigationnos a:hover{
	text-decoration:underline;
	color:#6C6C6C;
}

/************Page Naviations Ends Here*******************************/



/*************************CSS3 Buttons *****************************/

.lightgraybutton {
	border: 1px solid #282828;
	font-size:12px; 
	font-family:Helvetica;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding: 5px 20px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#898a8a));
	background: -webkit-linear-gradient(#616161, #898a8a);
	background: -moz-linear-gradient(#616161, #898a8a);
	background: -ms-linear-gradient(#616161, #898a8a);
	background: -o-linear-gradient(#616161, #898a8a);
	background: linear-gradient(#616161, #898a8a);
	-pie-background: linear-gradient(#616161, #898a8a);
	behavior: url(../CSS/PIE.htc);
}

.css3redbutton {
	border: 1px solid #333333;
	font-size:12px; 
	font-family:Helvetica;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	padding: 10px 30px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e31836), to(#7b011d));
	background: -webkit-linear-gradient(#e31836, #7b011d);
	background: -moz-linear-gradient(#e31836, #7b011d);
	background: -ms-linear-gradient(#e31836, #7b011d);
	background: -o-linear-gradient(#e31836, #7b011d);
	background: linear-gradient(#e31836, #7b011d);
	-pie-background: linear-gradient(#e31836, #7b011d);
	behavior: url(../CSS/PIE.htc);
}

.css3Graybutton {
	border: 1px solid #333333;
	font-size:12px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	cursor:pointer;
	padding: 5px 14px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#282828));
	background: -webkit-linear-gradient(#616161, #282828);
	background: -moz-linear-gradient(#616161, #282828);
	background: -ms-linear-gradient(#616161, #282828);
	background: -o-linear-gradient(#616161, #282828);
	background: linear-gradient(#616161, #282828);
	-pie-background: linear-gradient(#616161, #282828);
	behavior: url(../CSS/PIE.htc);
}


.css3GrayNormalSmall {
	border: 1px solid #999999;
	font-size:12px; 
	font-family:Helvetica;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding: 5px 10px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cfd0d1), to(#898a8a));
	background: -webkit-linear-gradient(#cfd0d1, #898a8a);
	background: -moz-linear-gradient(#cfd0d1, #898a8a);
	background: -ms-linear-gradient(#cfd0d1, #898a8a);
	background: -o-linear-gradient(#cfd0d1, #898a8a);
	background: linear-gradient(#cfd0d1, #898a8a);
	-pie-background: linear-gradient(#cfd0d1, #898a8a);
	behavior: url(../CSS/PIE.htc);
}


.css3GraySmallInactive {
	border: 1px solid #999999;
	font-size:11px; 
	font-family:Helvetica;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding: 3px 8px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cfd0d1), to(#898a8a));
	background: -webkit-linear-gradient(#cfd0d1, #898a8a);
	background: -moz-linear-gradient(#cfd0d1, #898a8a);
	background: -ms-linear-gradient(#cfd0d1, #898a8a);
	background: -o-linear-gradient(#cfd0d1, #898a8a);
	background: linear-gradient(#cfd0d1, #898a8a);
	-pie-background: linear-gradient(#cfd0d1, #898a8a);
	behavior: url(../CSS/PIE.htc);
}

.css3GrayMediumInactive {
	border: 1px solid #999999;
	font-size:12px; 
	font-family:Helvetica;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding: 5px 14px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cfd0d1), to(#898a8a));
	background: -webkit-linear-gradient(#cfd0d1, #898a8a);
	background: -moz-linear-gradient(#cfd0d1, #898a8a);
	background: -ms-linear-gradient(#cfd0d1, #898a8a);
	background: -o-linear-gradient(#cfd0d1, #898a8a);
	background: linear-gradient(#cfd0d1, #898a8a);
	-pie-background: linear-gradient(#cfd0d1, #898a8a);
	behavior: url(../CSS/PIE.htc);
}

.css3GraySmall {
	border: 1px solid #999999;
	font-size:11px; 
	font-family:Helvetica;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding: 3px 8px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b4b4b6), to(#565455));
	background: -webkit-linear-gradient(#535152, #565455);
	background: -moz-linear-gradient(#b4b4b6, #565455);
	background: -ms-linear-gradient(#b4b4b6, #565455);
	background: -o-linear-gradient(#b4b4b6, #565455);
	background: linear-gradient(#b4b4b6, #565455);
	-pie-background: linear-gradient(#b4b4b6, #565455);
	behavior: url(../CSS/PIE.htc);
}

.css3GraySmall:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#565455), to(#b4b4b6));
	background: -webkit-linear-gradient(#565455, #b4b4b6);
	background: -moz-linear-gradient(#565455, #b4b4b6);
	background: -ms-linear-gradient(#565455, #b4b4b6);
	background: -o-linear-gradient(#565455, #b4b4b6);
	background: linear-gradient(#565455, #b4b4b6);
	-pie-background: linear-gradient(#565455, #b4b4b6);
	behavior: url(../CSS/PIE.htc);
}


.css3BrownMedium {
	border: 1px solid #333333;
	font-size:12px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	cursor:pointer;
	padding: 5px 14px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#282828));
	background: -webkit-linear-gradient(#616161, #282828);
	background: -moz-linear-gradient(#616161, #282828);
	background: -ms-linear-gradient(#616161, #282828);
	background: -o-linear-gradient(#616161, #282828);
	background: linear-gradient(#616161, #282828);
	-pie-background: linear-gradient(#616161, #282828);
	behavior: url(../CSS/PIE.htc);
}

.css3BrownMediumInactive {
	 border: 1px solid #999999;
	font-size:12px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	cursor:not-allowed;
	padding: 5px 14px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color:#ccc; 
}

.css3BrownMediumQE {
	border: 1px solid #333333;
	font-size:12px; 
     margin-right: 740px;
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	cursor:pointer;
	padding: 5px 14px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#282828));
	background: -webkit-linear-gradient(#616161, #282828);
	background: -moz-linear-gradient(#616161, #282828);
	background: -ms-linear-gradient(#616161, #282828);
	background: -o-linear-gradient(#616161, #282828);
	background: linear-gradient(#616161, #282828);
	-pie-background: linear-gradient(#616161, #282828);
	behavior: url(../CSS/PIE.htc);
}


.css3BrownMedium:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#282828), to(#616161));
	background: -webkit-linear-gradient(#282828, #616161);
	background: -moz-linear-gradient(#282828, #616161);
	background: -ms-linear-gradient(#282828, #616161);
	background: -o-linear-gradient(#282828, #616161);
	background: linear-gradient(#282828, #616161);
	-pie-background: linear-gradient(#282828, #616161);
}

.css3RedLarge {
	border: 1px solid #333333;
	font-size:14px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	padding: 10px 40px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e31836), to(#7b011d));
	background: -webkit-linear-gradient(#e31836, #7b011d);
	background: -moz-linear-gradient(#e31836, #7b011d);
	background: -ms-linear-gradient(#e31836, #7b011d);
	background: -o-linear-gradient(#e31836, #7b011d);
	background: linear-gradient(#e31836, #7b011d);
	-pie-background: linear-gradient(#e31836, #7b011d);
	behavior: url(../CSS/PIE.htc);
}

.css3RedLarge:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7b011d), to(#e31836));
	background: -webkit-linear-gradient(#7b011d, #e31836);
	background: -moz-linear-gradient(#7b011d, #e31836);
	background: -ms-linear-gradient(#7b011d, #e31836);
	background: -o-linear-gradient(#7b011d, #e31836);
	background: linear-gradient(#7b011d, #e31836);
	-pie-background: linear-gradient(#7b011d, #e31836);
}


.css3RedSmall {
	border: 1px solid #333333;
	font-size:11px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	padding: 3px 8px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e31836), to(#7b011d));
	background: -webkit-linear-gradient(#e31836, #7b011d);
	background: -moz-linear-gradient(#e31836, #7b011d);
	background: -ms-linear-gradient(#e31836, #7b011d);
	background: -o-linear-gradient(#e31836, #7b011d);
	background: linear-gradient(#e31836, #7b011d);
	-pie-background: linear-gradient(#e31836, #7b011d);
	behavior: url(../CSS/PIE.htc);
}

.css3RedSmall:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7b011d), to(#e31836));
	background: -webkit-linear-gradient(#7b011d, #e31836);
	background: -moz-linear-gradient(#7b011d, #e31836);
	background: -ms-linear-gradient(#7b011d, #e31836);
	background: -o-linear-gradient(#7b011d, #e31836);
	background: linear-gradient(#7b011d, #e31836);
	-pie-background: linear-gradient(#7b011d, #e31836);
}


.css3Quickview {
	border: 1px solid #333333;
	font-size:11px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	padding: 5px 8px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 3px 4px 1px #999999;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#282828));
	background: -webkit-linear-gradient(#616161, #282828);
	background: -moz-linear-gradient(#616161, #282828);
	background: -ms-linear-gradient(#616161, #282828);
	background: -o-linear-gradient(#616161, #282828);
	background: linear-gradient(#616161, #282828);
	-pie-background: linear-gradient(#616161, #282828);
	behavior: url(../CSS/PIE.htc);
}

.css3Quickview:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#282828), to(#616161));
	background: -webkit-linear-gradient(#282828, #616161);
	background: -moz-linear-gradient(#282828, #616161);
	background: -ms-linear-gradient(#282828, #616161);
	background: -o-linear-gradient(#282828, #616161);
	background: linear-gradient(#282828, #616161);
	-pie-background: linear-gradient(#282828, #616161);
}
/* Added by ram*/

.FrozenHeaderCell
{
    position: relative;
    cursor: default;
    left: expression(this.offsetParent.scrollLeft -1);
    z-index: 10;
}

th.FrozenHeaderCellLast
{
    position: relative;
    cursor: default;
    left: expression(this.offsetParent.scrollLeft -1);
    z-index: 10;
    border-right-width: 1px;
    /*border-right-color: Red;*/
}

th.HeaderCellFirst
{
    border-left-width: 0px;
}

.FrozenCell
{
    position: relative;
    cursor: default;
    left: expression(this.offsetParent.scrollLeft-1);
    border-style: solid;
    border-right: 0px;
    border-top: 0px;
    border-left-style:none;
    border-right-style:none;
}

.FrozenCellLast
{
    position: relative;
    cursor: default;
    left: expression(this.offsetParent.scrollLeft-1);
    /*border-right-color: Red;*/
    border-style: solid;
    border-top: 0px;
}

/*.printTable
{
    page-break-after: always;
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size: 15px;*/
    /*vertical-align: top;*/
    /*text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
}

    .printTable th
    {
        font-size: x-small;
        background-color: #EDEDED;
        border-style: groove;
        border-width: 1px;
        border-color: Black;
    }

    .printTable td
    {
        border-style: groove;
        border-width: 1px;
        border-color: Black;
    }

        .printTable td span
        {
            white-space: nowrap;
            overflow: hidden;
        }

.hiddenColStyle
{
    display: none;
}*/

.printTable
{
    page-break-after: always;
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size: xx-small; /*vertical-align: top;*/
    /*text-align: center;*/
    border-collapse: collapse;
    table-layout: fixed;
    
   
}
.printTable th
{
    font-size: x-small;
    background-color: #EDEDED;
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:12px;
    font-family:Arial;
    font-weight:bold; 
    
}
.printTable td
{
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:11px;
    font-family:Arial;
}
.printTable td span
{
    white-space: nowrap;
    overflow: hidden;
}
.printTableTelerik
{   
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size: xx-small; /*vertical-align: top;*/
    /*text-align: center;*/
    border-collapse: collapse;
    table-layout: fixed;
    
   
}
.printTableTelerik th
{
    font-size: x-small;
    background-color: #EDEDED;
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:12px;
    font-family:Arial;
    font-weight:bold; 
    
}
.printTableTelerik .alignRight {
        text-align:right;
    }
.printTableTelerik td
{
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:11px;
    font-family:Arial;
    padding-left:2px;
    padding-right:2px;
}
.printTableTelerik td span
{
    white-space: nowrap;
    overflow: hidden;
}
.hiddenColStyle
{
    display: none;
}
.printTableLast
{
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size: xx-small; /*vertical-align: top;*/ /*text-align: center;*/
    border-collapse: collapse;
    table-layout: fixed;
}
.printTableLast th
{
    font-size: x-small;
    background-color: #EDEDED;
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}
.printTableLast td
{
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:11px;
    font-family:Arial;
    padding-left:2px;
    padding-right:2px;
}
.printTableLast td span
{
    white-space: nowrap;
    overflow: hidden;
}

.printTableWithFooter
{
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size: xx-small; /*vertical-align: top;*/
    /*text-align: center;*/
    border-collapse: collapse;
    table-layout: fixed;
}
.printTableWithFooter th
{
    font-size: x-small;
    background-color: #EDEDED;
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:12px;
    font-family:Arial;
    font-weight:bold; 
    
}
.printTableWithFooter td
{
    border-style: groove;
    border-width: 1px;
    border-color: Black;
    font-size:11px;
    font-family:Arial;
    padding-left:2px;
    padding-right:2px;
}
.printTableWithFooter td span
{
    white-space: nowrap;
    overflow: hidden;
}

/*Progressing screen*/
#divLoadingBackground
{
    position: absolute;
    top: 0px;
    bottom: -200px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.5;
    z-index: 100000;
    }
#divWorkingOnIt {
    position: absolute;
    top: 50%;
    left: 43%;
    padding: 15px;
    width: 20%;
    z-index: 200100;
    font-family: Tahoma;
    font-size: 21pt;
    font-weight: lighter;
}
#divProcessing {
    width: 250px;
    height:50px;
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    font-family:Arial;
    font-size:10pt;
    }
   .ms-dlgTitle
{
padding:13px 19px 15px;
white-space:nowrap;
cursor:move;
overflow:hidden;
}
#CollapsedColumns{
width: 0px;
margin-top: 40px;
padding:0px 9px;
float: left;
left: 0px;
margin-left: -20px;
display:none;
}

.css3BrownSmall {
border: 1px solid #333333;
font-size:11px; 
font-family:Arial;
font-weight:bold;
letter-spacing:1px;
color:#FFFFFF;
cursor:pointer;
padding: 3px 8px;
text-align: center; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616161), to(#282828));
background: -webkit-linear-gradient(#616161, #282828);
background: -moz-linear-gradient(#616161, #282828);
background: -ms-linear-gradient(#616161, #282828);
background: -o-linear-gradient(#616161, #282828);
background: linear-gradient(#616161, #282828);
-pie-background: linear-gradient(#616161, #282828);
behavior: url(../Css/PIE.htc);
}


.css3BrownSmall:hover {
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#282828), to(#616161));
background: -webkit-linear-gradient(#282828, #616161);
background: -moz-linear-gradient(#282828, #616161);
background: -ms-linear-gradient(#282828, #616161);
background: -o-linear-gradient(#282828, #616161);
background: linear-gradient(#282828, #616161);
-pie-background: linear-gradient(#282828, #616161);
}


.h2PageTitleHeader {
    font-weight: bold;
    font-size: 22px;
    padding-top: 15px;
    width: 730px;
}
.label{
    display: inline;
}

#fade {
    display: none; /* Hidden as default */
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .40;
    z-index: 0;
}

.optioncontent {
    border: 1px solid #999999;
    background-color: #efefef;
    height: 60px;
}

.deleteselected {
    float: left;
    padding-top: 15px;
}

.listingoptions {
    width: 420px;
}

.listingoptionsDisabled {
    color: lightgray;
}

.Fontsize12 {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}

.Fontsize12Bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

Fontsize12Disabled {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.Fontsize14Bold {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.Fontsize20Bold {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.searchBox {
    vertical-align: text-top;
    margin: 0 0 0 14px;
    font-family: Arial;
    font-size: 15px;
    color: #333333;
    background-color: #FFFFFF;
    border:1px solid #c9c9c9;
    width: 155px;
    height:27px;
}


.searchDropDownBox {
    vertical-align: text-top;
    margin: 0 0 0 0px;
    font-family: Arial;
    font-size: 15px;
    color: #333333;
    background-color: #FFFFFF;
    border:1px solid #c9c9c9;
    width: 192px;
    height:29px;
}

.width30 {
    width: 30px;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width75 {
    width: 75px;
}

.width95 {
    width: 95px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width175 {
    width: 175px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width275 {
    width: 275px;
}

.width400 {
    width: 400px;
}

.width700 {
    width: 700px;
} 

.Fontsize12Normal {
    font-size: 12px;
    color: #333333;
}

.Fontsize12Normal a {
    color: #333333;
    text-decoration: underline;
}

.Fontsize12Normal a:visited {
    color: #500199;
    text-decoration: none;
}

.Fontsize12Normal a:hover {
    color: #e31836;
    text-decoration: underline;
}

a.column {
    color: #333333;
    text-decoration: underline;
}

a.column:visited {
    color: #500199;
    text-decoration: none;
}

a.column:hover {
    color: #e31836;
    text-decoration: underline;
}

a.column:focus {
    color: #333333;
}

a.column:active {
    color: #500199;
    text-decoration: none;
}

.css3BlueMedium {
	border: 1px solid #333333;
	font-size:12px; 
	font-family:Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	cursor:pointer;
	padding: 5px 14px;
	text-align: center; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#495899), to(#011d7b));
	background: -webkit-linear-gradient(#495899, #011d7b);
	background: -moz-linear-gradient(#495899, #011d7b);
	background: -ms-linear-gradient(#495899, #011d7b);
	background: -o-linear-gradient(#495899, #011d7b);
	background: linear-gradient(#495899, #011d7b);
	-pie-background: linear-gradient(#495899, #011d7b);
	behavior: url(../Styles/PIE.htc);
}

/* pop up style sheet start*/
.PopupOuter {
    font-family:arial;
    background-color: #ffffff;
    display: none;
    float: left;
    position: fixed;
    top: 40%;
    left: 50%;
    height: auto;
    width: 500px;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 10px #a3a3a3;
    -moz-box-shadow: 0px 0px 10px #a3a3a3;
    box-shadow: 0px 0px 10px #a3a3a3;
    border:1px solid #c6c6c6;
}

.PopupInnerContent {
    background: #fff;
    margin: 5px;
}

.PopupInnerContent h2 {
    font-family: Arial;
    font-size: 20px;
    text-align: center;
}

.PopupInnerContent p {
    font-family: Arial;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.PopupButtons {
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
}


/*.PopupButtons input {
    height: 32px; 
    margin-top: 5px; 
    cursor: pointer;
    text-align:center;
    color:#333;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
}*/

.PopupTitleContainer {
    width:100%;
    background-color: #efefef;
    height: 37px;
    margin-bottom:16px;
    border-bottom:1px solid #c6c6c6;
}

.PopupTitleText {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding:10px;
    display:inline-block;
}


.PopupTextContent {
    padding:0px 16px 0 16px;
    min-height: 42px;
    color: #333333;
    font-size: 12px; 
}

.PopupTextContent2 {
    padding-top: 1px;
    padding-bottom: 19px;
    min-height: 42px;
    color: #333;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    clear: both;
    text-align: left;
}

.PopupErrorContent {
    margin:0;
}


.PopupErrTextContent {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #333;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    clear: both;
    text-align: left;
}

.close {
    background-color:#0c3a60;
    float:right;
    margin:6px 6px 0 0;
    border:1px solid #1691b0;
    width:28px;
    height:23px;
}

.close:hover {
    background-color:#125082;
}

.required { 
    color: #ff0000; 
    font-family: Arial;
}
/*pop up style sheet end*/

/*Modal Window style sheet start*/
.modalWindow{
    width:900px;
    border:1px solid #c6c6c6;
    display: none;
    padding:0px;

    font-family:arial;
    background-color: #ffffff;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 10px #a3a3a3;
    -moz-box-shadow: 0px 0px 10px #a3a3a3;
    box-shadow: 0px 0px 10px #a3a3a3;
}

.modalHeader{
    height:52px;  
    vertical-align: middle;   
    font-size:17px;
    color:#333;
    background-color:#efefef;
    border-bottom:1px solid #c6c6c6;
}

.modalTitle{
    font-family: Arial;
    font-size: 17px;
    float:left;
    font-weight:bold;
    width:400px; 
    margin-top:15px;
    margin-left:24px; 
}

.modalXBtn{
    float:right;
    margin-top:12px; 
    margin-right:10px; 
    background-color:#0c3a60; 
    width:32px; 
    height:27px;  
    border:1px solid #062035; 
    color:#fff;
    cursor:pointer;
}

.modalXBtn:hover{
    background-color:#125082;   
}

.modalContainer{
    background-color:#fff;
}

.modalFooter{
    text-align:center; 
    vertical-align:middle;
    background-color:#fff;
}
/*modal window end*/

.btnBlue{
    text-align:center;
    color:#fff;
    background-color:#0c3a60;
    border-style: none;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
    cursor:pointer;
}

.btnBlue:hover{   
    background-color:#125082;   
}

.btnBluePopup{
    text-align:center;
    color:#fff;
    background-color:#0c3a60;
    border-style: none;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
    cursor:pointer;
}

.btnBluePopup:hover{    
    background-color:#125082;     
}

.btnSearchIcon {
    vertical-align: text-top;
    margin:0 0 0 -4px;
    height:29px;
    width:37px;
    border-style: none;
    background-color:#0c3a60;
    color:#fff;
    background-image: url(../Images/searchiconsmall.png)!important;
    background-repeat:no-repeat;  
    cursor:pointer;    
}

.btnSearchIcon:hover{   
    background-color:#125082;   
}

.btnSearchIconInactive {
    vertical-align: text-top;
    margin:0 0 0 -4px;
    height:29px;
    width:37px;
    border-style: none;
    background-color:#0c3a60;
    color:#fff;
    background-image: url(../Images/searchiconsmall.png)!important;
    background-repeat:no-repeat;  
    cursor:not-allowed;   
}

.btnCreateUser{
    text-align:center;
    color:#fff;
    margin: 0 0 0 20px;
    background-color:#0c3a60;
    border-style: none;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
    cursor:pointer;
}

.btnCreateUser:hover{   
    background-color:#125082;   
}

.btnCreateUserInactive{
    text-align:center;
    color:#fff;
    margin: 0 0 0 20px;
    background-color:#0c3a60;
    border-style: none;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
    cursor: not-allowed;
}

.btnBlueReset{
    text-align:center;
    font-family: Arial;
    font-size: 13px;
    color:#fff;
    background-color:#0c3a60;
    border-style: none;
    height: 27px;
    width: 58px;  
    cursor:pointer;
}

.btnBlueReset:hover{   
    background-color:#125082;   
}

.btnBlue:hover{   
    background-color:#125082;   
}

.btnBlueArrow{
    text-align: center;
    font-family: Arial;
    font-size: 17px;
    color:#fff;
    background-color:#717171;
    border-style: none;
    border-bottom: 2px solid #565656;
    height: 37px;
    width: 61px;
 }

.btnGrey{
    text-align:center;
    color:#fff;
    background-color:#717171;
    border-style: none;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
    cursor:pointer;
}

.btnGrey:hover{
      background-color:#8c8c8c;
}

.btnGreyInactive{
    text-align:center;
    color:#fff;
    background-color:#717171;
    border-style: none;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
    cursor:not-allowed;
}

.btnGreyPopup{
    text-align:center;
    color:#fff;
    background-color:#717171;
    border-style: none;
    /*border-bottom: 2px solid #062035;*/
    /*padding: 10px;*/
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
}

.btnGreyPopup:hover{
    background-color:#8c8c8c;  
}

.btnInactive{
    text-align:center;
    color:#a4a4a4;
    background-color:#f2f2f2;
    border-style: none;
    padding: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
}

.userTable
{
    table-layout: fixed;
    padding-left: 20px;
    border-spacing: 10px;
}

.userTable td
{
    padding:0px;       
}

.umTable
{
    width:950px;
    table-layout: fixed;
    border-collapse: collapse; 
    margin-left:auto;
    margin-right:auto;   
}

.umTable td
{
    padding:5px;    
}

.umTableSearchControls
{
    width:600px;
    table-layout: fixed;
    border-collapse: collapse; 
    margin-left:auto;
    margin-right:auto; 
    text-align:center;           
}

.umTableSearchControls td {
   padding: 5px;
}

.txtBoxUser {
    float:left;
    font-family: Arial;
    font-size: 15px;
    color: #333333;
    background-color: #FFFFFF;
    width: 232px;
    border: 1px solid #c8c8c8;
    height: 25px;
    
}

.lstBoxUser {
    float:left;
    font-family: Arial;
    font-size: 15px;
    color: #8e8e8e;
    background-color: #FFFFFF;
    width:91%;
    border: 1px solid #c8c8c8;
    height: 150px;
    
}

.lblUser {
    float:left;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
}

.lblField {
    float:left;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    padding:0;
    margin:0;
}
.lblTopMessage {
    float:left;
    font-family: Arial;
    font-size: 13px;
    color: #333333;
    white-space:normal;
}

.txtBoxUserDisable {
    float:left;
    font-family: Arial;
    font-size: 15px;
    color: #a2a2a2;
    background-color: #f2f2f2;
    width: 232px;
    height: 25px;
    border-style: none;
    border:1px solid #b9b9b9;
}

.txtBoxPasswordDisable {
    float:left;
    font-family: Arial;
    font-size: 15px;
    color: #a2a2a2;
    background-color: #f2f2f2;
    width: 175px;
    height: 25px;
    border-style: none;
    border:1px solid #b9b9b9;
}

.telBtnDelete {
    background-image: none;
    color:#FF0000 !important;
 
}

.telBtnEdit {
    background-image: none;
    color:#0d3a61 !important;
 
}

/*override Teletik grid for Paging*/


/*****************************************************/

/* Menu for Shopping Cart*/
#contentMainPlaceHolder_contentMasterUser_CartMenu li {
    margin-right: 20px;
    border: 1px solid #999 !important;
    border-bottom: none !important;
    cursor: pointer;
}

#contentMainPlaceHolder_contentMasterUser_CartMenu li a {
    width: 300px !important;
    vertical-align: central;
    text-align: center !important;
    color: #0c3a60 !important;
    font: bold 23px arial !important;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 10px;
}

#contentMainPlaceHolder_contentMasterUser_CartMenu li a.selected.static {
    padding-top: 0 !important;
}

#contentMainPlaceHolder_contentMasterUser_CartMenu a.selected.static {
    background-color: #efefef !important;
    background: #efefef !important; /*Added for Defect #21121*/
    border-bottom: none !important;
    cursor: pointer;

    /*Added for Defect #21121*/
    border-top: 6px solid #0c3a60;
    color: #0c3a60 !important;
}

/*Added for Defect #21121*/ 
#contentMainPlaceHolder_contentMasterUser_CartMenu a.static {
    color:#717171 !important;
    /* Permalink: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/****************************************************/ 


.DivMainBox{
    float:left;
    width:100%;
    border:1px solid #d4d4d4;
    background:#efefef;
}

.AppPermissionsBox{
    display:block;
    /*border:1px solid #d4d4d4;*/
    height: 250px;
    border-top:0px!important;
    border-top-style:none!important;
    /*padding-left:20px;*/
    /*padding-top: 10px;*/
    background-color:#FFFFFF;
}

#column_gap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count:25;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.AppPermissionsColumn{
    float:left;  
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2; 
    column-gap: 1px;
    -moz-column-gap: 1px;
    -webkit-column-gap: 1px;
    width: 99%;
    border-top:1px solid #adadad;
}

/*.PermissionAvoid {
        -webkit-column-break-inside: avoid; /* Chrome, Safari */
    break-inside: avoid-column;         /* IE 11 */
}*/

.AppPermissionsColumn ul {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    break-inside: avoid-column;         /* IE 11 */
} 

.AppPermissionsColumn ul li span {
    column-count: 2;
}
/*.lblAppPermAppName{
    float:left;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    padding-right: 50px;
    white-space: nowrap;
}*/

/*.lblAppPermAppDesc{
    float:left;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    padding-right: 50px;
    white-space: nowrap;
}*/

input[type=checkbox] {
  width: 17px;
  height: 17px;
  cursor: pointer;
  font-size: 18px;
    margin-right: 5px;
}


input[type=checkbox]:after {
    content: " ";
    /*background-color: #9FFF9D;*/
    display: inline-block;
    visibility: visible;
    
   
}

input[type=checkbox]:checked:after {
    /*content: "\2714";*/
    background-image:url('../Images/blue_checkmark.png');
    background-repeat:no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 5px;
} 

input[type=checkbox]:disabled:checked:after {
    /*content: "\2714";*/
    background-image:url('../Images/grey_checkbox.png');
    background-repeat:no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    cursor: not-allowed;
} 


/*****************************************************/

/* Menu for Shopping Cart*/
#contentMainPlaceHolder_contentMasterUser_CartMenu li {
    margin-right: 20px;
    border: 1px solid #999 !important;
    border-bottom: none !important;
    cursor: pointer;
}

#contentMainPlaceHolder_contentMasterUser_CartMenu li a {
    width: 300px !important;
    vertical-align: central;
    text-align: center !important;
    color: #0c3a60 !important;
    font: bold 23px arial !important;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 10px;
}

#contentMainPlaceHolder_contentMasterUser_CartMenu li a.selected.static {
    padding-top: 0 !important;
}

#contentMainPlaceHolder_contentMasterUser_CartMenu a.selected.static {
    background-color: #efefef !important;
    background: #efefef !important; /*Added for Defect #21121*/
    border-bottom: none !important;
    cursor: pointer;

    /*Added for Defect #21121*/
    border-top: 6px solid #0c3a60;
    color: #0c3a60 !important;
}

/*Added for Defect #21121*/ 
#contentMainPlaceHolder_contentMasterUser_CartMenu a.static {
    color:#717171 !important;
    /* Permalink: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/****************************************************/ 

#UserMenu li {
    margin-right: 20px;
    border: 1px solid #c6c6c6 !important;
    border-bottom: none !important;
}

#UserMenu li a {
    width: 300px !important;
    vertical-align: central;
    text-align: center !important;
    color: #0c3a60 !important;
    font: bold 23px arial !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#UserMenu a.selected.static {
    background-color: #efefef !important;
    border-bottom: none !important;
} 


/*Store Selection*/

.selectDeptBox {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    float: left;
    width: 100px;
}

.selectDeptBut {
    float: left;
    margin: 46px 10px;
}

.deptSelHeader {
    background-color: #6C6C6C;
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    width: 200px;
}

.InActiveControl{
    opacity: .7;  
    cursor: not-allowed;
}

/*.DeleteLinkInactive{
    text-decoration: none;
    cursor: pointer;

}*/
