body, .comboFlashlight, .comboFlashlight select, .comboScene select, .comboMode select {
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
select {
	background-color:#000000;
	overflow:auto;
	border:1px solid #EEEEEE;
}
td {
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#E6E6E6;
	text-align:center;
}
a:link, a:visited, a:active {
	color: #F2F2F2;
}
a:hover {
	color: #BDBDBD;
}
.copyright {
	color: #F2F2F2;
	text-align:center;
}

#header {
	height: 150px;
}
#logo {
	position: relative;
	width: 33em;
    height: 120px;
	background-image: url(images/logo_test.png);
	background-repeat: no-repeat;
	margin-left: 7em;
	margin-top: 1.5em;
	float:left;
}
#newmenu {
	position: relative;
	display: block;
	margin-top: 40px;
	margin-right: 3%;
	width: 443px;
	height: 39px;
	float: right;
	background: url(images/menu_test.png) no-repeat;
	text-indent: -9999px;
}
#newmenu1, #newmenu2, #newmenu3 {
	width: 141px;
	height: 39px;
	float: left;
	position: relative;
}
#newmenu1 a {
	background: url(images/menu_test.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 39px;
	width: 141px;
}
#newmenu1 a:hover {
    background-position: 0px -39px;
}
#newmenu2 a {
	background: url(images/menu_test.png) no-repeat;
	background-position: -151px 0px;
	position: relative;
	display: block;
	height: 39px;
	width: 141px;
	left: 10px;
}
#newmenu2 a:hover {
    background-position: -151px -39px;
}
#newmenu3 a {
	background: url(images/menu_test.png) no-repeat;
	background-position: -302px 0px;
	position: relative;
	display: block;
	height: 39px;
	width: 141px;
	left: 20px;
}
#newmenu3 a:hover {
	background-position: -302px -39px;
}
span.delete:hover {
    cursor:pointer;
}
.tops {
	width: 150px;
}
.top_container {
	border: 1px dotted grey;
}
.top_title {
	font-weight: bold;
	font-size: 14px;
}
.top_element {
	border-top: 1px solid grey;
	cursor: pointer;
}
.chart, .chartslabel{
	list-style: none;
	background: black !important;
}
.chart_label {
	display:block; 
	cursor:pointer;
	margin-top: 5px;
}
.vote_buttons{
	line-height: 24px;
	margin-left: 5px;
	float: left;
}
.forum_div {
	width: 760px;
	overflow: hidden;
}
.forum_post {
	width: 760px;
}
.forum_post_user {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid grey;
}
.forum_post_text {
	text-align: left;
	border-left: 1px solid grey;
	margin-bottom:10px;
	padding-bottom: 5px;
	border-bottom: 1px solid grey;
	padding-right: 30px;
}
#post_form {
	width: 100%;
	text-align: left;
}

.form_label {
	width: 200px;
}
.left {
	text-align: left;
}
.like_button, .result_button {
	float: left;
	width: 133px;
	height: 25px;
	margin-right: 10px;
}
.like_buttons {
	margin-left: 165px;
	margin-top: 10px;
}
#social_buttons {
	padding-top: 20px;
	padding-left: 207px;
	height: 42px;
	overflow: hidden;
}
.social_button {
	float: left;
	height: 80px;
	margin-left: 20px;
	overflow: hidden;
}
#fb_messages {
	width: 100%;
	height: 172px;
	overflow: hidden;
}
.hidden {
	display: none;
}
