body
{
	background: url(../images/grass.jpg) repeat left top;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	text-align: center;
    font-size: 12px;
}

body.contentpane 
{
width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc
{
	float: right;
}

a, a:link, a:visited
{
	color:#163407;
}

a:hover, a:active, a:focus
{
	color:#000;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #dedede;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.4em;
	margin:5px 0;
}


p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

em,
.boldtext
{
	font-weight:bold;
}

.clearone
{
    position: relative;
    clear: both;
}


/* ###################### Logo ###################### */
#logoHeader
{
	position: absolute;
	width: 700px;
	height: 75px;
	top: 30px;
	left: 0px;
}
#logo
{
	position: absolute;
	width: 465px;
	height: 35px;
	top: 20px;
	left: 40px;
	background: url(../images/logo.png) no-repeat;
	text-decoration: none;
	display: block;
}
#logo img
{
	border: 0;
}
/* ###################### END Logo ###################### */

/* ###########  header content #############  */
#header .wrapper
{
	background: url(../images/header_bg.png) no-repeat left top;
}
/* ###########  END header content #############  */

/* ###########  header top left menu #############  */
#header #headerTopLeft
{
	float: left;
}
#header #headerTopLeft ul
{
    list-style-type:none;
    margin:0;
    padding: 10px 0 0;
    height: 30px;
}
#header #headerTopLeft ul li
{
	float: left;
    height: 18px;
    padding: 6px 0 0 7px;
    line-height: 12px;
}
#header #headerTopLeft ul li a
{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration:none;
    font-size: 11px;
    letter-spacing: 1px;
    color: #666;
}
#header #headerTopLeft ul li a:hover,#header #headerTopLeft ul li a:active,#header #headerTopLeft ul li a:focus
{
	color:#1772A2;
}
#header #headerTopLeft ul li a span
{
    padding: 0 10px 0 0;
}
#header #headerTopLeft ul li a img
{
    border: 0 none;
    padding: 0 5px 0 0;
}
/* ###########  END header top left menu #############  */

/* ###########  END header top right menu #############  */
#header #headerTopRight
{
	float: right;
}
#header #headerTopRight ul
{
    list-style-type:none;
    margin:0;
    padding: 0 45px 0 2px;
    height: 27px;
    background: url(../images/top_menu_button_separator.png) repeat-y left top;
}
#header #headerTopRight ul li
{
	float: left;
    height: 26px;
    padding: 0px 2px 0 0px;
    line-height: 12px;
    background: url(../images/top_menu_button_separator.png) repeat-y right top;
}
#header #headerTopRight ul li.first
{
}
#header #headerTopRight ul li a
{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    height: 20px;
    padding: 6px 0 0 7px;
    background: url(../images/top_menu_button_bg.png) repeat-x right top;
}
#header #headerTopRight ul li a span
{
    padding: 0 8px 0 0;
}
#header #headerTopRight ul li a img
{
    border: 0 none;
    padding: 0 5px 0 0;
}
/* ###########  END header top right menu #############  */


/* ################# breadcrumbs ################ */
#breadcrumbs {
padding-top:0;
text-align:left;
}

#breadcrumbs p {
padding: 2px 0px;
text-align: right;
margin: 0;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
}

#breadcrumbs span {
font-size: 11px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
text-decoration:none;
}
/* ################# END breadcrumbs ################ */

/* ################# footer ################ */
#footerModules {
    text-align: center;
    padding: 0 4px;
}
#footerModules .menu_footerNav{
    list-style-type: none;
    height: 31px;
    text-align: center;
    padding: 0 10px;
}
#footerModules .menu_footerNav li{
    position: relative;
    float: left;
    height: 31px;
    padding: 0;
    border-right: 2px solid #fff;
}
#footerModules .menu_footerNav  li.last{
    position: relative;
    float: left;
    padding: 0;
    background: none;
    border-right: 0 none;
}
#footerModules .menu_footerNav  li a{
    color: #000;
    font-weight: normal;
    font-size: 11px;
    line-height: 31px;
    display: block;
    padding: 0px 10px;
    text-decoration:none;
}
#footerModules .menu_footerNav li a:hover,#footerModules .menu_footerNavli a:active,
#footerModules .menu_footerNav li a:focus, #footerModules .menu_footerNav #current a {
    color: #1772A2;
}
#footer
{
    background: #718f35;
    position: relative;
}
#footer .wrapper
{
    background: url(../images/footer_top_bg.png) no-repeat left top;
    text-align: center;
}
#footer p {
    margin: 0;
    line-height: 45px;
}
#footer #footerLogo {

}
p.syndicate {
    float:left;
    display:block;
    text-align:left;
}
/* ################# END footer ################ */


/* ################ left ######################## */
#left
{
    padding: 22px 0px 0 0;
    z-index: 1;
}
#left form {
color:#000;
font-size:0.9em;
padding: 0px;
}
#left h3
{
color:#000;
font-size: 15px;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}
#left fieldset
{
    border: 0 none;
}
#left .module, #left .module_menu, #left .modulenewsletter
{
    padding: 0 0 15px 0;
    position: relative;
}
#left .module h3, #left .module_menu h3, #left .modulenewsletter h3
{
    height: 50px;
    font-family: times, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    letter-spacing:1px;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 50px;
    background: url(../images/module_left_h3_bg.png) no-repeat right top;
}
#left .module .moduleTop, #left .module_menu .moduleTop, #left .modulenewsletter .moduleTop
{
}
#left .module .moduleContent, #left .module_menu .moduleContent, #left .modulenewsletter .moduleContent
{
    position: relative;
}
#left .module .moduleContent
{
    padding: 0 20px;
}
#left .module .moduleBottom, #left .module_menu .moduleBottom, #left .modulenewsletter .moduleBottom
{
}
#left ul 
{
list-style-type:none;
margin:0;
position: relative
}
#left ul li 
{
position: relative
}
#left ul li a 
{
display:block;
padding:3px 0px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited 
{
    font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus 
{
    color:#000 !important;
}
#left ul.menu
{
	border-top: solid 1px #b9cf83;
    z-index: 1;
}
#left ul.menu li
{
	border-bottom: solid 1px #b9cf83;
    z-index: 1;
}
#left ul.menu li a
{
    padding: 0 5px 0 30px;
    line-height: 23px;
    display: block;
}
#left ul.menu li a:hover
{
    background: url(../images/menu_hover_bg.png) repeat-x right top;
}

#left ul.menu li li
{
	border-bottom: 0px none;
}

#left ul.menu li li a
{
    padding: 0 5px 0 40px;
}
#left ul.menu li li a span
{
    padding: 0 0 0 10px;
    background: url(../images/menu_span_bg.png) no-repeat left top;
}
#left ul.menu li li a:hover span
{
    padding: 0 0 0 10px;
    background: url(../images/menu_span_hover_bg.png) no-repeat left top;
}
/* ################ END left ######################## */

/* ################ right ######################## */
#right
{
    padding: 22px 0px 0 0;
    z-index: 1;
}
#right form {
color:#000;
font-size:0.9em;
padding: 0px;
}
#right h3
{
color:#000;
font-size: 15px;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}
#right fieldset
{
    border: 0 none;
}
#right .module, #right .module_menu, #right .module-doubleline, #right .modulenewsletter
{
    padding: 0 0 15px 0;
    position: relative;
}
#right .module h3, #right .module_menu h3, #right .modulenewsletter h3
{
    height: 50px;
    font-family: times, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    letter-spacing:1px;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 35px;
    background: url(../images/module_right_h3_bg.png) no-repeat left top;
}
#right .module-doubleline h3
{
    height: 65px;
    font-family: times, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    letter-spacing:1px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 35px;
    background: url(../images/module_right_doubleline_h3_bg.png) no-repeat left top;
}
#right .module .moduleTop, #right .module_menu .moduleTop, #right .module_menu .moduleTop
{
}
#right .module .moduleContent, #right .module_menu .moduleContent, #right .module-doubleline .moduleContent, #right .modulenewsletter .moduleContent
{
    position: relative;
}
#right .module .moduleContent, #right .modulenewsletter .moduleContent
{
    padding: 0 10px;
}
#right .module .moduleBottom, #right .module_menu .moduleBottom, #right .module-doubleline .moduleBottom, #right .modulenewsletter .moduleBottom
{
}
#right ul 
{
list-style-type:none;
margin:0;
position: relative
}
#right ul li 
{
position: relative
}
#right ul li a 
{
display:block;
padding:3px 0px;
text-decoration:none;
}

#right ul li a:link,#right ul li a:visited 
{
    font-weight:normal;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus 
{
    color:#000 !important;
}
#right ul.menu, #right ul.module-doubleline
{
	border-top: solid 1px #b9cf83;
    z-index: 1;
}
#right ul.menu li, #right ul.module-doubleline li
{
	border-bottom: solid 1px #b9cf83;
    z-index: 1;
}
#right ul.menu li a, #right ul.module-doubleline li a
{
    padding: 0 5px 0 15px;
    line-height: 23px;
    display: block;
}
#right ul.menu li a:hover, #right ul.module-doubleline li a:hover
{
    background: url(../images/menu_hover_bg.png) repeat-x right top;
}

/* ################ END right ######################## */


/* ###############  main * ########################### */
/* position */
#contentarea
{
    z-index: 1;
}
#contentarea .wrapper
{
    background: #fff;
    z-index: 1;

}
#top
{
    padding: 0 0 10px 0;
}
.leading .frontPageArticle
{
}
.leading .frontPageArticleContent
{
}
.leading .frontPageArticleContent h3
{
    text-align: right;
    color: #135C83;
    font-size: 18px;
}
.leading_separator
{
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #6f6f6f;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main .leading h2 {
font-family:trebuchet MS, sans-serif;
font-size: 16px;
margin:0 0 10px;
text-transform:uppercase;
}

#main .componentheading
{
    border-bottom: solid 2px #b9cf83;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

#main h2.contentheading
{
    border-bottom: solid 2px #b9cf83;
    padding-bottom: 5px;
}

#main h2 a {
text-decoration:none;
}

#main .leading .small,#main .leading .modifydate {
}

.article_column h2 {
font-size: 15px !important;
font-weight:bold !important;
padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
border-bottom: solid 2px #b9cf83;
margin:0 0 10px;
padding:5px 5px 5px 0;
}

.article_row p.iteminfo {
background:#fff;
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}

#main h3 {
margin:20px 0 10px;
}

#main .blog_more h2 {
background:#fff;
font-family:trebuchet MS, sans-serif;
font-size:1.3em;
font-weight:normal;
margin:0;
}

#main .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li {
padding:4px;
}

#main .blog_more ul li a {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover {
font-weight:bold;
padding:2px 0 2px 30px;
}


#main .blog_more ul {
background:#eee;
border:solid 1px #ccc;
color:#000;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}

#main .blog_more {
padding-top:10px;
}

/* main generell  */
#main p.readon
{
    text-align: right;
    line-height: 17px;
}
#main p.readon a.readon
{
    height: 17px;
    line-height: 17px;
    padding: 0;
    display:inline-block;
    color: #fff;
    text-decoration: none;
}
#main p.readon span.readonBtnLeft
{
    height: 17px;
    line-height: 17px;
    padding: 0px 0 0 5px;
    display:inline-block;
}
#main p.readon span.readonBtnRight
{
    height: 17px;
    line-height: 17px;
    padding: 0px 5px 0 0;
    display:inline-block;
}
#main a.readon {
font-weight:bold;
padding:2px 2px 0 30px;
display:inline-block;
}

#main a.readon:hover,#main a.readon:active,#main a.readon:focus {
    padding:2px 2px 0 30px;
    text-decoration:none;
}

#main a:link,#main a:visited {
    color:#000;
}

#main a:hover,#main a:active,#main a:focus {
color:#000;
}

#main h1 {
color:#000;
font-family:trebuchet MS, sans-serif;
font-size:1.6em;
font-weight:normal;
margin:0;
}

#main ul li{
padding:0 0 0 10px;
line-height:1.4em;
margin:10px 0;
}

#main ul {
}

#main ul,#main ol {
padding:0 0 0 10px;
}

.small {
border:solid 0;
color:#333;
font-size:0.85em;
margin:0 0 20px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
color:#333;
display:block;
font-size:0.85em;
}

.createdby {
color:#333;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}

.modifydate {
color:#333;
display:block;
font-size:0.85em;
padding:0;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}



dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#000;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#6F2493;
}

.polls_color_4 {
background:#000;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
background:#6F2493;
}

/*  ####################   Forms   #####################  */
form.limit {
}

form.login {
background:#6F2493;
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 2px #000;
}

form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}

form.login .button {
background:url(../images/pfeil.gif) no-repeat;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border: 0 none;
margin:0;
padding:0;
text-align:left;
}

form.login input {
background:#fff;
color:#000;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 none ;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #6F2493;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #6F2493;
margin:15px 10px 0;
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 2px #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
color:#6F2493;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#dedede;
border-bottom:solid 1px #333;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#dedede;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### Table ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#333;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#6F2493;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}


/* Error Message contact form */
p.error {
color:#6F2493;
background:#bebebe;
border-top:3px solid #6F2493;
border-bottom:3px solid #6F2493;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}



/************** GENERAL ***********************/

/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* -- buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images_general/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images_general/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images_general/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images_general/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images_general/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images_general/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images_general/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
border:solid 0px;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #6F2493; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #6F2493; border-bottom: 3px solid #6F2493;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #bebebe}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #6F2493; background: #bebebe ; border-top: 3px solid #6F2493; border-bottom: 3px solid #6F2493;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #6F2493; background: #bebebe; border-top: 3px solid #6F2493; border-bottom: 3px solid #6F2493;}


/* Tooltips */
/* may be erase this */
.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title 
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
/* END Tooltips */

/* ###################### general ###################### */
/* may be erase this */
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/********** module date2 *************/
#headerTopLeft .module_date2
{
    line-height: 26px;
    color: #eee;
    padding: 0 0 0 20px;
}

/********** END module date2 *************/

/********** module liveHelp *************/
#craftysyntax
{
    padding: 0 17px 0 0;
}
/********** END module liveHelp *************/

/********** module acajoom newsletter *************/
.newsletter .pretextnewsletter
{
    display: block;
    padding: 0 0 0px 0;
}
/********** END module acajoom newsletter *************/
/********** module Redes Sociales *************/
#facebookLink,
.moduleContent .socialNetwork .facebookLink {
	padding-left: 40px;
	line-height: 27px;
	display: block;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #fff;
	background: url(../images/facebook_link.png) no-repeat;
}
/********** END module Redes Sociales *************/

#header #headerTopRight ul.menu li ul {
	display: none;
}