﻿/*
   Copyright ©LogARun, Inc. All Rights Reserved
*/
body
{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

.full
{
	width: 1000px;
	margin: 0 auto;
}

.bannerad
{
	text-align: center;
}

/* Header */
.header
{

	width: 100%;
	float: left;
	clear: both;
}

.header div
{

	float: left;
}

.header .topLevel
{
	background:#fef7cf url('1vigor/header.jpg')!important;
	height: 73px;
	width: 100%;
}

.header .topRight
{
	float: right;
	margin: 10px;
}

.header .affLogo
{
	margin: 10px;
	display: block;
}

.header .logo
{
	display: block;
	width: 246px;
	height: 73px;
}

.header .topRight a, .header .topRight a:visited, .header .affLogo a, .header .affLogo a:visited
{
	text-decoration: none;
}

.header .secondLevel li a, .header .secondLevel li a:visited
{
	text-decoration: none;
	font-weight: bold;
}

.header .topRight a:hover, .header .secondLevel li a:hover, .header .affLogo a:hover
{
	text-decoration: underline;
}

.header .secondLevel
{
	display: block;
	width: 100%;
	background-color: #b1b7b8;
	float: left;
}

.header .secondLevel ul
{
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
}

.header .secondLevel li
{
	float: left;
	padding: 10px;
}

/* Footer */
.footer
{
	width: 100%;
	height: 50px;
	margin: 10px 0;
	padding-top: 10px;
	float: left;
}

.footer div
{
	width: 100%;
	float: left;
	padding: 5px;
	color: #fff;
}

.footer a
{
	color: #fff;
}

.footer ul
{
	list-style: none;
	width: 100%;
}

.footer li
{
	float: left;
	padding: 0 5px;
	border-right: solid 2px;
}

/* Content */
.content
{
	float: left;
	width: 100%;
}

.content .left, .content .middle, .content .right
{
	float: left;
}

.content .left, .content .middle
{
	padding-right: 5px;
}

.content .left
{
	width: 395px;
}

.content .middle
{
	width: 195px;
}

.content .right
{
	width: 400px;
}

.pane
{
	margin: 5px 0;
	padding: 5px;
	border: solid 1px;
}

.pane legend
{
	padding: 0 5px;
	font-weight: bold;
}

.pane .runningNews
{
	list-style: none;
}

.pane .runningNews li
{
	margin: 3px 0;
}

.pane .announcement
{
	font-size: 12px;
}

.pane .login
{
	line-height: 16px;
}

/* Leaderboard */
.leaderboard
{
	width: 180px;
	float: left;
	margin: 5px;
}

.leaderboard ol
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
}

.leaderboard li
{
	padding-left: 0px;
	margin-left: 30px;
}

/* Account */
.red
{
	color: #f00;
}

.accountList
{
	padding-left: 20px;
	padding-top: 10px;
}

.accountList li
{
	margin-bottom: 5px;
}

.accountList .advertisement
{
	font-size: 110%;
	font-weight: bold;
}

.lb
{
	float: left;
	margin: 10px;
}