/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Verdana, "Lucida Grande", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_12,
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4
{
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8
{
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12
{
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16
{
	width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .grid_1
{
	width: 60px;
}

.container_12 .grid_2
{
	width: 140px;
}

.container_12 .grid_4
{
	width: 300px;
}

.container_12 .grid_5
{
	width: 380px;
}

.container_12 .grid_7
{
	width: 540px;
}

.container_12 .grid_8
{
	width: 620px;
}

.container_12 .grid_10
{
	width: 780px;
}

.container_12 .grid_11
{
	width: 860px;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1
{
	width: 40px;
}

.container_16 .grid_2
{
	width: 100px;
}

.container_16 .grid_3
{
	width: 160px;
}

.container_16 .grid_5
{
	width: 280px;
}

.container_16 .grid_6
{
	width: 340px;
}

.container_16 .grid_7
{
	width: 400px;
}

.container_16 .grid_9
{
	width: 520px;
}

.container_16 .grid_10
{
	width: 580px;
}

.container_16 .grid_11
{
	width: 640px;
}

.container_16 .grid_13
{
	width: 760px;
}

.container_16 .grid_14
{
	width: 820px;
}

.container_16 .grid_15
{
	width: 880px;
}

/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4
{
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8
{
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12
{
	padding-left: 720px;
}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .prefix_1
{
	padding-left: 80px;
}

.container_12 .prefix_2
{
	padding-left: 160px;
}

.container_12 .prefix_4
{
	padding-left: 320px;
}

.container_12 .prefix_5
{
	padding-left: 400px;
}

.container_12 .prefix_7
{
	padding-left: 560px;
}

.container_12 .prefix_8
{
	padding-left: 640px;
}

.container_12 .prefix_10
{
	padding-left: 800px;
}

.container_12 .prefix_11
{
	padding-left: 880px;
}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .prefix_1
{
	padding-left: 60px;
}

.container_16 .prefix_2
{
	padding-left: 120px;
}

.container_16 .prefix_3
{
	padding-left: 180px;
}

.container_16 .prefix_5
{
	padding-left: 300px;
}

.container_16 .prefix_6
{
	padding-left: 360px;
}

.container_16 .prefix_7
{
	padding-left: 420px;
}

.container_16 .prefix_9
{
	padding-left: 540px;
}

.container_16 .prefix_10
{
	padding-left: 600px;
}

.container_16 .prefix_11
{
	padding-left: 660px;
}

.container_16 .prefix_13
{
	padding-left: 780px;
}

.container_16 .prefix_14
{
	padding-left: 840px;
}

.container_16 .prefix_15
{
	padding-left: 900px;
}

/* =Suffix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4
{
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8
{
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12
{
	padding-right: 720px;
}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .suffix_1
{
	padding-right: 80px;
}

.container_12 .suffix_2
{
	padding-right: 160px;
}

.container_12 .suffix_4
{
	padding-right: 320px;
}

.container_12 .suffix_5
{
	padding-right: 400px;
}

.container_12 .suffix_7
{
	padding-right: 560px;
}

.container_12 .suffix_8
{
	padding-right: 640px;
}

.container_12 .suffix_10
{
	padding-right: 800px;
}

.container_12 .suffix_11
{
	padding-right: 880px;
}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .suffix_1
{
	padding-right: 60px;
}

.container_16 .suffix_2
{
	padding-right: 120px;
}

.container_16 .suffix_3
{
	padding-right: 180px;
}

.container_16 .suffix_5
{
	padding-right: 300px;
}

.container_16 .suffix_6
{
	padding-right: 360px;
}

.container_16 .suffix_7
{
	padding-right: 420px;
}

.container_16 .suffix_9
{
	padding-right: 540px;
}

.container_16 .suffix_10
{
	padding-right: 600px;
}

.container_16 .suffix_11
{
	padding-right: 660px;
}

.container_16 .suffix_13
{
	padding-right: 780px;
}

.container_16 .suffix_14
{
	padding-right: 840px;
}

.container_16 .suffix_15
{
	padding-right: 900px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	/*background: #13384d url(/images/body-bg.png) repeat-x;*/
        background:#f5f0e4;
	color: #333;
	font-size: 12px;
	padding: 0 0 40px;
}

/*
 added */
 
#header {
	height:200px;
	background: #007ba2;
        width:960px;
        border-bottom: 8px solid #94cee7;
}

#navi {
	height:30px;
	width:371px;
	position:relative;
	left:20px;
	top:78px;
}

#logo {
	position:relative;
        display:block;
	left:20px;
	top:25px;
        width: 190px;
        height:90px;
        background: url(/images/fp-2011-logo.png);
}

#pseat {
    position:absolute;
    display:block;
    width: 175px;
    height:54px;
    background: url(/images/pres-seat.png);
   left:35px;top:138px
}

#sitewrapper {
    width:960px;
}

#content_wrapper {
	/*background: #f7f5ee url(/images/wrapper-bg.png);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);  
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);*/
        background:#f5f0e4;
        margin-left: 0;
        margin-right: 0;
}

#footer {
	height:40px;
        color:#000;
        border-top:8px solid #94cee7
}
#footer p {text-align:left;padding:10px 20px}
#footer a {margin-left:10px}

#sidebar {margin-top:-15px;}
#searchform {padding-top:0}

#breadcrumb {
	padding: 5px 10px 5px 20px;
        width:600px;
        font-size: 11px;
	margin-bottom: 0;
}

#skyscraper{position:absolute;top:166px;margin-left:960px;z-index:500;}
#skyinner{position:absolute}
#supersize {position:relative;width:728px;height:90px;left:232px;top:-65px;z-index:1000;}

#adrect {margin-bottom:20px;height:auto}
#f46860 {text-align:center;padding:20px 0;margin:10px}
#f46860home {text-align:center}
#f46860home img {margin: 20px 0}

.pager {}
.pager, .grid_8 h1 {
    padding:10px 10px 1px 10px;
}

#content {line-height: 1.75em;min-height:600px}

#festivallinks li, #artistlinks li {list-style-type: none;margin-left:0}
#festivallinks a, #artistlinks a {padding:15px 35px;line-height:30px}
.db {background:url(/images/icons/db.png) left center no-repeat}
.flickr {background:url(/images/icons/flickr.png) left center no-repeat}
.google {background:url(/images/icons/google.png) left center no-repeat}
.youtube {background:url(/images/icons/youtube.png) left center no-repeat}
.myspace {background:url(/images/icons/myspace.png) left center no-repeat}
.visions {background:url(/images/icons/visions.png) left center no-repeat}
span.published {font-weight:normal;color:#444;font-size:11px;line-height:20px;padding: 5px 20px; background:url(/images/icons/time.png) left center no-repeat}
img.left {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #edeadf;
}
.excerpt {margin-top:1em;font-weight:bold}
#az_navi, ul.inlinelist{display:block;padding-bottom:10px;list-style-type: none;margin:0;padding:0}
#az_navi li, ul.inlinelist li{float:left;margin:0 5px 0 0;padding:0}
#az_navi li a, #az_navi li span, ul.inlinelist li a, ul.inlinelist li span {display:block;padding:3px 4px;font-size:12px;line-height:12px;text-decoration: none;background:#edeadf;margin-bottom:10px;font-weight:bold}

.even{background-color:#dbd8d3!important;}
span.active {text-decoration:underline}

#rss16 {padding-left:20px;vertical-align:middle;background:url(/images/icons/rss16.png) left center no-repeat;font-size:12px;font-weight:bold}
.right {float: right;margin-left:10px;}
.archive {font-size:12px}
p.more {text-align:right;padding:0 0;margin: 0 10px 20px 0;}

#sidebar .box {
    background:#e8e1d0;
    padding:5px 15px 20px 15px;
    line-height:2em;
}


#sidebar h2 {
    margin: 10px -10px 0 -10px;
    padding-bottom:20px;
    clear:both;
    color:#fff;
    background: #33606e url(/images/sidebar-wing.png) left bottom no-repeat;
}

.dropshadow {
    -webkit-box-shadow: 5px 5px 10px #dfdcdf;
    -moz-box-shadow: 5px 5px 10px #dfdcdf;
    box-shadow: 5px 5px 10px #dfdcdf;
}

#sidebar h2 span {
    display:block;text-indent: -10000px;
    background-image: url(/images/sidebar-headlines-wht.png);
    background-repeat: no-repeat;
    height:23px;
}

h2 a, h3 a, h4 a {text-decoration: none}
#sbsearchform span {
    background-position: 10px 10px;
}

#sbrecommends span {
    background-position: 10px -20px;
}

#sbadw span {
    background-position: 10px -140px;
}

#sbverlosung span {background-position: 10px -50px;}
#winteaser {}

#searchquery {width:100%;margin-bottom:10px}
#shelp {font-size:11px;color:#999}


/* Teaser */
div#featured {margin: -5px 0 1.5em 10px;width:580px;height:280px;background:#33606e;border:10px solid #fff;position:relative;color:#fff}
div#featured div.ui-tabs-panel div.info h2 {margin:0;color:#fff;padding:5px 8px 2px 8px;font-size:13px}
div#featured .info {
    width:580px;position: absolute;
    height:50px;top:230px;
    background:#007ba2;
    background:rgba(0,123,162,0.9);
    overflow:hidden;
}

div#featured ul.ui-tabs-nav {
    list-style-type: none;
    display: block;
    list-style-type: none;
    position:absolute;
    top:0;
    right:0;
}

div#featured ul.ui-tabs-nav li {
    display: inline;
    margin-right: 5px;
    margin-left:0;
}

div#featured .ui-tabs-nav li.last {
    margin-right:0;
}

div#featured .ui-tabs-nav li a {
    background: #94cee7;
    background:rgba(148,206,231,0.8);
    padding: 3px 6px;
    width:8px;
    height:14px;
    color:#fff;
    text-decoration: none;
}

div#featured  li.ui-tabs-selected a {
    background: #fff;
    background:rgba(255,255,255,0.8);
    color:#33606e
}

div.featured a.featured-img-link {display:block}

div#featured .info p {
    margin:0;
    padding: 0 8px 0 8px;
}

div#featured .info a, div#featured .info a:link, div#featured .info a:visited, div#featured .info a:hover {
   color:#fff;
}

.ui-tabs .ui-tabs-hide {display: none !important}

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

div h2.himage {
    background-image: url(/images/sidebar-headlines-wht.png);
    background-repeat: no-repeat;
    border: 0 none;
    height: 20px;
    margin-bottom: 0.25em;
    padding: 0;
    border-bottom: 2px solid #fff;
}

#content h2.himage {margin:0 10px 10px 10px;}

h2 span.ind {
    display: block;
    text-indent: -10000px;
    width:10px;
    height:20px;
}

h2.actnews {
    background-position: 0 -90px
}

h2.fupdates {
    background-position: 0 -120px
}

#bforum #breadcrumb {margin-bottom:10px}
#bforum h1 {padding-top:10px}
#forum a {font-weight:normal;text-decoration: none}
#forum a.new {font-weight:bold;text-decoration: underline}
.forum_figures {padding-bottom:10px}
.thread_name span {font-size:10px}
.forumfeed {display:block;float:right}
td.spacer {background:transparent;height:20px}
#bforum #content {background:#f7f5ee}
#user_online {padding:5px 0 0 20px ;background: url(/images/icons/status_online.png) left center no-repeat;font-weight:bold}

.post_content {padding-top:15px}
.post_edited {color:#999}

#bforum blockquote {margin-bottom:5px;padding: 0 5px 5px 5px;border: 1px solid #ccc;}
#bforum blockquote p {margin: 5px 0 5px 0;}
#bforum blockquote cite {border-top:1px dotted #ccc;padding:5px 0;display:block;font-style: normal;font-weight:bold;font-size:11px;color:#444}
#bforum .ficon {vertical-align: middle}
/*
    Forms
*/

#content form {margin-bottom:1em;padding:0;display:block;background: #f3f2ea;}
legend {padding: .5em 0.5em 0.75em;font-size:1.167em;font-weight:bold;color:#104468;;}
form ul {list-style-type:none}
form ul li {padding: .5em 0.75em 0.75em 0.75em;margin:0 0 2px 0;background: #faf9f2}
ul.error_list {padding-top:0.5em;margin-bottom:0}
ul.error_list li {padding:0 0 0.5em 2em;color: #900;font-weight:bold;background:url(/images/icons/error.png) top left no-repeat}
input[type="text"], textarea {width: 99%;border:2px solid #e1ddc7;}
#content label {width: 80%;display:block;padding-right: 1em;font-weight:bold;color:#444;margin-bottom:0.5em}
label span, span.required {color: #900;font-weight:normal}
form ul li span.help {font-size: 0.917em;color:#555;display:block;padding-top:0.5em}

ul.inline_list input, #content ul.inline_list label{display:inline;float:none;width:auto}
.inline_list li{margin-bottom:0;padding-bottom:0;display:inline-block;border-bottom:0}
.inline_list input {background:transparent;border:0}

div.flash {margin: 1em 0;font-weight:bold;border: 1px solid #ccc;padding:5px}
#artistlist li  {font-size:14px;margin:0 15px 5px 0;padding-left:12px;float:left;display:inline;background:url(/images/icons/bullet.png) left center no-repeat}

.margintp {margin-top:1.5em}
.bordertp {border-top: 1px solid #DBE0E0;padding-top:1em}
.borderbt {border-bottom: 1px solid #DBE0E0;padding-bottom:1em}
/* Navi -------------------------------------------------------------- */
div#nav-bar {
    height:40px;
    width:371px;
    position:relative;
    left:241px;
    top:-12px;
    z-index: 2;
    background-color: transparent;
}
div#nav {
	margin: 0 auto;
	width: 660px;
	z-index: 3;
	position: relative;
	top:0px;
	padding: 0;
}

div#nav a {
	outline-style: none;
}

div#nav ul.top_level {
 	width: 660px;
 	height: 40px;
	margin: 0;
	padding: 0;
 	position: relative;
        background: url(/images/topnav.png) no-repeat;
}

div#nav ul.top_level li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	background: transparent url(/images/navi/transparent.gif);
	height: 40px;
	display: block;
}

div#nav ul.top_level li a.base-link, div#nav ul.top_level li a.selected {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:40px;
	width: 100%;
}

#nav_home { left: 0; width: 90px;} /* home */
#nav_festivals { left: 110px; width: 123px;} /* home */
#nav_artists { left: 252px; width: 107px;} /* home */
#nav_service { left: 379px; width: 106px;} /* home */
#nav_newsletter { left: 505px; width: 140px;} /* home */

#nav_home a.base-link:hover, #nav_home:hover a.base-link, #nav_home a.selected { background: url(/images/topnav.png) 0 -40px no-repeat;}
#nav_festivals a.base-link:hover, #nav_festivals:hover a.base-link, #nav_festivals a.selected { background: url(/images/topnav.png) -110px -40px no-repeat;}
#nav_artists a.base-link:hover, #nav_artists:hover a.base-link, #nav_artists a.selected { background: url(/images/topnav.png) -252px -40px no-repeat;}
#nav_service a.base-link:hover, #nav_service:hover a.base-link, #nav_service a.selected { background: url(/images/topnav.png) -379px -40px no-repeat;}
#nav_newsletter a.base-link:hover, #nav_newsletter:hover a.base-link, #nav_newsletter a.selected { background: url(/images/topnav.png) -505px -40px no-repeat;}

div#nav ul.sub_level {
	padding:0;
	margin-left: 20px;
	list-style: none;
}

div#nav ul.sub_level li a {
	display: block;
	width: 177px;
	text-decoration: none;
	padding: 8px 12px;
	padding: 8px 8px 8px 15px;
	font-size: 1em;;
        border-bottom: 1px solid #091a27;
        color:#33606e;
}


div#nav ul.sub_level li a:hover {
	text-decoration: underline;
	background:#33606e;
        background:rgba(51,96,110,0.9);
	color:#fff;
        -webkit-transition:background-color .4s ease;
        -moz-transition:background-color .4s ease;
        -o-transition:background-color .4s ease;
}

div#nav ul.sub_level li {
	float: left;
	width: 177px;
	height: auto;
	position: relative;
}

div#nav ul.top_level li ul.sub_level {
	position: absolute;
	background: #94cee7;
	width: 200px;
	top: 40px;
	left: -999em;
        background:rgba(148,206,231,0.9);
}

div#nav ul.top_level li:hover ul.sub_level, div#nav ul.top_level li:hover ul {
	left: 0;
	visibility: visible;
}


/*
    Autocompleter
*/

/* Autocompleter -------------------------------------------------------------- */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(/images/indicator.gif) right center no-repeat;
}

.ac_loading_block {
	background: url(/images/indicator.gif) right center no-repeat;
        padding-right:20px;
}


.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* anchors
----------------------------------------------- */
a:focus, a:hover { color: #000; }
a, a:link { color: #246fba; font-weight:bold}
a:visited {}
a:hover, a:active {color: #69c;text-decoration: underline}
a.secondary {font-weight:normal}
a.external::after{display:inline;line-height:10px;content:url(/images/icons/external-link.png);margin-left:5px;}

h1 { font-size: 1.833em; line-height: 1; margin-bottom: 0.5em; color:#480c1a}
h2 { font-size: 1.333em; margin-bottom: 0.75em; color:#4d181e}
h3 { font-size: 1.25em; line-height: 1.25; margin-bottom: 0.3em; }
h4 { font-size: 1.167em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.083em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/*#bhome #content h2 {color:#104468;padding:0;margin:0 10px 10px 10px;}*/
#content h1 {border-bottom:2px solid #edeadf;padding-bottom:6px;padding-left:0;margin-left:10px;margin-right:10px}
#newstext h1 {border:0;margin-left:0}
/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

h1 {color: #104468}
h1.inline {display:inline;padding:20px 0px}

h1 a {
	font-weight:normal;
}

#hmenu span {font-size:.5em;color:#333}
#hmenu a {font-size:.5em;font-weight:bold}

/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 0 10px;
}

.box h1 {
    padding: 0;
}

#content .box h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#143950;
	border-bottom: 1px dotted #dbe0e0;
	margin:0 0 10px -10px;
	padding:6px 12px;
        clear:both;
}

#content .box h3 {
    margin-bottom: .5em;
}
/*.teaser {border-bottom:2px solid #fff;padding-bottom:15px}
.teaser h2 {border:0 !important;display:inline}*/

.teaser {background:#fff;margin:10px;padding-bottom:10px}
#content div.teaser h2 {border:0}

.box h2 a,
.box h2 a.visible {
        text-decoration:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.block {
	padding-top:10px;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}

ul, ol {
	padding-top:0;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	/*border:1px solid #bbb;*/
	margin-bottom:10px;
}

th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
        border-top:1px solid #edeadf;
	/*border-bottom:1px solid #bbb;*/
	background:#eee;
}

tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
.box .first {
	border-top:none;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/cbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/cbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/cbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/cbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/cbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/cbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/cbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/cbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/cbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/cbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/cbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/cbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/cbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/cbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
