a:link { font-weight:bold; color:#E99800; text-decoration:underline; }
a:visited { font-weight:bold; color:#E99800; text-decoration:underline; }
a:active { font-weight:bold; color:#E99800; text-decoration:underline; }
a:focus { font-weight:bold; color:#E99800; text-decoration:underline; }
a:hover { font-weight:bold; color:#FAA911; text-decoration:underline; }

body{
	background			: #FFFFFF;
	background-image: url("/img/background.png");
	font-family			: Verdana;
	font-size			: 11px;
}

h1 {
	font-size			: 30px;
	font-weight			: bold;
	font-family			: Verdana;
	margin-bottom		: 4px;
	margin-top			: 4px;
	display				: inline;
}

h2 {
	font-size			: 20px;
	font-weight			: bold;
	font-family			: Verdana;
	margin-bottom		: 4px;
	margin-top			: 4px;
	display				: inline;
}

fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 0 0;
	border-style: none;
	border-top: 1px dashed #BFBAB0;
	background-color: #F2EFE9;
}

fieldset.submit {
	float: none;
	width: auto;
	margin: 0 0 0 0;
	padding: 1.5em 0 0 12em;
	border-style: none;
	background-color: transparent;
}

fieldset ol {
	padding: 0 0.5em 0 0.5em;
	list-style: none;
}

fieldset li {
	padding-bottom: 0.5em;
}

fieldset label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

td.pluginlayoutlist_name {
	padding-right:10px;
	font-size:125%;
	font-weight:bold;
}

td.pluginlayoutlist_rating {
	font-size:85%;
	float:right;
}

td.pluginlayoutlist_creator {
	padding-right:10px;
	font-size:100%;
	margin-right:5px;
}

td.pluginlayoutlist_downloads {
	font-size:85%;
	text-align:right;
}
td.pluginlayoutlist_shortdescription {
	font-size:85%;
	font-style:italic;
}

div.maincontent {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 0 10 10 10;
	width: 600px;
}

div.footercontent {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: auto;
	margin-top: 1px;
	background-color: #FFFFFF;
	padding: 10 10 10 10;
	width: 600px;
}

img.logo {
	border: none;
}

img.icon {
	border: none;
	float: left;
}

.rating_bar {
  width: 80px;
  background: url(/img/star_empty.png) 0 0 repeat-x;
}

.rating_bar div {
  height: 16px;
  background: url(/img/star.png) 0 0 repeat-x;
}

