@charset "UTF-8";

 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 16px;
	margin: 0px 1px 0px 0px;
	font: bold 1.2em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 3px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #666699;
	color: #FFFFFF;
	text-decoration: underline;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 2px #999;
	border-bottom: solid 4px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

.TabbedPanelsContent {
	padding: 0px 12px 0px 16px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/* din pagina*/
#content {
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #DDDDDD;	
}
 /* common styling */
.menu3 {
	font-family: verdana, sans-serif;
	width:px;
	position:relative;
	font-size:0em;
	z-index: auto;
	clear:both; /* for this page only */
	height: 30px;
}
.menu3 table {
	margin:0px;
	border-collapse:collapse;
	font-size:0em;
	padding: 1;
	padding-top: 0px;
}
hr {clear:both; margin-bottom:0px;}
.left {clear:both;}
#nav, #nav li, #nav li ul, #nav li ul li {
margin:0;
padding:0;
list-style:none;
}

#nav li {
float:left;
width:100px;
}

#nav li ul {
position:absolute;
left:-999em;
}

#nav li ul li {
clear:both;
}

#nav li:hover ul, #nav li.sfhover ul {
position:relative;
left:auto;
height:1%;
}
.style16 {font-size: 12px}
.style17 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style27 {
	font-weight: bold;
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #660033;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #990000;
}
h2 {
	font-size: 14px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	font-weight: lighter;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
.style30 {padding: 2px 4px;}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
}
.style58 {color: #FFFFFF}
.style59 {font-size: 16px}
.style60 {
	font-size: 16px;
	color: #990000;
}
h4 {
	font-size: 10px;
}
.style64 {font-size: 14px; color: #660033; }
.style65 {color: #660033}
.style66 {font-size: 12px; color: #660033; }
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 195px;
}
	
.suckerdiv ul li{
position: relative;
padding: 0;
width:auto;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
        position: absolute;
        top: 5px;
        left: -150px;
        width: 180px;
        margin: 0;
        padding: 0;	
    	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: inherit;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
}

.suckerdiv ul li a:hover{
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: right;
	height: 0px;
}
* html .suckerdiv ul li a { height: 1%; }
/* End */
