body { font-family: Georgia; }

a
{
    text-decoration:none;
    color: black;
    padding: 0px 3px;
}

a:hover {
    border-bottom-style:dashed;
    border-bottom-width:1px;
}

a.selected
{
    border-bottom-style:dashed;
    border-bottom-width:1px;
}

.mainTitle
{
    font-family: Georgia;
    font-size: 40pt;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 50px;
}

ul.menu
{
    font-size: 12pt;
    list-style: none;
    display: inline;
    margin: 10px 0px 10px 10px;
    list-style-position: inside;
    padding: 0px;
}

ul.menu li
{
    margin: 0px;
    padding: 0px 10px;
    display: inline;
}

div.animContent
{
    height:540px;
    overflow:auto;
    padding: 0px;
    margin: 0px;
}

.animContent table td
{
    padding-right: 20px;
}

.descRight
{
    float: right;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    cursor:pointer;
}

.descLeft
{
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

.animWinBkg
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 400px;
    margin: 0px;
    padding: 0px;
    background-color: black;
    opacity: 0.85;
    filter: alpha(opacity=85);
    visibility: hidden;
    overflow: hidden;
    z-index: 90;
}

#winVideo
{
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    background-color:black;
    border-color: white;
    border-width: 1px;
    border-style:solid;
    opacity: .99;
    filter: alpha(opacity=100);
    visibility: hidden;
    z-index: 91;
    width: 400px;
    background-image:url('loading.gif');
    background-position: center;
    background-repeat:no-repeat;
}

.close
{
    float: right;
    margin: 0 0 10px 0;
    padding: 0px;
    cursor:pointer;
}

#video
{
    text-align: center;
    clear: both;
    width: 400px;
    padding: 0px;
    margin: 0px;
}

div.illContent
{
    height:540px;
    overflow:auto;
    padding: 0px;
    margin: 0px;
}

.illContent table td
{
    padding-right: 20px;
}

.foto
{
    height:500px;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.inputDiv {
    background:transparent url(inputdiv.png) no-repeat scroll left top;
    height:30px;
    width:360px;
}

.input {
    background:transparent none repeat scroll 0 0;
    border:0 none;
    color:#535353;
    font-size:12px;
    height:18px;
    margin:3px 15px 0;
    padding:4px 0 0;
    width:330px;
}

.button				{ background: url(inputdiv.png) repeat-x repeat-y top center; border: 1px solid #999;
					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 13px;  width: 70px; }
.button:hover		{ background: white; color: black; }

#infocontent
{
    margin: 50px 20px 20px 20px;
    width: 580px;
}
.title
{
    font-size: 17px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 10px;
}

.representation
{
    float: left;
    margin-right: 100px;
}

a.btnAnuluj
{
    text-decoration:none;
}

a.btnAnuluj:hover {
    border-style:none;
}

.author {
    font-size: 9px;
    margin: 20px 0 0 150px;
    color: #CCCCFF;
}

.author a {
    text-decoration:none;
    font-size: 9px;
    color: #CCCCCC;
}

.author a:hover {
    border-bottom-style:dashed;
}