﻿/*
	Seb Nominet Election Site Stylesheet
	11/04/07
*/
	

/* Base */

body {
	background-color: #999966;
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	background-color: #CCCCFF;
}

div {
	width: 780px
}

a               	{ color: #336699 }
a:focus	{ color: #CC6600}


a:hover	{ color: #CC6600}


/* Header */

h1              {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
}

div.subline       {
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* Menu */

.menu {
	width: 790px; /* this only seems to fix it in IE.. not ff.. probably relating to the DIV */
	height: 26px; /* this is a hack for FF to work (so sorry.. but need to focus on content :-p */
	border: 1px solid #808080;
	background-color: #E0E0E0;
	padding: 0;
	margin-bottom: 2px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.menu li {
	float: left;
}

.menu a {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

.menu a:focus {
	display: block;
	background: #336699 none;
	color: #FFFFFF;
}

.menu a:hover {
	display: block;
	background: #336699 none;
	color: #FFFFFF;
}

.menu li:hover {
	display: block;
	background: #336699 none;
	color: #FFFFFF;
}

.menu a:active {
	display: block;
	background: #003366 none;
	color: #FFFFFF;
}

.menu li:active {
	display: block;
	background: #003366 none;
	color: #FFFFFF;
}




/* Content Area */

h2              { font-family: Arial; font-size: 11pt; font-weight: bold; margin-bottom:2 }
h3              { padding:3px; font-family: Arial; font-size: 10pt; font-weight: bold; margin-bottom:2; border-left-width:1px; border-right-width:1px;
                  border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px; background-color:#D7D7D7; margin-top: 0px }
                  


div.header      {
	font-family: verdana, arial, helvetica;
	font-size: 12pt;
	border: 1px solid #808080;
	padding: 5px;
	background-color: #E0E0E0;
	margin-bottom: 2px;
}

div.content     {
	border: 1px solid #808080;
	padding: 5px;
	background-color: #F0F0F0;
	margin-top: 2px;
}



div.sub         {
	border: 1px dashed #C0C0C0;
	padding: 5px;
	position: relative;
	left: 20px;
	background-color: #F0F0F0;
	width: 93%;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.test          { background-color: #FF0000 }

p               { font-family: verdana,arial,helvetica; font-size: 10pt; margin-bottom: 10px; margin-top:10px }

table.mini      { background-color: #CBDCED; border: 1px solid #336699; border-collapse: collapse }
th.mini         { background-color: #97BADD; font-family: Arial; font-size: 10px; font-weight: bold; border: 1px solid #336699; padding: 4px; width: 150px; text-align:left; line-height:150%}
td.mini         { font-family: Arial; font-size: 10px; padding: 6px; vertical-align: top; border: 1px solid #336699}
a.mini          { color: #F0F0F0}

table           { font-family: arial,helvetica; font-size: 10pt;}
li              { font-family: arial,helvetica; font-size: 10pt; margin-bottom: 5px }
p.links         { font-family: arial,helvetica; font-size: 10pt; margin-top: 0; margin-bottom: 0; margin-left: 15 }
table.quote     { background-color: #F0F0F0; border: 1px solid #808080; border-collapse: collapse }
th.quote        { background-color: #D7D7D7; font-family: arial,helvetica; font-size: 12pt; color: #000000; font-weight: bold; padding: 4px }
td.quote        { font-family: arial,helvetica; font-size: 10pt; padding: 6px }
tr.quote        { }

table.analysis  { background-color: #F0F0F0; border: 1px solid #808080; border-collapse: collapse }
th.analysis     { background-color: #D7D7D7; font-family: arial,helvetica; font-size: 12pt; color: #000000; font-weight: bold; padding: 4px }
td.analysis     { font-family: arial,helvetica; font-size: 10pt; padding: 6px; width: 50%; vertical-align: top; border: 1px solid #808080;}
tr.analysis     { }
th.analysis-small     { background-color: #D7D7D7; font-family: arial,helvetica; font-size: 10pt; color: #000000; font-weight: bold; padding: 2px }
td.analysis-small     { font-family: arial,helvetica; font-size: 10pt; padding: 2px; vertical-align: center; border: 1px solid #808080;}

table.cv {
	width: 100%;
}

table.cv th {
	width: 120px;
	padding: 8px;
	vertical-align: top;
	text-align: right;
}

table.cv td {
	padding: 8px;
	vertical-align: middle;
}

.cv p {
	padding-top: 0;
}

ul.toc {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

.redheadline {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.smallcaps {
	font-family: Arial;
	font-size: small;
	font-variant: small-caps;
}

.small {
	font-size: x-small;
}

.footer {
	text-align: center;
	font-size: xx-small;
	border: 1px solid #808080;
	padding: 5px;
	background-color: #F0F0F0;
	margin-top: 2px;
}

