﻿/*
Template name: Gemstone
Template URI: http://templates.arcsin.se/gemstone-website-template/
Release date: 2006-05-30
Description: A lightweight black/blue design suitable for communitys and webportals.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #999 url(../Images/Duel/bg.gif) repeat-y;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
}
p {
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}
li {
	list-style-image: url(../Images/Duel/li.gif);
}

/* misc */
.alert
{
	color: #FF0000;
}
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}

/* top & header */
.top {
	color: #FFF;
	height: 125px;
	width: 939px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 1px 16px 0;
	color: #ffffff;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.top h1 span a,
.top h1 span a:hover
{
	color: #ffffff;
}
.top .season
{
	width: 100px;
	float: right;
	padding: 4px;
	text-align: right;
}
.top .head
{
	width: 650px;
	float: left;
}
.header {
	/*background: url(../Images/Duel/header.gif); */
	height: 53px;
	background-color: #444444;
	width: 939px; 
}

/* menu */
div.AspNet-Menu-Horizontal
{
	width: 100%;
	clear: both;
}
div.menu ul {
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	margin: 1px;
	text-decoration: none;
	width: 145px;
}
div.menu a#current {
	background: #666; color: #FFF;
}
div.menu a:hover {
	background: #555; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
div.menu ul li.AspNet-Menu-Selected a.AspNet-Menu-Selected
{
	background: #666; color: #FFF;
}

/* left side */
h3,
h4
{
	text-align: left;
	color: #0066CC;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.1em;
}
div.form span.lbl
{
	width: 10em;
}
div.form p.line
{
	margin: 0;
}
div.form span.txt
{
	font-weight: bold;
}
div.content_left {
	margin: 1px;
	width: 593px;
}
div.content_left h1,
div.content_left h2
{
	color: #0055DD;
	font: bold 1.4em Tahoma,sans-serif;
	padding: 3px 4px;
	text-align: center;
}
div.content_left span.lbl
{
	width: 10em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 3px;
}
div.date {
	background: #0070CD url(../Images/Duel/bgdate.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
div.date a
{
	color: #FFF;
}
div.signUpCol,
div.form,
div#newsNew,
div.newsListItem,
div.ruleSection,
div.newsitem {
	background: #F0F0F0 url(../Images/Duel/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}
div.newsListItem img,
div.newsitem img {
	border: 3px double #CCC;
	height: 120px;
	margin: 6px 10px 10px 10px;
	width: 120px;
}
div.newsListItem img.left,
div.newsitem img.left {
	float: left;
}
div.newsListItem img.right,
div.newsitem img.right {
	float: right;
}
/*div.form h3,
div#newsNew h2,
div.newsListItem h4,
div.newsitem .title {
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 1px;
}*/
div.newsListItem p,
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}
div.comments p.created,
div.comments p.updated,
div.newsListItem p.created,
div.newsListItem p.updated
{
	font-size: 0.8em;
	line-height: 0.8em;
	margin-bottom: 0.2em;
}
div.newsListItem p.moreLess
{
	font-size: 0.8em;
	text-align: right;
	line-height: 0.8em;
	margin-bottom: 0;
}
div.game,
div.newsCommentItem
{
	margin-bottom: 7px;
	border-bottom: dotted 1px #343434;
}
div.game
{
	padding-bottom: 7px;
	min-height: 120px;
}
table.schedule
{
	width: 100%;
	border-collapse: collapse;
}
table.ranking
{
	border-collapse: collapse;
}
table.ranking th
{
	text-align: left;
}
table.ranking tr
{
}
table.schedule td,
table.ranking td
{
	border-bottom: dotted 1px #CCCCCC;
	padding: 1px;
}
td.rankName
{
	width: 12em;
}
td.rankPoints
{
	width: 4.5em;
}
td.rankAuto
{
	width: 14em;
}
td.rankWon
{
	width: 3em;
}
td.rankLost
{
	width: 3em;
}
td.rankWO
{
	width: 6em;
}
td.rankGamesLost
{
	width: 4em;
}
td.rankFrags
{
	width: 4em;
}
td.matchPlayer1
{
	text-align: right;
}
table.frags,
table.maps
{
	border-collapse: collapse;
}
table.frags th
{
	text-align: left;
}
table.frags th
{
	text-align: center;
}
table.frags td,
table.maps td
{
	border-bottom: dotted 1px #CCCCCC;
	padding: 1px;
	text-align: center;
}
table.maps td.mapName
{
	width: 5em;
}
table.maps td.mapGames
{
	width: 5em;
}
table.maps td.mapFrags
{
	width: 5em;
}
table.frags td.fragValue
{
	width: 7em;
}
table.frags td.fragScore
{
	width: 5em;
}
table.frags td.fragPlayer
{
	width: 8em;
}
table.frags td.fragDiv
{
	width: 12em;
}
div.playerStats p
{
	margin-bottom: 0;
}
.mapImage
{
	float: right;
}
a.award img
{
	border: 0;
}

div.requestListItem
{
	margin: 2px;
	border-bottom: dotted 1px #CDCDCD;
}
div.requestListItem div.votes
{
	background-color: #FFFACD;
	width: 3em;
	text-align: center;
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
}
div.requestListItem div.votes a
{
	font-size: 0.9em;
	font-weight: normal;
}
div.requestListItem div.requestInfo,
div.requestListItem div.requestView
{
	margin-left: 3.7em;
}
div.requestListItem p
{
	margin: 0 !important;
}
div.requestListItem p.title
{
	font-weight: bold;
}
div.requestListItem p.status
{
	color: #FF3030;
}
div.requestListItem p.created,
div.requestListItem p.updated
{
	font-size: x-small;
}
p.moreLess
{
	text-align: right;
	font-size: 0.8em;
}
div#requestNew
{
	margin: 2px;
}
div#requestNew p.line
{
	margin: 2px;
}
div#requestNew p.line span.lbl
{
	width: 5.5em;
	display: block;
	float: left;
}
div.requestListItem div.requestView div.comments
{
	background-color: #EAEAEA;
	padding: 1px;
}
div.requestListItem div.requestView div.comments div.requestCommentInfo
{
	background-color: #EDEDED;
	border: dotted 1px #CDCDCD;
	margin: 2px;
}

/* right side */
div.content_right {
	width: 331px;
	position: absolute;
	top: 201px;
	left: 620px;
}

div.links a
{
	color: #FFF;
	text-decoration: underline;
}
div.links a:hover
{
	color: #FFF;
	text-decoration: underline;
	font-style: italic;
}
div.links a.linkItem
{
	background: url(../Images/Duel/bg_navitem.gif) repeat-x #FFF;
	border-bottom: 1px solid #EEE;
	display: block;
	font: bold 0.8em Verdana,Tahoma,sans-serif;
	padding: 6px;
	text-decoration: none;
	color: #333;
	vertical-align: middle;
}
div.links img
{
	margin-right: 2px;
}
div.links div#shout a
{
	background: none;
	border-bottom-width: 0px;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	font-family: Tahoma,sans-serif;
	padding: 0;
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}
div.links div#shout a:hover,
div.links a.linkItem:hover {
	color: #0080DD;
	background-position: left bottom;
}
div.links div#shout div#iput a
{
	color: #FF0000;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333 url(../Images/Duel/bgsubtitle.gif) repeat-x;
	color: #FFF;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
}
p.shout
{
	margin-bottom: 0;
	padding-left: 3px;
}
p.by
{
	margin-top: 0;
	padding-right: 3px;
	text-align: right;
	font-size: smaller;
}

/* footer */
div.footer {
	background: #F0F0F0 url(../Images/Duel/bgdate.gif) repeat-x;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 6px;
	width: 581px;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
.footer .left, .footer .right {padding: 0 6px;}
.footer .right, .footer .right a {color: #7DACE9;}
.footer .right a:hover {color: #FFE;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

