/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.0
 * @revision        $Revision: 687 $
 * @lastmodified    $Date: 2012-01-22 13:27:22 +0100 (So, 22 Jan 2012) $
 * @appdef yaml
 */

@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");


@media all {

	/**
	* @section global typography settings
	*
	* vertical rhythm settings (based on em-unit)
	* -------------------------------------------
	* basefont-size: 14px (87.5%)
	* line-height  : 21px (factor: 1.5)
	*/

	/* (en) reset font size for all elements to standard (16 Pixel) */
	/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
	html * { font-size:100%; }

	/**
	* (en) reset monospaced elements to font size 16px in all browsers
	* (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
	*
	* @see: http://webkit.org/blog/67/strange-medium/
	*/

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family: Arial, Helvetica, sans-serif;
	}

	/* (en) base layout gets standard font size 14px */
	/* (de) Basis-Layout erhält Standardschriftgröße von 14 Pixeln */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size:87.50%; /* base: 14px */
		font-weight: 400;
		color:#737373;

		/* (en) Prevent auto-scaling of text in mobile webkit browsers */
		/* (en) Automatische Schriftvergrößerung in mobilen Webkit-Browsern vermeiden */
		-webkit-text-size-adjust:100%;
	}

	/*--- Headings | Überschriften ------------------------------------------------------------------------*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		color:#161e21;
		margin:0;
	}

	h1 {
		font-size:200%; /*32px*/
		line-height: 1.2em;
		margin: 0.4em 0 0;
	}

	h2 {
		font-size:150%;  /*24px*/
		line-height: 1.2em;
		margin: 0.6em 0 0 0;
	}

	/* Slider Seite id 444 */
	#b_slider h2,
	#help h2{
		font-size:130%;  /*24px*/
		line-height: 1em;
		margin: 0.5em 0 0 0;
		color:#3d6a9c;
	}

	h3 {
		font-size:112,5%;  /*18px*/
		line-height: 0.8571em;
		margin:0.8571em 0 0 0;
	}

	h4 {
		font-size:100%;  /*16px*/
		line-height: 1.125em;
		margin:1.125em 0 0 0;
	}

	h5 {
		font-size:87,5.67%;  /*14px*/
		line-height: 1.2857em;
		margin: 1.2857em 0 0 0;
	}

	h6 {
		font-weight: bold;
		font-size:75%;  /*12px*/
		line-height: 1.5em;
		margin: 1.5em 0 0 0;
	}

	/* --- Lists | Listen  -------------------------------------------------------------------------------- */

	ul,
	ol,
	dl {
		font-size:1em;
		line-height:1.5em;
		margin: 1.5em 0 0 1em;
	}

	ul {
		list-style-type:disc;
	}

	ol {
		list-style-type:decimal;
	}

	ul ul {
		list-style-type:circle;
		margin-top:0;
	}

	ol ol {
		list-style-type:lower-latin;
		margin-top:0;
	}

	ol ul {
		list-style-type:circle;
		margin-top:0;
	}

	li {
		font-size:1em;
		line-height:1.5em;
		margin-left:0.8em;
	}

	dt { font-weight:bold; }

	dd { margin:0 0 1.5em 0.8em; }

	ul.component-items { color: #186900; list-style-type: circle; }

	ul.action-items { color: #8A0020; }

	ul.checklist { list-style-type: circle; }

	ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }

	ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }


	/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

	p {
		font-size:1em;
		line-height:1.5em;
		margin: 1.5em 0 0 0;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
	}

	blockquote, cite, q {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
	}

	blockquote {
		margin:1.5em 0 0 1.5em;
		color:#666;
	}

	strong, b { font-weight: 700; }

	em, i { font-style:italic; }

	big {
		font-size:116.667%;
	}

	small {
		font-size:85.71%;
	}

	pre,
	code,
	kbd,
	tt,
	samp,
	var {
		font-size:90%;
	}

	pre {
		line-height:1.5em;
		margin: 1.5em 0 0 0;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	pre, code { color:#800; }

	kbd, samp, var, tt {
		color:#666;
		font-weight:bold;
	}

	var, dfn { font-style:italic; }

	acronym, abbr {
		border-bottom:1px #aaa dotted;
		font-variant:small-caps;
		letter-spacing:.07em;
		cursor:help;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup { top: -0.5em; }
	sub { bottom: -0.25em; }

	mark {
		background: #ff0;
		color: #000;
	}

	hr {
		color:#fff;
		background:transparent;
		margin:0 0 0.75em 0;
		padding:0 0 0.75em 0;
		border:0;
		border-bottom:1px #eee solid;
	}

	/*p.csc-frame-frame1 {background:#EDEBF1; border:1px solid #000; padding:5px;}*/

	#footertext {
		font-size:90%;
		text-align:left;
		background-color:#427dc0;
		color: #fff;
		padding-top:1em;
	}

	#footertext .ym-cbox{
		padding-left:0;
		padding-right:0;
	}

	#footertext p{
		margin-top:1.5em;
	}

	#footernav {
		font-size:75%;
		text-align:center;
	}

	/*--- Links ----------------------------------------------------------------------------------------- */

	a {
		color:#4D87C7;
		background-color:transparent;
		text-decoration:none;
		background-repeat: no-repeat;
		background-position: left center;
	}

	a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	.top_banner a:hover,
	.top_banner a:focus {
		background-color: transparent;
		color:#fff;
		text-decoration:none;
	}

	a:hover,
	a:focus {
		background-color: #4D87C7;
		color:#fff;
		text-decoration:none;
	}


	a.btn-lg-link{
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-color: #4D87C7;
		background-position: left center;
		padding-top: 0.5em;
		padding-right: 1.7em;
		padding-bottom: 0.5em;
		padding-left: 1.7em;
		color: #fff;
		font-weight:bold;
		border:1px solid #ccc;
	}



	header a:hover,
	header a:focus { background-color: transparent; }

	#headernav a {color:#fff; font-weight:bold; background:transparent; text-decoration:none; }
	#headernav a:focus,
	#headernav a:hover,
	#headernav a:active {color:#fff; text-decoration:underline; background-color:transparent;}

	#footer a {color:#fff; background:transparent; text-decoration:none; }
	#footer a:focus,
	#footer a:hover,
	#footer a:active {color:#fff; background-color:transparent; text-decoration:none;}

	#footernav a {color:#646464; background:transparent; text-decoration:none; font-weight:bold;}
	#footernav a:focus,
	#footernav a:hover,
	#footernav a:active {color:#444; background-color:transparent; text-decoration:none;}

	a.external-link {
		background: transparent url('../../img/icon/external_link.png') no-repeat left center;
		padding-left: 16px;
	}

	a.external-link-new-window {
		background-image: url('../../img/icon/external_link.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 16px;
	}

	a.internal-link {}

	#footertext a.internal-link {font-size:100%}

	/* Slider Seite id 444 */
	#b_slider .ym-lower a.internal-link,
	#help .ym-lower a.internal-link
	 {color:#fff;}

	a.internal-link-new-window {}

	a.download {}

	a.mail {
		background-image: url('../../img/icon/email.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
	}

	a.more { }

	a.more-link {
		background-image: url('../../img/icon/more.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 16px;
	}

	a.pdf { }

	a.pdf-link {
		background-attachment: scroll;
		background-image: url('../../img/icon/pdf.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 1.7em;
	}

	a.back { }

	a.back-link {
		background-attachment: scroll;
		background-image: url('../../img/icon/back_link.gif');
		background-repeat: no-repeat;
		background-position: left center;
		padding-top: 0.3em;
		padding-right: 1em;
		padding-bottom: 0.5em;
		padding-left: 1.7em;
	}

	/* --- images ------------------ */

	img,
	figure {
		margin: 0;
	}

	.flexible {
		margin-top: 1.5em;
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}

	* html .flexible {	/* IE6 support */
		width: 98%;		/* 2% space for borders */
	}

	.bordered {
		margin-top: 1.5em;
		border: 2px #eee solid;
		border: 2px rgba(255,255,255,1) solid;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
		box-shadow: 0 0 3px rgba(0,0,0,.25);
	}

	/**
	* ----------------------------------------------------------------------- #
	*
	* Generic Content Classes
	*
	* (en) standard classes for positioning and highlighting
	* (de) Standardklassen zur Positionierung und Hervorhebung
	*
	* @section content-generic-classes
	*/
	.highlight {
		color:#c30;
	}

	.dimmed {
		color:#888;
	}

	.box {
		border-radius: 0.3em;
		border-width: 1px;
		border-style: solid;
		border-color: #888;
		border-color: rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		color: #444;
		color: rgba(0,0,0,.8);
		padding: 1.4286em;
		margin: 1.5em 0 0 0;
		max-width:80%;
	}

	/* Slider Seite id 444 */
	#b_slider .box,
	#help .box {
		border-radius: 0;
		border-width: 0;
		border-style: none;
		border-color: transparent;
		box-shadow: none;
		color: #444;
		color: rgba(0,0,0,.8);
		padding: 0;
		margin: 0;
	}

	.box > *:first-child {
		margin-top: 0;
	}

	.label {
		font-family: Verdana, Geneva, sans-serif;
		padding: 1px 6px 2px;
		display: inline-block;
		vertical-align:middle;
		letter-spacing: normal;
		white-space:nowrap;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #06C;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
	}

	.info {
		background:#f4f4f4;
	}

	/* Slider Seite id 444 */
	#b_slider .info,
	#help .info {
		background:none;
	}

	.success {
		background:#8c8;
	}

	.warning {
		background:#cc8;
	}

	.error {
		background:#c88;
	}

	.float-left {
		float:left;
		display:inline;
		margin: 1.5em 1em 0 0;
	}

	.float-right {
		float:right;
		display:inline;
		margin: 1.5em 0 0 1em;
	}

	.center {
		display:block;
		text-align:center;
		margin: 1.5em auto 0 auto;
	}


	.align-left { text-align: left; }
	.align-center  { text-align: center; }
	.align-right { text-align: right; }
	.align-justify { text-align: justify; }

	.csc-frame-frame1 {background:#EDEBF1; border:1px solid #000; padding:5px;}


	span.important { color: #8A0020; }
	span.name-of-person { color: #10007B; }
	span.detail { color: #186900; }
	span.underline {text-decoration:underline;}
	span.mono {font-family:"Courier New", Courier, monospace; padding:0 0.3em 0 0.3em; background:#f0f0f4; border:1px #ccd solid;}
	span.file {font-family:"Courier New", Courier, monospace;   padding:0 0 0 14px; color:#000088; }
	span.directory {font-family:"Courier New", Courier, monospace; padding:0 0 0 15px; color:#000088; }

	span.oneclass { color: #0000CC; }



	/**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tables | Tabellen
	*
	* (en) Generic classes for table-width and design definition
	* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
	*
	* @section content-tables
	*/

	table {
		width:100%;
		border-collapse:collapse;
		margin: 1.3571em 0 0 0;
		color:#333;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}

	/* Slider Seite id 444 */
	#footertext table,
	#b_slider table,
	#help table{
		width:100%;
		border-collapse:collapse;
		margin: 1.3571em 0 0 0;
		color:#fff;
		border-top: none;
		border-bottom:none;
		font-size:90%;
	}

	#footertext tbody td,
	#b_slider tbody td,
	#help tbody td  {
		border-top:none;
		color:#fff;
	}

	#footertext tbody tr:hover th,
	#footertext tbody tr:hover td,
	#b_slider tbody tr:hover th,
	#b_slider tbody tr:hover td,
	#help tbody tr:hover th,
	#help tbody tr:hover td {
		background:none;
	}
	/* Ende Slider Seite id 444 */






	table.narrow {
		margin:  1.4286em 0 0 0;
	}

	table.narrow th,
	table.narrow td {
		padding: 0 0.5em;
		line-height: 1.4286em;
	}

	table.bordertable {
		border:1px #ccc solid;
	}

	table caption {
		font-variant:small-caps;
	}

	th, td {
		line-height: 1.5em;
		vertical-align: top;
		padding: 0.7143em 0.5em;
	}

	th *:first-child,
	td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	thead th {
		text-align: left;
		color:#000;
		border-bottom:2px #000 solid;
	}

	.bordertable thead th {
		background:#e0e0e0;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}

	.bordertable tbody th[scope="row"] {
		background:#f0f0f0;
	}

	tbody th {
		text-align: left;
		border-top:1px solid #ccc;
		text-align:left;
	}

	.bordertable tbody th {
		border-right:1px solid #ccc;
	}

	tbody td {
		text-align: left;
		border-top:1px solid #ccc;
	}

	.bordertable tbody td {
		border-right:1px solid #ccc;
	}

	/* highlight row on mouse over */
	tbody tr:hover th,
	tbody tr:hover td {
		background:#f8f8f8;
	}
/**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tabelle NO Border - Auswahl Startseite
	* @section content-tables
	*/
	table.auswahl {
		border:none;
	}
	/* highlight row on mouse over AUS */
	.auswahl tbody tr:hover th,
	.auswahl tbody tr:hover td {
		background:transparent;
	}

	.auswahl tbody td {
		text-align: center;
		border:none;
		width:25%;
	}

	.auswahl a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	.auswahl a:hover,
	.auswahl a:focus {
		background-color: transparent;
		text-decoration: none;
		color: #2B5788;
	}

/**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tabelle NO Border - Quelle Impressum
	* @section content-tables
	*/
	table.quelle {
		border:none;
		width:auto;
	}
	/* highlight row on mouse over AUS */
	.quelle tbody tr:hover th,
	.quelle tbody tr:hover td {
		background:transparent;
	}

	.quelle tbody td {
		text-align: left;
		border:none;
		padding-right:1em;
	}

	.quelle a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	.quelle a:hover,
	.quelle a:focus {
		background-color: transparent;
		text-decoration: none;
		color: #2B5788;
	}

/**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tabelle Führerscheinliste - .fs
	* @section content-tables
	*/
	table.fs {
		border:none;
		width:90%;
		margin: 1.3571em 0 0 0;
	}
	/* highlight row on mouse over AUS */
	.fs tbody tr:hover th,
	.fs tbody tr:hover td {
		background:transparent;

	}

	.fs tbody td {
		text-align: left;
		border:1px solid #444;
		padding-right:1em;
		width:33%;
		font-size:87.5%;
	}

	.fs a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	.fs a:hover,
	.fs a:focus {
		background-color: transparent;
		text-decoration: none;
		color: #2B5788;
	}

	/*########### Kurspreise ############ */
	table.contenttable.kurspreise {
		width: auto;
	}

	table.contenttable.kurspreise th {
		background-color: #2771A7;
		vertical-align: top;
		font-size: 0.9em;
		font-weight: bold;
		color: #FFF;
		border:2px solid #fff;
		padding-top:0.1em;
		padding-bottom:0.1em;
	}
	table.contenttable.kurspreise td {
		font-size: 0.9em;
		vertical-align: top;
		border:2px solid #fff;
		padding-top:0.2em;
		padding-bottom:0.2em;
	}

	table.contenttable.kurspreise .tr-odd {
		background-color: #F3F3F3;
	}

	table.contenttable.kurspreise .tr-even {
		background-color: #eeeeee;
	}

	table.contenttable.kurspreise .td-0 {
		width: 60%;
	}
	table.contenttable.kurspreise .td-1 {
		width: 20%;
	}

	table.contenttable.anmerkung {
		width: auto;
		border: 2px solid #fff;
		font-size: 0.8em;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		line-height: normal;
	}
	table.contenttable.anmerkung .td-0 {
		background-color: #F3F3F3;
	}
	.old {
		text-decoration: line-through;
	}
	.new {
		font-weight: bold;
		color: #F00;
	}

	/*########### Tabelle Seitennavigation SKS ##########*/

	table.contenttable.sks {
		background-color: transparent;
		border:none;
	}

	table.contenttable.sks td {
		border:none;
	}
	table.contenttable.sks td.td-0{
		width: 15%;
	}
	table.contenttable.sks td.td-1{
		width: auto;
	}
	table.contenttable.sks td.td-2{
		width: 15%;
	}
	table.contenttable.sks td.td-0 p{
		text-align: left;
		background-attachment: scroll;
		background-image: url(../../img/icon/back_link.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left:1.6em;
	}

	table.contenttable.sks td.td-2 p{
		text-align: right;
		background-attachment: scroll;
		background-image: url(../../img/icon/internal_link.gif);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right:1.9em;
	}

	table.contenttable.sks tr.tr-odd {background: transparent;}
	table.contenttable.sks tr.tr-even {background:transparent;}

		/* highlight row on mouse over AUS */
	.sks tbody tr:hover th,
	.sks tbody tr:hover td {
		background:transparent;

	}

	/*########### Tabelle Formel Prüfung SKS ##########*/

	table.formel {
		border:none;
		width:auto;
	}
	/* highlight row on mouse over AUS */
	.formel tbody tr:hover th,
	.formel tbody tr:hover td {
		background:transparent;
	}

	.formel tbody td {
		text-align: left;
		border:none;
		padding-right:1em;
	}

	.formel a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	.formel a:hover,
	.formel a:focus {
		background-color: transparent;
		text-decoration: none;
		color: #2B5788;
	}

	.formel h2 { color:#2B5588; line-height:1.2em;}
	.formel strong { line-height:2em; }


/**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tabelle NO Border - Kursauswahl Seite Kurstermine
	* @section content-tables
	*/
	table.kursauswahl {
		border:none;
	}
	/* highlight row on mouse over AUS */
	.kursauswahl tbody tr:hover th,
	.kursauswahl tbody tr:hover td {
		background:transparent;
	}

	.kursauswahl tbody td {
		text-align: center;
		border:none;
		width:24%;
	}

	.kursauswahl a:active { outline: none; }

	/* (en) maximum constrast for tab focus - change with great care */
	/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
	.kursauswahl a:hover,
	.kursauswahl a:focus {
		background-color: transparent;
		text-decoration: none;
		color: #2B5788;
	}

	.kursauswahl .tr-odd .td-0,
	.kursauswahl .tr-odd .td-1,
	.kursauswahl .tr-odd .td-2,
	.kursauswahl .tr-odd .td-3 {
		background-color: #cedcea;
		border:3px solid #fff;
	}

	.kursauswahl td { padding:.5em;}
	.kursauswahl .content { padding:.2em; }


	/*########### Download Tabelle Dr_blob ############ */
	.tx_drblob_list-head {
		background-color: #2771A7;
		color:#FFF;
		border:none;
	}
	.tx_drblob_list-head a{
		color: #FFF;
		text-decoration: underline;
	}
	.tx_drblob_list-head a:hover{
		color: #FFF;
		text-decoration: none;
	}
	.tx_drblob_list-row1 {
		background-color: #F3F3F3;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
		font-family:'Arial', Trebuchet MS, Verdana, Helvetica,  sans-serif;
		letter-spacing:.03em;
	}
	.tx_drblob_list-row2 {
		background-color: #EAEAEA;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
		font-family:'Arial', Trebuchet MS, Verdana, Helvetica,  sans-serif;
		letter-spacing:.03em;
  }
  .tx_drblob_list tbody tr:nth-child(odd) td {
           background: #F3F3F3;
}
  }
.tx_drblob_list tbody tr:nth-child(even) td {
           background: #EAEAEA;
}

.tx_drblob_list tbody tr:hover td {
           background: #f8f8f8;
}

.download-link a:before {
      content: url(/fileadmin/yaml/templates/file_list/download.png);
      display: inline-block;
    }
    .download-link a img {
      display: none;
    }
	/* highlight row on mouse over AUS */
	.tx_drblob_list-row1 tbody tr:hover th,
	.tx_drblob_list-row1 tbody tr:hover td {
		background:#F3F3F3;
	}

	.blob-single a:hover,
	.blob-single a:focus,
	.tx_drblob_list a:hover,
	.tx_drblob_list a:focus {
		background-color: transparent;
		text-decoration: none;
		color: #ccc;
	}

/*########### Download Tabelle ############ */
table.contenttable.download_table {
	letter-spacing:.03em;
}

table.contenttable.download_table th {
	background-color: #2771A7;
	color:#FFF;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.contenttable.download_table .td-0 {
	width: 59%;
}
table.contenttable.download_table .td-1 {
	width: 10%;
}
table.contenttable.download_table .td-2 {
	width: 10%;
}
table.contenttable.download_table .tr-odd {
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.contenttable.download_table .tr-even {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

table.contenttable.download_table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



}