﻿body {
}
input{font-family:Tahoma;}
.green
{
    background-color:#82DF7D;
}
a img{
	border: none;
}
.zard
{
   background-color:#F6E32F;
}
.evenitem
{
    background-color:#85cf7a;
    font-family: "tahoma"; color:White;padding:10; height:50 
 }
.odditem
{
   
    background-color:#6fbe6b;
     font-family: "tahoma"; color:White;padding:10;height:50; border-color:Fuchsia 
    
    }
    .evenitem:hover
{
background-color:#f6e32f;
    font-family: "tahoma";
    color: dimgray;
    padding: 10;
    height: 50;
}
.odditem:hover
{
background-color:#f6e32f;
    font-family: "tahoma";
    color: dimgray;
    padding: 10;
    height: 50;
}
    .black
{
  
    background-color:#000000;
    color:White;
    
}
 /* Rating */
.myRating
{
     background-image: url(images/s1.gif);
     width:20px;
}
.myRating:hover
{
     background-image: url(images/s2.gif);
     width:20px;
}
.ratingStar {
 
    font-size: 0pt;
    width: 35px;
    height: 35px;
    margin: 0px;
    padding: 0px;
azimuth:center;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/s2.gif);
    width:20px;

}

.emptyRatingStar {
    background-image: url(images/s1.gif);
     width:20px;
}

.savedRatingStar {
    background-image: url(images/s1.gif);
     width:20px;
   
}
/* end of ratting */

/* facebox */
#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
  direction:ltr;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .face_body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .face_footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/* end of face box */
.insertText
{
	background-repeat: no-repeat;
	background-position: right 10px;
	float:right;
	cursor:pointer;
	background-image:url(images/dplus.gif);padding:10px;	float:right;padding-right:15px;
}
.insertText:hover
{
	background-image:url(images/plus.gif);padding:10px;	float:right;padding-right:15px;
}
.insertText a{text-decoration:underline}

.insertBtn
{
	background-repeat: no-repeat;
	background-position: right 3px;
	float:right;
	cursor:pointer;
	background-image:url(images/dplus.gif);
	padding:1px 10px 4px 10px;	float:right;padding-right:15px;
	border:1px solid lightgray;
	margin:2px;font-size:11px;
}
.insertBtn:hover
{
	background-image: url(images/plus.gif);background-position: right 2px;
	float: right;
	background-color: #ffffcc;
	border: 1px solid green;font-size:11px;
}

.newLink
{
	background-repeat: no-repeat;
	background-image:url(images/plus.gif);
	background-position: right 10px;
	float:right;
	cursor:pointer;
	padding-right:15px;
	padding:10px;
	padding-right:20px;
}

.newLink:hover {text-decoration:underline}

.insertLink
{
    background-repeat: no-repeat;
    background-position: right 15px;
    cursor: pointer;
    background-image: url(images/dplus.gif);
    padding: 15px;
    color:#6699CC !important;
    
}
.insertLink:hover
{
	background-image:url(images/plus.gif);padding:15px;
	color:Green !important;
}
.saba_tags li{background-image:url(images/tag_blue.png);
background-position:right 3px;
background-repeat:no-repeat;
float:right;
height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:11px;
padding-right:19px;}