body {
  font-family: Arial, Verdana;
 /* color: #5C5C5C;*/
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  
 }

table {
  border-collapse: collapse;
}

.label {
  font-size:11px;
  border:0px solid #0076bd;
}

.textbox {
	font-size:11px;
	width: 118px;
	border:1px solid #0076bd;
	height:14px;
	height:1.3em !important!;	
}

.smalltextbox {
	font-size: .75em;
  height: 1.05em;
  width: 24px;  
}
.smalltextboxSLA {          /*Custom made for SLA*/
	font-size: .75em;
  height: 1.45em;
  width: 30px;  
}
.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.smallmultilinetextbox {
	font-size:11px;
	border:1px solid #0076bd;
	height:30px;
	width: 118px;
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  height: 1.05em;
  width: 325px;
}

.longmultitextbox {
  width: 325px;
  height: 75px;  
}

.dropdownlist {
  font-size: .7em;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
	font-family:Arial;
	font-size: 10px;
	/*height: 22px;*/
	font-weight: normal;
	padding-bottom: 0px;
	background: url(images/New_Images/button_bg.gif) repeat-x;
	border:1px solid #6f6f6f;
	
}


.rightbutton {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

#allContent {
	width: 960px;
	margin: 0px auto;
	background-color:#ffffff;
	background:url(images/New_Images/top_header_bg.gif)repeat-x top left;
	vertical-align:text-top;
}

#headerRegion {
  margin-bottom: 5px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #0066A6;
  text-decoration: none;
}

a:visited {
  color: #0066A6;
  text-decoration: none;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

#footer {
  text-decoration: none;
  font-size: .7em;
  color: #C0C0C0;
}

#footer a {
}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}

.text
{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	line-height:18px;
	text-align:justify;

}
.heading
{
	font-family:Tahoma, Arial, Verdana;
	font-weight:bold;
	font-size:16px;
}
.subheading
{
	font-family:Tahoma, Arial, Verdana;
	font-weight:bold;
	font-size:14px;
	
}
.sitemaphead
{
	font-family:Tahoma, Arial, Verdana;
	font-weight:bold;
	font-size:12px;
	list-style-image:url(../../App_Themes/dashCommerce/images/arrow/mainarrow.gif);
	color:#0065a5;
	
}
.sitemaphead a
{
	list-style-image:url(../../App_Themes/dashCommerce/images/arrow/mainarrow.gif);
	
}
.sitemaphead a:hover
{
	color:#deb90c;
	text-decoration:underline;
	list-style-image:url(../../App_Themes/dashCommerce/images/arrow/mainarrow.gif);
}

.sitemaplist
{
	font-family:Tahoma, Arial, Verdana;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	list-style-image:url(../../App_Themes/dashCommerce/images/arrow/arrow.gif);
	
	
}	
.sitemaplist a
{
	
	list-style-image:url(../../App_Themes/dashCommerce/images/arrow/arrow.gif);
}
.sitemaplist a:hover
{
	list-style-image:url(../../App_Themes/dashCommerce/images/arrow/arrow.gif);
	color:#deb90c;
	text-decoration:underline;
	
}
	
.secureshopping_filedset
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	border:1px solid gray;
	padding:5px;
	width:175px;
	width:15.8em !important!;
}
.secureshopping_legend
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#0370b0;
}
.mostSearched_legend
{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#0370b0;	
}
.mostSearched_Header
{
	font-family: Verdana; 
	font-size: 9px; 
	color: #858585; 
	text-align: left;
    padding-top: 3px; 
    padding-bottom: 8px;
}       
.rightside_filedset
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	border:1px solid gray;
	padding:5px;
	width:170px;
	width:15.4em !important!;
	text-align:center;
	
}
.alwaysshowlbl
{
	font-family:Tahoma Verdana;
	font-size:11px;
	font-weight:normal;
	color:Red;
}
.recentviewlink
{
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
.recentviewlink:hover
{
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
}
/*Ajax Tab Style*/
.bmaster__tab_style .ajax__tab_header					{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-line.gif) repeat-x bottom; }
.bmaster__tab_style .ajax__tab_outer					{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-right.gif) no-repeat right; }
.bmaster__tab_style .ajax__tab_inner					{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-left.gif) no-repeat; }
.bmaster__tab_style .ajax__tab_tab						{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab.gif) repeat-x; color:#999a9b; font-family:Tahoma; font-size:11px; font-weight:bold; }
.bmaster__tab_style .ajax__tab_hover .ajax__tab_outer	{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-hover-right.gif) no-repeat right; }
.bmaster__tab_style .ajax__tab_hover .ajax__tab_inner	{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-hover-left.gif) no-repeat; }
.bmaster__tab_style .ajax__tab_hover .ajax__tab_tab		{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-hover.gif) repeat-x; color:#0370b0}
.bmaster__tab_style .ajax__tab_active .ajax__tab_outer	{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-active-right.gif) no-repeat right; }
.bmaster__tab_style .ajax__tab_active .ajax__tab_inner	{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-active-left.gif) no-repeat; }
.bmaster__tab_style .ajax__tab_active .ajax__tab_tab	{ background:url(../../App_Themes/dashCommerce/images/New_Images/tab/tab-active.gif) repeat-x; color:#0370b0; font-family:Tahoma; font-size:11px; font-weight:bold;}


.bmaster__tab_style .ajax__tab_header 					{ font-family:Tahoma,Verdana;font-size:11px; }
.bmaster__tab_style .ajax__tab_outer					{ height:24px;}
.bmaster__tab_style .ajax__tab_inner					{ padding-left:3px; }
.bmaster__tab_style .ajax__tab_tab						{ padding:8px 10px;margin:0; }
.bmaster__tab_style .ajax__tab_body						{ font-family:Tahoma,Verdana;font-size:11px;border:1px solid #a7a6a6;border-top:0;padding:5px;background-color:#efe9e5; }
/*Ajax Tab Style End*/
