/*modal dialog*/
.modal-bg { filter: alpha(opacity=70); opacity: 0.6;}
.modal-outer { padding: 20px 20px 20px 20px; border-style: solid; border-width: 1px;}
.modal-inner { padding: 10px 10px 10px 10px;}

/*rating stars*/
.ratingStar {
    font-size: 0px;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(images/rating/filled_star.gif);
    vertical-align:middle;
}
.emptyRatingStar {
    background-image: url(images/rating/empty_star.gif);
    vertical-align:middle;

}
.savedRatingStar {
    background-image: url(images/rating/saved_star.gif);
    vertical-align:middle;

}

/*rating stars - small - read only*/
.ratingStar_small {
    font-size: 0px;
    width: 10px;
    height: 10px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar_small {
    background-image: url(images/rating/filled_star_small.gif);
    vertical-align:middle;
}
.savedRatingStar_small {
    background-image: url(images/rating/saved_star_small.gif);
    vertical-align:middle;
}
.savedRatingStar_small {
    background-image: url(images/rating/saved_star_small.gif);
    vertical-align:middle;
}


/*tab container*/
.ajax__tab_technorati-theme .ajax__tab_header 
{
	font-size: 14px;
    background:url(images/tabs/tab-line.gif) repeat-x bottom;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tabs/tab.gif) no-repeat left top;
    padding-left:20px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tabs/tab.gif) no-repeat right top;
    padding: 6px 20px 6px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url(images/tabs/tab.gif) no-repeat 0px -32px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url(images/tabs/tab.gif) no-repeat right -32px;
    cursor: pointer;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tabs/tab.gif) no-repeat 0px -32px;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tabs/tab.gif) no-repeat right -32px;
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    padding-top: 20px;
    border-top-width:0;
}


