/* CSS Document */

body {
        background-image: url(../images/topbar_bg.gif);
        background-repeat: no-repeat;;
        }
html, body {
        margin: 0;
        padding: 0;
        background-color: #fff;
        color: #000;
        }
div {
        border: none;
        }

.text, p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000033;
        line-height: 15px;
        margin-bottom: 10px;
        }
a a:link a:visited {
        color: #2940AB;
        }
a:hover {
        color: #2940AB;
        }
.text a:link {
        color: #2940AB;
        }
.text a:visited {
        color: #2940AB;
        }
.text a:hover {
        color: #00913F;
        }
.text a:active {
        color: #FFFF00;
        }

.content {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000033;
        width: 500px;
}
.content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 15px;
        text-decoration: none;
	list-style: none;
	padding-left: 16px;
	background: url(../images/setinha_li.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
        }

#menuhrz {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #2940AB;
        text-decoration: none;
        height: 16px;
        width: 510px;
        background-image: url(../images/menu_hrz_bg.gif);
        background-repeat: no-repeat;
        padding: 3px;
        position: static;
        margin-top: 5px;
        margin-bottom: 5px;
        }
        #menuhrz a {
        color: #2940AB;
        }
        #menuhrz a:hover {
        color: #00913F;
        }
        
/* ===== positional ids : main colunms and rows ===== */
#header {
        margin-left: 10px;
        color: #000;
        border-bottom: 1px solid #333;
        height: 75px;
        }
#leftcol {
        float: left;
        width: 250px;
        margin-left: 0px;
        margin-top: 0px;
        color: #000;
        padding: 0px;
        }

#content {
        padding: 3px;
        color: #000;
        margin-top: 0px;
        margin-bottom: 0;
        margin-left: 250px;
        }

#footer {
        clear: both;
        width: 750px;
        margin: 10px;
        text-align: center;
        font-family: Verdana;
        font-size: 11px;
        padding: 3px;
        color: #000;
        }
        
        #footer .date {
                float: left;
                text-align: left;
                }
        
        #footer .contact {
                float: right;
                text-align: right;
                }

#englishversion {
        height: 15px;
        width: 510px;
        top: 0px;
        position: static;
        }
#address {
        height: 50px;
        width: 510px;
        position: static;
        margin-top: 4px;
        }
#bigfoto {
        position: static;
        margin-top: 3px;
        }
#news {
        height: auto;
        width: 335px;
        margin-top: 10px;
        margin-left: 15px;
        }
.headline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #2940AB;
        text-decoration: none;
        letter-spacing: -1px;
        display: list-item;
        list-style-type: square;
        }
        .headline a {
        color: #2940AB;
        }
        .headline a:hover {
        color: #00913F;
        }
#tickertop {
        position: absolute;
        height: auto;
        width: 140px;
        left: 0px;
        top: 0px;
        }
#ticker {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000066;
        position: absolute;
        height: 175px;
        width: 132px;
        left: 20px;
        top: 20px;
        background-image: url(../images/ticker_bg.gif);
        background-repeat: repeat;
        padding: 4px;
        }
#joker-banner {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000066;
        position: absolute;
        height: auto;
        width: 140px;
        top: 204px;
        padding: 0px;
        left: 20px;
        margin-top: 10px;
        }
#copy {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000033;
        height: 20px;
        width: 760px;
        text-align: center;
        }
.leftNav ul {
        position: relative;
        top: 0px;
        width: 175px;
        margin: 0; /*removes indent IE and Opera*/
        padding: 0; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
        font-size: .9em;
        }

.leftNav ul li {
        position: relative;
        color: #FFFFFF;
        }        
        
.leftNav li ul {
        position: absolute;
        left: 175px; /* Set 1px less than menu width */
        top: 0;
        display: none;        
        }

/* Styles for Menu Items */
.leftNav ul li a {
        display: block;
        padding: 2px 2px 6px 10px;
        background-color: #FFFFFF;
        background-image:  url(../images/smv_bg.gif);
        background-repeat: no-repeat;
        background-position: 0% 50%;
        color: #FFFFFF;
        text-decoration: none;
        border-top: 0px solid #FFFFFF;
        border-right: 0px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        border-left: 0px solid #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: -1px;
        }
        
.leftNav .subNav li a {
        display: block;
        text-decoration: none;
        color: #FFFFFF;
        background: #334DCE; /* IE6 Bug */
        padding: 2px;
        border: 1px solid #fff;
        border-bottom: 0;
        font-weight: normal;
    font-size: 10px;
    letter-spacing: 0px;
        }
.leftNav .subNav li a:link {
        color: #FFFFFF;
        background: #334DCE; /* IE6 Bug */
        }
.leftNav .subNav {
        border-bottom: 1px solid #fff;
        color: #FFFFFF;
        }                
        
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
* .content ul li { float: none; height: 1%; vertical-align: top; }
/* End */

.leftNav ul li a:hover {  
    background-image:  url(../images/smv_bgon.gif);
        background-repeat: no-repeat;
        background-position: 0% 50%;
        text-decoration: none;
        color: #FFFFFF;
}

.leftNav .subNav li a:hover {  
    display: block;
        text-decoration: none;
        color: #fff;
        background: #00913F; /* IE6 Bug */
        padding: 2px;
        border: 1px solid #fff;
        border-bottom: 0;
        font-weight: normal;
    font-size: 10px;
    letter-spacing: 0px;
}
 /* Hover Styles */
                
.leftNav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
                
.leftNav li:hover ul, li.over ul { display: block; } /* The magic */
.navlink a:link ul li {
        color: #FFFFFF;
}


td.gold {
	padding: 4px 4px 4px 8px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}td.goldright {

	padding: 4px 4px 4px 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td.goldtop {
	padding: 3px 3px 3px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
td.goldtopright {
	padding: 3px 3px 3px 8px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


hr {
	width: 500px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h1 {
	font: normal 20px "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}h2 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #999999;
}
.info-date {
	color: #666666;
}
.info-date2 {
	color: #999999;
}


.consul-tit {
	font-size: 11px;
	margin-left: 10px;
}
.consul-name {
	font-size: 13px;
	font-weight: bolder;
}

.advert {
	color: #000000;
        font-size: 16px;
}

.breadcrumb {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


#textsize-switcher {
	position: relative;
	width: 150px;
	left: 21px;
	top: 10px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Alternative CSS for Text Size: 
Verdana ---> 10px */

...text, p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000033;
        line-height: 15px;
        margin-bottom: 10px;
        }
#content {
        padding: 3px;
        margin-top: 0px;
		margin-left: 250px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000033;
        width: 500px;
        }
...headline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #2940AB;
        text-decoration: none;
        letter-spacing: -1px;
        display: list-item;
        list-style-type: square;
        }
        .headline a {
        color: #2940AB;
        }
        .headline a:hover {
        color: #00913F;
        }
h1 {
	font: normal 18px "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #999999;
}


.info-date {
	color: #666666;
	font-size: 12px;
}

.title-imprensa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-left: 16px;
	list-style: none;
	background: url(../images/setinha_li.gif) no-repeat 0 50%;
}