/*
-----------------------------------------------
CSS 
jageblad.se
2011.05.15
----------------------------------------------- */

/* debug
-------------------------------------------
div {border: 1px solid #ccc; }*/


html, body {
    background: #ffffff;
    margin:0px auto;
	height:100%;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11.5px;
}

#page {
	position: relative;
	margin: 50px auto;
	padding: 0;
	width: 700px;
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
    border-left: 0px solid #222222;
    border-right: 0px solid #222222;
    border-bottom: 0px solid #222222;
    background: #ffffff;
}

#page-admin {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 98%;
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    background: #ffffff;
}


#head {
    position:relative;
    height:110px;
    width:1000px;
    background: #32312c url(../images/bg-top.png) repeat-x center top;
}

#head #logo {
    position:absolute;
    left:30px;
    top:20px;
}

#flags {
    position:absolute;
    right:20px;
    top:50px;
}

#flags img {
    margin-left:15px;
}

#search-box {
    position:absolute;
    width:180px;
    top:70px;
    right:-10px;
}

#search-box .q {
    background: #ffffff url(../images/box.png) no-repeat right top;
    border:1px solid #32312c;
    padding:3px;
    width:110px;
}

#left-280 {
    position:relative;
    float:left;
    margin:0 auto;
    padding:0px 0 50px 0;
    width:280px;
    /* border:1px solid #ccc; */
    background: #32312c url(../images/bg-nav.png) no-repeat center top;
    min-height:600px;
}

#main-content-720 {
    position:relative;
    float:right;
    text-align:left;
    width:720px;
}

#detail-720 {
    position:relative;
    width:680px;
    padding:20px 20px 20px 20px;
}

#detail-720 img {
    float:right;
    border:0px solid #cccccc;
    padding:0px;
    margin:0 0 0 20px;
}

#detail-print {
    position:relative;
    width:680px;
    padding:20px 20px 20px 20px;
    text-align:left;
}

#detail-print img {
    float:right;
    border:0px solid #cccccc;
    padding:0px;
    margin:0 0 0 20px;
}

#sitemap {
    position:relative;
    height:560px;
    overflow:auto;
    padding:0 20px 0 0;
}

.right-325 {
    position:relative;
    float:right;
    width:325px;
    margin:20px 20px 20px 0px;
    text-align:left;
}

.left-325 {
    position:relative;
    float:left;
    width:325px;
    margin:20px 0px 20px 20px;
    text-align:left;
}

#rec-720 {
    position:relative;
    width:720px;
    margin:20px auto;
    text-align:center;
    visibility:hidden;
    height:0;
}

#wide900 {
    width:900px;
}

#foot {
    position: relative;
	height:120px;
	width:1000px;
	text-align: left;
	background: #32312c url(../images/bg-foot.png) repeat-x center top;
	line-height:16px;
}

#foot a:link, #foot a:visited {
    color:#bbbbbb;
    text-decoration:none;
}

#foot a:hover {
    text-decoration:underline;
}

#foot-1 {
    position:relative;
    float:left;
    margin:25px 25px 0 25px;
    width:210px;
    height:70px;
    color:#bbbbbb;
    border-right:1px solid #4e4d48;
}

#foot-2 {
    position:relative;
    float:left;
    margin:25px 25px 0 0px;
    width:210px;
    height:70px;
    color:#bbbbbb;
    border-right:1px solid #4e4d48;
}

#foot-3 {
    position:relative;
    float:left;
    margin:25px 25px 0 0px;
    width:210px;
    height:70px;
    color:#bbbbbb;
    border-right:1px solid #4e4d48;
}

#foot-4 {
    position:relative;
    float:left;
    margin:25px 25px 0 0px;
    width:230px;
    height:70px;
    color:#bbbbbb;
    border:0px solid #4e4d48;
}

#detail-table {
    width:99.9%;
    padding:5px;
    
}

#detail-table td {
    border-bottom:1px solid #cccccc;
    padding:3px;
    vertical-align:top;
}

#query-table {
    width:99.9%;
}

#query-table td {
    border-bottom:1px solid #cccccc;
    padding:3px;
    text-align:left;
}

#query-table .tr:hover {
    background:#eee;
}

#query-table img {
    margin:0 auto;
}

table {
    width:98%;
    margin:0 auto;
}

.td {
    font-size:11px;
    border-bottom:1px solid #cccccc;
    padding:2px;
}

p, label {
	margin: 8px 0 3px 0;
	line-height:18px;
	font-size:12px;
}

form, fieldset {
	margin:0 auto;
	border:0;
}

.submit {
   font-size:13px;
   font-family:Arial,sans-serif;
   height:26px;
   background: url(../images/button.gif) repeat-x;
   border-style:solid;
   border-color:#dddddd;
   border-width:1px;
   cursor:pointer;
}

.input {
    padding:2px;
    clear:both;
    border:1px inset #cccccc;
    font-family:Arial,sans-serif;
    font-size:11px;
}

.select {
    padding:0px;
    font-size:10px;
    border:1px solid #cccccc;
}


.textarea {
    font-family: tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:3px;
}


img {
    border:0px;
}


a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
    text-decoration: underline;
	color: #000000;
}

a:hover {
    text-decoration: underline;
	color: #8c211f;
}

a:active {
    text-decoration: underline;
	color: #ffffff;
}
	

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d20a1c;
	font-size: 18px;
	margin:0px 0 1px 0;
}


h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	margin:3px 0 1px 0;
}


h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	margin:10px 0 3px 0;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	margin:3px 0 3px 0;
	padding:0;
}


.submit {
   font-size:12px;
   font-family:arial,sans-serif;
   height:25px;
   background: url(../images/button.gif) repeat-x;
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
   cursor:pointer;
}

.hr {
    width:100%;
    height:1px;
}
	

/* pagination
----------------------------------------------- */
#pagination {
	float: left;
	width: 96%;
	background: #FFFFFF;
	border: 1px solid #ccc;
	margin: 20px 0 10px;
	padding: 5px 10px;
	color: #999999;
	font-weight: bold;
}

#pagination a {
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	color: #666666;
	text-decoration: none;
	margin: 0 1px;
	padding: 1px 4px;
}

#pagination a#selected,
#pagination a:hover {
	border: 1px solid #999999;
	background: #bbbbbb;
	color: #ffffff;
}

#pagination a.arrows {
	background: none;
	border: none;
}
/* /pagination
----------------------------------------------- */
