.g_adminToolbar * {
	color: #000;
}

.g_adminToolbar {
	margin: 5px 10px 5px 10px;
	background-color: #fff;
	position: absolute;
	z-index: 100;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#g_modalMask {
	z-index: 9000;
	position: absolute;
	background-color:#000;
	display:none;  
}

#g_messageWindow {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 800px;
	border: 1px solid;
	z-index: 9500;
	background-color: #fff;
}

#g_messageWindow .g_message {
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 10px;
	padding: 15px 10px 15px 50px;
}

#g_messageWindow .g_message.g_messageInformation {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/public/resources/images/info.png');
}
#g_messageWindow .g_message.g_messageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/public/resources/images/success.png');
}
#g_messageWindow .g_message.g_messageWarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/public/resources/images/warning.png');
}
#g_messageWindow .g_message.g_messageError {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/public/resources/images/error.png');
}
#g_messageWindow .g_messageFrom {
	text-align: left;
	font-weight: bold;
}
#g_messageWindow .g_messageBody {
	text-align: left;
}
#g_messageWindow > p {
	text-align: center;
	padding: 5px;
}
#g_messageWindow > p > a {
	text-decoration: none;
}

input.g_captchaInputWithPlaceholder {
	color: #69b1e2;
}

.g_gallery {
	width: 500px !important;
	margin: 0 auto;
}
.g_gallery li {
	width: 68px;
	height: 50px;
	border: 3px double #111;
	margin: 0 2px;
}
.g_gallery li div {
	left: 240px
}
.g_gallery li div .caption {
	font: italic 0.7em/1.4 georgia,serif;
}
.g_gallery_unstyled {
	width: 350px;
	float: left;
}

#g_gallery_main_image {
	margin: 0 auto 10px auto;
	height: 400px;
	width: 400px;
	float: left;
}
#g_gallery_main_image img{ 
	margin-bottom: 10px;
}

.g_gallery_nav {
	clear: both;
	font-size: 80%;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.g_hoverBlock {
	cursor: pointer;
}


div.g_article {
	clear: both;
	padding-top: 5px;
}

.g_article img {
	padding-right: 10px
}
.g_article.g_headline.g_first h2 {
	font-size: 150%;
	/*border-top: 1px solid #c6c9da;*/
	padding-top: 7px;
}

.g_article.g_headline.g_second h2 {
	font-size: 120%;
	border-top: 1px solid #c6c9da;
	padding-top: 7px;
}

.g_article.g_headline.g_normal h3 {
	font-size: 120%;
	border-top: 1px solid #c6c9da;
	padding-top: 7px;
}

div.g_article .g_author {
	display:block;
	font-style: italic;
}

a.g_telephoneMessage {
	text-decoration: underline;
}

