/* css - Stylesheet 
website			:	OPALS - Orientation and Processing of Airborne Laser Scanning Data 
copyright		: Institute of Photogrammetry and Remote Sensing, Vienna University of Technology, Austria
design			: Werner Mücke, wm@ipf.tuwien.ac.at
created			: 2009/08/03
last update : 2012/04/03

Notes:
- "* html" is only interpreted by Internet Explorer browser

*/
.tabs, .tabs2, .tabs3 {
  background-image: none;
  font-size: 13px;
	width         : 1030px;
	border-bottom	: 1px solid #dddddd;
	margin				: 0px 0 0px 40px;
}

.tabs2 {
    font-size: 10px;
}
.tabs3 {
    font-size: 9px;
}

.tablist {
    margin: 0;
    padding: 0;
    display: table;
}

.tablist li {
  float: left;
  display: table-cell;
  background-image: none;
  line-height: 30px;
  list-style: none;
	font-family		: "Lucida Grande", sans-serif;
	background		: #eeeeee;
	padding				: 0px 0px 0px 0px;
	margin				: 0 5px 0 5px;
	border-top		: 1px solid #dddddd;
	border-left		: 1px solid #dddddd;
	border-right	: 1px solid #dddddd;
	border-bottom	: none;
}

.tablist a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
    background-image:none;
    background-repeat:no-repeat;
    background-position:right;
    color: #006699;
    text-shadow: none;
    text-decoration: none;
    outline: none;
}

.tabs3 .tablist a {
    padding: 0 10px;
}

.tablist a:hover {
    background-image: none;
    background-repeat:repeat-x;
    color: #006699;
    text-shadow: none;
    text-decoration: underline;
}

.tablist li.current a {
    background-image: none;
    background-repeat:repeat-x;
    color: #006699;
    background-color: white;
    text-shadow: none;
}
