﻿/*category module*/
.categoryLinkPage{ pffadding-left:5px;}
.rssButton{margin-top:0px;}
table.categoryTable{
	margin-left: -5px;
}
table.categoryTable tr{
	height:25px;
}

table.categoryTable td{
	padding-left:5px;
}
/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
	font-size:10px;
	
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 120px;
	
}

.star-rating {
	position: relative;
	width: 85px;
	height: 15px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating, .star-rating .current-rating-gold {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 20px;
	line-height: 20px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: right bottom;
	
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left bottom;
}

.star-rating .current-rating-gold {
	z-index: 1;
	background-position: left center;
}


/* smaller star */
.small-star {
	width: 100px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating,.small-star .current-rating-gold {
	background-image: url('../img/stars/stars.png');
	line-height: 20px;
	height: 20px;
}


/* Inline Comments */

#INLINECOMMENTS{
	/*background-color:#CCCCCC;
	width: 450px;*/
	margin-left:20px;
	font-size:10px;
	margin-bottom:3px;
}

#INLINECOMMENTS TABLE{
	/*width:490px;*/
}


/*----------------------------
					 Search
----------------------------*/
#searchbox 
{
	font-size: 10px;
	height:70px;
	 float: right;
	 width: 170px;
}

#searchbox .searchinput{
    background: url(../img/searchbox1.png) no-repeat top left;
    width:170px;
    height:24px; float:left;  padding-bottom:5px;
	
   
}

#searchbox .searchinput input#searchfield{
    font-size:10px;
    border: 0px;
    float:left;
    margin:4px 0 0 3px;
    width:130px;
    
   border-collapse:collapse;
	color:#666666;
	background-image:url('../img/searchback.jpg');
	background-repeat:repeat-x;
}

#searchbox .searchinput #searchbutton
{
    float:right;
    width:30px;
    height:24px;
    background: url(../img/searchbox2.png) no-repeat top left;
    text-indent:-3000px;
    overflow:hidden;
    margin:0px;
    padding:0px;
    border:0px;
    margin-top:0px;
    cursor:pointer;
}

#searchbox .searchinput #searchcomments
{
    /*margin-top: 10px;*/
    width: 15px;
background:#fff;
    }


.SEARCHBOX{
	width:169px;
	width:30px;
	height:24px;
	margin:0px;
	background-image:url('../img/searchbox.png');
	background-repeat:no-repeat;
	background-position:381px;
	padding-left:381px;
}

.SEARCHBOX INPUT{
	height:20px;
	width:130px;
	padding:0px;
	margin:0px;
	margin-left:4px;
	margin-top:2px;
	border-collapse:collapse;
	border:0;
	color:#666666;
	background-image:url('../img/searchback.jpg');
	background-repeat:repeat-x;

}

.SEARCHBOX #BUTTON{
	display:block;
	width:30px;
	height:20px;
	float:left;
}

#BUTTON A{
	text-decoration:none;
}

 TABLE{
	border-collapse:collapse;
}

/*----------------------------
					End Search
----------------------------*/


/*----------------------------
				Month list
----------------------------*/

ul#monthList
{
   margin-left: -10px;
font-weight: bold;
padding-left:18px;
}

ul#monthList ul li{
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
  color: #FC2B98;
}

ul#monthList ul{
	display: none;
 padding-left:10px;
}

ul#monthList ul.open{
	display: block;
    padding-left:10px;
}

/*----------------------------
			End Month list
----------------------------*/


/*----------------------------
			Poll
----------------------------*/


#POLL{
	width:160px;
	margin-left:10px;
	margin-top:30px;
	padding:4px;
}



#POLL TABLE{
	width:150px;
	border-collapse:collapse;
	margin-left:5px;
}

#POLL FORM{
	margin:0px;
	padding:0px;
}



#POLL TD.QUESTION{
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

#POLL TD.RADIO{
	width:5px;
	padding:4px;
	padding-top:8px;
}

#POLL TD.ANSWER{
	width:137px;
	font-weight:bold;
}


#POLL TD.VOTES{
	padding-left:4px;
	font-weight:bold;
	padding-top:4px;
}

#POLL TD.RESULTS{
	
	float:left;
margin:10px 0 0;
width:100%;
}


#POLL INPUT{
	float:left;
}


#POLL .SUBMIT{
	margin-left: 25px;
}

#POLL .POLLHEAD{
	 visibility: hidden;
}

#POLL .POLLQUESTION{
	 visibility: hidden;
}





/*----------------------------
			End Poll
----------------------------*/


/*----------------------------
			Button
----------------------------*/



.SUBMIT{

background:transparent url(../img/blog/submit.png) no-repeat scroll center top;
display:block;
height:18px;
width:60px;
 cursor: pointer;
 	margin-left: 0px;
	margin-top: 5px;
	padding: 1px;
	border: 0px;
	float: left;
}

.SUBMIT:hover{
background-position:0 -18px;
}

.CANCELBUTTON{

background:transparent url(../img/blog/cancel.png) no-repeat scroll center top;
display:block;
height:18px;
width:60px;
 cursor: pointer;
 	margin-left: 65px;
	margin-top: 5px;
	padding: 1px;
	border: 0px;
}

.CANCELBUTTON:hover{
background-position: 0 -18px;
}

/*----------------------------
			End Button
----------------------------*/

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	font-family:'Tahoma',Arial, Helvetica, sans-serif;
	text-align:left;	
	margin-top:5px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	font-size:x-small;
}

#searchpage .SUBMIT{
	 float: right;
	 margin-top: -20px;
}

#searchpage input#q{
	width: 200px;
	height: 15px;
}

#searchpage input#comment{
	clear: both;
	
}



.searchresult{
	margin-bottom: 20px;
   font-size:12px;
}

.searchresult a{
	font-weight: bold;
   font-size:14px;
}


.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
 margin-top:5px;
 float:left;
}

.searchpage ul.paging li a{
 font-size:12px;
 padding: 0px 5px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}
/*----------------------------
			End Search page
----------------------------*/


DIV.HR{
	clear:both;
	width:580px;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
	/*background-image:url('../img/hr.jpg');*/
	background-repeat:repeat-x;
	height:2px;
}

.NEWERBUTTON
{
   margin-right: 100px;
}

#searchbox .searchinput input#searchfield, #searchbox .searchinput input#searchcomments, #searchbox .searchinput label { float:left; margin-top:5px;}
#searchbox .searchinput label { margin-top:7px; padding-left:5px; white-space:nowrap;}