/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*

	StyleSheet
	Copyright © 2003 Rydén Design & Teknik AB
	www.rdt.nu | info@rdt.nu

*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body {
	height: 100%;
}

html, body, div, span, input, textarea, select, td, a {
	font-family: Tahoma, Helvetica, Arial, Verdana, Serif;
	font-size: 12px;
}

th {
	font-family: Tahoma, Helvetica, Arial, Verdana, Serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

a:link, a:visited {
	color: #444; 
	background: transparent;
	text-decoration: none; 
	font-size: 11px; 
}

a:hover { 
	color: #CC6600; 
	background: transparent;
	text-decoration: none;
	font-size: 11px; 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #000;
	text-align: left;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

input, select, textarea, button { 
	font-size: 10px;
	color: #000;
	background: #fff;
	border-width: 1px;
}

input[disabled], select[disabled], textarea[disabled], button[disabled]{
	background: #DDD;
}

.forminput {
	border-top: 1px solid #75736e;
	border-right: 1px solid #f2f0ee;
	border-bottom: 1px solid #f2f0ee;
	border-left: 1px solid #75736e;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

img {
	border: 0;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

hr { 
	height: 2px;
	background: transparent;
	border-top: 1px solid #666;
	border-right: 0 solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0 solid #fff;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.SelectedTab{
	border: 1px solid blue; 
	background-color: #99CCFF; 
	padding: 5px; 
	float:left; 
	width:100px;
	cursor:hand;
}

.UnSelectedTab{
	border: 1px solid blue; 
	background-color: #999999; 
	padding: 5px; 
	float:left; 
	width:100px;
	cursor:hand;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



#divTransBg{
	width : 100%;
	height : 100%;
	position : fixed; 
	left : 0px;
	top : 0px;
	opacity:0.4;
	filter:alpha(opacity=40);
	background : #00C;
	border : none; 
	display:none;
}


#divPopup{
	width : 900px;
	xheight : 500px;
	position : fixed; 
	left : 100px;
	top : 300px;
	padding:5px;
	background-color : #FFF; 
	border : 4px solid black; 
	display:none;
}

.ClearButton{
	background-image: url("/admin/gfx/eraser_16.png");
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	cursor:hand;
	border:0;
	padding-left:5px;
	background-position:right bottom;
	background-size:12px 12px;
}

.list{
    border-spacing: 0;
    border-collapse: collapse;
}

tr.odd{
	background-color: #FFFFFF;
}


tr.even{
	/*background-color: red;*/
}

tr.odd_red{
	background-color: #FFAAAA;
}


tr.even_red{
	background-color: red;
}

tr.odd_gul{
	background-color: #FFFF99;
}


tr.even_gul{
	background-color: yellow;
}


.Admin-Table-Row{

}

.Admin-Table-Row:hover{
	background-color:gold !important;
}

/** Style för förstasidan i Admin  **/
.main_content{
	width:800px;
}

.nl{
  clear:left;
}

.idiv{
  margin:2px;
  border:1px solid black;
  background-color:white;
  border-radius:10px;
  padding:5px;
}


.div33{
  width:33.3%;
  border:0;
  float:left;
  
}

.div66{
  width:66.6%;
  border:0;
  float:left;
}

.div50{
  width:50%;
  border:0;
  float:left;
}

.div100{
  width:100%;
  border:0;
  float:left;
}


.systeminfo{
	border:2px solid red !important;
	width:100%;
	height:50px;
	
}