﻿*
{
	padding: 0;
	margin: 0 auto;
}

html
{
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #444;
}

a
{
	text-decoration: none;
}

a:link, a:visited, a:active
{
	color: #4d85ed;	
}

a:hover
{
	color:  #ff9000;
}

#header
{
	width: 800px;
	margin-top: 30px;
	text-align: right;
}

#headermain
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding-top: 10px;
	padding-bottom: 7px;
}

ul#headermainlist
{
	margin-top: 5px;
	list-style: decimal;
	padding-left: 30px;
}

ul#headermainlist li
{
	margin-bottom: 3px;
}

#content
{
	width: 800px;
}

#footer
{
  	width: 800px;
  	color: #999;
  	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #CCC;
	padding-top: 10px;
}

.imageheader
{
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-right: 23px;
	font-weight: bold;
	width: 243px;
}

.imagecontent
{
	text-align: center;
	float: left;
	border: 10px solid #eee;
	margin: 0 3px 3px 0;
	width: 243px;
	height: 120px;
}

.imagecontent img
{
		border: 0px;
}

.imagecontentnone
{
	text-align: center;
	float: left;
	border: 10px solid #ffffff;
	margin: 0 3px 3px 0;
	width: 243px;
	height: 120px;
}

.imagefooter
{
	text-align: right;
	float: left;
	margin-top: 1px;
	margin-bottom: 7px;
	margin-right: 23px;
	width: 243px;
}

#headerdetail
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding-top: 10px;
	padding-bottom: 7px;
}

ul#headerdetaillist
{
	list-style-type: none;
	text-indent: 10px;
}

ul#headerdetaillist li
{
	float: left;
}

#table
{
	margin-top: 10px;
	margin-bottom: 40px;
}

.tableheader
{
	float: left;
	margin-bottom: 3px;
	font-weight: bold;
	width:120px;
}

.tablecontent
{
	float: left;
	margin-bottom: 3px;
	width:680px;
}

#detailvote
{
	margin-left: 520px;
}

#logo
{
	text-align: center;
	border-top: 1px dashed #CCC;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.detailimage
{
	border: 10px solid #eee;
	margin: 0 3px 3px 0;
}

#front
{
	text-align: center;
	border-top: 1px dashed #CCC;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#back
{
	text-align: center;
	border-top: 1px dashed #CCC;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


