﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
 	{ margin: 0; padding: 0; }
 	
body
{
    background: #000000 url('Images/background.png') repeat-x; 
    font-size: 0.75em;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
}
li
{
	margin-left: 15px;	
}

img
{
	border: 0;
}

th
{
	text-align:left;
	font-size:10px;
	color: #333;
	padding-top: 4px;
	padding-left:3px;
	padding-right:3px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    padding: 0 0 0 0;
}

h1
{
    font-size: 1.5em;
}
h2
{
	font-size: 1.0em;
}
h3
{
    font-size: 1.0em;
}
h4
{
    font-size: 1.0em;
}
h5, h6
{
    font-size: 1em;
}

sup
{
	font-size: 0.7em;
}

.apparel21 h3
{
	/* color: #F2AE15; */
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.breadcrumbs
{
	font-size: .7em;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    margin-bottom: 7px;
    padding-bottom: 4px;
    color: #777;
}

#logindisplay
{
    width: 1000px;
    margin:0px;
    margin-left: 30px;
    padding-top:5px;
    text-align:right;
    color: white;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    background-color: #FFF;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div#header
{
	background: url('Images/header_center.png') repeat-x;
    margin-bottom: 30px;
    color: #003333;
    padding: 0px;
    height: 104px;
}
div#header_left
{
	position: absolute;
}
div#header_right
{
	position: absolute;
	margin-left: 750px;
}

div#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 0;
    margin: 0;
    color: #003333;
    border: none;
    float:left;
}

#logo a
{
    color: #000099;
    text-decoration: none;
    font-size: 32px !important;
}

#mainContent
{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    margin-top:0px;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.columnsContainer
{
    position: relative;
}

.leftColumn
{
    width: 10%;
    float: left;
}

.rightColumn
{
    float: right;
    width: 85%;
}

#footer
{
    color: #c9c7ae;
    background-color: #393939;
    padding: 0px;
    border-top: 2px solid #ea8c12;
    text-align: center;
}

#footer td
{
    padding: 5px 0;
    margin: 0;
}

/* Pagination
----------------------------------------------------------*/
#pagination-clean
{
	border:1px 000 solid; 
	margin:0; 
	padding:0;
	padding-left:15px; 
	padding-right:15px; 
}

#pagination-clean li{
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	display: inline;
}


#pagination-clean .active{
	color:#000000;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

#pagination-clean a:link,
#pagination-clean a:visited {
	color:#0033CC;
	display:block;
	float:left;
	padding-top:4px;
	padding-left:6px;
	padding-right:6px;
    text-decoration: underline;
}

#pagination-clean a:hover{
	text-decoration:none;
}



/* MAIN MENU   
----------------------------------------------------------*/
#mainMenu ul
{
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 430px;
    position: absolute;
}

#mainMenu li
{
    display: inline;
    list-style: none;
    border-right: solid 1px #999;
}

#mainMenu li.last{
  border-right: none;
}

#mainMenu li a
{
    text-decoration: none;
    line-height: 2.8em;
    color: #FFF;
    -moz-outline: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

#mainMenu li a:hover
{
    text-decoration: underline;
}

#mainMenu li a:active
{
    text-decoration: none;
    color: #DDD;
}
#mainMenu ul li a.active
{
	/*font-weight: bold;*/
	/*color: #DDD;*/
	text-decoration: underline;
    /* border-bottom: solid 1px #FFF; */
}
ul#mainMenu li.selected a
{
    background-color: #FFF;
    color: #000;
}


/* Pimped buttons
-----------------------------------------------------------*/

.link_button 
{
	padding: .2em 1em .2em 20px;
	text-decoration: none;
	position: relative;
	margin-bottom: 2px;
}
.link_button span.ui-icon 
{
	margin: 0 5px 0px 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}


/* List row colors  
----------------------------------------------------------*/
td.row_Kritisk, td.row_Hög, td.row_Normal, td.row_Låg, td.row_stängd
{
	border-top:solid 1px #FFF;
	padding:3px;
}

td.row_Kritisk, td.row_Kritisk a
{
	background-color: #ff5151;
	color:#FFF;
	font-weight:bold;
}

td.row_Hög
{
	background-color: #ffdede;
}

td.row_Normal
{
	background-color: #FFF;
}

td.row_Låg
{
	background-color: #f3f5ff;
}

td.row_stängd
{
	background-color: #DDD;
	color:#777;
}
td.row_stängd a
{
	color:#717a9c;
}


/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn ul
{
    margin: 0;
    padding: 0px;
}

.leftColumn ul li
{
    list-style: none;
    margin-top: 5px;
    margin-left: 0px;
    line-height: normal;
}

.leftColumn ul li a
{
	color: #EEE;
    background-image: url('Images/bg_button.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 100px;
	display: block;
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 10px;
    text-decoration: none;
}

.leftColumn ul li a:hover
{
	color: #f1a501;
}

.leftColumn ul li a:active
{
	background-position: bottom left;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 11px;
}

.leftColumn ul li a.active
{
    background-image: url('Images/bg_button_active.png');
	background-repeat: no-repeat;
}

.leftColumn h2
{
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    border-color: #5C87B2;
    background-color: #5C87B2;
    color: #FFF;
}

ol
{
    padding: 10px;
    margin: 0px;
}

ol li
{
    margin-top: 0px;
}

/* MISC  
----------------------------------------------------------*/


.clear
{
    clear: both;
}

.error
{
    color:Red;
}