@charset "UTF-8";
/* reset browser defaults */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr {
	display:block;
	clear:both;
}

.nisi {
	display:none;	
}
/* default form-& font-styles */
html {
	font-size:100.01%;
}
body {
	font-size:81.25%;
	color:#555;
	background:#fff;
	font-family: Helvetica, Arial, serif;
	line-height:1.5em;
}
#cnt_content {
	line-height:1.5em;
}
#cnt_header h3 {
	margin:0;
	padding:0;
	border:none;
	line-height:1;
}
h1, h2, h3, h4, h5, h6 {
	color:#555;
	clear:left;
}
h1 {
	font-size:4em;
	color:#222;
	line-height:1;
	letter-spacing:-3px;
	margin-bottom:1em;
}
h2, #cnt_main-nav h3 {
	font-size:2em;
	color:#555;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.75em;
	border-bottom:1px solid #ddd;
	min-height:3.5em;
}
#cnt_main-nav h3 {
	min-height:1em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	color:#777;
	min-height:2.5em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
}
a {
	color:#777;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	background:#efefef;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.small {
	font-size:0.75em;
}
label {
	font-weight:bold;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
body {
	padding-top:260px;
}
.centerme {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#cnt_all {
	position:relative;
	width:900px;
}
/* top-navigation */

#nav-top ul {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top:-14px;
}
#nav-top ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav-top ul a {
	display: block;
}
#nav-top ul ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
#nav-top ul ul li {
	float: none;
}
#nav-top ul ul ul {
	top: 0;
}
#nav-top ul ul {
	width: 160px;
}
#nav-top ul ul ul {
	left: 161px;
}
#nav-top .menu-nav {
	margin-left:-10px !important;
}
#nav-top ul a {
}
#nav-top ul {
}
#nav-top ul *:hover {
	background: none;
}
#nav-top ul a {
	background-color: #222;
	color: white;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	padding:5px 10px;
}
#nav-top ul li.hover a {
	background-color: #333;
}
#nav-top ul ul {
	top: 29px;
}
#nav-top ul ul li a {
	background-color: #333;
}
#nav-top ul ul a.hover {
	background-color: #30A8C3;
}
#nav-top ul ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.95;
}
#nav-top ul ul {
	padding-top:7px;
}
#nav-top ul ul ul {
	padding-top:0;
}
#nav-top ul ul li.parent a {
	background:url(../images/menu_arrow.png) no-repeat top right #333;
}
#nav-top ul ul li.parent a:hover {
	background:url(../images/menu_arrow.png) no-repeat top right #30A8C3;
}
#nav-top ul ul li.parent li a {
	background-image:none;
	background-color: #333;
}
#nav-top ul ul li.parent li a:hover {
	background-image:none;
	background-color: #30A8C3;
}
/* header */
#cnt_header {
	position:absolute;
	top:115px;
	left:0;
	height:66px;
	width:100%;
	background:url(../images/header_bg.png) repeat-x #F60;
}
/* header > links */
#cnt_header a {
	text-decoration:none;
}
/* header > title */
#cnt_heading h4 {
	position:relative;
	display:inline;
	padding:15px 20px;
	background:#FFF;
	font-size:24px;
	color:#F06;
	float:left;
	margin:0;
	margin-left:-20px !important;
	padding-bottom:0;
}
/* header > subtitle */
#cnt_heading h4 span {
	clear:left;
	display:block;
	font-size:18px;
	color:#999;
	font-weight:normal;
}
/* header > logo-image */
#cnt_heading h4 img {
	margin-top:-15px;
}
/* quicksearch-box */
#cnt_user4 {
	float:right;
	margin-right:80px;
}
/* quicksearch-box > textfield */
#mod_search_searchword {
	height:1em;
	padding:5px;
	width:210px;
	margin-top:22px;
	border:none;
}
/* footer-modules */

#cnt_user1, #cnt_user2, #cnt_top {
	float:left;
	width:30%;
	padding-right:3%;
}
#cnt_top {
	padding-bottom:2em;
}
/* footer-modules > headings */
#cnt_footer h3 {
	min-height:0;
	line-height:2;
}
/* footer */
#cnt_copyright {
	width:100%;
	background:#bbb;
	clear:both;
	padding:5px 0px;
	margin-top:3em;
	display:block;
	color:#777;
}
#cnt_footer {
	background:#eee;
	position:absolute;
	width:100%;
	padding:2em 0 0 0;
}
/* content-area */

#cnt_content {
	position:absolute;
	width:550px;
	cursor:default;
	padding-bottom:3em;
}
#cnt_nav-top {
	position:absolute;
	top:0px;
	left:0px;
	background:#222;
	width:100%;
	height:40px;
}
.smallwidth {
	margin-right:50px;
	float:left;
}
/* navigation-bar */
#cnt_main-nav {
	width:300px;
	overflow:hidden;
	right:0;
	position:absolute;
}
/* navigation-bar > nav-1 = left-moduleposition / nav-2 = right-moduleposition */
#nav-1, #nav-2 {
	width:220px;
	position:relative;
	top:0;
	left:0;
	border-right:1px solid #eee;
	padding-right:50px;
	overflow:hidden;
}
#nav-2 {
	position:relative;
	left:0;
	top:0;
}
/* navigation-bar > toogle-button's */
#menu_toggle {
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:5px;
	right:0;
	cursor:pointer;
	background:url(../images/menu_btn_2.png);
}
.move_in {
	background:url(../images/menu_btn_1.png) !important;
}
/* navigation-bar > headings */
#cnt_main-nav h3 {
	font-size:2em;
	color:#777;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.75em;
	border-bottom:none;
	height:1.75em;
	position:relative;
}
#cnt_main-nav h3 span {
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../images/gradient_bg.png) repeat-x;
}
/* navigation-bar > menu-list-styling */

#cnt_main-nav .moduletable_menu .parent {
	background:url(../images/main_menu_parent_bg.png) top right no-repeat;
}
#cnt_main-nav .moduletable_menu ul {
}
#cnt_main-nav .moduletable_menu .parent ul {
	display:none;
}
#cnt_main-nav .moduletable_menu .parent ul a {
	background:#F9F9F9;
	padding:0px 10px;
	color:#666;
}
#cnt_main-nav .moduletable_menu .parent ul a:hover {
	background:#eee;
}
.moduletable_menu, .moduletable, .moduletable_text {
	margin-bottom:1.5em;
}
.menu, .menu ul, #mainlevel {
	margin:0;
	padding:0;
	list-style:none;
}
.menu li, #mainlevel li {
}
/* navigation-bar > menu-links */
.menu a:link, .menu a:active, .menu a:visited, #mainlevel a:link, #mainlevel a:active, #mainlevel a:visited {
	text-decoration:none;
	display:block;
	border-bottom:1px solid #eee;
	line-height:2em;
}
/* navigation-bar > menu-links hover */

.menu a:hover {
	background:#eee;
	padding-left:7px;
}
/* joomla-styles */

.leading {
	color: #000000;
	margin: 30px 0px 10px 0px;
	position: relative;
}
.leading_separator {
	border-bottom: solid 0px #333333;
	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 #D4A7C5;
	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;
}
.awesome, .awesome:visited {
	background: #999 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #777;
	color: #fff;
}
.awesome:active {
	top: 1px;
}
.awesome, .awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin-top:0.8em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.iteminfo, .articleinfo {
	color:	#999;
}
.modifydate:after, .createdby:after, .createdate:after {
	content:" // ";
}
.sectiontableentry1, .sectiontableentry1 td {
	background:#f3f3f3;
}
.sectiontableentry1 td {
	line-height:2em;
}
.pagenavcounter, .counter {
	float:right;
	height:25px;
	display:block;
	line-height:2em;
	padding:0 0.5em;
	background:#eee;
	border:1px solid #ddd;
	margin:0 0.75em;
}
.counter {
	margin:0;
}
ul.pagination {
	margin:0;
	padding:0;
	list-style:none;
}
ul.pagination li {
	float:left;
	display:block;
	padding:3px 8px 2px 8px;
	border:1px solid #ddd;
	margin-right:1px;
}
ul.pagination li a {
	display:block;
	background:#eee;
	padding:2px 8px;
	margin:-2px -8px;
	text-decoration:none;
}
#contenttoc {
	position:relative;
}
.contenttoc {
	float:right;
	display:block;
	overflow:hidden;
	height:25px;
	width:120px;
	background:#eee;
	border:1px solid #ddd;
}
.contenttoc tbody {
	text-align:left;
}
.contenttoc th {
	display:block;
	width:120px;
	background:#ddd;
	cursor:pointer;
}
.contenttoc th:hover {
}
.contenttoc td {
	display:block;
}
.fullwidth {
	width:100% !important;
}

.bannerheader {
	margin-bottom:1em;
	border-bottom:1px solid #ccc;
	color:#aaa;
}
.bannergroup_text {
	border:1px solid #ccc;
	padding:2em;
}
.banneritem_text {
	color:#666;
}
.banneritem_text .clr {
	margin-bottom:1em;
}
.banneritem_text a {
	font-weight:bold;
}
.bannerfooter_text {
	font-size:0.8em;
}
.blog_more {
	border-bottom:1px solid #ddd;
	margin-bottom:3em;
}
.blog_more ul {
}
.weblinks {
	clear:left;
}
/* loading-overlay */

.QOverlay {
	background-color: #fff;
	z-index: 9999;
}
/* loading-overlay > loading-bar */
.QLoader {
	background-color: #fff;
	height: 1px;
}
/* lightbox */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	letter-spacing:normal;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(../images/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(../images/next.gif);
}
.tool-tip {
	background:#EEE;
	border:1px solid #CCC;
	padding:5px;
}

.tool-title {
	font-weight:bold;
}

.tool-text {
	font-size:10px;
}
