﻿.bg-test
{
    width: 186px;
    height: 33px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(../../images/content.gif);
    background-repeat: repeat-x;
    font-family: Times New Roman;
    font-size: large;
    color: White;
    vertical-align: middle;
    
}
.nodeselected
{
    color: White;
}

#description
{
    width: 459px;
}

.treeview
{
    display: block;
    overflow: auto;
    width: 180px;
    visibility: visible;
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(../../images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../../images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../../images/SavedStar.png);
}

/*End Rating css*/

/*Categories*/
.viewcatecss
{
    border-right: dotted 1px black;
}


/*Lay out ligi*/
#header, #menu, #content, #sub-section, #footer
{
    overflow: hidden;
    display: inline-block;
}

/* safari and opera need this */

#header, #footer
{
    width: 100%;
}

#menu, #content, #sub-section
{
    float: left;
}

#content
{
    width: 57%;
    margin-left: 20%;
    display: inline;
}

#menu
{
    width: 18%;
    margin-left: -77%;
    display: inline;
}

#sub-section
{
    width: 22%;
}

#footer
{
    clear: both;
}

.popupConfirm
{
    background-color: White;
    border: 1px;
    padding: 10px;
    border-color: Black;
    border-style: solid;
}


.modalBackGroundCss
{
    background-color: Gray;
    opacity: 0.7;
}

body *
{
    font-family: Tahoma;
}

.popup
{
    border: solid 1px gray;
    padding: 5px;
    background-color: White;
}

