@charset "UTF-8";
/* =======================================================================
*  CUSTOM FONTS
*  ======================================================================= */

@font-face {
        font-family: 'Whitney-Bold';
        src: url('../fonts/whitneybolderlol.eot');
        src: url('../fonts/whitneybolderlol.eot?#iefix') format('embedded-opentype'),
             url('../fonts/whitneybolderlol.woff') format('woff'),
             url('../fonts/whitneybolderlol.ttf') format('truetype'),
             url('../fonts/whitneybolderlol.svg#whitneybolderlol') format('svg');
        font-weight: normal;
        font-style: normal;
    }

/* =======================================================================
*  REFERENTEN ACCORDION
*  ======================================================================= */

#contentia .container {padding-left: 100px;}

h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	height: 46px;	
	line-height: 46px;
	width: 500px;
	font-size: 2em;
	font-weight: normal;
	/*float: left;*/
}
h2.acc_trigger a { color: #db7d0b; text-decoration: none; display: block; padding: 0 0 0 50px; }
h2.acc_trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}


/* New Comment (backbone.js) styles */

#kursliste {
	display: table; margin: 0 auto;
	/*width: 480px;*/
	margin: 0 40px 0 40px;
}

#kursliste .kurs-entry{
  margin-bottom: 24px;
  width: 610px;
  background-color: transparent;
  border: 1px solid #c0c0c0;
}

#kursliste .kurs-entry .kurs-data1 h1	{ color: #bbb; font-size: 18px; font-weight: bold; margin:18px 0 0 10px;}
#kursliste .kurs-entry .kurs-data1 		{ float:left; width:90px; height: 55px; padding: 0 0 0 8px; background-color: #f0f0f0; color: #000; font-size: 32px; font-weight: bold;}
#kursliste .kurs-entry .kurs-data2 		{ float:left; width:100px;padding-left:15px;}
#kursliste .kurs-entry .kurs-data3 		{ padding-left:230px; width:370px;}
#kursliste .kurs-entry 					{ color: #666; }
#kursliste .kurs-entry a				{ color: #db7d0b; }
#kursliste .kurs-entry a:hover			{ color: #000; }
#kursliste .kurs-entry:hover 			{ background-color: #eee; border: 1px solid #aaa; }
#kursliste .kurs-entry p 				{ font-size: 11px; letter-spacing: 0.015em; }
#kursliste .kurs-entry h3 				{ margin-bottom: 4px; }
#kursliste .kurs-entry .ha4				{ padding-bottom: 8px; font-weight:bold;}


#admin-kursliste {
	font-size: 11px;
	/*width: 98%;*/
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #422;
	margin: 20px 0 20px 0;
}

#admin-kursliste th {
	font-weight: bold;
	font-size: 12px;
	background-color: #db7d0b;
	color: #f0f0f0;
	padding: 15px 10px 10px;
}
#admin-kursliste td {
	color: #669;
	border-top: 1px dashed #ccc;
	padding: 10px;
}

.ausvk { float:left; width: 85px; height: 45px; padding-right: 8px; background: url(../images/tag_ausverkauft.png) no-repeat; background-position: 15px 14px;}

.freieplaetze { float:left; width: 85px; height: 45px; padding-right: 8px; background: url(../images/tag_freieplaetze.png) no-repeat; background-position: 15px 14px;}

.ausvk2 { float:none; width: 85px; height: 40px; background: url(../images/ausverkauft-rot.png) no-repeat;  background-position: 0px 0px;}

#admin-kursliste .k-id { width:60px; color: #000; font-weight: bold}
#admin-kursliste .k-status { width:80px; color: #000;}
#admin-kursliste .k-titel { width:250px; color: #db7d0b; font-weight: bold;}
#admin-kursliste .k-datum { width:80px; color: #000;}
#admin-kursliste .k-typ { width:90px; color: #000;}
#admin-kursliste .k-aktionen { width:100px; color: #000;}

/* Button definitions */

.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color:  #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;border: 1px solid #bbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* New Kurs Counter (backbone.js) styles */

#counter {
  background: url("../images/counter.png") no-repeat 0px -72px;
  width: 160px;
  height: 160px;
  position: fixed;
  z-index: 9999;
  right: 8%;
  top: 0;
}

#counter ul {
  width: 152px;
  margin-top: 4px;
  text-align: center;
}

#counter ul li {
  font-family: "Whitney-Bold", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  line-height: 14px;
  letter-spacing: 0.015em;
  text-align: center;
  color: #db7d0b;
  margin-bottom: 2px;
  padding-top:2px;
}

#counter .vote-count {
  font-size: 48px;
}

.kurscounter {
    	width:35px;
    	height:31px;
    	border:none;
    	overflow:hidden;
    	position:relative;
		padding-right:60px;
    	background-color:transparent;
    }


body { 
    padding: 0; margin: 16px 0 0 0; font-size: 11px; 
    font-family: tahoma, sans-serif; line-height: 160%; background: #e0e0e0;color: #454545; 
}

div { 
    text-align: left; 
}


#container {
    max-width: 730px; 
    padding: 17px 25px 25px 25px; 
    background: #fff; 
    margin-left: auto; 
    margin-right: auto; 
}

#header { 
    height: 45px; 
}

#logo {	
    width: 440px; 
    float: left; 
    padding: 0 0 8px 0;
}

#search { 
    float: right; 
    padding-top: 8px; 
    text-align: right; 
    width: 225px; 
}

#bar { 
    clear: both; 
    background: #c0c0c0; 
    height: 24px;
    font-weight: normal;
    letter-spacing: 0.1em; 
}

#bar li { 
    margin: 0; 
    padding: 5px 10px 4px 10px; 
    border-right: 1px solid #fff; 
    float: left; 
}

#bar .act_links { 
    background: #22a459;
	color:#f0f0f0;
	padding-bottom:2px;
}

#bar li.active { 
    background: #db7d0b; 
    color: #fff; 
    font-weight: bold;
}

#top { 
    background-color: #505050; 
    color: #f0f0f0;
    height: 200px; 
    clear: both; 
    letter-spacing: 0.1em; 
    overflow: hidden;
}

#top img, .thumbholder img, .thumbnails img    {
    float: right;
    }

#contentia { 
    clear: both; 
    margin-bottom: 15px; 
    margin-top: 15px; 
    min-height: 700px;
    }
	    
#footer { 
    clear: both; 
    color: #c0c0c0; 
    background-color: transparent;
    padding-top: 5px;
    font-size: 10px;
}

div.hell, div.dunkel { 
    padding: 8px;
    text-align: left;

}

@media (min-width: 768px) {

    div.hell, div.dunkel { 
        padding: 8px 30px 3px 10px; 
        text-align: justify;
    }

}

div.dunkel { 
    background: url("../images/corner.gif") no-repeat 100% 100% #f5f5f5; 
}

div.hell ul, div.dunkel ul{
    padding: 0 0 0 12px;
    }
    
div.greyblock   {
    margin: 0 40px 0 40px;
    padding: 8px;
    color: #222;
    background-color: #c0c0c0;
    border: 1px solid #444;
    }

.orangeboxl   {
    margin: 0 330px 0 0px;
    padding: 12px;
    color: #322;
    background-color: #fdbd8b;
    border: 1px solid #db7d0b;
    }

div.orangeblock   {
    margin: 0 40px 0 40px;
    padding: 8px;
    color: #322;
    background-color: #fdbd8b;
    border: 1px solid #db7d0b;
    }

div.greenblock   {
	margin: 0 40px 0 40px;
	padding: 8px;
	color: #322;
	background-color: #22a459;
	border: 1px solid #104e2a;
	}

div.orangeblock2   {
    margin: 0 40px 0 10px;
    padding: 8px;
    color: #322;
    background-color: #fdbd8b;
    border: 1px solid #db7d0b;
    }

div.green2block   {
    margin: 0 40px 0 40px;
    min-height:100px;
    padding: 8px;
    color: #121;
    background-color: #c6e1d4;
    border: 1px solid #30a76f;
    }
    
.greenboximg {
	padding:0 12px 4px 0;
	float:  left;
}
    
div.greenblockxl   {
    margin: 10px 0px 10px 0px;
    padding: 12px;
    color: #121;
    background-color: #c6e1d4;
    border: 1px solid #30a76f;
    }

h1, h2 { 
    margin: 0; 
    margin-bottom: 10px; 
    padding: 0 0 12px 0; 
    font-weight: bold; 
}

#top h1 { 
    color: #fff; 
    padding-left: 25px; 
    padding-top: 60px; 
    line-height: 140%;
    font-size: 32px;
    font-weight: normal;
}

h1  {
    font-size: 18px;
    color: #000;
    }

h1.right { 
    text-align: right; 
    padding: 0 20px 0 0;
}
 
h2 { 
    font-size: 16px; 
    line-height: 22px;
    margin-bottom: 5px; padding-bottom: 10px;
    color: #333; 
}

p {	
    margin: 0; 
    margin-bottom: 5px; 
    font-size: 11px;
    line-height: 17px;
}

.dunkel p, .hell p	{ padding-bottom: 8px; }
    
p.kursmeta { 
    text-align: left;
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 8px; 
}

p.right { 
    text-align: right; 
}
   
form { margin: 0; }

fieldset { 
    padding: 0; 
    border: 0; 
}

legend { display: none; }

input { 
    border: 1px solid #c0c0c0; 
    color: #454545; 
    font-size: 11px; 
    letter-spacing: 1px; 
}

input.searchText { width: 150px; height: 13px; }

input.searchSubmit { 
    color: #0080c0; 
    background: #fff; 
    letter-spacing: 1px;
    border: 1px solid #fff;	
    font-size: 12px; 
    width: 50px; 
    height: 19px; 
    margin: 0; 
    padding: 0; 
}

ul { 
    margin: 0; 
    padding : 0; 
    list-style : none; 
}


a:link, a:active, a:visited { 
    text-decoration: none; 
    color: #db7d0b;
}

a.mail {
    padding-left: 13px;
    background: url("../images/mail.gif") no-repeat 0 0;
    }

a.pdf {
    padding-left: 18px;
    background: url("../images/icon-pdf.gif") no-repeat 1px -2px;
    }

a.site {
    padding-left: 15px;
    background: url("../images/arrow.gif") no-repeat 0px 2px;
    }
    
a.siteh2 {
    padding-left: 14px;
    background: url("../images/arrow.gif") no-repeat 0 4px;
    }
    
a.kurs {
    padding-left: 14px;
    background: url("../images/document.gif") no-repeat 0 0;
    }
    
a.kurs:hover    {
    border-bottom: 1px dotted #db7d0b;
    }

#bar a:link, #bar a:active, #bar a:visited { color: #000; } 

a img { border: 0; }

a img:active { border: 0; }

span.highlight { color: #db7d0b; }

span.hide {
    display: none;
}

span.underline { 
    text-decoration: underline; 
}

span.vorbei {
    color: #ccc;
    background-color: transparent;
    }

small   {
    font-size: 10px;
    }

span.fatred	{font-weight: bold; color: #11f0f0; !important}

.nibiru {
    text-align: center;
    font-size: 10px;
    color: #bbb;
    background-color: transparent;
    }

.nibiru a   {
    color: #bc925f;
    background-color: transparent;
    }

.namenliste a   {
    font-weight: bold;
    padding-left: 9px;
    background: url("../images/triangle.gif") no-repeat 0 3px;
}

div.kursprogramm  {
    padding: 8px 30px 3px 10px; 
    text-align: center;
    background: url("../images/corner.gif") no-repeat 100% 100% #f5f5f5; 
    color: #111;
    }

td.kursdatum    {
    text-align: right;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    }

.greybgnd {
	background-color: #e0e0e0;
}

td.kursinfo    {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    padding-left: 8px;
    }

td.kursinfo2    {
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    padding-left: 8px;
    }
    
div.kursdata    {
    float: right;
    width: 280px; /* 230 */
    padding-top: 1px;
    margin-left: 36px;
    padding-left: 16px;
    border-left: 1px solid #cecece;
    font-size: 10px;
    color: #666;
    background-color: transparent;
    line-height: 20px;
    }

.kursdata .txt    {
	padding: 0 0 8px 9px;;
	margin-left: 8px ;
}

.kursdata h4   {
	color: #666;
	font-size: 10px;
	margin: 0;
	padding: 0 0 4px 17px;
	background: url("../images/klotz.gif") no-repeat 4px 5px;
}

td.titel    {
    width: 120px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
    }
 

.bioform input[type="text"],
.bioform input[type="email"] {
	/*background:url("../images/bg_input.png") no-repeat;
	width:202px;
	height:34px;*/
	padding: 6px;
	font-weight: bold;
    }

.bioform textarea:focus,
.bioform input[type="text"]:focus,
.bioform input[type="text"].focus{

		border:1px solid #f68b2d
	}

/*
	input[type=email]:hover,
	input[type=text]:hover,
	input[type=password]:hover																	{ border:1px solid #bbb}
	input[type=email]:focus,
	input[type=text]:focus,
	input[type=password]:focus																	{ border:1px solid #f68b2d}
	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"]				{
																								  background-color:#ccc;padding:10px 10px 10px 30px;border-radius:2px;color:#fff;display:inline-block;
																								  font-size:16px;font-weight:normal;text-decoration:none;text-align:center;
																								  cursor:pointer;margin-top:10px;margin-bottom:10px;line-height:22px
																								}
*/
	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover 																	{ box-shadow:0px 0px 4px rgba(0,0,0,0.3)}
	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active																	{ color:#fff}
	a.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus																	{ color:#fff}
 
   
.formlabel    {
    font-weight: bold;
    font-size: 12px;
    }

.formtext   {
    font-weight: normal;
    font-size: 12px;
    }
    
.formalert  {
    color: #833;
    background-color: transparent;
    font-weight: bold;
    font-size: 11px;
    text-align: justify;
    }
    
.formbox    {
    border: 1px solid #ccc;
    margin: 2px 0 2px 8px;
    padding: 4px;
    font-family: "Trebouchet MS", Myriad, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    }

.formpop    {
    width: 220px;
    border: 1px solid #ccc;
    margin: 2px 0 2px 8px;
    padding: 4px;
    font-family: "Trebouchet MS", Myriad, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    }
    
.rot    {
    color: #cc2266;
    }
    
.little	{
	font-size: 9px;
	}

#Zoom	{
	display: none;
	text-align: right;
	/* width: 100px; */
	font-size: 9px;
}


/*-------------------------------------------------------------------------------------------*/
/* 7. Admin Editing Form styles */
/*-------------------------------------------------------------------------------------------*/



div.fielderr_inner {
    color: #FFFFFF;font-weight: bold;width: 180px;font-size:10px;
    float: right;padding: 5px 6px 6px 6px;border: 2px solid #940101;
    background-color: #b90000;clear:both;
}
.nofloat {
    float:none!important;
    width:270px!important;
    margin-bottom:4px;
}

/* ----------- bio_styleform ----------- */
#bio_styleform{
    border:solid 2px #db7d0b;
    background:#fdbd8b;
    padding: 12px;
}
#bio_styleform h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
#bio_styleform p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #db7d0b;
    padding-bottom:10px;
}
#bio_styleform label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
    clear: left;
}
#bio_styleform .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}

#bio_styleform .radiotext {
    color:#666666;
    padding:2px 0px 0px 8px;
    float:left;
    font-size:12px;
    font-weight:normal;
    text-align:right;
    min-width:140px;
}

#bio_styleform .checktext {
    color:#666666;
    padding:2px 0px 0px 8px;
    float:left;
    font-size:12px;
    font-weight:normal;
    text-align:left;
    min-width:40px;
}

#bio_styleform label.radiotext,
#bio_styleform label.checktext {
    padding-top:2px;
}
#bio_styleform input[type="text"],
#bio_styleform textarea {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:400px;
    margin:2px 0 20px 10px;
}


#bio_styleform select {
    float:left;
    font-size:12px;
    padding:4px 2px;
    margin:2px 0 20px 10px;
}

#bio_styleform input[type="radio"] {
    float:left;
    font-size:12px;
    padding:4px 2px;
    margin:2px 0 20px 10px;
}

#bio_styleform input[type="checkbox"] {
    float:left;
    font-size:12px;
    padding:4px 2px;
    margin:2px 0 20px 10px;
}

#bio_styleform input.zip {
    float: left;
    width: 5em;
}

#bio_styleform input.afterzip {
    width: 184px;
}
#bio_styleform textarea {
    height: 10em;   
}

#bio_styleform button{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}

/*-------------------------------------------------------------------------------------------*/
/* 8. BUTTONS, BUTTONS, BUTTONS */
/*-------------------------------------------------------------------------------------------*/

input.button,span.tp_button {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 6px 14px 5px 14px!important;
    cursor: pointer;
    -webkit-appearance: button;
}

span.tp_button .button a {font-size: 12px; color:#ffffff!important;text-decoration:none!important;}

.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 12px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn-red {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #b90000;
background-image: -moz-linear-gradient(top,#d33f3f,#b90000);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#d33f3f),to(#b90000));
background-image: -webkit-linear-gradient(top,#d33f3f,#b90000);
background-image: -o-linear-gradient(top,#d33f3f,#b90000);
background-image: linear-gradient(to bottom,#d33f3f,#b90000);
background-repeat: repeat-x;
border-color: #b90000 #b90000 #ad0404;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaaf4b',endColorstr='#fff09600',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-orange {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #f09600;
background-image: -moz-linear-gradient(top,#faaf4b,#f09600);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#faaf4b),to(#f09600));
background-image: -webkit-linear-gradient(top,#faaf4b,#f09600);
background-image: -o-linear-gradient(top,#faaf4b,#f09600);
background-image: linear-gradient(to bottom,#faaf4b,#f09600);
background-repeat: repeat-x;
border-color: #f09600 #f09600 #ad6704;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaaf4b',endColorstr='#fff09600',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-green {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #a5b937;
background-image: -moz-linear-gradient(top,#bed732,#a5b937);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#bed732),to(#a5b937));
background-image: -webkit-linear-gradient(top,#bed732,#a5b937);
background-image: -o-linear-gradient(top,#bed732,#a5b937);
background-image: linear-gradient(to bottom,#bed732,#a5b937);
background-repeat: repeat-x;
border-color: #a5b937 #a5b937 #387038;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBED732',endColorstr='#ffA5B937',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-blue {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #1946a0;
background-image: -moz-linear-gradient(top,#2382c8,#1946a0);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#2382c8),to(#1946a0));
background-image: -webkit-linear-gradient(top,#2382c8,#1946a0);
background-image: -o-linear-gradient(top,#2382c8,#1946a0);
background-image: linear-gradient(to bottom,#2382c8,#1946a0);
background-repeat: repeat-x;
border-color: #1946a0 #1946a0 #002a80;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2382c8',endColorstr='#1946a0',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-black{
    color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#363636;
    *background-color:#222;
    background-image:-moz-linear-gradient(top,#444,#222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image:-webkit-linear-gradient(top,#444,#222);
    background-image:-o-linear-gradient(top,#444,#222);
    background-image:linear-gradient(to bottom,#444,#222);
    background-repeat:repeat-x;border-color:#222 #222 #000;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-cyan{
    color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#2382c8;
    *background-color:#2382c8;
    background-image:-moz-linear-gradient(top,#14afe6,#2382c8);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#14afe6),to(#14afe6));
    background-image:-webkit-linear-gradient(top,#14afe6,#2382c8);
    background-image:-o-linear-gradient(top,#14afe6,#2382c8);
    background-image:linear-gradient(to bottom,#14afe6,#2382c8);
    background-repeat:repeat-x;border-color:#2382c8 #2382c8 #1f6377;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14afe6',endColorstr='#ff2382c8',GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled]{
    color:#fff;background-color:#f09600;*background-color:#f09600
}

.btn-orange:active,.btn-warning.active{background-color:#f09600 \9}

.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled]{
    color:#fff;background-color:#a5b937;*background-color:#499249
}

.btn-green:active,.btn-success.active{background-color:#408140 \9}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled]{
    color:#fff;background-color:#1946a0;*background-color:#1946a0
}

.btn-cyan:hover,
.btn-cyan:active,
.btn-cyan.active,
.btn-cyan.disabled,
.btn-cyan[disabled]{
    color:#fff;background-color:#2382c8;*background-color:#2a85a0
}
.btn-cyan:active,.btn-cyan.active{background-color:#24748c \9}

.btn-black:hover,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled]{
    color:#fff;background-color:#222;*background-color:#151515
}
.btn-black:active,.btn-black.active{background-color:#080808 \9}

button.btn,
input[type="submit"].btn{
    *padding-top:3px;
    *padding-bottom:3px
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}

button.btn.btn-large,
input[type="submit"].btn.btn-large{
    *padding-top:7px;*padding-bottom:7px
}

button.btn.btn-small,
input[type="submit"].btn.btn-small{
    *padding-top:3px;*padding-bottom:3px
}

/*-------------------------------------------------------------------------------------------*/
/* 9. FIX for floating elements leaving parents DIV */
/*-------------------------------------------------------------------------------------------*/

#bio_styleform:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="ie7-clear"></div>' );
}

.ie7-clear {
    display: block;
    clear: both;
}