@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff url(../images/bg-main.jpg) repeat-x top left;
	margin-top: 0em;
	margin-bottom: 0em;
}

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: transparent;
}

a, a:link, a:visited {
    color: #00A161;
    text-decoration: none;
}

a:hover {
    color: #00A161;
    text-decoration: underline;
}

/* PNG Fix for IE */
img, div, a, input { behavior: url(templates/z3/iepngfix.htc) }


#outlogo {
    z-index: -100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 232px;
    height: 631px;
    overflow: hidden;
    background: transparent url(../images/outlogo.jpg) top right no-repeat;
}

/* Template Layer */
#wrapper {
    background-color: transparent;
    margin: 0px auto;
    padding: 0px;
    width: 960px;
}

#top-nav {
    margin: 5px 1px 0px 0px;
    padding: 0px;
    border: 0px;
    width: 959px;
    height: 12px;
    overflow: hidden;
}

#headerimage {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 960px;
    height: 71px;
    overflow: hidden;
}

#container {
    width: 960px;
    margin: 0px;
    padding: 0px;
    border: 0px;
	color: #333333;
    background: #ffffff url(../images/bg-container.jpg);
}

#left {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 200px;
    float: left;
}

#logo {
    margin: 5px 1px 0px 1px;
    padding: 0px;
    width: 198px;
    height: 90px;
    border: 0px;
    background: #ffffff url(../images/logofull.jpg) no-repeat top left;
}

*html #logo {    /* nur für den IE */
    width: 200px;   /* Version 5.X */
    w\idth: 198px;   /* Version 6.X */
}

#slogan {
    margin: 0px 1px;
    padding: 0px;
    border: 0px;
    width: 198px;
    height: 38px;
    background: #ffffff url(../images/slogan.jpg) no-repeat top left;
}

*html #slogan {    /* nur für den IE */
    width: 200px;   /* Version 5.X */
    w\idth: 198px;   /* Version 6.X */
}

#right {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 250px;
    float: right;
}

#middle {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 510px;
    float: left;
}

#border {
    border-top: 5px solid #DFDFDF;    
}

#user1 {
    margin: 0px 5px;
    padding: 0px;
    border-bottom: 5px solid #DFDFDF;
    width: 500px;
    height: auto;
    overflow: hidden;
    color: #333333;
    background-color: #F5F5F5;
}

#user2 {
    margin: 0px 5px;
    padding: 0px;
    border-bottom: 5px solid #DFDFDF;
    width: 500px;
    height: 281px;
    overflow: hidden;
    color: #333333;
    background-color: #F5F5F5;
}

#content {
    margin: 0px;
    padding: 10px 15px;
    margin: 0px;
    border: 0px;
    width: 480px;
    min-height: 500px;
}

*html #content {    /* nur für den IE */
    width: 510px;   /* Version 5.X */
    w\idth: 480px;   /* Version 6.X */
}

#clear-content {
    clear: both;
}

#footer-all {
    width: 960px;
    min-height: 80px;
    background-color: #DFDFDF;
    color: #808080;
}

#footer-l {
    margin: 0px;
    padding: 5px;
    border: 0px;
    width: 40%;
    float: left;
}

#footer-r {
    margin: 0px;
    padding: 5px;
    border: 0px;
    width: 40%;
    float: right;
}

/* Styles der Layer */

/* Style top-nav */
#top-nav {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .8em;
	line-height: 1em;
	letter-spacing: .05em;
	background-color: transparent;
    text-align: right;  
}

/* menu-topmenu */
ul.menu-topmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu-topmenu li {
	display: inline;
	margin: 0px;
	border: 0px;
	background: transparent;
	padding: 0px 1px 1px 15px;
}

ul.menu-topmenu a:link,
ul.menu-topmenu a:visited {
    background-color: transparent;
    color: #666666;
	text-decoration: none !important;
}

ul.menu-topmenu a:hover {
    background-color: transparent;
    color: #666666;
	text-decoration: underline !important;
}

ul.menu-topmenu #current a:link,
ul.menu-topmenu #current a:visited {
    background-color: transparent;
    color: #666666;
	text-decoration: underline !important;
}

/* Style headerimage */
#headerimage {
    background: #ffffff url(../images/header.jpg) no-repeat top left;
}

/* Style left */
#left {
    color: #333333;
    background-color: #00A161;
}
    
#left .moduletable {
    color: #333333;
    background-color: #D8F0E6;
    margin: 5px 0px 0px 0px;
    border-right: 1px solid #00A161;
    border-left: 1px solid #00A161;
    padding: 7px;
}

#left h3 {
    color: #333333;
    background-color: #D8F0E6;
    font-size: 1em;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 7px 0px;
    border-bottom: 1px solid #00A161;
}

#left .moduletable-menu {
    color: #333333;
    background-color: #D8F0E6;
    margin: 5px 0px 0px 0px;
    border-right: 1px solid #00A161;
    border-left: 1px solid #00A161;
    padding: 0px;
}

/* Style Right */
#right {
    color: #7F7F7F;
    background-color: #7F7F7F;
}

#right .moduletable {
    color: #7F7F7F;
    background-color: #F0F0F0;
    margin: 5px 0px 0px 0px;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #7F7F7F;
    padding: 7px;
}

#right h3 {
    color: #333333;
    background-color: #F0F0F0;
    font-size: 1em;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 7px 0px;
    border-bottom: 1px solid #7F7F7F;
}

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

#right li {
    list-style: none;
    margin: 2px 0 2px 0;
    padding: 0;
}

#right a, #right a:link, #right a:visited {
    color: #7F7F7F;
    background: transparent;
    text-decoration: none;
    display: block;
}

#right a:hover {
    color: #7F7F7F;
    background: transparent;
    text-decoration: underline;
}

/* Style Right Termine */

#right .moduletable-termine {
    color: #7F7F7F;
    background-color: #F0F0F0;
    margin: 5px 0px 0px 0px;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #7F7F7F;
    padding: 7px;
}

li .modultable-termine {
    list-style: none;
    margin: 2px 0 2px 0;
    padding: 0;
    border-bottom: 1px dotted #fff;
}

/* Style Content */
#content {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
    color: #333333;
    background: transparent url(../images/logobigcontent.png) no-repeat bottom right;
}

#content ul {
    margin-left: 10px;
    padding: 0px;
    list-style-type: circle; 
}

#content li {
    margin: 3px 0px 3px 5px;
    padding: 0px;
    list-style-type: circle;
}

/* Style Footer */
#footer-l {
    background: transparent;
    color: #808080;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	text-align: left;
}

#footer-l a:link, #footer-l a:visited, #footer-l a:hover {
    color: #808080;
	text-decoration: underline;
}

#footer-r {
    background: transparent;
    color: #808080;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	text-align: right;
}

#footer-r a:link, #footer-r a:visited, #footer-r a:hover {
    color: #808080;
	text-decoration: underline;
}

/* @IMAGE */
img {
	border: none;
	margin: 5px;
}

img.image-left {
	float: left;
	margin: 5px 1px 5px 0px;
}

img.image-right {
	float: right;
	margin: 5px 0px 5px 1px;
}

img.image-border {
	border: 5px solid #DFDFDF;
	padding: 3px;
}

img.image-margin {
	margin: 5px;
}

a img {
	border: none;
}

/** @BULLET TREE **/

/* main level */
ul.menu-bullettree {
	background: #D8F0E6;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em; 
	line-height: 1.4em;
	letter-spacing: .1em;
}

ul.menu-bullettree li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #00A161;
}

ul.menu-bullettree a:link,
ul.menu-bullettree a:visited {
    padding: 7px;
	display: block;
	color: #333333;
	background: transparent;
	text-decoration: none; 
}

ul.menu-bullettree a:hover {
    padding: 7px;
    display: block;
	color: #00A161;
	background: transparent;
	text-decoration: none; 
}

ul.menu-bullettree .active a:link,
ul.menu-bullettree .active a:visited {
    display: block;
	color: #00A161;
	background: transparent;
}

ul.menu-bullettree .active a:hover {
    display: block;
	color: #00A161;
	background: transparent;
}

/* sub level */
ul.menu-bullettree li ul {
	background: #F2FAF6;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #00A161;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .95em;
	line-height: .8em;
	letter-spacing: .1em;
}

ul.menu-bullettree li ul li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ul.menu-bullettree li ul a:link,
ul.menu-bullettree li ul a:visited {
    padding: 7px 7px 7px 30px;
	display: block;
	color: #333333 !important;
	background: transparent;
	text-decoration: none;
}

ul.menu-bullettree li ul a:hover {
    padding: 7px 7px 7px 30px;
    display: block;
	color: #00A161 !important;
	background: transparent;
	text-decoration: none;
}

ul.menu-bullettree li ul .active a:link,
ul.menu-bullettree li ul .active a:visited {
    display: block;
	color: #00A161 !important;
	background: transparent;
	text-decoration: none;
}

/* sub sub level */
ul.menu-bullettree li ul li ul{
	background: #F2FAF6;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-top: 0px;
	color: #333333 !important;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .95em;
	line-height: .8em;
	letter-spacing: .1em;
}

ul.menu-bullettree li ul li ul li{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ul.menu-bullettree li ul li ul a:link,
ul.menu-bullettree li ul li ul a:visited {
    padding: 5px 5px 5px 60px;
	display: block;
	color: #333333 !important;
	background: transparent;
	text-decoration: none;
}

ul.menu-bullettree li ul li ul a:hover {
    padding: 5px 5px 5px 60px;
    display: block;
	color: #00A161 !important;
	background: transparent;
	text-decoration: none;
}

ul.menu-bullettree li ul li ul .active a:link,
ul.menu-bullettree li ul li ul .active a:visited {
    display: block;
	color: #00A161 !important;
	background: transparent;
	text-decoration: none;
}

/** @JOOMLA DEFAULT **/

/* Based on extension */
a.text {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-txt.png) no-repeat center right;
}

a.music {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-music.png) no-repeat center right;
}

a.archive {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-archive.png) no-repeat center right;
}

a.movie {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-film.png) no-repeat center right;
}

a.wmv {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-wmv.png) no-repeat right center;
}

a.doc, a.rtf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-doc.png) no-repeat center right;
}

a.xls {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-xls.png) no-repeat center right;
}

a.pps {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pps.png) no-repeat center right;
}

a.flash {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-flash.png) no-repeat center right;
}

a.pdf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pdf.png) no-repeat center right;
}

a.rss, a.atom {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-feed.png) no-repeat center right;
}

a.vcard {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-vcard.png) no-repeat center right;
}

a.mov {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mov.png) no-repeat right center;
}

a.dmg, a.app {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-dmg.png) no-repeat center right;
}

a.ical {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ical.png) no-repeat center right;
}

a.css {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-css.png) no-repeat center right;
}

a.ttf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ttf.png) no-repeat center right;
}

a.torrent {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-torrent.png) no-repeat center right;
}

a.mailto {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mailto.png) no-repeat center right;
}

a.callto {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-call.png) no-repeat center right;
}

a.msnim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-msn.png) no-repeat center right;
}

a.aim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-aim.png) no-repeat center right;
}

a.yim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-yim.png) no-repeat center right;
}

a.skype {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-skype.png) no-repeat center right;
}

a.noicon {
	padding: 0 !important;
	background: none !important;
}

/* Reset original styles */
#content a[title="PDF"],
#content a[title="Print"],
#content a[title="E-mail"] {
	padding: 0;
	background: none;
}



/* -- buttons -> STILL NEED CLEANUP*/

/* -- 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: .9em;
	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;
}

/* PATHWAY */
span.pathway {
	font-weight: bold;
	font-size: .9em;
}

a.pathway:link,
a.pathway:visited {
	padding: 0 .25em;
	font-weight: normal;
	text-decoration: none;
	color: #404040;
}

a.pathway:hover {
	text-decoration: underline;
}

/* page heading */
.contentheading {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.6em;
	font-weight: normal;
	letter-spacing: .2em;
	color: #00A161;
	background-color: transparent;
}

.componentheading {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.6em;
	font-weight: bold;
	letter-spacing: .2em;
	color: #00A161;
	background-color: transparent;
}

/* Content title link */
a.contentpagetitle:link,
a.contentpagetitle:visited {
	text-decoration: none;
}

a.contentpagetitle:hover {
	text-decoration: underline;
}

/** CONTENT AREA **/
/* Blog page main wrapper */
table.blog {
	width: 100%;
}

table.blog td {

}

/* Content container */
table.contentpane,
table.contentpaneopen {
	width: 100%;
}

/* Separator after each content container TD */
table.blog span.article_seperator {
	display: block;
	height: 1.5em;
}

/* 3 buttons */
td.buttonheading {
	padding: 0 2px;
}

/* Data & written by area */
span.small,
td.createdate,
td.modifydate {
	color: #999999;
	font-size: .9em;
	padding-bottom: .6em;
}

/* Page counter */
div.pagenavcounter {
	color: #595959;
	margin: .5em 0;
	font-size: .9em;
	font-weight: bold;
}

/* Table of content */
table.contenttoc {
	margin: 0 0 1em 1em;
	border: 1px solid #D9D9D9;
	background: #f2f2f2;
}

table.contenttoc th {
	padding: .4em;
	background: url(../images/dot.png) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}

table.contenttoc td {
	padding: .25em .6em;
}

a.toclink:link,
a.toclink:visited {
	font-size: .9em;
}

a.toclink:hover {
}

div.mosimage {
	padding: .3em;
	margin: .8em;
	color: #595959;
}

div.mosimage_caption {
	padding: .2em;
	font-weight: bold;
	font-size: .9em;
}

/* Read more */
a.readon:link,
a.readon:visited {
	padding: 0px;
	text-decoration: none;
	color: #00A161;
}

a.readon:hover {
	text-decoration: underline;
}

/** COMPONENT AND CONTENT TABLE PAGE **/
/* Description in content table and component page */
td.contentdescription {
	padding: 10px 0px;
}

/* Links in Section Table page */
a.category:link,
a.category:visited {
	font-weight: bold;
}

a.category:hover {
}

/* table in category table page */
td.sectiontableheader {
	padding: 5px 8px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #DFDFDF;
}

td.sectiontableheader a {
	color: #ffffff;
	text-decoration: underline;
}

td.sectiontableheader a:hover {
	text-decoration: none;
}

/* table's row 1 */
tr.sectiontableentry1 td {
	padding: 5px 10px;
}

/* table's row 2 */
tr.sectiontableentry2 td {
	padding: 5px 10px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.smalldark {
}

/** "MORE..." AREA **/
/* "More..." panel */
div.blog_more {
}

/* "More..." panel heading text */
div.blog_more div {
	padding-bottom: .3em;
}

/* "More..." block links */
div.blog_more ul {
}

div.blog_more li{
}

/* "More..." panel links */
a.blogsection:link, a.blogsection:visited {
	text-decoration: none;
}

a.blogsection:hover {
	text-decoration: underline;
}

/** BOTTOM NAVIGATION BAR **/
/* content page nav */
div.pagenavbar div {
	color: #999999;
	font-weight: bold;
	font-size: .9em;
}

div.pagenavbar a:link,
div.pagenavbar a:visited {
	text-decoration: none;
}

div.pagenavbar a:hover {
	text-decoration: underline;
}

/* content item rolling nav */
th.pagenav_prev, th.pagenav_next {
	color: #999999;
	font-size: .9em;
	font-weight: bold;
}

th.pagenav_prev a:link, th.pagenav_prev a:visited,
th.pagenav_next a:link, th.pagenav_next a:visited {
	text-decoration: none;
}

th.pagenav_prev a:hover, th.pagenav_next a:hover {
	text-decoration: underline;
}

/* blog pages nav */
.pagenav {
	color: #999999;
	padding: 0 .5em;
	margin-top: 1em;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

/* blog pages nav link */
a.pagenav:link, a.pagenav:visited {
	text-decoration: none;
	text-transform: uppercase;
}

a.pagenav:hover {
	text-decoration: underline;
}

/* Back button */
div.back_button {
	margin: .5em 0;
	padding: .4em 0;
	font-weight: bold;
}

div.back_button a:link,
div.back_button a:visited {
	text-decoration: none;
	text-transform: uppercase;
}

div.back_button a:hover{
	text-decoration: underline;
}

.hd {
	display: none;
}

/** COMMON FORM **/
input.button {
}

input.inputbox {
}

input.inputbox:hover,
input.button:hover {
}

input.inputbox:focus {
}

/** POP UP FORMS **/
body.contentpane {
	padding: 1em;
}

/** SEARCH MODULE **/
/* Search wrapper */
div.search {
    color: #7F7F7F;
    
}

/* Search input box */
input#mod_search_searchword {
	margin-right: 3px;
    color: #7F7F7F;
    font-size: 1em;
}

span.highlight {
	padding: .2em;
	background: #FFFFAA;
}

/** LOGIN MODULE **/
form#form-login fieldset.input {
	border: none;
	padding: 0;
}

input#modlgn_username {
}

input#modlgn_passwd {
}

input#modlgn_remember {
}

p#form-login-username,
p#form-login-password,
p#form-login-remember {
	margin: 0 0 6px 0;
}

/** LATEST NEWS & POPULAR MODULE **/
ul.latestnews,
ul.mostread {
}

ul.latestnews li,
ul.mostread li {
}

/** POLL MODULE **/
/* poll's table */
table.poll {
}

table.pollstableborder {
	margin: .5em 0;
	text-align: left;
}

table.pollstableborder td {
	text-align: left;
	font-size: .9em;
	padding: 3px 2px;
	border: none;
}

/* poll's question */
table.pollstableborder td.sectiontableentry1 {
}

table.pollstableborder td.sectiontableentry2 {
}

/* poll's result */
table.pollstableborder th.sectiontableheader {
}

table.pollstableborder tr.sectiontableentry0 td {
	background-color: #f2f2f2;
	padding: .5em .8em;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: none;
	padding: .5em .8em;
}


/** POP UP FORMS **/
body.contentpane {
	color: #000000;
	background: #FFFFFF;
}

/* Joomla 1.5 styles */

/* System Standard Messages */
#system-message {
	margin-bottom: 20px;
}

#system-message ul li {
	margin-left: 0;
}

#system-message dd.message ul {
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
}

/* System Error Messages */
#system-message dd.error ul {
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin: 0px;
	padding-left: 40px;
	color: #cc0000;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	text-indent: 0px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: .9em;
	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: .9em;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul {
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	color: #cc0000;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
}
