* { behavior: url(iepngfix.htc) }
body
{
    background-color: #fec820;
    margin: 0px;
    overflow:auto;
    font-family: Verdana;
    font-size: 8pt;
    color: #FFC820;
    font-weight: bold;    
}
TEXTAREA 
{
    overflow:auto;
}

a, .links
{
    font-family: Verdana;
    font-size: 8pt;
    color: #FFC820;
    font-weight: bold;    
}
.copyright
{
    font-size: 11px;
    line-height: 12px;
    color: #b11a0f;
}

.bannerBottom
{
    background-image: url(../images/bottom.gif);
    background-repeat: repeat-x;
    height: 43px;
}
.menu
{
    background-image: url(../images/side.jpg);
    background-repeat: repeat-y;
    height: 396px;
    width: 200px;
    font-family: Verdana;
    font-size: 8pt;
    color: #b11a0f;
    font-weight: bold;
    padding-top: 5px;
}

.menu td
{
    background-image: url(../images/line.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    height:25px;
    font-family: Verdana;
    font-size: 8pt;
    color: #b11a0f;
    font-weight: bold;
}
.menu a, menu *
{
    color: #b11a0f;
    text-decoration: none;    
}
.footer
{
    background-image: url(../images/footer.gif);
    background-repeat: repeat-x;
    height: 68px;
    background-color: #fec820;
}
.ukhane
{
    color: White;
}

.ukhane td 
{
    padding-left:10px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:20px;
}
.ukhane div.text
{
    border: solid 1px white;
    background-color: #e4231e;
    padding: 6px;
    position: relative;
    font-family:Arial;    
    font-size:small;
}

.ukhane div.meta
{
    font-family: Verdana;
    font-size: 8pt;
    color: #fec820;
    font-weight: bold;
    position: relative;
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display:inline;
    background-repeat: no-repeat;
    background-color: Transparent;
}

.filledRatingStar
{
    background-image: url(../Images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../Images/EmptyStar.png);    
}

.savedRatingStar
{
    background-image: url(../Images/SavedStar.png);    
}
.modalPopup
{
    background-color: #b11a0f;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    width: 400px;
    font-family: Verdana;
    font-size: 8pt;
    color: #fec820;
    font-weight: bold;
    padding:2px;
}

.modalPopup TD 
{
    font-family: Verdana;
    font-size: 8pt;
    color: #fec820;
    font-weight: bold;
}
.modalPopup INPUT[type='text'], .modalPopup TEXTAREA, .modalPopup SELECT, .searchBox INPUT[type='text']
{
    background-color:#b11a0f;
    border:solid 1px #fec820;
    color:#fec820;
    font-weight:bold;
    
}

.modalPopup INPUT[type='submit'], .modalPopup button, .searchBox INPUT[type='submit']
{
    background-color:#fec820;
    border:solid 1px #b11a0f;
    color:#b11a0f;
    font-weight:bold;
    cursor:pointer;
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.CommentHeaderPanel
{
    background-color: #fec820;
    border:none;
    width: 100%;
    height:20px;
    padding:0px;
    padding-left:2px;
    padding-top:2px;
    margin:0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #b11a0f;
    font-weight: bold;
    text-align:center;
    vertical-align:middle;
    cursor: move;
}
.navigation, .navigation a
{
    font-family: Verdana;
    font-size: 8pt;
    color: #fec820;
    font-weight: bold;
    padding: 3px;
}

.currentPage, a.currentPage
{
    background-color:#fec820;
    color:#b11a0f;
    text-decoration:none;
}

.commentParent 
{
    padding:0px;
    margin:0px;
    border:0px;
}

.commentBox
{
    background-color: #b11a0f;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    width: 450px;
    font-family: Verdana;
    font-size: 8pt;
    color: #fec820;
    position: relative;
    padding:0px;
}

.commentParent td 
{    
    padding:0px;
    padding-bottom:10px;
}
.commentTitle
{
    background-color: #fec820;
    border:none;
    width: 100%;
    height:20px;
    padding:0px;
    padding-left:2px;
    padding-top:2px;
    margin:0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #b11a0f;
    font-weight: bold;
    position: relative;
    text-align:left;
    vertical-align:middle;
    font-size:small;
}

.searchBox 
{
    background-color: #b11a0f;
    border-width: 2px;
    border-style: solid;
    border-color: white;    
    font-family: Verdana;
    font-size: 8pt;
    color: #fec820;
    font-weight: bold;
    padding:2px;
    z-index:100;
}
.searchBox INPUT[type='text']
{
    background-color:#b11a0f;
    border:solid 1px #fec820;
    color:#fec820;
    font-weight:bold;
    height:25px;   
}
