/* Main style items  */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
	margin: 0 auto;
	padding: 0;
    background-color: #669966;
    background-image: url('http://www.spillfestival.no/arcon26/images/topbg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}

#topHeader {
    background-image: url('http://www.spillfestival.no/images/top.gif');
    width: 960px;
	height: 280px;
    
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    top: 0;
}

#arconReklame {
    position: relative;
    top: 30px;
    width: 265px;
}

#arconLink {
    position: relative;
    top: 2px;
    left: 70%;
    width: 265px;
}

#arconLogo {
    position: absolute;
    top: 0px;
    left: 50%;
	z-index: 1;
}

#arconLogo-content {
    position: absolute;
    left: -481px;
}

#adminWarnings {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 60%;
    color: #FF0000;
}

#mainMenu {
    position: relative;
	top: 265px;
    left: 100px;
    z-index: 999;
}

#loginInfo {
    position: relative;
    top: 260px;
    left: -5px;
    font-size: 70%;
    text-align: right;
    color: #243524;
	z-index: 2;
}

#mainMiddleBg {
    position: relative;
    top: -22px;
    background-image: url('http://www.spillfestival.no/images/middle.gif');
	background-position: center top;
    background-repeat: repeat-y;
}

#mainContent {
    position: relative;
    top: 70px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
	min-height: 100px;
}

#bottomHeader {
    background-image: url('http://www.spillfestival.no/images/bottom.gif');
    width: 960px;
    height: 150px;

    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    top: 0;
}

#w3icon {
    position: relative;
    top: 100px;
    left: -10px;
    float: right;
}


/* Menu style items
   Downloaded from http://javascript-array.com/scripts/simple_drop_down_menu */
#sddm ul {
	padding: 0;
}

#sddm li {
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a {
	width: 160px;
	margin: 0 10px 0 0;
	padding: 4px 10px;

    display: block;
	background: #669966;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
    background: #49A3FF;
}

#sddm div {
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #82AA82;
	border: 1px solid #669966
}

#sddm div a {
    position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
    text-align: center;
	text-decoration: none;
	background: #82AA82;
	color: #FFFFFF;
	font: 11px arial;
}

#sddm div a:hover {
    background: #6EA06E;
	color: #FFFFFF;
}




/* Other style items */
table {
    font-size: 90%;
}

a:active, a:link, a:visited, a:hover {
    color: #003399;
}

h1, h3, h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #669966;
}

.tablemargin {
    padding-left: 5em;
    padding-right: 5em;
}

.wrong {
    color: #FF0000;
}

.correct {
    color: #008000;    
}

.heading {
    color: #CC0033;
}

.largetext {
    font-size: 120%;
}

.smalltext {
    font-size: 90%;
}

.minitext {
    font-size: 80%;
}

.microtext {
    font-size: 60%;
}

.puljetext {
    font-size: 70%;
}

.filelist {
    font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}

input.smallbutton {
   font-size:70%;
}

#bg_image {
    width: 100%;
    height: 120%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}

#mainText {
    
}

#hvaerarcon {
    font-size: 80%;
    margin-top: 1em;
    margin-left: 3em;
    float: right;
    width: 24em;
    padding: 10px;
    border: 1px solid #AAAAAA;
    text-align: justify;
}


#nyheter {
    position: relative;
    top: 30px;
}

#resultlist {
    text-align: center;
}

table.centeralign {
	margin-left:auto;
	margin-right:auto;
}


/* Program overview */
table.program_overview {
	padding: 0;
	border-spacing: 0px; 
	width: 100%;
	background-color: white;
}

#program_system a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#program_title {
	font-style: italic;
	font-size: 12px;
}

td.program_tournament {
	padding-left: 10px; 
	width: 250px;
	font-size: 15px;
	vertical-align: middle;
	height: 20px;
}

td.program_day_header {
	text-align: center;
	background-color: lightgray;
	border-style: solid;
	border-width: 1px;
	border-color: black; 
}

th.program_heading, th.program_heading_gray {
	text-align: center;
	font-size: 8px;
}

th.program_pulje_header {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #669966;
	height: 30px;
}

th.program_vert_margin {
	width: 3px;
	font-size: 0px;
}
	
td.program_boxBlack, td.program_boxGray,
td.program_boxGreen, td.program_boxWhite {
	border-style: solid;
	border-width: 1px;
	border-color: black; 

	text-align: center;
	font-size: 9px;
	height: 20px;
}

td.program_boxGray {
	background-color: darkgray;
}

td.program_boxBlack {
	background-color: black;
	color: white;
}	

td.program_boxGreen {
	background-color: darkgreen;
	color: white;
}

td.program_boxWhite {
	background-color: white;
	color: black;
}

#program_textWhite {
	color: white;
}

#program_textBlack {
	color: black;
}

td.program_cell {
}

tr.program  td.program_cell_gray {
	background-color: lightgray;
}

td.program_margin, td.program_margin_gray {
	height: 2px;
	font-size: 1px;
}

td.program_margin_gray  {
	background-color: lightgray;
}

hr.program_hr {
	border: 1px solid black;
	height: 0px;
}

td.program_cell_side {
	text-align: center;
	border: 1px solid black;
	font-size: 9px;
}

tr.program:hover td.program_cell_gray, tr.program:hover td.program_cell,
tr.program:hover td.program_tournament, tr.program:hover td.program_cell_side {
	background-color: #C6E2FF;
}

