﻿body { }

p { }

td { }

a:link { color: white; font-weight: bold; text-decoration: none; }
a:visited { color: #fff; font-weight: bold; text-decoration: none; }
a:hover { color: #f90; }
a:active { text-decoration: none; }

a:link.text       { color: #FF9900; text-decoration: none; font-weight: bold }
a:visited.text    { color: #003399; text-decoration: none; font-weight: bold }
a:hover.text      { color: #FF9900; text-decoration: underline; font-weight: bold }

a:link.q       { color: black; text-decoration: none; font-weight: bold }
a:visited.q    { color: black; text-decoration: none; font-weight: bold }
a:hover.q      { color: black; text-decoration: none; font-weight: bold }

a:link.active     { color: #FF9900; text-decoration: none; font-weight: italic }
a:visited.active  { color: #FF9900; text-decoration: none; font-weight: italic }
a:hover.active    { color: #FF9900; text-decoration: none; font-weight: italic }

.title { color: #f90; }
.top { color: #f90; text-decoration: none; }
.content { color: #4b4b4b; font-size: 12px; font-family: Verdana; background-color: #000; background-image: url(../img/back_grad.jpg); background-repeat: repeat-x; text-align: center; margin-top: 10px; }
.box { background-color: #369; text-align: left; width: 600px; margin-right: auto !important; margin-left: auto !important; padding: 5px; border-color: black; }
.box_txt { color: #454545; background-color: white; text-align: left; margin-right: auto !important; margin-left: auto !important; width: 600px; padding: 5px; border: solid 1px black; }
.box_menu { background-color: #369; text-align: right; margin-right: auto !important; margin-left: auto !important; width: 600px; padding: 5px; border-color: black; }
.anylinkcss{ position:absolute; visibility: hidden; font:10px/18px Verdana; z-index: 100; background-color: #369; text-align: left; width: 150px; border-color: black; border-style: solid; border-width: 1px 1px 0; }
.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #f90;
color: white;
}

.arrow-white {
    background: url("../img/arrow-select.png") no-repeat scroll -8px -10px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    width: 9px;
}

span.language .arrow-white {
    left: 3px;
    position: relative;
    top: 1px;
}

span.language { 
   cursor:pointer;
   width:40px
}

span.language:hover .arrow-white {
   background-position:-9px -39px;
   top:3px
}