@font-face {
	font-family : Segoe UI;
	src : url('/mypcbackup/fonts/segoeui.ttf');
}

@font-face {
	font-family : Segoe UI;
	font-weight : bold;
	src : url('/mypcbackup/fonts/segoeuib.ttf');
}



html {
	overflow : -moz-scrollbars-vertical;
	text-align : center;
}

body {
	background-attachment : fixed;
	background-color : #000000;
	background-image: url(../images/bg-pattern.png);
	background-position : top center;
	color : #e4eef5;
	font-family : Segoe UI, Tahoma;
	font-size : 11px;
	margin : 50px auto 50px auto;
	line-height : 15px;
	padding : 0;
	text-align : left;
	width : 960px;
}

a {
	outline : none;
}

a:link, a:visited, a:active {
	color : #86afcc;
	padding : 6px 2px 6px 2px;
	text-decoration : none;
}

a:hover {
	color : #e4eef5;
	padding : 6px 2px 6px 2px;
	text-decoration : none;
}

a:focus {
	color : #e4eef5;
	font-weight : bold;
	padding : 6px 2px 6px 2px;
	text-decoration : none;
}


a.paging_link {
	color : #e0dbd3;
	padding : 2px 4px 2px 4px;
	text-decoration : none;
}


a.bbcode_link {
	color : #86afcc;
	padding : 0;
	text-decoration : none;
}

a.bbcode_link:focus {
	color : #86afcc;
	font-weight : normal;
	padding : 0;
	text-decoration : none;
}


a.sortby_link:link, a.sortby_link:visited, a.sortby_link:active {
	color : #86afcc;
	padding : 6px;
	text-decoration : none;
}

a.sortby_link:hover {
	color : #e4eef5;
	padding : 6px;
	text-decoration : none;
}


a.logotype_link {
	color : #e4eef5;
}


a.download_link:link, a.download_link:visited, a.download_link:active {
	color : #86afcc;
	padding : 10px 15px 10px 15px;
	text-decoration : none;
}

a.download_link:hover {
	background-image : url(../images/backgrounds/black_50.png);
	color : #86afcc;
	padding : 10px 15px 10px 15px;
	text-decoration : none;
	-moz-border-radius : 3px;
}

a.download_link:focus {
	color : #e4eef5;
	font-weight : normal;
	text-decoration : none;
}







/*  FASTA VÄRDEN  */
input {
	background-color : #000000;
	border : 1px solid #333333;
	color : #eaeaea;
	font-family : Segoe UI;
	font-size : 11px;
	padding : 4px 3px 4px 3px;
	-moz-border-radius : 3px;
}

textarea {
	background-color : #000000;
	border : 1px solid #333333;
	color : #eaeaea;
	font-family : Segoe UI;
	font-size : 11px;
	height : 100px;
	padding : 4px 3px 4px 3px;
	width : 347px;
	-moz-border-radius : 3px;
}



/*  INNEHÅLL  */
.file_list {
	background-image : url(../images/backgrounds/black_60.png);
	padding : 5px 10px 5px 10px;
	-moz-border-radius : 10px;
}

.download {
	font-family : Tahoma;
	font-size : 18px;
	padding-top : 30px;
	text-align : center;
}



/*  RUBRIK  */
.headline {
	font-size : 24px;
	padding-bottom : 11px;
	text-align : center;
}



/*  MELLANRUM  */
.border_top {
	/* border-bottom : 1px dotted #464e53; */
	padding-bottom : 35px;
	text-align : justify;
}

.border_top_2 {
	padding-bottom : 25px;
	text-align : justify;
}

.border_bottom {
	padding : 15px 0 10px 0;
	text-align : center;
}



/*  TABELL  */
.table_left {
	border-right : 1px dotted #333333;
	padding : 15px 10px 15px 10px;
}

.table_right {
	background-image : url(../images/backgrounds/black_10.png);
	opacity : 0.5;
	padding : 15px 10px 15px 10px;
}

.table_right:hover {
	opacity : 1.0;
}

.table_padding {
	padding : 4px 8px 4px 8px;
}

.table_padding_2 {
	padding : 2px 4px 2px 4px;
}



/*  MEDDELANDEN  */
.message {
	background-image: url(../images/backgrounds/red_50.png);
	color : #f6e8e8;
	padding : 10px 0 10px 0;
	text-align : center;
	-moz-border-radius : 3px;
}

.message_blue {
	background-image: url(../images/backgrounds/blue_30.png);
	color : #e8eaf6;
	padding : 10px 0 10px 0;
	text-align : center;
	-moz-border-radius : 3px;
}



/*  FÄRGER  */
.color_grey {
	color : #999999;
}

.color_grey_2 {
	color : #999999;
	padding : 2px 4px 2px 4px;
}



/*  ÖVRIGT  */
.input_width {
	font-weight : bold;
	padding : 10px;
	width : 538px;
}

.input_width_gb {
	font-weight : normal;
	padding : 4px;
	width : 257px;
}

.button {
	cursor : pointer;
	padding : 5px 10px 5px 10px;
}

.error_field {
	background-image : url(../images/backgrounds/red_10.png);
	border: 1px solid #6a2323;
}

.checkbox {
	cursor : pointer;
	margin : 0 5px 3px 3px;
	vertical-align : middle;
}
















/*  jQuery  */
.wtooltip {
	background-image: url(../images/backgrounds/black_90.png);
	border : 1px solid #666666;
	padding : 4px 8px 4px 8px;
	-moz-border-radius : 2px;
}