/*
 * empir.se custom style. (style.css and theme.css from Tema 1)
 * No changes made in Tema 1 css files - style is only overridden here
 */

/* Basic styling */

html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 52px;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333132;
	background-image: url(images/bg_fade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
}

h1, h2, h3
{
	font-family: Arial, Verdana, sans-serif;
	color: #4d4d4f;
}
h1
{
	font-size: 2em;
	letter-spacing: -0.05em;
}
h2
{
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
h3
{
	font-size: 1.3em;
}

#outer
{
	width: 850px;
	margin: 0 auto 52px auto;
	background-color: Transparent;
	padding: 0 9px 4px 8px;
	background-image: url(images/fot_shadow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#foot
{
	border-top: solid 1px #cccccc;
	background-color: Transparent;
	background-image: url(images/fot_bg.png);
	background-repeat: repeat;
	width: 830px;
	margin: 0;
	padding: 10px;
	font-size: .71em;
}

#footbottom
{
	background-color: Transparent;
	background-image: url(images/fot_bottom.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 4px;
	margin: 0;
	padding: 0;
}

#head
{
	height: 120px;
	width: 850px;
	background-repeat: no-repeat;
}

#searchbox
{
	top: 34px;
	right: 10px;
}

#topnavigation
{
	width: 300px;
	height: 15px;
	position: absolute;
	text-align: right;
	top: 10px;
	right: 10px;
	font-size: .71em;
}

#topnavigation a
{
	margin-left: 8px;
}

#topnavigation img
{
	margin-bottom: -2px;
}

.page
{
	width: 830px;
	padding: 0 10px 10px 10px;
	background-image: none;
	background-color: #fff; /*TODO: color??*/
}


.breadcrumbs
{
	font-family: Arial, Sans-Serif;
	color: #aaa;
	background-image: none;
	border: 0;
	padding: 4px 10px 4px 10px;
	font-size: .9em;
	height: auto;
	text-align: right;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a:link, .breadcrumbs a:hover
{
	color: #aaa;
}
.breadcrumbs a:hover
{
	text-decoration: underline;
}

a
{
	text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
	color: #4d4d4f;
	text-decoration: underline;
}

/* End of Basic styling */

/* Top menu */

#topmenu
{
	background-color: Transparent;
	position: absolute;
	bottom: 0px;
	right: 10px;
	background-image: none; /*color: #4d4d4f;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}
#topmenu .selected
{
	background-color: Transparent !important;
}

#topmenu a, #topmenu a:hover, #topmenu a:visited, #topmenu a:link
{
	color: #4d4d4f;
	background-color: Transparent;
	padding: 0;
	text-decoration: none;
}

#topmenu .topmenuitem:hover a, #topmenu .topmenuitem:hover a:hover, #topmenu .topmenuitem:hover a:visited, #topmenu .topmenuitem:hover a:link, #topmenu .selected a, #topmenu .selected a:hover, #topmenu .selected a:visited, #topmenu .selected a:link
{
	color: #fff;
	text-decoration: none;
}

#topmenu .topmenuitem
{
	text-align: center;
	background-color: Transparent;
	margin-left: 5px;
}

#topmenu .topmenuitem .topmenuitemCenter
{
	width: auto;
	height: 21px;
	float: left;
	background-color: Transparent;
	padding: 0 5px;
	margin: 0;
	line-height: normal;
	padding-top: 6px;
	background-image: none;
}

#topmenu .topmenuitem:hover .topmenuitemCenter, #topmenu .selected .topmenuitemCenter
{
	background-image: url(images/menu_hover_center.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#topmenu .topmenuitem .topmenuitemLeft, #topmenu .topmenuitem .topmenuitemRight
{
	width: 7px;
	height: 27px;
	float: left;
	background-color: Transparent;
	padding: 0;
	margin: 0;
	background-image: none;
}
#topmenu .topmenuitem:hover .topmenuitemLeft, #topmenu .selected .topmenuitemLeft
{
	background-image: url(images/menu_hover_left.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#topmenu .topmenuitem:hover .topmenuitemRight, #topmenu .selected .topmenuitemRight
{
	background-image: url(images/menu_hover_right.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#topmenu .bottomArrow
{
	display: none;
}

#topmenu .selected .bottomArrow
{
	display: inline;
}

/* End of Top menu */

/* Left menu */

#leftmenuContainer
{
	width: 180px;
	margin: 0 10px 0 0;
}

#leftmenuTop
{
	height: 6px;
	background-image: url(images/undermenu_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftmenuBottom
{
	height: 6px;
	background-image: url(images/undermenu_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#leftmenu
{
	background-color: Transparent;
	background-image: url(images/undermenu_center.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 0;
	float: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#leftmenu .selected
{
	background-color: #fdba31 !important;
	font-weight: bold;
}
#leftmenu .hassubpages
{
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 167px 50%;
}
#leftmenu .selected.hassubpages
{
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 167px 50%;
}

#leftmenu a
{
	display: block;
}

#leftmenu a:link, #leftmenu a:hover, #leftmenu a:active, #leftmenu a:visited
{
	color: #4d4d4f;
	text-decoration: none;
}

.leftmenuitembox
{
	padding: 0;
	margin: 0;
	width: 100%;
}

.menudepth_1
{
	color: #4d4d4f;
	padding: 0;
	margin: 0;
}

.menudepth_2 a
{
	color: #4d4d4f;
	padding-left: 15px;
}
.menudepth_3
{
	background-color: #77787b;
	border-top: solid 1px #595a5c;
	border-bottom: solid 1px #595a5c;
}
.menudepth_3 a
{
	padding-left: 0;
}
.menudepth_3 a:link, .menudepth_3 a:hover, .menudepth_3 a:active, .menudepth_3 a:visited
{
	color: #fff !important;
}
.menudepth_4 a
{
	padding-left: 15px;
}
.menudepth_5 a
{
	padding-left: 30px;
}

.leftmenuitem
{
	padding: 2px 30px 3px 10px;
}

.leftmenuitem:hover
{
	background-color: #fdba31 !important;
}

/* End of Left menu */

/* Startpage */

#tplStartpage .intro
{
	width: 830px;
	height: 260px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#tplStartpage .column1, #tplStartpage .column2, #tplStartpage .column3
{
	width: 270px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}
#tplStartpage .column2, #tplStartpage .column3
{
	margin-left: 10px;
}

#tplStartpage .outro
{
	width: 830px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	overflow: hidden;
}

#tplStartpage .newsitem .imgbox
{
	display:none;
}

/* End of Startpage */

/* tpl7030 */

#tpl7030 .intro
{
	width: 630px;
	margin: 0 0 10px 10px;
	padding: 0;
	float: left;
}
#tpl7030 .column70, #tplSearch .column70
{
	width: 410px;
	margin: 0 10px;
	padding: 0;
	float: left;
}
#tpl7030 .column30, #tplSearch .column30
{
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

/* End of tpl7030 */

/* tpl7030 */

#tpl7030 .intro
{
	width: 630px;
	margin: 0 0 10px 10px;
	padding: 0;
	float: left;
}
#tpl7030 .column100
{
	width: 630px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

/* End of tpl7030 */


/* tbl100 */
#tpl100 .column100
{
	width: 630px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

/* End of tpl100 */


/* sIFR styles...*/

.sIFR-hasFlash h1
{
	visibility: hidden;
	font-size: 24px;
	letter-spacing: -5px;
}

.sIFR-hasFlash h2
{
	visibility: hidden;
	font-size: 18px;
	letter-spacing: -5px;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h3
{
	visibility: hidden;
	font-size: 16px;
	letter-spacing: -5px;
	margin: 0;
	padding: 0;
}


/* END of sIFR */

/* START search page*/

#SE_searchbox
{
	background-color: #262626;
	color: #ffffff;
}

#SE_searchbox a:link, #SE_searchbox a:visited, #SE_searchbox a:active, #SE_searchbox a:hover
{
	color: #ffffff;
}

.SE_Pager span
{
	padding-right: 3px;
	padding-left: 3px;
}

a.SE_Pager
{
	padding: 0 10px;
}

.SE_pagingNumberSelected
{
	font-weight: bold;
}

.SE_sorttext
{
	padding: 10px;
	float: left;
}

.SE_searchsortlink
{
	padding: 10px;
	text-decoration: underline;
	float: left;
}

.SE_searchsortselected
{
	padding: 10px;
	float: left;
	font-weight: bold;
}

#SE_optionbox
{
	padding-top: 5px;
}

#SE_optionbox3
{
	margin-bottom: 0;
}

.searchresults
{
	padding: 0;
	margin: 0;
}

.searchresultitem .content
{
	padding-left: 20px;
	padding-bottom: 10px;
}

.searchresultitem p
{
	font-weight: bold;
	margin-bottom: 0;
}

.searchresultitem .score
{
	color: #cccccc;
}

.searchresultitem a
{
	color: #960012;
	font-weight: bold;
}

.searchresultitem .url
{
	display: none;
}

.filetype_html
{
}

.filetype_doc
{
	background-image: url(images/word.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.filetype_xls
{
	background-image: url(images/excel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.filetype_ppt
{
	background-image: url(images/powerpoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.filetype_pdf
{
	background-image: url(images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#searchbutton
{
	float: right;
	margin: 0 15px 0 0;
	width: 74px;
	height: 23px;
	border: 0;
	background: url(images/search_button.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.SE_searchfield
{
	display: block;
	float: left;
	height: 20px;
	width: 165px;
	border: 0;
	padding: 0;
	background-image: url(images/searchbox_bg.png);
	background-repeat: repeat-x;
	background-color: Transparent;
	color: #414042;
}

.r1
{
	margin: 0 5px;
	height: 1px;
	overflow: hidden;
}
.r2
{
	margin: 0 3px;
	height: 1px;
	overflow: hidden;
}
.r3
{
	margin: 0 2px;
	height: 1px;
	overflow: hidden;
}
.r4
{
	margin: 0 1px;
	height: 2px;
	overflow: hidden;
}

.empirblack
{
	background-color: #262626;
}

label.SE_tree
{
	float: none;
	display: inline;
	margin: 0 0 0 3px;
	width: 6em;
}

#SE_searchbox legend
{
	color: #fff;
}
#SE_searchbox fieldset
{
	padding-left: 10px;
}


/* END search page*/