@CHARSET "UTF-8";

/**
 * Thebes Casino
 * Public CSS stylesheet
 */

/* Font definitions */
 
body,
td {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}

.BlockTitle {
	height: 25px;
    background-image: url("../images/bg/block-title.gif");
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    color: #C86F09;
    vertical-align: middle !important;
}

.JackpotTitle {
    height: 19px;
    background-color: #C86F09;
    color: #FFFFC5;
    font-weight: bold;
    vertical-align: middle !important;
    text-align: center;
}

.Path {
    font-size: 11px;
    color: #302A1B;
    background-color: #FFEFAE;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.Path a {
    color: #C86F09;
}

.Path a:hover {
    text-decoration: none;
}

.Content {
    padding: 10px;
}

.Content h1 {
    color: #C86F09;
    font-size: 31px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.Content h2 {
	font-size: 12px;
    font-weight: bold;
    color: #C60000;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

.Content h3 {
	font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.Content a {
	color: #D69346;
}

.Horizontal {
    display: block;
    height: 1px;
    background-image: url(../images/bg/hr.gif);
    background-position: center;
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0px;
}

.Highlight {
    background-color: #F7ECD5;
    padding: 3px;   
}

.Screenshot {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

.GameLink {}

.GameLink img {
    margin-right: 10px;
}

.GameLink a {
    font-weight: bold;
    line-height: 16px;
    color: #CB3021;
    text-decoration: none;
}

.GameLink a:hover {
    text-decoration: underline;
}

.Bevel {
    border-style: solid;
    border-color: #B29847;
    border-width: 1px;
}