
/* ====== The following CSS is provided as a visual aid, we will not be editing this bit ===== */
*{
	font-size:100%;
}

html{
	height:100%;
}

body{
	font-family: Times New Roman,Times,serif;
	font-size: 1.0em;
	height: 100%;
	color: #000;
	background-color: #fff;	
	padding: 0;
	margin: 0;
	text-align: center;
}

div{
	/*background:#fff;*/
}


/* Headings */

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin: 0.4em 0;
}

h1{
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	EditMenuName: rubrik;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
	EditMenuName: Rubrik 2;
}

h5{
	font-size: 1em;
}

h6{
	font-size: 1em;
}

dd{
	margin-left: 0;
}

a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:active, a:hover{
	color: black;
	text-decoration: none; 
}

/* ====== Begin editing below this line =====*/

.rubrik{
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
}

.ingress{
	color: #000;
	font-size: 1.0em;
}

.underline{
	border-bottom: 1px solid #000;
	padding: 0 0 13px;
	#padding: 0 0 7px;
}

hr.dashes{
	border: none 0; 
	border-top: 1px dashed #000;
	width: 100%;
	height: 1px;
}

.nav_banner{
  display: none;
	margin-bottom: 10px; 
}

img.sponsor{
	border: 0;
	width: 120px;
}

.news{
}

.news img {
  max-width:550px;
  width: expression(this.width > 550 ? 550: true);
}

.news_title{
	font-size: 1.2em;
	font-weight: bold;
}

.news_title a:link, .news_title a:visited{
	color: #000;
	text-decoration: none; 
}

.news_title a:hover{
	color: #000;
  text-decoration: none; 
}

.news_published{
  font-size: 0.8em;
	clear: both;
	padding: 0 5px 5px 0;
	border-top: solid 1px #000;
	margin-top: 10px;
}

.tight_text{
  font-size: 0.9em;
	margin-top: -5px;
  margin-bottom: 5px;
}

/* ====== Vänstermenyn ====== */

.wireframemenu{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}

html>body .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 148px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu ul span{
	padding: 3px 3px;
	display: block;
	_width: 100%; /*Define width for IE6's sake*/
	text-decoration: none;
}

.wireframemenu li a{
	font-size: 1em;
	padding: 3px 3px;
	display: block;
	_width: 100%; /*Define width for IE6's sake*/
	color: black;
	text-decoration: none;
	border-top: 1px solid #ccc;
}

.wireframemenu li ul li {
	font-size: 1em;
	padding: 0 0 0 1em;
}

.wireframemenu a:visited{
	color: black;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	background-color: #eee;
	color: black;
}

.selected_link a{
	font-weight: bold;
	background-color: #bbb;
}

.selected_link li a{
	font-weight: normal;
	background-color: #fff;
}

.hide_submenu li{
	display: none;
}

/* ====== Olika tabeller ====== */

.frametable{
  font-size: 0.9em;
  table-layout: fixed;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
}

.frametable thead th, .frametable th {
	background: #fff;
	color: #000;
	text-align: left;
}

.frametable .evenrow{
	background: #fff;
	color: #000;
}

.frametable .today{
	border: 1px solid #000;
	padding: 2px 5px;
}

.frametable th, .frametable td{
	padding: 2px 5px;
	vertical-align: top;
}

.grids th, .grids td{
	border: 1px solid #000;
}

.bigcalendar td{
  font-size: 0.8em;
	height: 4em;
}

.bigcalendar td h3{
	margin: 0;
	text-align:right;
}

.tournamenttable th, .tournamenttable td{
	border-bottom: 1px solid #000;
	padding: 2px 5px;
	text-align: center;
}

.gametable th, .gametable td{
	text-align: left;
}

.forum{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

.forum td{
	vertical-align: top;
}

/* ====== Textpositioner ====== */

.th_left{
	background: #fff;
	text-align: left;
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}

.align_right{
	text-align: right;
}

.left{
	float: left;
	text-align: left;
	width: 48%;
	margin: 5px 5px;
}

.right{
	float: right;
	text-align: right;
	width: 48%;
	margin-top: 5px;
}

.spacer{
	clear : both;
} 

.print_icon{
	display: none;
	float: right;
	text-align: right;
	width: 8%;
}

.date_scroll{
	display: none;
	margin-bottom: 10px; 
}

/* ====== Disposition ====== */



#wrap{ 
	min-height:100%;
	_height:100%;	
	background:#fff;
	/* width:650px; */
 	width:100%;
  margin:0 auto; 
	text-align:left; 
}


#header{
  display: none;
}

#navigations{ 
  display: none;
} 

#main_content{ 
	width:100%; 
	float:left; 
	margin-left:0px; 
} 

#sub_content{ 
  display: none;
} 

#big_content{
	width:100%; 
	float:left; 
	margin-left:0px; 
}

#foot_margin{
  display: none;
}

#foot{
  display: none;
}
