/* New design*/
.txt{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.top{
  height: 25px;
  background-image: url(images/topborder.gif);
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;

}
.tabblue {
 border: 1px solid #e3f0ff;
}
.taborange{
  border: 1px solid #ffcb69;
  background-color: #ffeeba;
}
.tabblue1 {
	background-image: url(images/bg-bluebg.gif);
	background-repeat: repeat-x;
	padding: 8px 6px 6px 10px;
}
.taborange1{
    background-image: url(images/bg-orange.gif);
	background-repeat: repeat-x;
	padding: 8px 6px 6px 10px;
}

.heading-tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.txtBox {
    border: solid #DEDEDE 1px;
	width:150;
	color : #333333;
	vertical-align : middle;
}
.txtBox2 {
    border: solid #DEDEDE 1px;
	width:210;
	color : #333333;
	vertical-align : middle;
}
.label {
    padding-left:2px;
	padding-right:5px;
   	color : #333333;

}
.error{
 color :#FF0033;
}
.sideMenu{
  border-bottom:1px solid #FFFFFF;
  padding: 2px 5px 5px 12px;
}
.lvt {
	background-color:#ddd;
	border:none; 
	color :#333333;
}
.lvtColData {
	background-color:#fff;
}
.lvtColDataHover {
	background-color:#f0f0f0;
}
.lvtCol {
	/*border-left:1px solid #ddd;*/
	/*background: #fff url(images/level2Bg.gif) bottom repeat-x;*/
	font-weight:bold;
	color:#333333;
	background-color:#FFFFFF;
}

A.sideNavLink:link,A.sideNavLink:visited,A.sideNavLink:active {
   font-weight: bold;
   color: #545454;
   cursor:pointer;
   text-decoration:normal;
}

A.sideNavLink:hover {
   font-weight: bold;
   color: #545454;
   cursor:pointer;
   text-decoration:underline;
 }

/*  Buttons **************************/

.myButton{
	
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
}
.btnCol{
 font-family :  Arial, Helvetica, sans-serif;
 font-size : 11px;
 color :#ffffff;
}
.create{
background-color:#5774b0;
	color:#fff;
	font-weight:bold;
	background-image: url(images/toolbar-bg.png);
}
.delete {
	background-color:red;
	color:#fff;
	font-weight:bold;
	 background-image: url(images/buttonred.png);
  
}
.edit {
background-color:green;
	color:#fff;
	font-weight:bold;
	background-image: url(images/buttongreen.png);
}
.save{
	background-color:green;
	color:#fff;
	font-weight:bold;
	 background-image: url(images/buttongreen.png);
	
}
.cancel {
  background-color: orange;
	color:#fff;
	font-weight:bold;
	 background-image: url(images/buttonorange.png);
}
/*endof button*/

/*endof new design *******************/


div.testMenu
{
visibility: visible;
display: block;
border-right:1px Solid #B5B6C6;
border-left:1px Solid #B5B6C6;
border-bottom:1px Solid #B5B6C6;

}

div.testMenuClose
{
visibility: hidden;
display: none;
}

body {
   font-size: 10pt;
   font-family: Verdana, Helvetica, sans-serif;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   color: #000000;
}

td {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;	
   color: #000000;
}

td.MainLogo {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  14pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;	
   color: #FFFFFF;
}
.white {
   font-family : Arial,Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;	
   color: #ffffff;
}

.orange {
   font-family : Arial,Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;	
   color: #D45601;
}

.PagingSpan {
   font-family : Arial,Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;	
   color: #505050;
}

.sideNavLink {
   font : 1em Tahoma;
   /*font-size:  8pt;  */
   font-style: normal;
   font-weight: normal;
   color: #6E779A;
   cursor:hand;
   text-decoration:normal;

}

td.MainLogo {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  14pt;  
   font-style: normal;
   font-weight: bold;
   text-transform: none;	
   color: #FFFFFF;
   padding-left:10px;
}
td.catHead {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  12pt;  
   font-style: normal;
   font-weight: bold;
   color: #FFFFFF;
}
td.Head {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   background-color:#7D98C3;
   color: #FFFFFF;
   Padding-top:5px;
   Padding-bottom:5px;
   Padding-left:2px;
   Padding-right:2px;
}

td.TopBorders{
	font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: normal;
   background-color:#E3F0FF;
	border-left:1px solid #A7BED4;
	border-bottom:1px solid #A7BED4;

}

td.menuHead{
	font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   color: #ffffff;
   padding-left:4px;
}
td.Product {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   background-color:#FEAE82;
   color: #000066;
}

td.ProductTitle {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  10pt;  
   font-style: normal;
   font-weight: bold;
   color: #505050;
}
td.Maroon {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   color: #A51C18;
}



td.topNav {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   color: #3B3F42;
   padding-top:5px;
   padding-bottom:5px;
   padding-left:5px;
   padding-right:5px;
    
}

td.topNavOver {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   color: #FFFFFF;
   background-color:#A51C18;
   cursor:hand;
   padding-top:5px;
   padding-bottom:5px;
   padding-left:5px;
   padding-right:5px;
	

}

b.news {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: normal;
   color: #000000;
}
b.sBold {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  9pt;  
   font-style: normal;
   text-decoration : underline;
   font-weight: bold;
   color: #000000;
}

A{
FONT-FAMILY: Verdana;
	Text-Decoration: none;
	font-size: 8pt;
	color: #3F69A8;
}
A.link {
	FONT-FAMILY: Verdana;
	Text-Decoration: none;
	font-size: 8pt;
	color: #3F69A8;
}
A:hover {color: #3F69A8}
A:visited {color: #3F69A8}




A.small{
FONT-FAMILY: Verdana;
	Text-Decoration: none;
	font-size: 7pt;
	color: #ffffff;
}





A.sideNavLinkRed:link,A.sideNavLinkRed:visited,A.sideNavLinkRed:active {
   font : 1em Tahoma;
   font-style: normal;
   font-weight: bold;
   color: #A51C18;
   cursor:hand;
   text-decoration:normal;
}

A.sideNavLinkRed:hover {
   font : 1em Tahoma;
   font-style: normal;
   font-weight: bold;
   color: #A51C18;
   cursor:hand;
   text-decoration:underline;
}

A.foot:link,A.foot:visited,A.foot:active {
 FONT-FAMILY: Verdana, Helvetica, sans-serif;
 TEXT-DECORATION: none; 
 color: #A51C18;
 font-size: 8pt;
 font-style: normal;
 font-weight: bold;
}

A.foot:hover{
 FONT-FAMILY: Verdana, Helvetica, sans-serif;
 TEXT-DECORATION: underline; 
 color: #A51C18;
 font-size: 8pt;
 font-style: normal;
 font-weight: bold;
}


 A.sideNav:link {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #FFFFFF;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }
  A.sideNav:visited {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #FFFFFF;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }
  A.sideNav:active {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #FFFFFF;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }
 A.sideNav:hover {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #CE0000;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }

  A.topNav:link {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #1F4878;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
  A.topNav:visited {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #1F4878;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
  A.topNav:active {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #1F4878;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
 A.topNav:hover {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #1F4878;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }


  A.White:link {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #ffffff;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
  A.White:visited {
  font-family : Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #FFFFFF;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
  A.White:active {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #FFFFFF;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
 A.White:hover {
  font-family :  Arial,Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #4BB50A;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }

  A.orange:link {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #D45601;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }
  A.orange:visited {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #D45601;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }
  A.orange:active {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #D45601;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }
 A.orange:hover {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: underline; 
  color: #ffffff;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  }


A.ProductTitle:link {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #505050;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
  A.ProductTitle:visited {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #505050;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
  A.ProductTitle:active {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #505050;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }
 A.ProductTitle:hover {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: underline; 
  color: #505050;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  }




  A.smallLink:link {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #A51C18;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  }
  A.smallLink:visited {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #A51C18;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  }
  A.smallLink:active {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: none; 
  color: #A51C18;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  }
 A.smallLink:hover {
  font-family :  Verdana, Helvetica, sans-serif;
  text-decoration: underline; 
  color: #A51C18;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  }

.TableHead{
		font-family: verdana,Arial, Tahoma, Verdana, sans-serif;
		font-size: 11px;
		border:none;
		border-bottom:1px solid #b2b2b2;
		border-right:1px dotted #b2b2b2;
		background:url(images/g1.png) 0px 50%;
		padding:3px 3px 3px 3px;
		font-weight:bold;

}

.TableCell{
		font-family: verdana,Arial, Tahoma, Verdana, sans-serif;
		font-size: 11px;
		border:none;
		border-bottom:1px solid #b2b2b2;
		border-right:1px dotted #b2b2b2;
		padding:3px 3px 3px 3px;
		font-weight:normal;	
}

 
.salBox{

 border-top-width : 0px;
 border-left-width : 0px;
 font-size : 14px;
 width : 80px;
}

.inputbox {
	border-top-style : solid;
	border-top-color : Black;
	border-top-width : 1px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-size : 12px;
	color : Black;
	vertical-align : middle;
	width : 150px;
	margin-bottom : 10px;
	margin-top : 5px;
}
TEXTAREA.textarea {
	border-top-style : solid;
	border-top-color : Black;
	border-top-width : 1px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-size : 12px;
	color : #425D5A;
	vertical-align : middle;
	margin-bottom : 2px;
	margin-top : 5px;
	
}
 
.text_box2 {
	border-top-style : solid;
	border-top-color : Black;
	border-top-width : 1px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-size : 12px;
	color : #425D5A;
	vertical-align : middle;
	margin-bottom : 2px;
}

.text_box_search {
	border-top-style : solid;
	border-top-color : Black;
	border-top-width : 1px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-size : 12px;
	color : #425D5A;
	vertical-align : middle;
	margin-bottom : 0px;
	margin-top : 4px;
	margin-left : 4px;
}
input{

	vertical-align : middle;
	margin-bottom : 2px;
	margin-top : 4px;

}
.buttons {
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;

	border-top-style : solid;
	border-top-color : #A51C18;
	border-left-style : solid;
	border-left-color : #A51C18;
	border-right-style : solid;
	border-right-color : #A51C18;
	border-bottom-style : solid;
	border-bottom-color : #A51C18;
	
	font-size : 12px;
	color : white;
	vertical-align : middle;
	font-weight: Bold;
	background-color : #A51C18;
	font-family : Arial, Helvetica, sans-serif;
	padding-top : 2px;
	padding-bottom : 2px;
	
}


TABLE.updatetable {
	border : 1px solid black;
	background-color:#FFFFFF;
}
TABLE.updatetableBlue {
	border : 1px solid #2971B5;
}

TABLE.centertable {
	border : 2px dotted #D45601;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color:#E9EAEC;



}

td.twopadding
{
	font-family : Verdana,  Geneva, Helvetica, sans-serif;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
td.fivepadding
{
	font-family : Verdana,  Geneva, Helvetica, sans-serif;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
}
.warning {
   font-family :  Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   line-height: normal;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;	
   color: red;
}

.Heading
{
   font-family :  Verdana, Helvetica, sans-serif;
   font-size:  10pt;  
   font-style: normal;
   font-weight: bold;
   font-variant: normal;	
   color: #D45601;
   text-decoration: none;
}

.WhiteHeading
{
   font-family :  Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   font-weight: bold;
   font-variant: normal;	
   color: #FFFFFF;
   padding-left:5px;
   text-decoration: none;
}

.BlackHeading
{
   font-family :  Verdana, Helvetica, sans-serif;
   font-size:  10pt;  
   font-style: normal;
   font-weight: bold;
   font-variant: normal;	
   color: #000000;
   padding-left:5px;
   text-decoration: none;
}


.subHeading
{
   font-family :  Verdana, Helvetica, sans-serif;
   font-size:  10pt;  
   font-style: normal;
   font-weight: bold;
   font-variant: normal;	
   color: #000000;

}
.subHeading2
{
   font-family :  Verdana, Helvetica, sans-serif;
   font-size:  10pt;  
   font-style: normal;
   font-weight: bold;
   font-variant: normal;	
   color: #D58C1B;
   text-decoration:underline;

}
td.small {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  7pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #A51C18;
}

td.grey {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #cecece;
}
td.iHeading {
   font-family : Verdana, Helvetica, sans-serif;
   font-size:  8pt;  
   font-style: italic;
   font-weight: normal;
   color: #000000;
}

li { list-style-image: url(images/arrow_o.gif); }


.calBorderColor {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #9DB7ED;
	}
td.calHighlightColor {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #ffffcc;
	}
td.calDaysColor {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #000000;
	}
	td.calWeekend {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #9DB7ED;
	}
	td.calBgColor {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #d3d3d3;
	}
	A.cal {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  text-decoration : none;
	}  
	A.cal:Hover {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FF0000;
	  text-decoration : none;
	} 
	.disabled {
	  font-family :verdana ,Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #808080;
	  text-decoration : none;
	}