/*********************************************************************************

** The contents of this file are subject to the vtiger CRM Public License Version 1.0
 * ("License"); You may not use this file except in compliance with the License
 * The Original Code is:  vtiger CRM Open Source
 * The Initial Developer of the Original Code is vtiger.
 * Portions created by vtiger are Copyright (C) vtiger.
 * All Rights Reserved.
 ********************************************************************************/


.tabUnSpacer {
		
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	vertical-align: middle;
	padding-left:0px;
	padding-right:0px;
}

.tabUnSelected_02 {
		
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
	width:73px;
}
.tabUnSelected_02 a:link{
	color:#000000;
	font-size: 11px;
	 text-decoration: underline;
}
.tabUnSelected_02 a:visited{
	color:#000000;
	font-size: 11px;
	text-decoration: underline;
}
.tabUnSelected_02 a:hover{
	color:#33a;
	font-size: 11px;
	 background-color:#ccf;
	 text-decoration: underline;
}
.tabUnSelected_02 a:active{
	color:#ffffff;
	font-size: 11px;
	 background-color:#ccf;
	 text-decoration: underline;
	
}

.tabUnSelected {
		
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
	width:80px; 
}

.tabUnSelected a:link{
	color:#000000;
	font-size: 11px;
	 text-decoration: underline;
}
.tabUnSelected a:visited{
	color:#000000;
	font-size: 11px;
	text-decoration: underline;
}
.tabUnSelected a:hover{
	color:#33a;
	font-size: 11px;
	 background-color:#ccf;
	 text-decoration: underline;
}
.tabUnSelected a:active{
	color:#ffffff;
	font-size: 11px;
	 background-color:#ccf;
	 text-decoration: underline;
	
}

.tabSeperator {
	background-color:#ffffff;
	width:1px;
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	
}
a:link {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}

/* Drop Down Menu */
.drop_mnu{
    position:absolute;
    left:0px;
    top:0px;
    z-index:1000000001;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    width:170px;
    display:none;
    padding:0px;
    text-align:center;
    overflow-x:hidden;
    overflow-y:hidden;
    background-color:#ffffff;
}

a.drop_down:link{
    width:170px;
    text-align:center;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
	 font-weight:bold;
    line-height:18px;
    color:#000000;
    background-color:#ffffff;
    padding:2px 5px 2px 5px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    display:block;
	 text-decoration: underline;
	 
}
a.drop_down:visited{
    width:170px;
    text-align:center;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
	 font-weight:bold;
    line-height:18px;
    color:#000000;
    background-color:#ffffff;
    padding:2px 5px 2px 5px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    display:block;
	 
}
a.drop_down:active{
    width:170px;
    text-align:center;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
	 font-weight:bold;
    line-height:18px;
    color:#000000;
    background-color:#ffffff;
    padding:2px 5px 2px 5px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    display:block;
	 
}

a.drop_down:Hover{
     width:170px;
    text-align:center;
	 font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
	 font-weight:bold;
	 line-height:18px;
	 color:#33a;
	 background-color:#ccf;
	 padding:2px 5px 2px 5px;
	 text-decoration:underline;
  
	 
	 
}



