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


.blog_grey_right {
	color: #999;
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.blog_grey_right_small {
	color: #999;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#commentsarea {
	background-color: #E9E9E9;
	border: thin solid #CCC;
	padding: 10px;
}
#comment-text {
	background-color: #F2F2F2;
	border: thin solid #CCC;
	padding: 10px;
	width: 675px;
}
#comment-submit {
	background-color: #999;
	margin-top: 5px;
	width: 200px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.comment {
	background-color: #FFF;
	padding: 5px;
	border: thin solid #CCC;
	margin-bottom: 10px;
}
.message {
	background-color: #E8E8E8;
	padding: 10px;
	margin-bottom: 20px;
	border: thin solid #CCC;
}
#dhtmltooltip{
	position: absolute;
	width: 100px;
	height: auto;
	padding: 10px;
	visibility: hidden;
	z-index: 100;
	background-color: #E4E4E4;
	border: thin solid #999;
}
.translucent
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
/* light box effext */
.screen_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
  
.overlay_content {
	display: none;
	position: absolute;
	/*	top: 25%;
	left: 25%;
	width: 25%;
	height: 25%;
	border: 3px solid grey;
	background-color: white; */
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 0px;
	z-index:1002;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #666;


}
/********************************************/
.title_text_white_back {
	font-size: 16px;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	font-weight: bold;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-left:10px;
}
.showcase_image_title {
	width: 1020px;
}
.showcase_video_title {
	width: 410px;
}
.showcase_audio_title {
	width: 410px;
}
.showcase_image {
	margin: 0px;
	padding: 0px;
	border: 3px solid #999;
}
.centre_align
{
	text-align:center;
}
.left_align
{
	text-align:left;
}
.grey_on_white{
	color: #999;
	background-color: #FFF;
	padding: 10px;
}
.highlight3 {
	text-align: left;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #F5EFF1;
	border: thin solid #8C425D;
}
.showcase_audio_table
{
	background-image: url(../upload/media_library/thumb/3_DM11507M.jpg);
	background-color: #999;
	background-repeat: no-repeat;

}
