html, body, td
{ 
	font-family: Verdana; 
	font-size: 11px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

body
{
	background-color: #ffffff;
	color: #000000;
}

A 
{
	font-family: Verdana; color:#550000; text-decoration: underline; font-size: 11px;
}

A:HOVER 
{
	font-family: Verdana; color:#C6C6C6; text-decoration: none; font-size: 11px;
}

TEXTAREA 
{
	font-family: Verdana; font-size: 11px; color: #ff7700; background-color: #ffffff; border: black; border-style: solid; border-width: 1px;
}

INPUT 
{
	font-family: Verdana; font-size: 11px; color: #ff7700; background-color: #ffffff; border: black; border-style: solid; border-width: 1px;
}

table.bigTable
{
	border: 1px solid #C6C6C6;
	width: 750px;
	padding: 0px;
}

table.newsTable
{
	width: 100%;
	border: 1px solid #000000;
}

table.smallTable
{
	width: 300px;
	border: 1px solid #000000;
	text-align: center;
}

table.formTable
{
	width: 500px;
	padding: 4px;
	// border: 1px dashed #000000;
}

/* Leikmannasvæğiğ */
table.players
{
	width: 500px;
	border: 1px solid black;
}

td.playerHead
{
	padding: 2px;
	background-color: #000000;
	color: #ff7700;
	border-bottom: 1px solid black;
	font-family: Verdana; 
	color:#ff7700; 
	font-weight: bold; 
	font-size: 15px;
}

td.playerEven
{
	background-color: #ffffff;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	width: 50%;
	padding: 2px;
	color:#ff7700; 
}

td.playerOdd
{
	padding: 2px;
	background-color: #000000;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	width: 50%;
	color:#ff7700; 
}

td.leikjaSkil
{
	background-color: #000000;
	font-family: Verdana; 
	color:#ff7700; 
	font-weight: bold;
	font-size: 13px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.forumHead
{
	width: 100%;
	background-color: black;
	border-bottom: 2px solid #000000;
	color: #ff7700;
	text-align: left;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

td.forumHead
{
	color: #ff7700;
	border-bottom: 1px solid black; 
	background-color: #000000; 
}

a.forumHead
{
	color: #000000;
}

a.games
{
	font-family: Verdana; 
	color:#ff7700; 
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a:hover.games
{
	color: silver;
	text-decoration: none;
}

td.head
{
	width: 100%;
	font-family: Verdana; color:#ff7700; font-weight: bold; font-size: 30px;
	text-align: center;
}

td.newsTd
{
	font-family: Verdana; color:#000000; font-size: 11px;
}

td.headline
{
	font-family: Verdana; color:#000000; font-weight: bold; font-size: 16px;
}

td.date
{
	width: 170px;
	font-style: italic;
	text-align: right;
}

td.commentTD
{
	border-top: 1px dotted #000000;
	padding-top: 5px;
}

td.myndaTD
{
	border-bottom: 1px dotted #000000;
	font-weight: bold;
	width: 50%;
}

td.bottomTd
{
	border: 1px solid black;
	color: #ff7700;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	padding: 2px 10px;
	background-color: #000000;
}

td.playerTD
{
	border-bottom: 1px dotted #000000;
	font-weight: bold;
}

td.mainTitle
{
	width: 750px;
	background-color: #000000;
	border-bottom: 2px solid black;
	font-size: 17px;
	color: #ff7700;
	text-align: center;
}

img.mug
{
	float: left;
	border: 1px solid black;
	margin: 5px 5px 5px 2px;
}

#mainmenu
{
	color: #ff7700;
	border: 0px solid black;
	width: 100%;
	background-color: #000000;
}

.menuClass
{
	border: 1px solid black;
}

#mainmenu a
{
	padding: 1px;
	display: block;
	width: 100%;
	color: #ff7700;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#mainmenu a:hover
{
	background-color: #ff7700;
	color: #000000;
}

.hlidarRowHead
{
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	width: 100%;
	background-color: #000000;
	border-bottom: 1px dashed black;
	border-top:1px solid black;
}

.tableSpace
{
	background-color: #ffffff;
}

html>body #mainmenu a
{ 
	width: auto;
}

.text
{
	display: block;
	width: 100%;
	color: #ff7700;
	font-style: italic;
	border-bottom: 1px solid black;
}

/* Hausinn */
#head
{
	border: 1px solid black; /* #C6C6C6 */
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position:center; 
	top: 0px;
	left: 0px;
	width: 750px;
	height: 200px;
	background-image: url('images/head.jpg');
}

div#toplinkar
{
	z-index: 2;
	float:left;
	position: relative;
}

ul#nav,ul#nav li
{
	list-style-type:none;
}

ul#nav li
{
	font-weight:bold;
	float:left;
	margin-right: 3px;
	margin-top:160px;
	background-image: url('images/trans.gif');
	width: 10px;
	height: 10px;
	border: 1px solid black;
}

ul#nav img
{
	border-style: none;
}


/* Titill síğunnar */
div#title
{
	margin-right: 10px;
	margin-top:25px;
	z-index:2;
	float: right;
	position: relative;
	top: 0px; 

}

#title h1
{
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Times New Roman;
}

#title a
{
	border: none;
	text-align: center;
	font-family: Times New Roman;
	font-size: 30px;
	text-decoration: none;
}

/* Skoğanakönnunin */
.poll_outer
{
	
	float:right;
	border: 1px solid black; 
	width:70%; 
	height:6px;
	margin-right:10px;
	margin-top: 3px;
}

.poll_inner
{
	height:6px;
	background-color: #ff7700;
}