html, body {
	margin: 0;
	padding: 0;
}

.valigncontent {
	display: table-cell;
	vertical-align: middle;
}

.valignmiddle {
	vertical-align: middle;
}

.valigntop {
	vertical-align: top;
}

.tooltip {
	background-color: #eeeeee;
	border: thin solid #000000;
	color: black;
	padding: 5px;
}

.lefttooltip {
	text-align:left;
	background-color: #eeeeee;
        border: thin solid #000000;
        color: black;
        padding: 5px;
}

.handtip {
	cursor:pointer;
}

.questionmark {
	cursor:help;
}

.hand {
	cursor:pointer;
}

div.buttoncontainer {
	float: left;
	width: 100%;
	margin: 1.5em 0
}

div.button { 
	cursor: pointer;
	float: left;
	height: 30px;
	padding-left: 15px;
	line-height: 30px;
	font-weight: bold;
    	font-size: 12px;
    	background: url(img/button.png) no-repeat top left;
    	text-decoration: none;
	color: #ffffff
}

div.button span {
	display: block;
	height: 30px;
	padding-right: 15px;
    	background: url(img/button.png) no-repeat top right
}

div.button:hover {
	background-position: bottom left;
	color: #ffffff
}

div.button:hover span {
	background-position: bottom right
}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

.center {
	text-align: center;
}

div.error {
	font-size: 10px;
	color: #FFFF00;
}

img {
	border-style: none;
}

input, textarea, select {
	padding-left: 2px;
	padding-right: 2px;
	/*border: thin solid #dddddd;*/
	border: thin solid #dddddd;
	background-color: #eeeeee;
	color: #000000;
}

table {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.float_left {
	float:left;
}

td {
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica;
	text-align: center;
	font-size: 10px;
	background-color: #ffffff;
}

div#box {
	margin: 30px auto 10px auto;
	width: 710px;
	background: transparent url(img/line.png) repeat-y;
}

div#container {
	width: 710px;
}

div#header {
	height: 200px;
	background: transparent url(img/head.png) no-repeat scroll center;
	color: #FFFFFF;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h1 {
	/*padding-left: 10px;*/
	font: bold 12px Verdana, Geneva, Arial, Helvetica;
}

h2 {
	color: #69f;
	font-size: 13px;
}

a {
	color: #166bed;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#footer a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover {
	/*color: #ED9504;*/
	text-decoration: underline;
}

div#menu {
	/*width: 600px;*/
	text-align: left;
	/* if i fix the width, in IE the position is not right */
	/*
	position: relative;
	margin: -45px 10px 40px 50px;
	*/
	position: relative;
	top: -40px;
	left: 50px;
	margin-right: 110px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#menu li {
	display: inline;
	margin: 0;
	padding: 10px;
}

div#menu a {
	color:#FFFFFF;
	font: normal bold 11px Verdana, Geneva, Arial, Helvetica;
	text-decoration: none;
}

div#menu li.current a {
	text-decoration: underline;
}

div#menu a:hover {
	/*color: #ED9504;*/
	text-decoration: underline;
}

div#content {
	text-align: left;
	margin: 15px 80px 15px 80px;
}

div#footer {
	height: 80px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: url(img/foot.png) no-repeat scroll center;
}

div#footer_content {
	padding-top: 25px;
}

div#outside_footer {
	text-align: center;
	width:100%;
	background: #ffffff;
	padding-top: 0px;
	padding-bottom: 40px;
}

div#outside_footer_content {
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
        width:90%;
}

.star1 {
	width: 24px;
	height: 24px;
	float: left;
	vertical-align: middle;
        background: url(img/stars/1.gif) no-repeat center;
}

.star0 {
	width: 24px;
        height: 24px;
        float: left;
	vertical-align: middle;
        background: url(img/stars/0.gif) no-repeat center;
}

.star0_5 {
	width: 24px;
        height: 24px;
        float: left;
	vertical-align: middle;
        background: url(img/stars/0_5.gif) no-repeat center;
}

.vote {
        width: 24px;
        height: 24px;
        float: left;
	vertical-align: middle;
        background: url(img/stars/vote.gif) no-repeat center;
	cursor: pointer;
}

.number {
	margin-left: 5px;
        height: 24px;
        float: left;
        vertical-align: middle;
}

.number_content {
	position: relative;
	top: 3px;
	left: 5px;
}
