/*** General stuff ***/

body {
	color: #e7e7e7;
	background: black url('../image/Antigram_2010_broad.png') center no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 770px;
	z-index: 1;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

hr {
	width: 80%;
	color:#E7E7E7;
}

div.copyright {
	font-size: 10pt;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 20px;
}

div.generalHeader {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 4px;
}

div.generalTitle {
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

div.spacer {
	margin-top: 30px;
}

img {
	border: 0px;
}

div.imageFloat {
	float:right;
	margin-right: 40px;
}

a:link.menu		{text-decoration: none; font-weight: bold; font-size: 17px; color: #d0d0d0;}
a:visited.menu	{text-decoration: none; font-weight: bold; font-size: 17px; color: #D0D0D0;}
a:hover.menu	{text-decoration: none; font-weight: bold; font-size: 17px; color: #FFFFFF;}
a:active.menu	{text-decoration: none; font-weight: bold; font-size: 17px; color: #F57575;}

a:link {color: #7E0202;}
a:visited {color:#6D6D6D;}
a:active {color: #FFFFFF;}
a:hover {color: #F57575;}

/*** Menu stuff ***/

table.menu {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

td.menu {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.page {
	font-size: 6pt;
	color: black;
	background-color: #740000; 
	padding-bottom: 2px;
}

/*** News item stuff ***/

span.newsTitle {
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	color: black;
	background-color: #7E0202;
}

div.newsTitle {
	padding: 0;
	margin-right: 50px;
	border-bottom: 1px solid #7E0202;
}

div.newsText {
	margin-top: 2px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 50px;
}

/*** Index page stuff ***/

div.indexText {
	margin-top: 10px;
}

div.smallNote {
	position: relative;
	float: right;
	top: -80px;
	right: -180px;
	width: 120px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	background: black;
	padding: 15px;
	border: 3px double white;
	z-index: 2;
}

/*** Context menu spesific stuff ***/

td.contextMenu {
	vertical-align: text-top;
	text-align: left;
	width: 150px;
}

td.contextText {
	vertical-align: text-top;
	text-align: left;
	padding: 10px;
}

div.contextMenuHeader {
	background-color: #7E0202;
	color: black;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
}

div.contextMenuItem {
	margin-left: 8px;
}

/*** Info spesific stuff ***/

div.infoText {
	margin-top: 10px;
	margin-left: 120px;
	margin-right: 20px;
}

/*** Header stuff ***/

table.header {
	width: 100%;
}

td.header {
	width: 100px;
}

td.headerMiddle {
	text-align: center;
}

/*** Download page spesific stuff ***/

td.download {
	padding-left: 10px;
	padding-right: 10px;
}

/*** Link page spesific stuff ***/

div.link {
	margin-bottom: 5px;
	margin-left: 20px;
	letter-spacing: 1px;
}

/*** Image table specific stuff***/

img.thumbnail {
	border-width: 1px;
	border-style: solid;
	border-color: #7E0202;
}

table.imageTable {
	border: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}

td.imageTable {
	margin: 0px;
	padding: 5px;
	text-align: center;
}