* {
        margin: 0;
        padding: 0;
}

:focus { /* FF1.5 bug */
        -moz-outline-style: none;
}

body {
        margin: 0;
        padding: 0;
        text-align: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #ddd7e1;
}

html>body { /*be nice to opera */
        font-size: 12px;
}

form {
        margin: 0;
        padding: 0;
}

img {
        border: 0;
}

h1 {
        width: 880px;
        height: 90px;
        position: relative;
}

h2 {
        font-size: 135%;
}

h3 {
        font-size: 110%;
        color:#330066;
}

h3.decorative {
        color: #000;
        text-align: left;
        width: 150px;
        padding: 2px 0 0 0;
        background-image: url(../images/h3dectop.gif);
        background-repeat: no-repeat;
        /*overflow: visible;*/
}

h3.decorative em {
        display: block;
        width: 150px;
        padding: 0 0 2px 0;
        font-style: normal;
        font-weight:normal;
        font-size: small;
        text-indent: 1em;
        background: url(../images/h3decbtm.gif) no-repeat 0 100%;
}

h1, h2, h3, p {
        margin-top: .5em;
}

h4 {
        font-weight: bold;
        font-size: 14px;
        color: #636;
}

h5 {
        font-weight: normal;
        color: #666;
}

p {
        margin-bottom: 1em;
        line-height: 1.4em;
}

p.author {
        font-style: italic;
}

ul {
        padding-left: 0;
        margin-left: .5em;
}

li {
        line-height: 1.4em;
        margin-bottom: 1em;
        list-style-type: none;
}

a:link {
        color: #609;
        text-decoration: underline;
}

a:visited{
        color:#636;
        text-decoration: underline;
}

a:hover {
        color:#999;
        text-decoration:underline
}

a.external:link {
        background: url(../images/arrowext.gif) no-repeat 100% 0;
        padding-right: 25px;
        text-decoration: none;
}

a.external:visited {
        background: url(../images/arrowext.gif) no-repeat 100% -100px;
        padding-right: 25px;
        text-decoration: none;
}

a.external:hover {
        background: url(../images/arrowext.gif) no-repeat 100% -200px;
        padding-right: 25px;
        text-decoration: none;
}

input, textarea {
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #636; /*#ac3a44;*/
        background-color: white;
}

input.gomb {
        cursor: pointer;
        background-color: #c4a2ac;
}

input.gomb:hover {
        background-color: #ccbac4;
}

#loginPage {
        width: 100%;
        text-align: center;
}

#loginPage h4 {
        margin: 20px auto 10px auto;
        width: 260px;
        text-align: left;
}

#loginPage form {
        margin-left: auto;
        margin-right: auto;
        width: 260px;
        text-align: left;
}

#loginPage form label {
        display: block;
        color: #636;
        margin: 5px 0 0 0;
}

#loginPage input {
        width: 160px;
        padding: 2px;
}

#loginPage input.gomb {
        width: 100px;
        margin: 10px 0 0 0;
}

#loginPage .error {
        color: #ff3e13;
        font-weight: bold;
        font-size: 12px;
}

#header {
        height: 90px;
        background: #ddd7e1 url(../images/header_bg.gif) top left repeat-x;
}

#header a:link,
#header a:visited,
#header a:hover {
        margin-top: 0px;
        margin-left: 0px;
        color: #ac3a44; /*172 58 68*/
        font-family: "Bookman Old Style";
        font-style: italic;
        font-size: 16px;
        text-decoration: none;
}

#header a h1 {
        margin-top: 0px;
        margin-left: 0px;
        line-height: 2.0em;
        position: absolute;
        text-align: center;
}

#header a img {
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 20px;
        position: absolute;
        float: left;
        border: 0;
        height: 88px;
        width: 40px;
}

#header a img .left {
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 20px;
        position: absolute;
        float: left;
        border: 0;
        height: 88px;
        width: 40px;
}

#header a img .right {
        margin-top: 0px;
        margin-right: 0px;
        padding-right: 20px;
        position: absolute;
        float: right;
        border: 0;
        height: 88px;
        width: 40px;
}

#globalNav {
        float: left;
        width: 100%;
        background: #ac3a44; /*#636*/
        line-height: normal;
}

#globalNav ul {
        margin: 0;
        padding: 0px 10px 0 5px;
        list-style: none;
}

#globalNav li {
        display: inline;
        margin: 0;
        padding: 0;
}

#globalNav a {
        float: left;
        xbackground: url(../images/tableft.gif) no-repeat left top;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
}

#globalNav a span {
        float: left;
        display: block;
        padding: 5px 10px 4px 6px;
        color: #FFF;
}

#globalNav a span { /* Commented Backslash Hack hides rule from IE5-Mac \*/
        float: none;
}

#globalNav a:hover span { /* End IE5-Mac hack */
        color: #FFF;
}

#globalNav a:hover {
}

#globalNav a:hover span {
}

#wrapper {
        width: 880px;
        margin: 0 auto;
        text-align: left;
}

#secondaryNav {
        width: 160px;
        float: left;
        font-size: 14px;
}

#secondaryNav ul {
        margin-top: 20px;
}

#secondaryNav ul li {
        line-height: 0.5em;
}

#secondaryNav ul li a {
        text-decoration: none;
}

#address {
        clear: both;
        text-align: left;
        color: #999;
        font-size: 11px;
        text-indent: 3px;
        border-top: 1px dotted #636;
}

#address p {
        line-height: 0.5em;
}

#content {
        width: 720px;
        float: right;
        margin-top: 0;
}

#secondaryContent {
        width: 200px;
        float: right;
        margin-top: 0;
}

#secondaryContent ul a {
        text-decoration: none;
}

#mainContent {
        width: 70%;
        float: left;
        background-image: url(../images/separator.gif);
        background-repeat: repeat-y;
        background-position: 100% 0%;
        margin-top: 0;
        padding-right: 5px;
}

#mainContent h2 {
        font-family: "Bookman Old Style";
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
}

#mainContent .mainPictureCapture {
        text-align: center;
}

#mainContent .mainPictureCapture img {
        width: 380px;
        padding: 5px;
}

#mainContent .mainPicture {
        width: 100%;
        padding: 5px;
        text-align: center;
}

#mainContent .rowDetails {
        padding: 5px;
        text-align: left;
}

#mainContent .rowDetails h4 {
        padding-bottom: 5px;
}

#mainContent .rowDetails img.left {
        padding: 5px;
        float: left;
}

#mainContent .rowDetails img.right {
        padding: 5px;
        float: right;
}

#mainContent .akciosAr {
        color: #F50d00;
        font-weight: bold;
}

#mainContent div.hr {
        clear: both;
        text-align: center;
        height: 12px;
        background-image: url(../images/hr.gif);
        background-repeat: no-repeat;
        background-position: 50%;
        border: none;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 6px;
        margin-bottom: 6px;
}

#mainContent div.hr hr {
        display: none;
}

div.imagecaption {
        float: right;
        width: 150px;
        margin: 1em 1em 1em 1em;
        display: inline;
        padding: 10px 10px 20px 10px;
        color: #666;
        text-align: right;
      /*  background-image:url(../images/hdrbackground.gif);
        background-repeat: repeat-x;*/
}

div.imagecaption img {
        border: 1px solid #fff;
}

#secondaryContent p {
        margin-left: 1em;
}

#bookReview {
        width: 200px;
        text-align: center;
}

#bookReview li {
        border-top: 1px dotted #636;
}

#bookReview li img {
        width: 100px;
        border: 0px;
}

input.submit
{
        border: 3px double #999999;
        border-top-color: #CCCCCC;
        border-left-color: #CCCCCC;
        padding: 0 0.25em;
        background-color: #636;
        color: #FFFFFF;
        font-size: 75%;
        font-weight: bold;
        font-family: Verdana, Helvetica, Arial, sans-serif;
}

#footer {
        clear: both;
        text-align: center;
        color: #636;
        font-size: 80%;
        line-height: 1.5em;
        padding: 5px;
}

..displayTable
{
        border-collapse: collapse;
        border: 1px solid black;
        background-color : white;
}

..displaytoprow
{
        background-color: #666699;
        color: black;
        border-collapse: collapse;
        border: 1px solid black;
        Xfont-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
}

..displaymiddlerow
{
        background-color : white;
        color : black;
        border-collapse: collapse;
        border: 1px solid black;
        padding-left : 5px;
        padding-right : 5px;
        padding-top : 2px;
        padding-bottom : 2px;
        text-align: left;
}
