/*CSS-Document
balloons_av_j25*/

/* Resets */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: medium;*/
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Lucida Sans Unicode', Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------Begin css av ------------------*/
/*  Fonts  */
@font-face {
    font-family: 'WCManoNegraBtaRegular';
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.eot');
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.woff') format('woff'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.ttf') format('truetype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.svg#WCManoNegraBtaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WCManoNegraBtaBold';
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.eot');
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.woff') format('woff'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.ttf') format('truetype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.svg#WCManoNegraBtaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Overall Page Layout */

body {
	background: url(../images/top-bg_149.jpg) repeat-x top center scroll #b6d9d8;
	font-size: small;
	width: 100%;
	min-height: 100%;
	line-height: 1.4em;
}

#page-wrapper-out {
	background: url(../images/header4.jpg);
	background-position: 95% 0;
	background-repeat: no-repeat;
	width: 75%;
	min-width: 720px;
	/*height: 500px;*/
	margin: 0 auto;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}

#login-top {
	position: absolute;
	top: 0;
	left: 2em;
	right: 2em;
	text-align: right;
}

/* get a very small and flat login in a div#login-top */
#login-top .userdata, #login-top .userdata div {
	display: inline;
	color: #fff;
}

#login-top .userdata #form-login-username .add-on,
#login-top .userdata #form-login-password .add-on {
	display: none;
}

#login-top .userdata .unstyled .icon-arrow-right:before {
	content: "";
}

#login-top .userdata .unstyled [class^="icon-"] {
	width: 1px;
}

#login-top .userdata #form-login-remember label {
	min-width: 0;
	margin-right: 5px;
}

 
#login-top .userdata input, #login-top .userdata input.button{
	font-size: 0.9em;
	padding: 0.1em;
	border: none;
	moz-border-radius: 0;
	webkit-border-radius:0;
	border-radius: 0;
}

#login-top .userdata input#modlgn-username {
	background: #fff;
	background-image: url(../images/user_bg.png);
	background-repeat: no-repeat;
	background-position: 0 80%;
	padding-left: 20px;
}
#login-top .userdata  input#modlgn-passwd {
	background: #fff;
	background-image: url(../images/pass_bg.png);
	background-repeat: no-repeat;
	background-position: 0 80%;
	padding-left: 20px;
}

#login-top ul, #login-top ul li {
	display: inline;
}

#login-top ul li a{
	color: #fff;
}

/* logout form in login-top */

#login-top div.login-greeting, #login-top  div.logout-button {
	display: inline;
}

#login-top div.login-greeting {
	font-size: 0.9em;
	color: #fff;
}

#login-top  div.logout-button input.button {
	font-size: 0.9em;
}

#topmenu {
	width: 55%;
	/* will grow with bigger fonts, looks not so great, just uncomment the following 3 lines  and comment the next three lines to switch to em font-size */
	/*min-height: 1.6em;
	padding-top: 2em;
	font-size: 1.2em;*/
	height: 36px;
	min-height: 36px;
	font-size: 19px;
	padding-top: 30px;
	padding-left: 15px;
}

/* simply delete, to allow topmenu font-size to grow */
#topmenu   ul {
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 30px;
}

#topmenu   ul li a {
	font-size: 22px;
}
 /*end of delete */
 

#page-wrapper {
	width: 100%;
	height: 100%;
	min-height: 600px;
	padding-bottom: 4em; /*Platz um footer drüber zu ziehen*/
	/* toDo: make a fix for browsers with rgba */
	/* fallback semitransparent background without rounded corners   */
	background: url(../images/bg-fix.png);
	background-color: rgba(255, 255, 255, 0.3);
	/*moz-border-radius: 15px;
	webkit-border-radius: 15px;
	border-radius: 15px;*/
}

#page-container-out {
	padding: 1em;
	/*padding-top: 100px;*/
}

/* get semitransparent background and rounded corners in all browsers with pictures */
/* disadvantage: if topmenu becomes to high, darkblue corners are moved into lightblue part of page 
   advantage: works in all browsers (with fix for ie 6 and 7 
   delete following code if other version is preferred*/
   
#page-wrapper {
	position: relative;
}

#ie-png-corner-top-left, #ie-png-corner-top-right, #ie-png-corner-bottom-left, #ie-png-corner-bottom-right {
	width: 26px;
	height: 26px;
	position:absolute;
}

#ie-png-corner-top-left{
	top: 0;
	left: 0;
	background: url(../images/bg-fix-ecken-farbe.gif);
}

#ie-png-corner-top-right{
	top: 0;
	right: 0;
	background: url(../images/bg-fix-ecken-farbe.gif) 100% 0 no-repeat;
}

#ie-png-corner-bottom-left{
	bottom: 0;
	left: 0;
	background: url(../images/bg-fix-ecken-farbe.gif) 0 100% no-repeat;
}

#ie-png-corner-bottom-right{
	bottom: 0;
	right: 0;
	background: url(../images/bg-fix-ecken-farbe.gif) 100% 100% no-repeat;
}

/* End of semitransparenz and rounded corners */

#page-top {
	height: 90px;
}

#logo {
	/*float: left;*/
	font-size: 40px;
	height: 52px;
	line-height: 52px;
}

#breadcrumbs {
	width: 100%;
}

/* Search module */ 
#breadcrumbs  form {
	float: right;
	font-size: 0.9em;
}

#breadcrumbs  form input{
	font-size: 0.9em;
	margin-left: 0.3em;
}

#breadcrumbs .search label {
	display: none;
}
 
.breadcrumbs {
	width: 55%;
}

#page-container-in {
	padding-top: 10px;
}

#modules-left {
	float: left;
	width: 24%;
	margin-right: 1em;
}

#modules-right {
	float: right;
	width: 24%;
}

#content-small {
	float: left;
	width: 48%;
	margin-bottom: 1.5em;
}

#content-m {
	float: left;
	width: 74%;
}

#content {
	width: 100%;
}

#content-mt {
	width: 100%;
}

#content-mt-left, #content-mt-right {
	width: 44%;
	float: left;
	min-height: 12em;
	background-color: #b6d9d8;
	background: url(../images/rot_mittel_2.png) #b6d9d8;
	background-position: 90% 20%;
	background-repeat: no-repeat;
	padding: 8px;
	moz-border-radius: 15px;
	webkit-border-radius: 15px;
	border-radius: 15px;
}

#content-mt-right {
	float: right;
}

#modules-bottom {
	width: 100%;
}

#modules-bottom-in {
	background-color: #b6d9d8;
	background: url(../images/rot_mittel_2.png) #b6d9d8;
	background-position: 90% 20%;
	background-repeat: no-repeat;
	padding: 8px;
	moz-border-radius: 15px;
	webkit-border-radius: 15px;
	border-radius: 15px;
}

#modules-bottom-in .moduletable {
	float: left;
	margin: 0 1%;
}

.line {
	height: 0.8em;
}

#footer-out {
	margin-top: -4em;
	position: relative;
	padding: 0 1em;
	height: 4em;
}

#vis-wrapper {
	float: right;
	padding-top: 0.5em;
}

#copy {
	border-top: 1px solid #faa31b;
	border-top: 1px solid #b6d9d8;
	padding-top: 0.5em;
}

#footer-nav {
	text-align: center;
}

/* Overall Element layout */

h1, h2, h3, h4, h5, p, .accordion-heading, .site-title {
	margin: 0.5em 0;
}

h1, h2, h3, h4, h5, span.item-title, .accordion-heading, .site-title {
	font-family: 'WCManoNegraBtaRegular', 'Times New Roman', serif;
	text-decoration: underline;
	line-height: 1.2em;
}

/*table.contentpane  table td {
	padding: 5px;
	vertical-align: top;
}*/

h1, h1 a {	
	color: #233b5f;
}

h1 {	
	font-size: 2em;
}

h2, h2 a {
	color: #74000a;
}

h2 {
	font-size: 1.8em;
}

h3, h3 a, h3 a span {
	color: #faa31b;
}

h3 {
	font-size: 1.6em;
}

h4, span.item-title, h4 a, span.item-title a {
	font-weight: bold;
	color: #dc4718;
}

h4, span.item-title {
	font-size: 1.4em;
}


a, a span {
	
	color: #dc4718;	/*besser lesbar*/
	color: #7e000a;	/*dezent Joubert */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, span.item-title a:hover {
	color:  #233b5f;
	text-decoration: underline;
}

a:hover, a:hover span {
	
	color:  #7e000a; /*besser lesbar */
	color: #faa31b; /*dezent */
	color:  #dc4718; 
	text-decoration: underline;
}

.clr {
	clear: both;
}

.clr_l {
	clear: left;
}

.clr_r {
	clear: right;
}

.clearfix {
	clear: both;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
	text-align: right;
}

.pull-right label {
	text-align: left;
}

/* Fit images into content */
img {
	max-width: 100%;
}

select {
	width: 220px;
}

.sample-module iframe {
	width: 100%;
}

/* modules */

.moduletable, .moduletable_menu {
	padding-bottom: 1.5em;
}

#content-mt .moduletable, #content-mt .moduletable_menu {
	padding-bottom: 0;
}

/* Menus */

ul.menu {
	list-style: none;
}

ul.menu li {
	padding-left: 12px;
	background-image: url(../images/arrow.png);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
}

ul.menu li .active {
	background-image: url(../images/arrow_red.png);
}

ul.menu li .deeper {
	background-image: url(../images/arrow_down.png);
}

/* simple inline menu with pipes as spacer */
.simple-menu ul.menu {
	list-style: none;
	min-height: 1.6em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 1.6em;
}

.simple-menu ul.menu li {
	border-left: 1px solid #fff;
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: inline;
	font-family: 'WCManoNegraBtaRegular', 'Times New Roman', serif;
	background-image: none;
}

.simple-menu ul.menu li a {
	display: inline;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	}
	
#footer-nav ul.menu li a {
	color: #233b5f;
}
	
.simple-menu ul.menu li a:hover, .simple-menu ul.menu .active a,
#footer-nav  ul.menu li a:hover, #footer-nav  ul.menu .active a{
	color: #faa31b;
}

.simple-menu ul.menu li:first-child {
	padding-left: 0;
	border: none;
}

/*--------------------Categories-----------------------------*/

.categories-list ul  ul{
	padding-left: 2%;
}

.categories-list li {
	padding: 10px 0;
	margin-top: 10px;
}

.categories-list li li {
	border:none;
	padding: 10px 0 0 0;
}


.article-count dd, .article-count dt {
	display: inline;
}

#article-index {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.category {
	width: 98%;
	margin-top: 10px;
}

table.category th, table.category td {
	border: 1px solid #7e000a;
	text-align: left;
	padding: 2px 5px;
}

table.category .cat-list-row1, table.category th,
table.category .odd {
	background-color: #faa31b;
}

.cat-children ul li {
	margin-top: 10px;
}

/*------------------Articles and Categories--------------*/

.items-leading  div, .item{
	padding: 10px 0;
}

.items-leading div div {
	padding: 0;
	margin: 0;
	border: 0;
}

.items-row {
	text-align: justify;
	width: 100%;
	display: inline-block;
}

.items-row .item {
	padding: 10px 1% 0;
	vertical-align: top;
	margin-left: 1%;
	text-align: left;
}

.cols-1 .item {
	width: 97.9%;
}

.cols-2 .item {
	width: 45.6%;
}

.cols-3 .item {
	width: 29.5%;
}

.cols-4 .item {
	width: 21%;
}

.items-row .column-1 {
	margin-left: 0;
}

.cols-2 .column-1, .cols-3 .column-1,
.cols-3 .column-2, .cols-4 .column-1,
.cols-4 .column-2, .cols-4 .column-3 {
	float: left;
	margin-right: 1%;
}

.cols-2 .column-2, .cols-3 .column-3,
.cols-4 .column-4 {
	float: right;
}

.row-separator {
	display: inline-block; /* Opera */
	padding-left: 100%;
}

/*   System Messages   */

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#message_out .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}
.alert h4 {
	margin: 0;
}

.alert-warning h4 {
	color: #c09853;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success h4{
	color: #468847;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger,
.alert-error h4 {
	color: #b94a48;
}

#message_out .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

/* Tooltips */
div.tooltip {
        float: left;
        background: #B6D9D8;
        border: 1px solid #7e000a;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: .9em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        
        margin: 0;
}

.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #74000a;
	background-color: #B6D9D8;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}

.tool-tip {
        float: left;
        background: #faa31b;
        border: 1px solid #7e000a;
        padding: 5px;
        max-width: 200px;
        text-align:left;
}

.tip-title {
        padding: 0;
        margin: 0;
        font-size: 1em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
		line-height: 1.4em;
}

.tip-text {
        font-size: 1em;
        margin: 0;
		line-height: 1.4em;
}

.nowrap { white-space: nowrap; }

/*------------------Pagination-------------------------*/

.pagination .counter {
	display: inline-block;
	margin: 5px 0;
}

.pagination ul, .pagination .counter, ul.pagenav {
	text-align: center;
}

.pagination ul li, ul.pagenav li {
	display: inline-block;
	margin: 5px;
	line-height: 1.4em;
}

.pagenavcounter {
	margin: 5px 0;
}

.pagination:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

/*-------------------------Forms-----------------------------*/

.control-group {
	line-height: 1.4em;
	padding: 5px 0;
}

.control-group .control-label, .control-group .controls {
	display: inline-block;
	min-width: 200px;
}

ul.actions {
	text-align: right;
}

ul.actions li { 
	display: inline;
}

/* user-profil, submit forms */

.profile fieldset , .profile-edit fieldset, #adminForm fieldset,
.remind fieldset, .reet fieldset, .registration fieldset {
	padding-bottom: 8px;
}

/*.profile legend, .profile-edit legend, #adminForm legend,
.remind legend, .rest legend, .registration legend */
div form legend, #users-profile-core legend,
#users-profile-custom legend {
	color: #7e000a;
	font-weight: bold;
	padding: 8px 0;
}


#adminForm .formelm, .formelm-buttons {
	float: none;
	padding: 3px 0; 
}

span.spacer label {
	white-space: nowrap;
	font-weight: bold;
	padding-top: 8px;
	display: block;
}

/* Contacts, login */

address span {
	display: block;
}

.contact-form dt{
	min-width: 100px;
	width: 30%
}

#jform_contact_emailmsg {
	width: 96%;
}

.contact-form  textarea {
	width: 96%;
}

#jform_contact_email_copy-lbl{
	clear: left;
}

div.contact-email div, .login div {
	padding: 5px 0;
}



/*----------------------search---------------------------*/
.search label {
	min-width: 100px;
	margin-right: 5px;
}

.search-results dt, .search-results .result-created,
.search .phrases div, .search .only, .search .form-limit {
	margin-top: 5px;
}

.phrases, .only {
    border: 1px solid #7e000a;
	padding: 15px;
}

.search .phrases legend, .search .only legend {
	font-weight: bold;
	/*padding-top: 10px;
	padding-bottom: 8px;*/
	padding: 3px 5px;
}

.form-note {
	font-weight: bold;
}

#mod-search-searchword {
	font-size: 0.9em;
}

/*---------------forms-----------------*/

input.button, button.button, button.validate,
button.btn, .btn-toolbar .btn, .logout-button .btn {
    border: 1px solid #233b5f;
	color: #7e000a;
	padding: 3px;
	background-color: #b6d9d8;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#login-form .inputbox, .registration input, 
.profile-edit input, #login-form .inputbox, 
.contact .inputbox, .login-fields input, 
.remind input, .reset input, .search .inputbox {
	border: 1px solid #233b5f;
	padding: 3px;
	-moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

input.invalid {
	border: 1px solid #ff0000;
}

/* used in submit article ... */

.button2-left {
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/j_button2_left.png) no-repeat;
}

.button2-left div{
	padding: 2px 10px 5px;
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	text-align: center;
	min-width: 75px;
}

.button2-left a {
	font-size: 0.9em;
}

#adminForm #jform_description-lbl {
	float: none;
	
}

.form-limit, .display-limit {
    margin: 20px 0 0;
    padding: 0 10px 0 20px;
    text-align: right;
}

div.feed-description {
	margin: 10px 0;
}

/* -------------- new classes ----------------- */

.filters div {
	display: inline-block;
}

/* ----------- contact option = tab ------------- */

.contact #myTabTabs, .edit.item-page .nav-tabs {
	width: 100%;
	display: block;
		
}

contact #myTabTabs:after {
    clear: both;
}

.contact #myTabTabs li, .edit.item-page .nav-tabs li {
	display: inline-block;
	
	border-bottom: none;
}

.contact #myTabTabs > li > a, .edit.item-page .nav-tabs > li > a {
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	color: #7e000a;
	text-decoration: none;
	font-weight: bold;
	}

.contact #myTabTabs > li.active > a, .edit.item-page .nav-tabs > li.active > a {
	color: #FAA31B;;
	border: 1px solid #74000A;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.contact #myTabTabs > li > a:hover, .edit.item-page .nav-tabs > li > a:hover {
	color: #dc4718;
}

.contact #myTabContent, .edit.item-page .tab-content {
	border: 1px solid #74000A;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	padding: 10px; 
	
}

.contact #myTabContent > div, .edit.item-page .tab-pane {
	display: none;
}

.contact #myTabContent > div.active, .edit.item-page .tab-pane.active {
	display: block;
}

.span .mceEditor {
	display: block;
}

.btn-toolbar, .toggle-editor {
	line-height: 1.4em;
	padding: 5px 0;
}

.toggle-editor {
	padding: 10px 0;
}

.btn-toolbar .btn-group {
	display: inline-block;
}

.dl-horizontal dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ------------ contact option = accordion ------------ */

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}

.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #74000A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #74000A;
}

// General toggle styles
.accordion-toggle {
  cursor: pointer;
}

// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #74000A;
}

/* Action Buttons in Article */

.open {
	position: relative;
}

.toogle-editor .btn-group {
	position: relative;
	float: right;
	line-height: 1.4em;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.open {
	*z-index: 1000;
}

.open > .dropdown-menu {
	display: block;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.btn-group a:hover, .btn-group a:focus,
.btn-group a:link,
.btn-group a:hover span, .btn-group a:focus span,
.btn-group a:link span {
	text-decoration: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

/* Content Rating    */

.content_rating {
	padding-top: 10px;
}
.content_rating img, .content_vote label {
	margin-right: 5px;
}

/* Modal Window Article */

.hr-condensed {
	display: none;
}

/* ----- Modal Window - Insert Article ------ */

body.modal {
	width: auto;
	min-width: 300px;
	background-color: #fff;
	background-image:none;
	box-shadow: none;
	
}

body.modal {
	border: none;
	padding: 5px;
}

body.modal .btn-toolbar button {
	margin: 5px;
}


body.modal table td,
body.modal table th {
	padding: 5px;
	vertical-align: top;
}

body.modal .table-striped tr {
	border-bottom: 1px solid #595959;
}

body.modal table th {
	text-align: left;
}

body.modal .table-striped tr:nth-of-type(2n) {
	background-color: #fff;
}

body.modal .form-inline {
	padding: 5px;
}

/* ----------- Modal Window - Insert Image------------- */

body.modal li.imgOutline {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-align: center;
}

body.modal .control-group {
	float: left;
	margin: 5px 0 0 10px;
}


body.modal .row:before,
body.modal .row:after {
	display: table;
	content: "";
	line-height: 0;
}

body.modal .row:after {
	clear: both;
}

body.modal .control-group .control-label {
	display: block;
	padding-bottom: 5px;
}

body.modal .well {
	padding: 5px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.height-80 {
	height: 80px;
}

.width-80 {
	width: 80px;
}

.height-50 {
	height: 50px;
}

.width-50 {
	width: 50px;
}

div#uploadform {
	clear: both;
}

.row {
	width: 100%;
}

#imageForm .span6 {
	width: 48%;
}

.thumbnail a {
	text-decoration: none;
}

.thumbnail a:hover {
	text-decoration: underline;
	color: #bf4040;
}

.thumbnail .small {
	color: #bf4040;
}

/* ---------- Statistic Module ----------------*/

dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}

dl.stats-module dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 130px;
}

/*  Button with icons  */

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

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.icon-home:before {
	content: "\21";
}
.icon-user:before {
	content: "\22";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-file-add:before {
	content: "\29";
}
.icon-new:before {
	content: "\2a";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-picture:before {
	content: "\2f";
}
.icon-pictures:before {
	content: "\30";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-flag:before {
	content: "\35";
}
.icon-tools:before {
	content: "\36";
}
.icon-cogs:before {
	content: "\37";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-brush:before {
	content: "\3b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-star:before {
	content: "\42";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-support:before {
	content: "\46";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-eye-close:before,
.icon-minus:before {
	content: "\4b";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-search:before {
	content: "\53";
}
.icon-filter:before {
	content: "\54";
}
.icon-camera:before {
	content: "\55";
}
.icon-play:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-key:before {
	content: "\5f";
}
.icon-quote:before {
	content: "\60";
}
.icon-quote-2:before {
	content: "\61";
}
.icon-database:before {
	content: "\62";
}
.icon-location:before {
	content: "\63";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-unblock:before,
.icon-refresh:before {
	content: "\6c";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-address:before {
	content: "\70";
}
.icon-feed:before {
	content: "\71";
}
.icon-flag-2:before {
	content: "\72";
}
.icon-pin:before {
	content: "\73";
}
.icon-lamp:before {
	content: "\74";
}
.icon-chart:before {
	content: "\75";
}
.icon-bars:before {
	content: "\76";
}
.icon-pie:before {
	content: "\77";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-lightning:before {
	content: "\79";
}
.icon-move:before {
	content: "\7a";
}
.icon-next:before {
	content: "\7b";
}
.icon-previous:before {
	content: "\7c";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-download:before,
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-play-2:before {
	content: "\e00d";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera-2:before {
	content: "\e015";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-remove:before {
	content: "\e017";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-broadcast:before {
	content: "\e01b";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-users:before {
	content: "\e01f";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-out-2:before {
	content: "\e024";
}

