﻿/* global styles */

body { 
  background-image:url(../graphics/background_tile.jpg);
  background-repeat:repeat-x;
  background-color: #ffffff;
  margin-top: 7px;
 
}

topnavigation { 
  background-image:url(../graphics/nav_bar_background.gif);
  background-repeat:repeat-x;
  background-color: rgb(0,0,0);
  margin: 0px;
}

/* wrapper for tables with 100% width */
div.tablewrapper {
  width: 100%;
}

ul.longitemlist {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.longitemlist li {
  padding: 5px 5px 7px 25px;
}

ul.longitemlist li.odd {
  background-color: rgb(238,238,224);
}

ul.longitemlist li.even {
  background-color: rgb(255,255,255);
}

ul.longitemlist li img {
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 16px;
  vertical-align: top;
}

span.thumbnail-itemlist-title {
  font-weight: bold;
}

.contest1{display:block}
.contest1 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#b20000}
  
#photoholder 
	{
	  width:450px;
	  height:338px;
	  background:#fff url(../images/loading.gif) 50% 50% no-repeat;
	}
#thephoto 
	{
	  width:562px;
	  height:126px;
	}
  
  
  /* basic elements */
p
	{ 
		font: 10pt arial; 
		color: #000000; 
		margin-top: 0px; 
		margin-left: 5px;
		padding-left: 3px;
 	}
		
		
maintable
	{
		width: 800px;
	}
	
.homemiddle
	{ 
		height 100%;
		width 200px;
		border-width: 2px; 
		border-style: solid;
		color: #ffffff; 
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 0px; 
		padding-left: 1px;
		padding-right: 1px;

 	}

.leftside
	{
		background-color:#FEFAE7;
	}
.header
	{
		font: 12pt arial; 
		font-weight: bold;
	}
.subheader
	{
		font: 10pt arial; 
		font-weight: bold;
	}

.text	
	{
		font: 10pt arial; 
		color: #000000;
	}
	
.rightside	
	{ 
		font: 10pt arial; 
		text-align: center;
		color: #FEFAE7;
	}
.printer
	{
		font: 7pt arial; 
	
	}
.localNews
	{ 
		font: 10pt arial; 
		color: #000000; 
		line-height: .5cm;
	}
	

#white 
	{ 
		font: 10pt arial; 
		color: #ffffff;
		font-weight: bold;
	}
#orange 
	{ 
		font: 11pt arial; 
		color: #ff6633;
		font-weight: bold;
	}