
body
{
	margin : 0px;
	padding: 5px;
	background-color: whitesmoke;
	border-top:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;	
	height: auto;
	scrollbar-face-color: White;
	scrollbar-highlight-color: #d3d3d3;
	scrollbar-3dlight-color: #F5F5F5;
	scrollbar-shadow-color: #d3d3d3;
	scrollbar-arrow-color: #d3d3d3;
	scrollbar-track-color: #f5f5f6;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #F5F5F5;
}

html
{
	height: 100%;
}

.containertabell
{
	width: 100%;	
	height: 100%;	
}

#container
{
	width:100%;		
	height: 100%;
	background-color: white;
	position: relative;
	border:solid 1px black;
	background-color: White;	
	padding-bottom: 10px;	
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.spelaretabell
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 360px;	
	border: solid 1px black;
	float: left;
}

.rubrikcell
{
	filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=, StartColorStr = #D1A700,, EndColorStr= #FFDB79);
	background-color: #D1A700;	
	font-weight: bold;
	border-top : solid 1px black;
	border-bottom : solid 1px black;
	padding: 0px;
	font-variant: small-caps;
	font-family: Tahoma;
}

.markerad
{
	background-color: #F5F5F5;
	border-top : solid 1px #f0f0f0;
	border-bottom : solid 1px #f0f0f0;
}

#divContainer
{		
	width: 100%;	
	padding: 5px;
}


.panels
{
	float: left;	
	margin-top: 10px;	
	padding-left: 10px;
}

.rightborder
{
	border-right: solid 1px #e0e0e0;
}

.leftborder
{
	border-left: solid 1px #e0e0e0;
}

.paddingleft
{
	padding-left: 5px;
}
.spelaretabell .rubrikcell
{		
	background-color: #D1A700;	
	padding-left: 5px;	
	font-weight: bold;
	border-bottom: solid 1px black;	
	border-top: solid 1px black;	
	font-variant: small-caps;
}

.tblNyheter
{
	font-size: 11px;
	font-family: Tahoma;
	width: 100%;
	border : solid 1px #ccc;
	padding: 3px;
	margin-top: 20px;
}
.tblNyheter td
{
	height: 25px;
	border-bottom: solid 1px #e0e0e0;
}

.datum
{
	width: 125px;
	padding-left: 3px;
	background-color: #F5F5F5;
	border-right: solid 1px #e0e0e0;
	font-weight: bold;
	color: #ccc;
}

.titel
{
	padding: 3px;
}

.rubrik
{
	font-family: Georgia;
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 22px;
	color: gray;
}

.lblNyhet
{
	font-size: 12px;
	font-family: Tahoma;	
	position: relative;
	color: black;
	background-color: white;		
}

.ndatum
{
	color: gray;
	font-size: 9px;	
}

.ntitel
{
	font-size: 13px;
	font-weight: bold;	
}

a:link
{
	color: black;
	text-decoration: none;		
}

a:visited
{
	color: black;	
	text-decoration: none;	
}

a:hover
{
	color: black;	
	text-decoration: underline;	
}

#divLeft
{
	width: 210px;	
	height:100%;
	position: relative;
	overflow: auto;
	background-color: whitesmoke;	
	vertical-align: top;
}

#divLeft td
{
	vertical-align: top;
}

.buttons
{
	background-color:  #F5F5F5;
	border : solid 1px black;
	height: 20px;
	font-family: Tahoma;	
	font-size: 11px;
}

.textboxar
{
   border : solid 1px black;
	height: 20px;	
	font-family: Tahoma;
	font-size: 11px;
	width: 170px;	
}

.Logintable
{
	font-size: 11px;
	font-family: Tahoma;	
	width: 100%;		
	background-color: White;
}

.logintable td
{
	border : none;	
	padding-left: 5px;	
	padding-bottom: 2px;
	padding-top: 2px;
}

.logintable .rubrikcell
{
	background-color: #D1A700;
	border-bottom: solid 1px black;
	padding-left: 5px;
	font-family: Tahoma;
	text-transform: uppercase;
	filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=, StartColorStr = #D1A700,, EndColorStr= #FFDB79);
}

.logintable .dottedborder
{
	border-bottom: dashed 1px gray;
	padding-top: 5px;
	padding-bottom: 5px;
}

.divLogin
{	
	background-color: #F5F5F5;
	width: 100%;	
	background-color: White;
	padding-bottom: 5px;
	background-color: white;
	border : solid  1px black;
}

#divNyheter, #divPoll
{
	margin-top: 3px;	
	width: 100%;	
	padding-bottom: 10px;
	border: solid 1px black;
	background-color: white;		
}


#divAdmin
{
	margin-top: 3px;	
	border : solid  1px black;
	width: 100%;	
	background-color: White;
}

img
{
	border : none;
}

.dropTable
{
	font-size: 11px;
	font-family: Tahoma;	
	border:solid 1px black;
	width: 100%;
	background-color: #F5F5F5;
}

.tblOmgang
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	width: 700px;
	margin-top : 20px;
}

.bottomborder
{
	border-bottom: solid 1px Gray;
	padding-bottom: 5px;
}

.lblLink a:link
{
	color: #D1A700;
	text-decoration: none;
	font-weight: bold;
}
.lblLink  a:visited
{
	color: #D1A700;
	text-decoration: none;
	font-weight: bold;
}
.lblLink  a:hover
{
	color: #DD6900;
	font-weight: bold;	
}

.tblOmgang a:link,.spelaretabell a:link
{
	color: #D1A700;
	text-decoration: none;
	font-weight: bold;
}

.tblOmgang a:visited,.spelaretabell a:visited
{
	color: #D1A700;
	font-weight: bold;
	text-decoration: none;
}

.tblOmgang a:hover,.spelaretabell a:hover
{
	color: #DD6900;
	font-weight: bold;	
}

.tblOmgang td
{	
	padding-left: 5px;
}