﻿
body 
{
	margin:0px
}

td 
{
	font-family:Arial; font-size:11px; padding:4px
}
th 
{
	font-family:Arial; font-size:11px; padding:4px; background-color:whitesmoke
}

#popupInner td
{
	padding:0px
}


.vin
{
	background-color:#DBDBDB; border-left:1px solid Gray; border-top:1px solid Gray; border-right:1px solid Gray
}
.vin td
{
	font-size:13px; font-weight:bold
}

.cat 
{
	font-size:15px; font-family:Arial; font-weight:bold
}

.cat a
{
	font-size:15px; font-family:Arial; font-weight:bold; color:#FF6600
}



.cat a:hover
{
	font-size:15px; font-family:Arial; font-weight:bold; color:#FB0018
}

.imgBut
{
	cursor:pointer;
	margin:4px
}

.bread
{
	font-family:Arial; font-size:13px; color:#FF6600; font-weight:bold; text-decoration:none
}



.bread:hover
{
	font-family:Arial; font-size:13px; color:red;font-weight:bold; text-decoration:underline
}

.navbar
{
	font-weight:bold; font-size:13px
}

.raquo
{
	color:#8b006f; font-size:15px
}

.leftMTD
{
	padding:4px; background-color:#f2f2f2; border-top:1px solid white;  border-left:1px solid white; border-right:1px solid silver;  border-bottom:1px solid silver; cursor:pointer
}

.leftMTDon
{
	padding:4px; background-color:white; border-top:1px solid white;  border-left:1px solid white; border-right:1px solid gray;  border-bottom:1px solid gray; cursor:pointer
}

.lMenu 
{
	font-family:Arial; font-size:11px; font-weight:bold; color:black; width:100%;  text-decoration:none
}



.lMenu:hover
{
	font-family:Arial; font-size:11px; font-weight:bold; color:black;  text-decoration:none
}

.pag a
{
	font-size:11px; color:blue; font-weight:bold
}

.pag a:visited
{
	font-size:11px; color:blue; font-weight:bold
}

.pag a:hover
{
	font-size:11px; color:red; font-weight:bold
}

.tdTitle
{
	font-size:16px; color:#CD2300; font-weight:bold
}

.tdAcc
{
	font-size:15px; color:#000000; font-weight:bold; padding-bottom:0px
}

.lbtn
{
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

.lbtn:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #FB0018;
}

fieldset input
{
font-size:11px;
}

.btnClosePop
{
	            width:120px;
            
            border: 1px solid gray;
            display: block;
            font-size: 10px;
            font-weight:bold;
            cursor: pointer;
            color:#000000;
            border-style: solid;
            background-color: #AFBEE0;
            border-bottom-color: #2C4171;
            border-right-color: #3C599B;
            border-left-color: #AAB9DD;
            border-top-color: #D3DBEE;
            border-width: 1px;
}






/* ================================= */
/* ========= Multi Page ============ */

.MultiPage
{
  background-color:White;
  overflow:visible;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;

  border: 1px solid #919B9C;

 
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:13px; 
  vertical-align:top;
  
}

.PageHeader
{
  font-size:22px;
  font-weight:bold;
  letter-spacing:-0.2mm;
  font-family: verdana; 
  color: #3F3F3F; 
  margin-top:0px;
  margin-bottom:0px;
}



/* ================================= */
/* ========= Tab Style ============ */

.TopGroup
{
   z-index:99;
  position:relative;
}


.DefaultTab 
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:"MS Sans Serif", Verdana; 
  font-size:10px; 
  cursor:default;
  vertical-align:top
  
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:"MS Sans Serif", Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:"MS Sans Serif", Verdana; 
  font-size:10px; 
  cursor:default;
}






.multiPageStepDiv
{
	padding-top:8px;
	padding-bottom:0px;
	border-top:1px solid gainsboro;
	width:49%;
	float:right;
}

.savePageStepDiv
{
	padding-top:8px;
	padding-bottom:0px;
	border-top:1px solid gainsboro;
	width:49%;
	float:left;
	display:none;
}


.fTtl
{
	
	background-color:Transparent
}


.fTd
{
		

	color:black; 
	border:1px solid gainsboro; 
	background-color:lightyellow;
	font-family:Tahoma

}