#comment_email_check {
	display:none;
}

/*Misc Styles*/
#error_message {
	width:auto;
	background-color:#FCA7A9;
	border:3px #ff0000 solid;
	color:#ff0000;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
}

#info_message {
	width:auto;
	background-color:#9E8FF3;
	border:3px #0000ff solid;
	color:#0000ff;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
}

p.date {
	margin-top:0px;
	color:#999999;
	font-size:12px;
}

.message {
	float:left;
	left:100px;
}

p.field {
	clear:right;
	padding:3px 7px;
	margin:0px;
	width:320px;
}

p.field input, p.field select {
	float:right;
	margin:0px;
	padding:0px;
	width:200px;
}

p.field textarea.float_right {
	float:right;
	margin:0px;
	padding:0px;
	width:200px;
}

p.right_field {
	clear:right;
	padding:1px 0px;
	margin:0px;
	width:240px;
}

p.right_field input {
	float:right;
	margin:0px;
	padding:0px;
	width:140px;
}

#login_container {
	width:340px;
	padding:5px 0px;
}

#register_container_border {
	width:340px;
	border-left:1px #666666 dotted;
	padding:5px 0px;
}

/*Livechat styles*/

.conv_row_rep {
	clear:left;
	width:100%;
	background-color:#ffffff;
}

.conv_row_client {
	clear:left;
	width:100%;
	background-color:#cccccc;
}

.rep {
	color:#0000ff;
	font-weight:bold;
	width:100px;
	float:left;
}

.client {
	color:#ff0000;
	font-weight:bold;
	width:100px;
	float:left;
}

/*Forum styles*/

table#forum_area {
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}

table#forum_area caption {
	width:100%;
	text-align:left;
	background-color:#333333;
	padding:5px 0px;
}

table#forum_area caption #forum_breadcrumb {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 5px 10px;
}

p#forum_breadcrumb {
	background-color:#333333;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 5px 10px;
	margin:0px;
}

table#forum_area caption #forum_breadcrumb a, p#forum_breadcrumb a {
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
}

table#forum_area caption #forum_breadcrumb a:hover, p#forum_breadcrumb a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

table#forum_area tbody tr {
	background-image:url(/images/template/forum_row_grad.png);
	background-position:top left;
	background-repeat:repeat-x;
}

table#forum_area tbody tr:hover {
	background-color:#eeeeee;
}

table#forum_area tr th.forum_heading,
table#forum_area tr td.forum_name {
	width:32%;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
}

table#forum_area tr th.forum_author,
table#forum_area tr td.forum_author {
	width:20%;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	text-align:center;
}

table#forum_area tr th.forum_topics,
table#forum_area tr td.forum_topics,
table#forum_area tr th.forum_views,
table#forum_area tr td.forum_views {
	width:12%;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	text-align:center;
}

table#forum_area tr th.forum_posts,
table#forum_area tr td.forum_posts{
	width:12%;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	text-align:center;
}

table#forum_area tr th.forum_lastpost,
table#forum_area tr td.forum_lastpost{
	width:24%;
	border-bottom:1px #999999 solid;
}



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

ul#forum_options li.button {
	float:left;
	margin-right:20px;
	width:100px;
	height:25px;
	display:block;
	margin-bottom:15px;
}

ul#forum_options li.button a.add_button {
	background-image:url(/images/template/add_button.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px 6px 6px;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

ul#forum_options li.button a.add_button:hover {
	background-image:url(/images/template/add_button_over.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px 6px 6px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

ul#forum_options li.button a.profile_button {
	background-image:url(/images/template/profile_button.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px 6px 6px;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

ul#forum_options li.button a.profile_button:hover {
	background-image:url(/images/template/profile_button_over.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px 6px 6px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

ul#forum_options li.button a.lock_button {
	background-image:url(/images/template/lock_button.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px 6px 6px;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

ul#forum_options li.button a.lock_button:hover {
	background-image:url(/images/template/lock_button_over.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px 6px 6px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

.forum_post {
	border-top:1px #666666 solid;
	width:100%;
	clear:left;
}

.forum_post .post_author {
	float:left;
	margin-left:10px;
	width:150px;
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-bottom:1px #666666 solid;
	background-color:#cccccc;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
}

.forum_post .post_author ul.author_details {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:130%;
}

.forum_post .post_area {
	margin-left:180px;
}

.forum_post ul.post_footer {
	list-style:none;
	border-top:1px #cccccc dashed;
	text-align:ceter;
	width:100%;
	margin-top:15px;
	padding:3px 0px;
}

.forum_post ul.post_footer li {
	float:left;
	margin-right:10px;
}

#forum_topic_footer {
	clear:left;
	border-top:1px #666666 solid;
	padding-top:5px;
	margin-bottom:0px;
}

#full_page_login_register {
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	background-image:url(/images/template/transparent_bg.png);
	background-position:top left;
	background-repeat:repeat;
	z-index:600;
}

#full_page_login_register #login_register_area {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	border:5px #000000 solid;
	background-color:#ffffff;
	padding:5px;
}

#full_page_login_register #login_register_area #close_button {
	float:right;
	width:60px;
	height:20px;
	margin-top:10px;
	margin-right:10px;
}

#multiple_pages a.page_number {
	border:1px #666666 solid;
	color:#666666;
	text-decoration:none;
	float:left;
	padding:4px;
	margin-left:10px;
}

#multiple_pages a.page_number:hover {
	border:1px #000000 solid;
	color:#000000;
	background-color:#cccccc;
	text-decoration:none;
	float:left;
	padding:4px;
	margin-left:10px;
}

/* Profile style */

ul#profile_stats {
	list-style:none;
}

ul#profile_stats li {
	line-height:150%;
	width:300px;
	clear:both;
}

ul#profile_stats li .question {
	float:left;
	width:150px;
}

ul#profile_stats li .answer {
	float:right;
	width:150px;
}

.date {
	color:#999999;
}
	
/* Application style */
.option_box {
	float:left;
	margin:5px;
	border:1px #666666 solid;
	float:left;
	padding:5px;
	width:615px;
}

.option_box .box_text {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

.option_box h2 {
	margin-top:0px;
	font-size:18px;
}

.option_box a {
	text-decoration:none;
	display:block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity:.60;
    filter: alpha(opacity=60);
    -moz-opacity:.60;
}

.option_box a:hover {
	text-decoration:none;
	display:block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1.0;
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
}

.option_box a p {
	color:#000000;
}

.option_box img {
	float:right;
	padding:5px;
}

.option_box a img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity:.60;
    filter: alpha(opacity=60);
    -moz-opacity:.60;
	border:0px;
}

.option_box a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1.0;
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
}

p.share {
	padding-top:10px;
	border-top:1px #000000 solid;
}

/* Sitemap style */
p.sitemap {
	margin-left:5px;
}

p.sitemap2 {
	margin-left:25px;
}

/*Gallery Style*/

.left_column_gallery {
	width:12%;
	float:left;
	margin-right:3%;
}

.left_column_gallery img, .right_column_gallery img {
	margin-bottom:10px;
}

.middle_column_gallery {
	width:68%;
	float:left;
}

.middle_column_gallery .picture_area {
	width:100%;
	text-align:center;
}

.middle_column_gallery .picture_area img.main_gallery_pic {
	width:100%;
}

.right_column_gallery {
	width:12%;
	float:left;
	margin-left:3%;
}

img.thumbnail {
	border:0px;
	width:100%;
}

.album_thumbnail {
	width:30%;
	margin-right:5%;
	margin-bottom:10px;
	text-align:center;
	float:left;
	height:200px;
}

.album_thumbnail a {
	display:block;
	color:#000000;
	text-decoration:none;
	border:#999999 solid 1px;
}

.album_thumbnail a:hover {
	border:#000000 solid 1px;
}

.album_thumbnail a img {
	border:0px;
	max-height:200px;
	max-width:200px;
}

/*Contact from Style*/
#contact_form {
	max-width:400px;
}

#contact_form p.field {
	clear:both;
	padding:7px 0px;
	margin:0px;
	width:100%;
}

#contact_form p.field label {
	clear:left;
	padding:0px;
	margin:0px;
}

#contact_form p.field input, #contact_form p.field textarea {
	float:right;
	margin:0px;
	padding:0px;
	width:70%;
}

#contact_form p.submit_button {
	clear:right;
	margin-left:30%;
	top:10px;
	position:relative;
}

/* Live chat admin style */

.chat_speaker {
	width:70%;
	float:left;
}

.chat_messages {
	float:left;
	width:30%;
}

/* RSS button styles */
a.rss_link {
	background-image:url('/images/template/rss_icon.png');
	background-repeat:no-repeat;
	background-position:top left;
	border:0px;
	float:right;
	margin-right:20px;
	width:20px;
	height:20px;
}

a.rss_link_2 {
	background-image:url('/images/template/rss_icon.png');
	background-repeat:no-repeat;
	background-position:top right;
	border:0px;
	float:right;
	margin-right:40px;
	margin-top:3px;
	width:150px;
	height:20px;
	padding-right:44px;
	padding-top:3px;
	text-align:right;
}

/*.comment_container, .blog_entry {
	border-bottom:1px #999999 solid;
}*/
