@import "ext_Structure.css";
@import "ext_Tellus.css";
@import "ext_special.css";

/* ========== Grundläge för alla sidor =================================================================================== */


/* ========== Bakgrunder ================================================================================================= */


div.bg_felanm {
	Border: #000000 1px solid; 
	width: 173px; 
	background-image: url(http://www.pireva.se/upload/395/felanmalanBlackWhiteDot.jpg); 
	background-repeat: no-repeat;
}

div.bg_felanm_blue {
	Border: #00a4e4 1px solid; 
	width: 173px; 
	background-image: url(http://www.pireva.se/upload/395/FelanmalanBlue.gif); 
	background-repeat: no-repeat;
}

div.place_felanm_title {
	margin-top: 6px; 
	margin-left: 17px
}

div.bg_mainPage {
	background-position: right bottom;
	background-repeat: no-repeat; 
	background-image: url(/upload/395/greenpipe4.gif); 
	width: 550px; 
	height: 314px;
}


/* ========== Tabeller ================================================================================================= */


	

table.searchresults { background-color: #ddd;} /* Finns bl.a. i Pitea_Search.ascx */


.DocumentArchiveRow {
	border: none;
	border-bottom: 1px solid #d8dee3;
	width:100%;
}

tr.sitemapheader
{
	background-color: #dedede;
	font-weight: 600;
	padding-left: 0.2em;
}


/* ========== Länkar =================================================================================================== */

td a {font-size: 100%;}

.line a {font-size: 100%;}

.cal_selectedday a {}

.cal_today a { font-weight: bold!important;}

.DC_ListMain ul li a, a.linkto_news
{
	color: #0065a9;
	font-weight:normal;
	text-decoration: none;
	width:160px;
	font-size:100%;
	overflow:hidden;
color:#009878;

}
a
{
	font-size: 100%;
	color: #009878;
	text-decoration: underline;
}

.DC_ListMain ul li a:hover, a:hover
{
	color: #000;
	text-decoration:underline; 
}

#leftmenudiv a,  a.Quickmenu
{
	text-decoration: none;
}

a.menulink_current{
	color: #ffffff;
}

#leftmenudiv a:hover 
{
	text-decoration: underline;
}



/* ========== Fonter ================================================================================================== */



.pagebody_text {font-size: 100%;}

.pagebody_text h2, .line h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 100%;
	color: #333;
	margin-bottom: 0.7em;
}

.pagebody_text h3, .line h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 100%;
	color: #333;
	margin-bottom: 0.2em;
}

.relevance {
	color: #999999;
	font-size: 80%;
}

.search_help {font-size:90%;}

/* ========== Bilder ================================================================================================== */

img.ThreeOnRowImage
{
	max-width:176px;
}



/* ========== Layout ================================================================================================== */



/* ========== Formulär ========================================================================================= */

label {font-size: 90%;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
	margin-top:5px;
}

input.input_text {font-size: 110%;}

input.quicksearchbutton 
{
	background-image: url(/Bilder/layout/search_btn.jpg);
	background-repeat: no-repeat;
	border: 0;
    margin-left:0px;
	margin-right:15px;
	width: 20px;
	height: 20px;
}

/* Nytt för den externa webben */
input.ext_quicksearchinput
{
	background-color: #ffffff;
	font-size: 100%;
	border:solid 1px #000000;
	height:19px;	
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}

.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
}

.fontButton {
	background-color: #e8e8e8;
	border: 0em solid #666666;
	color: #2C2E3A;
	font-size: 100%;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.fontButton_100 {font-size: 100%;}

input.registerfield { width: 20em;}


/* ========== Divvar ============================================================================================== */

.centered {text-align: center;}

.writer_info {font-size: 90%; color: #999999;}

.DocumentListBox
{
	border: 1px solid #eeeeee;
}

.DocumentListItem
{
	width: 100%;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	width: 100%;
	background: #eeeeee;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: none;
	text-align: center;
}



