body {
	font-family:arial;
	color: white;
	background-color: #1A1A1A;
	margin:0;
	padding:0;
}

.ht{
	width:100%;
	border-width: 0px;
	border-spacing: 0px;
	background-color: #1A1A1A;
}
.hl{
	background-image:url('/ryzom_header_left.png');
	background-repeat:repeat-x;
}
.hc{
	border-width: 0px;
	padding: 0px;
	width:100px;
}

.expl{
	font-size:12px;
}
#search {
	text-align: center;
}

#search.indexPage {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid white;
}

#search.queryPage {
	text-align: left;
}
#search.queryPage h1 {
	display: inline;
}
#search_input {
	width: 600px;
}
#search_button {
	margin-left: 5px;
}

#footer {
	clear: both;
	border-top: 1px solid white;
	margin-top: 1em;
	margin-bottom: 20px;
	padding-top: 1em;
	text-align: center;
	font-size: 14px;
}

img {
	border:0px;
}

.black {
	margin-top: 5px;
	background-color: black;
}

.small {
    font-size:10px;
}

.rnd {
	margin: 10px;
	border: 0px solid black;
}

.colmask h3 {
	margin:0px;
}

.tag-count {
	color: #ccc;
	display: none;
}

.search-result {
	width: 155px;
	height: 120px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 10px;
	margin: 5px;
}
.search-result img {
	display: block;
	border: none;
}
.page-current {
	color: red;
}

h1 a img {
	border: 0;
}

h1 a {
	text-decoration: none;
	color: black;
}

a {
	color: white;
}

#previmg {
	padding: 20px;
}

/* http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm */
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (double page) settings */
.doublepage {
	margin-bottom: 20px;

	/*background:#eee;*/		/* right column background colour */
}
.doublepage .colleft {
	right:50%;			/* right column width */
	/*background:#fff;*/		/* left column background colour */
}
.doublepage .col1 {
	width:49%;	/*46*/		/* left column content width (column width minus left and right padding) */
	left:51%;	/*52*/		/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:48%;	/*46*/		/* right column content width (column width minus left and right padding) */
	left:52%;	/*56*/		/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column (left menu) settings */
.leftmenu {
	/*background:#fff;*/		/* right column background colour */
}
.leftmenu .colleft {
	right:80%;			/* right column width */
	/*background:#f4f4f4;/	/* left column background colour */
}
.leftmenu .col1 {
	width:19%;	/*71*/		/* right column content width */
	left: 80%;	/*102*/		/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:80%;	/*21*/		/* left column content width (column width minus left and right padding) */
	left:80%;	/*6*/		/* (right column left and right padding) plus (left column left padding) */
}

ul.star-rating {
	margin: 0px;
	padding: 0px;
}

/* STAR RATING */
/* http://www.yvoschaap.com/index.php/weblog/css_star_rater_ajax_version/ */
.star-rating{
	list-style:none;
	margin-left:5px!important;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(star-rating.png) top left repeat-x;
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(star-rating.png) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(star-rating.png) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

