/**
* Svenskt Skytte
* @author Eastwest Jan Östlund, janne@eastwest.se, 2009
*/

/* @group HTML */

body {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #2b2b2b;
	line-height: 1.5em;
	background-color: #ecece5;
	background-image: url(../images/bg_tile.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

/* @end */

/* @group Navigation */

#navigation {
	height: 30px;
	margin-top: -4px;
	padding-top: 9px;
	line-height: 20px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a5a6a7;
	margin-bottom: 2em;
}

#navigation img {
	border: 0px;
}

#navigation a {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #5ec5ed;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 12px;
}

#navigation a:hover {
	text-decoration: none;
	color: #54b1d5;
}

/* @end */

/* @group Page Blocks */

#header {
	
}

#page {
	width: 833px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	margin-top: 20px;
}

#column1 {
	width: 600px;
	height: 100%;
	position: relative;
	float: left;
	padding-right: 20px;
	padding-left: 15px;
}

#column2 {
	width: 180px;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-top: 15px;
}

#footer {
	

/*

width: 600px;*/
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	clear: both;
	color: #666666;
	background-color: #fff;
	text-align: center;
	padding-bottom: 20px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #a5a6a7;
	position: relative;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group Elements */

.current-branch {
	color: #5EC5ED;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.introText {
	padding: 10px;
}

.sectionHeader {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #001F3C;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.title {
	font-size: 50px;
	margin-top: 0px;
	padding-bottom: 4px;
	line-height: 100%;
	padding: 0;
	padding-top: 15px;
	margin: 0;
}

.abstract {
	font-weight: bold;
}

#follower {
	position: relative;
}

#follower a {
	position: relative;
	color: #C00;
}

.errorMessage {
	border: 1px solid #d77;
	background: #fcc;
	color: #200;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sender {
	font-style: italic;
}

.imageText {
	padding-top: 5px;
	font-size: 100%;
	font-style: italic;
	margin:0;
	padding:0;
}

.imageLeft {
	float: left;
	margin-right: 15px;
}

.imageRight {
	float: right;
	margin-left: 15px;
}

.imageCenter {
	width: 100%;
	text-align: center;
}

/* @end */

/* @group Tables */

.mopsTable, .filelist {
	color: #000;
	text-align: left;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.mopsTable a, .filelist a {
	text-decoration: underline;
}

.mopsTable a:visited, .filelist a:visited {
	text-decoration: underline;
}

.mopsTable tr.odd, .filelist tr.odd {
	background-color: #EBEEF0;
}

.mopsTable tr a {
	
}

.mopsTable tr:hover a, .filelist tr:hover a {
	color: #ffffff;
}

.mopsTable tr:hover, mopsTable tr.odd:hover, .filelist tr:hover, filelist tr.odd:hover {
	background-color: #345892;
	color: #ffffff;
}

.mopsTable th, .filelist th {
	font-weight: bold;
	font-size: 105%;
	color: #000;
}

.mopsTable th:hover {
	
}

.mopsTable tr, .filelist tr {
	vertical-align: top;
}

.mopsTable tr, .mopsTable th, .mopsTable td, .filelist tr, .filelist th, .filelist td {
	padding: .75em;
}

.mopsTable td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/* @end */

/* @group Lists */

.displayAbstracts {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.displayAbstracts li {
	margin-left: 0em;
}

.divider {
	clear: both;
	padding-top: 0px;
	padding-bottom: 14px;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.displayAbstracts a {
	text-decoration: none;
}

.displayAbstractsDate {
	color: #999999;
}

.displayAbstracts a:hover {
	text-decoration: underline;
}

.displayAbstractsAbstract {
	
}

.displayAbstractsImage {
	float: left;
	/*

marg

in-top: 2px; */
    margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0pt;
}

.displayAbstractsLink {
	font-size: 24px;
	font-size-adjust: none;
	margin-top: 12px;
}

.displayArticle {
	clear: both;
	padding-top: 0px;
	padding-bottom: 14px;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.displayArticleHeadline a {
	font-size: 28px;
	text-decoration: none;
}

/* @end */