@charset "UTF-8";
/*--------------------------------------------------------------------------------
# Multiplate 2.5 - August 2012 (J2.5)
# Public Version
# Copyright (C) 2006-2012 www.ah-68.de All Rights Reserved.
---------------------------------------------------------------------------------*/
/* Bright Style */


/* Bright Body */
body {
	color: #555;
}
/* Bright Wrapper */
#wrapper {
	background-color:#dedede;
}
/* Bright Pagetitle */
.pagetitle {
	color:#505050;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #fff;
}
.sec_pagetitle {
	color:#282828;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
}
/* Bright Pagetitle */
#header {
	background-color: #DEDEDE;
}
/* Bright Content */
#content_inner {
	background-color: #f5f5f5;
}
/* Bright Pathway */
.breadcrumbs {
	color: #555;
}
.pathway {
	color: #555;
}
/* Bright USERS Top Content */
#users_top .moduletable {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Bright USERS Bottom Container */
#users_bottom .moduletable {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Bright Moduletable */
#content_inner .moduletable_text h3, #content_inner .module_text h3, #content_inner div.moduletable h3 {
	color:#008cd2;
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#right_outer .moduletable, #right_outer .moduletable_text, #right_outer div.moduletable {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Bright Module h3 */
div.module h3 {
	color:#666;
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
/* Bright Module */
div.module {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Bright Module Menu h3 */
div.module_menu h3 {
	color:#008cd2;
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
/* Bright Module Menu */
div.module_menu {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Bright Module Menu Level 1 */

div.module_menu ul.menu li a {
	color : #555;
	background-image: url(../images/user_li_bright.gif);
	background-repeat: no-repeat;
	background-position : 10px center;
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
 transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out
}
div.module_menu ul.menu li a:hover {
	color : #008cd2;
	background-image: url(../images/user_li_bright_hover.gif);
	background-repeat: no-repeat;
	background-position : 10px center;
	background-color: #e8e8e8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
div.module_menu ul.menu li.active a {
	color : #008cd2;
	background-image: url(../images/user_li_bright.gif);
	background-repeat: no-repeat;
	background-position : 10px center;
	background-color: #e8e8e8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
div.module_menu ul.menu li.active a:hover {
	color: #555;
	background-image: url(../images/user_li_bright_hover.gif);
	background-repeat: no-repeat;
	background-position : 10px center;
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
/* Bright Module Menu Level 2 */
div.module_menu ul.menu li li a {
	background-image: url(../images/user_sublevel_li_bright.gif) !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	color : #777 !important;
}
div.module_menu ul.menu li li a:hover {
	background-image: url(../images/user_sublevel_li_bright_hover.gif) !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	color : #555 !important;
}
div.module_menu ul.menu li li.active a {
	color : #008cd2 !important;
}
div.module_menu ul.menu li li.active a:hover {
	color : #777 !important;
}
/* Bright Content Inner Most Latest */
#content_inner .mostread li, #content_inner .latestnews li, #content_inner .users_med li, #content_inner .users_big li, #content_inner .users li {
	background-image: url(../images/user_li_bright.gif);
	background-repeat: no-repeat;
	background-position : 10px center;
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
 transition: background .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, border .5s ease-in-out
}
#content_inner .mostread li:hover, #content_inner .latestnews li:hover, #content_inner .users_med li:hover, #content_inner .users_big li:hover, #content_inner .users li:hover {
	background-image: url(../images/user_li_bright_hover.gif);
	background-repeat: no-repeat;
	background-position : 10px center;
	background-color: #e8e8e8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
#content_inner .mostread li a, #content_inner .latestnews li a, #content_inner .users_med li a, #content_inner .users_big li a, #content_inner .users li a {
	color: #777;
 transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
 -ms-transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
}
#content_inner .mostread li a:hover, #content_inner .latestnews li a:hover, #content_inner .users_med li a:hover, #content_inner .users_big li a:hover, #content_inner .users li a:hover {
	color: #008cd2;
}
/* Bright General */
.error {
	color : #666;
}
div.message {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.small {
	color : #777;
}
.code {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.highlight {
	background-color: #fff
}
/* Bright Inputbox */
.inputbox, input, #jform_contact_message {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color : #666;
 transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out
}
.inputbox:hover, input:hover, #jform_contact_message:hover {
	background-color: #dedede;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
}
/* Bright Button */
.button, .validate, button {
	color: #555;
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
 transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out
}
.button:hover, .validate:hover, button:hover {
	color: #444;
	background-color: #dedede;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
}
/* Bright Pagination */
.pagination li a {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e8e8e8;
 transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out
}
.pagination li a:hover {
	background-color: #dedede;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
}
/* Bright Readon */
.readmore {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e8e8e8;
 transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out
}
.readmore:hover {
	background-color: #dedede;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
}
.readmore a.readon {
	color : #777;
}
.readon {
	color:#008cd2;
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
 transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -o-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -ms-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out;
 -webkit-transition: background .5s ease-in-out, color .5s ease-in-out, border .5s ease-in-out
}
.readon:hover {
	color: #555 !important;
	background-color: #dedede;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
}
/* Fieldset */
fieldset {
	background-color: #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff
}
/* Contact Pane */
.panel .pane-toggler {
	background-color: #dedede;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2
}
.panel .pane-toggler-down {
	background-color: #e8e8e8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.panel h3.pane-toggler a {
	background-image:url(../images/slider_plus_bright.png);
	background-repeat: no-repeat;
	background-position: 98% center
}
.panel h3.pane-toggler-down a {
	background-image:url(../images/slider_minus_bright.png);
	background-repeat: no-repeat;
	background-position: 98% center
}
/* Contact Tabs */
dl.tabs dt {
	background-color: #e8e8e8;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #c2c2c2
}
dl.tabs dt.open {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
div.current {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd
}
/* Bright Section */
.cat-list-row0 {
	background-color : #eeeeee;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.cat-list-row1 {
	background-color : #e8e8e8;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* Bright Separator */
.item-separator {
	margin: 20px 0;
	background-image: url(../images/bright_spacer.gif);
	background-repeat: repeat-x
}
/* Bright Image Shadow */
.imgdropshadow {
	padding: 5px;
	background-color: #eeeeee;
	border: solid 1px #dedede !important;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.imgdropshadow:hover {
	background-color: #e8e8e8;
	border: solid 1px #cdcdcd !important;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
