/* 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 "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;
	color: #333;
	font-size: 12px;
	padding: 0 0 40px;
}

/*
 added */
 
#header {
	height:150px;
	background: #0b2231 url(/images/header-bg-250510.png) 0 -64px no-repeat;
        width:960px;
}

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

#logo {
	position:relative;
        display:block;
	left:20px;
	top:20px;
        width: 190px;
        height:85px;
        background: url(/images/fp-logo-ms-bahn.png);
        /*background: url(/images/header-bg-250510.png) -250px -214px no-repeat;*/
}

#myspacelogo {
   /*
   position:relative;
   display:block;
   width:186px;
   height:23px;
   left:20px;
   top:20px;
   z-index:5;
   background: url(/images/header-bg-250510.png) -250px -262px no-repeat;
   */
}
#sitewrapper {
    /*margin-left: auto;
    margin-right: auto;*/
    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);
        margin-left: 0;
        margin-right: 0;
}

#footer {
	height:40px;
	background: url(/images/footer-bg.png) repeat-x;
        color:#fff;
}
#footer p {text-align:right;padding:10px 20px}
#footer a {margin-left:10px}

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

#breadcrumb {
	padding: 5px 10px 5px 20px;
	/*background: url(/images/breadcrumb-bg.png);*/
        background: url(/images/header-bg-250510.png) 0 -289px no-repeat;
	margin-bottom: 0;
}

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

#adrect {margin-bottom:0;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;background-color:#f7f5ee}

#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 {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{display:block;padding-bottom:10px;list-style-type: none;margin:0;padding:0}
#az_navi li{float:left;margin:0 5px 0 0;padding:0}
#az_navi li a, #az_navi 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: -30px 10px 20px 0;}

#sidebar .box {
}



#sidebar h2 {
    margin-left:0;
    font-size:1.25em;
    font-weight:bold;
    color:#143950;
    border-bottom: 1px dotted #dbe0e0;
    margin:0 0 10px -10px;
    padding:6px 12px 6px 12px;
    clear:both;
    /*background-color: #f3eee1;*/
}

#sidebar h2 span {display:block;text-indent: -10000px}
#sbsearchform {background: url(/images/header-bg-250510.png) -619px -243px no-repeat;}
#sbrecommends {background: url(/images/header-bg-250510.png) -619px -214px no-repeat;}
#sbverlosung {margin-bottom:0 !important;background: #f7f5ee url(/images/header-bg-250510.png) 10px -342px no-repeat;border-bottom:0 !important}
#winteaser {border:1px dotted #ccc;padding-bottom:5px;background:#f7f5ee;margin:10px}

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

#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}

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}

/* Navi -------------------------------------------------------------- */
div#nav-bar {
    height:32px;
    width:371px;
    position:relative;
    left:20px;
    top:-57px;
    z-index: 2;
    background-color: transparent;
}
div#nav {
	margin: 0 auto;
	width: 920px;
	z-index: 3;
	position: relative;
	top:0px;
	padding: 0;
}

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

div#nav ul.top_level {
 	width: 920px;
 	height: 32px;
	margin: 0;
	padding: 0;
 	position: relative;
        background: url(/images/header-bg-250510.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: 32px;
	display: block;
}

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

#nav_home { left: 0; width: 69px;} /* home */
#nav_festivals { left: 79px; width: 92px;} /* home */
#nav_artists { left: 181px; width: 82px;} /* home */
#nav_service { left: 273px; width: 81px;} /* home */
#nav_newsletter { left: 364px; width: 95px;} /* home */
#nav_mfb { left: 469px; width: 112px;} /* home */
#nav_myspace { left: 591px; width: 81px;} /* home */

#nav_home a.base-link:hover, #nav_home:hover a.base-link, #nav_home a.selected { background: url(/images/header-bg-250510.png) 0 -32px no-repeat;}
#nav_festivals a.base-link:hover, #nav_festivals:hover a.base-link, #nav_festivals a.selected { background: url(/images/header-bg-250510.png) -79px -32px no-repeat;}
#nav_artists a.base-link:hover, #nav_artists:hover a.base-link, #nav_artists a.selected { background: url(/images/header-bg-250510.png) -181px -32px no-repeat;}
#nav_service a.base-link:hover, #nav_service:hover a.base-link, #nav_service a.selected { background: url(/images/header-bg-250510.png) -273px -32px no-repeat;}
#nav_newsletter a.base-link:hover, #nav_newsletter:hover a.base-link, #nav_newsletter a.selected { background: url(/images/header-bg-250510.png) -364px -32px no-repeat;}
#nav_mfb a.base-link:hover, #nav_mfb:hover a.base-link, #nav_mfb a.selected { background: url(/images/header-bg-250510.png) -469px -32px no-repeat;}
#nav_myspace a.base-link:hover, #nav_myspace:hover a.base-link, #nav_myspace a.selected { background: url(/images/header-bg-250510.png) -591px -32px no-repeat;}

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

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

div#nav ul.sub_level li a:hover {
	text-decoration: underline;
	background:#091c2a;
	color:#fff;
}

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

div#nav ul.top_level li ul.sub_level {
	position: absolute;
	background: url(/images/navi/sub-nav.png) top left repeat;
	width: 183px;
	top: 32px;
	left: -999em;
        border-top: 1px solid #091a27;
}

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 0 6px 0;margin:-10px 10px 10px 10px;border-bottom:2px solid #edeadf;}
#content h1 {border-bottom:2px solid #edeadf;padding-bottom:6px;padding-left:0;margin-left:10px;margin-right:10px}
#newstext h1 {border: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:1px solid #edeadf;padding-bottom:15px}
.teaser h2 {border:0 !important;display:inline}

.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;
}


