﻿body 
{
    background: #ffffff url('../images/bg_01.jpg') repeat-x;    
    margin-top: 0px;
    font-size: 9pt;
    font-family: Arial;
    position: relative;
}

#blog_link
{
	position: absolute;
	left: 979px;
	top: 200px;
}

#blog_link a
{
	display: block;
	width: 67px;
	height: 107px;
	background: transparent url('../images/blog_butt.png') no-repeat;
}

input[type=text], input[type=password]
{
    font-size: 8pt;
    background-color: #ffffff;
} 

#toTop 
{
	width:100px;
    border:1px solid #ccc;
    background:#dcdcdc;
    text-align:center;
    padding:5px;
    position:fixed; /* this is the magic */
    bottom:10px; /* together with this to put the div at the bottom*/
    right:10px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
    z-index: 1000;
}

#toTop:hover
{
	background: #ffffff;
}


#biggest
{
    width: 980px;
    min-height: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#topbar_wrapper
{
    width: 980px;
    height: 160px;
}

#loginbar
{
    width: 980px;
    height: 25px;
}

#loginbar_left
{
    float: left;
    width: 196px;
    height: 25px;
}

#loginbar_left img
{
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}

#loginbar_right
{
    float: left;
    width: 780px;
    height: 25px;
}

#loginbar_right p
{
    font-family: Arial Rounded MT Bold, Arial;
    font-size: 8pt;
    color: #01477c;
    padding: 0px;
    margin: 0px;
}

.signin_button
{
    font-family: Verdana;
    font-size: 7pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #01477c;
    border: 1px solid #ffffff;
    margin: 0px 0px 0px 5px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
    
#loginbar_right input
{
    margin-top: 3px;
    height: 11px;    
}

.top_name, .top_name:visited
{
	color: #ffffff;
	text-decoration: none;
}

.top_name:hover
{
	text-decoration: underline;
}

#logobar
{
    width: 980px;
    height: 80px;
    position: relative;
}

#menu_wrapper
{
    /*width: 980px; */
    height: 55px;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 250;
}

.menu_li
{
	display: block;
	float: left;
	margin: 15px 2px 0;
	padding: 0;
}

.menu_a
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    color: #ffffff;
    padding: 3px 10px;
    margin: 0;
    background-color: #27889d;
    border: 1px solid #0c7288;
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}  

.menu_a_viewall_wrapper
{
	clear: both; 
	width: 974px; 
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.menu_a_viewall
{
	float: right;
	display: block;
	width: 85px;
	height: 22px;
	background: #ffffff url('../images/butt_view.jpg') no-repeat;
	background-position: left top;
}

.menu_a_viewall:hover
{
	background-position: left bottom;
}

.menu_li:hover .menu_a
{
    background-color: #ffffff;
    color: #FF3C00;
    border-bottom: 0px;
}

.menu_wrapper_submenu
{
	position: absolute;
	left: 0px;
    background-color: #ffffff;
    border: 1px solid #0c7288;
    width: 972px;
    display: none;
    z-index: 200;
    padding: 3px;
    list-style-type: none;
}

.submenu_a
{
	font-family: Verdana;
	text-decoration: none;
	color: #1b6a9c;
	
	display: block;
	width: 242px;
	height: 19px;
	padding: 23px 10px;
	
}

.submenu_li
{
	width: 318px;
	height: 65px;
	background: #ffffff url('../images/butt_submenu.jpg') repeat-x;
	background-position: left top;
	border: 1px solid #bfbfbf;
	float: left;
	margin: 2px;
	padding: 0;
}

.submenu_li_left
{
	float: left; 
	width: 65px;
	height: 65px;
}

.submenu_li_right
{
	float: left; 
	width: 252px;
	height: 65px;
}

.submenu_li_img
{
	widows: 55px;
	height: 55px;
	border: 1px solid #7e7e7e;
	margin: 2px;
	padding: 2px;
}

.submenu_li:hover
{
	background-position: left bottom;
}

.submenu_li:hover .submenu_a
{
	color: #ffffff;
}

.submenu_li:hover .submenu_li_img
{
	border: 1px solid #ffffff;
}

#menu_wrapper li:hover .menu_wrapper_submenu
{
	display: block;
}

.submenu
{
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #0c7288;
    position: absolute;
    top: 146px;
    left: 340px;
    display: none;
}

.submenu a
{
    font-family: Verdana;
    color: #27889d;
    padding:0;
    margin:0;
    
}

.top_ad
{
	/*width: 468px;
	height: 60px;
	background-color: #CFCFCF;*/
	position: absolute;
	left: 508px;
	top: 12px;
}

.top_ad a, .top_ad div
{
	/*width: 468px;
	height: 60px;
    text-align: center;
    line-height: 60px;
    text-decoration: underline !important;
    color:gray;
	font-family:verdana !important;
	font-size:7pt !important;
	font-weight:bold;
	*/
    display: block;
    margin: 0;
}
/*
.top_ad a:hover
{
	color: Black;
}
*/
#content
{
    width: 978px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    min-height: 1200px;
    background-color: #ffffff;
    overflow: hidden;
}

#footer
{
    margin: 0px 0px 30px 0px;
    text-align: right;
    font-size: 8pt;
}

#footer a, #footer a:visited
{
	color: Black;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/*#scrolltrackleft, #scrolltrackright
{
	position: relative;
}

#scrollwithpageleft, #scrollwithpageright
{
	position: absolute;
}*/

.shad
{
    width: 948px;
    height: 18px;
    background: #ffffff url('../images/shad.jpg') no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

.search
{
	height: 20px;
}

/*#searchbox
{
    position: relative;
    top: -5px;
    left: 12px;
    font-family: Arial Rounded MT Bold, Arial;
    font-size: 8pt;
    color: gray;
    padding: 0px;
    margin: 0px;
}

#searchbox input
{
    display: inline;
    height: 16px;
}*/

#googleSearch
{
	position: absolute;
	left: 13px;
	top: 170px;
}

#cse-search-results iframe
{
	width: 492px;
}

#left_column
{
    width: 267px;
    min-height: 500px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.left_column_ad
{
    /*width: 234px;
    height: 60px;
    background-color: #cfcfcf;
    border: 1px solid #737373;*/
    margin: 0px 0px 10px 0px;
}

.left_column_ad a, .left_column_ad div
{
    /*width: 234px;
    height: 40px;
    text-decoration: underline !important;
    color:gray;
	font-family:verdana !important;
	font-size:7pt !important;
	font-weight:bold;
    vertical-align: middle;
    margin: 0;
	*/
    display: block;
    text-align: center;
}
/*
.left_column_ad a:hover
{
	color: Black;
}
*/
.skyscraper_ad_left
{
	/*width: 120px;
	height: 600px;*/
	margin: 10px 0 12px 0px;
}

.skyscraper_ad_left a, .skyscraper_ad_left div
{
	display: block;
	text-align: center;
}

.skyscraper_ad_right
{
	/*width: 120px;
	height: 600px;*/
	margin: 10px 0 12px 0px;
}

.skyscraper_ad_right a, .skyscraper_ad_right div
{
	display: block;
	text-align: center;
}
    

#left_column a
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: Gray;
    text-decoration: none;
    padding:0;
    margin:0;
    display: block;
}

#left_column a:hover
{
    color: #000;
    text-decoration: underline;
}

ul
{
    padding:5px 0px 0px 30px;
    margin:0;
}

li
{
    color: Gray;
    padding: 2px;
    margin:0;
}

#left_column_bg
{
    width: 253px;
    overflow: hidden;
    background: #ffffff url('../images/left_column_bg_04.jpg') repeat-x;
    border: 1px solid gray;
    margin: 0px 0 0 12px
}

#middle_column
{
    width: 516px;
    min-height: 1000px;
    float: left;
    background: #8d8b8c url('../images/middle_column_bg_07.jpg') repeat-y;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid gray;
}

#topbox
{
    width: 492px;
    min-height: 150px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px;
}

.stbutton
{
    padding: 1px 5px 5px 22px !important;
	text-decoration: none !important;
}

.stbutton:hover
{
	text-decoration: underline !important;
}

#addentrybutton
{
	background: transparent url(../images/contribute.png) no-repeat;
	text-decoration: none !important;
    padding: 1px 5px 5px 22px !important;
}

#addentrybutton:hover
{
	text-decoration: underline !important;
}

#topbox h1
{
    font-family: Calibri, Tahoma, verdana;
    font-size: 22pt;
    font-weight: bold;
    color: #298FCF;
    padding:20px 0px 0px 20px;
    margin:0;
}

#topbox h2
{
    font-family: Tahoma;
    color: #000;
    font-size: 9pt;
    padding:0px 0px 0px 20px;
    margin:0;
}

#topbox p
{
    font-family: Arial;
    font-size: 8pt;
    color: Gray;
    padding:0px 0px 0px 20px;
    margin:0;
}

#topbox table
{
    font-family: Arial;
    font-size: 8pt;
    color: Gray;
    padding:0px 0px 0px 20px;
    margin:0;
}

#topbox a
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: underline;
    padding:0px 0px 0px 0px;
    margin:0;
    color: #FF3C00;
}

#middle_content
{
    width: 492px;
    min-height: 1180px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

#middle_content h1
{
    font-family: Calibri, Tahoma, verdana;
    font-size: 22pt;
    font-weight: bold;
    color: #298FCF;
    padding:20px 0px 0px 20px;
    margin:0;
}

#middle_content h2
{
    font-family: Tahoma;
    color: #000;
    font-size: 9pt;
    padding:0px 0px 0px 20px;
    margin:0;
}

#middle_content p
{
    font-family: Arial;
    font-size: 8pt;
    color: Gray;
    padding:0px 0px 0px 20px;
    margin:0;
}

#middle_content table
{
    font-family: Arial;
    font-size: 8pt;
    color: Gray;
    padding:0px 0px 0px 20px;
    margin:0;
}

#middle_content a
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: underline;
    padding:0px 0px 0px 0px;
    margin:0;
    color: #FF3C00;
}

.padded
{
	 padding: 0 0 0 20px;
}

.floater
{
	float: left;
}

#topbox_bottom
{
    width: 492px;
    height: 50px;
    background-color: #DCDCDC;
    border-top: 1px solid gray;
    border-bottom: 1px solid #4F4F4F;
    margin-left: auto;
    margin-right: auto;
}

#topbox_bottom select
{
	margin: 15px 0 0 12px;
}

.middle_column_ad
{
    /*width: 468px;
    height: 60px;
    background-color: #777676;
	*/
    margin: 12px 0;
}

.middle_column_ad a, .middle_column_ad div
{
    /*width: 468px;
    height: 40px;
    padding: 20px 0 0 0;
    color: gainsboro;
    font-family: Verdana;
    font-size: 7pt;
    font-weight: bold;
    vertical-align: middle;
	*/
    text-align: center;
    display: block;
}
/*
.middle_column_ad a:hover
{
	color: Black;
}
*/
.rating_profile_page
{
    width: 80px;
    height: 16px;
    background-repeat: no-repeat;
    background: transparent url(../images/star_grid.png) no-repeat;
    background-position: 0px 0px;
}

.rating_small
{
    width: 80px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: 350px;
    top: 10px;
    background: transparent url(../images/star_grid.png) no-repeat;
    background-position: 0px 0px;
}

.rating_large
{
    width: 142px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 270px;
}

.rate_me_tip
{
	width: 150px;
	height: 45px;
	padding-top: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 14pt;
}

.drop_tip
{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}

.open
{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 437px;
    border-left: 1px solid gray;
}

.open a
{
    font-family: Arial Rounded MT Bold, Arial;
    font-weight: bold;
    font-size: 18pt;
    color: #DCDCDC;
    text-decoration: none;
    padding: 2px 7px;
    margin: 0px;
}

.listbox_closed_top:hover .open a
{
    color: gray;
}

.close
{
    width: 30px;
    height: 39px;
    position: absolute;
    top: 0px;
    left: 437px;
    border-left: 1px solid #DCDCDC;
}

.close a
{
    font-family: Arial Rounded MT Bold, Arial;
    font-weight: bold;
    font-size: 18pt;
    color: #DCDCDC;
    text-decoration: none;
    padding: 4px 10px;
    margin: 0px;
}

.listbox_closed_top:hover .close a
{
    color: #ffffff;
}

.boxopener
{
	cursor: pointer;
}

.open_me_tip
{
	width: 150px;
	height: 45px;
	padding-top: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 14pt;
}

.listdescription_small
{
	position: relative;
	width: 375px;
	left: 85px;
	top: 15px;
}

.listdescription
{
	top: 30px;
	left: 153px;
}

.listdescription_small h1
{
    font-family: Arial;
    color: #000;
    font-size: 9pt;
    /*padding: 15px 10px 0px 85px;*/
    margin: 0px;
}
 
.listdescription_small p
{
    font-family: Arial;
    color: #000;
    font-size: 8pt;
    /*padding: 0px 10px 0 85px;*/
    margin: 0;
}

.listdescription_small a
{
    font-family: verdana;
    font-size: 7pt;
    color: #000;
    font-weight: bold;
    /*padding:0px 0px 0px 85px;*/
    margin:0;
    text-decoration: none;
}

.listdescription h1
{
    font-family: Arial;
    color: #000;
    font-size: 9pt;
    /*padding: 30px 10px 0px 135px;*/
    margin: 0px;
}
 
.listdescription p
{
    font-family: Arial;
    color: #000;
    font-size: 8pt;
    /*padding: 0px 10px 0 135px;*/
    margin: 0;
}

.listdescription a
{
    font-family: verdana;
    font-size: 7pt;
    color: #000;
    font-weight: bold;
    /*padding:0px 0px 0px 135px;*/
    margin:0;
    text-decoration: none;
}

.comments
{
    width: 459px;
    height: 80px;
    position: absolute;
    top: 176px;
    left: 4px;
    background: url('../images/comment_bg.png') no-repeat;
}

.comments textarea
{
	position: absolute;
	left: 72px;
	top: 10px;
	width: 334px;
	height: 35px;
}

.comment_submit
{
	position: absolute;
	left: 420px;
	top: 10px;
	text-decoration: none;
	display: block;
	color: Black;
	width: 27px;
	height: 33px;
	padding: 20px 0 0 3px;
}

.comment_submit:hover
{
	color: #3f3f3f;
}

.tip_wrapper
{
}

.tip_left
{
	float: left;
	width: 100px;
}

.tip_right
{
	float: left;
	padding-left: 5px;
	font-size: 8pt;
	max-width: 377px;
}

.tip_right p
{
	padding: 0;
	margin: 0;
}

.listbox_closed_top
{
    width: 467px;
    height: 30px;
}

.listbox_closed_top h1
{
    font-family: calibri;
    font-size: 16pt;
    color: #000;
    padding: 0px 0px 0px 10px;
    margin:0;
    width: 335px;
    height: 30px;
    overflow: hidden;
}

.listbox_open_top_h1
{
    font-family: calibri;
    font-size: 20pt;
    color: #ffffff;
    padding: 2px 0px 0px 10px;
    margin:0;
}

.listbox_open_top
{
    width: 467px;
    height: 40px;
}

.listbox_open
{
    width: 467px;
    height: 308px;
    /*border: 1px solid #4F4F4F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;*/
}

.listbox_closed
{
    width: 467px;
    height: 119px;
    border: 1px solid #4F4F4F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}

.hideme
{
	display: none;
}

.listbox_open_bg
{
    background: #ffffff url('../images/listbox_open_bg_14.jpg') repeat-x;
    width: 467px;
    /*height: 308px;*/
    height: 119px;
    position: absolute;
    margin-left: 24px;
}

.listbox_closed_bg
{
    background: #ffffff url('../images/listbox_closed_bg_11.jpg') repeat-x;
    width: 467px;
    height: 119px;
    position: absolute;
    margin-left: 24px;
}

.imagebox_small
{
    width: 70px;
    height: 71px;
    /*background: url('../images/imagebox_small.png') no-repeat;*/
    position: absolute;
    top: 40px;
    left: 5px;
    /*border: 1px solid #7E7E7E;*/
}

.entry_image
{
    margin: 8px 0px 0px 8px;
	position: absolute;
}

.bg_image
{
}

.imagebox_large
{
    width: 123px;
    height: 124px;
    top: 50px;
    left: 5px;
    /*background: url('../images/imagebox_large.png') no-repeat;
    position: absolute;
    border: 1px solid #7E7E7E;*/
}

/*.imagebox_large img
{
    margin: 11px 0px 0px 11px;
}*/
    
.list_summary
{
	width: 365px;
	height: 55px;
	overflow: hidden;
}

#left_box_popular
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 233px;
}

#left_box_top_popular
{
    width: 233px;
    height: 50px;
    background: url('../images/left_column_boxes_popular_01.jpg') no-repeat;
}

#left_box_newest
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 233px;
}

#left_box_top_newest
{
    width: 233px;
    height: 50px;
    background: url('../images/left_column_boxes_newest_01.jpg') no-repeat;
}

#left_box_categories
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 233px;
}

#left_box_top_categories
{
    width: 233px;
    height: 50px;
    background: url('../images/left_column_boxes_categories_01.jpg') no-repeat;
}

.left_box_bg
{
    width: 233px;
    min-height: 200px;
    background: url('../images/left_column_boxes_bg_03.jpg') repeat-y;
}

.left_box_bottom
{
    width: 233px;
    height: 7px;
    background: url('../images/left_column_boxes_bottom_05.jpg') no-repeat;
}
  
.butt_gothere {display:block; position: absolute; top: 257px; left: 330px;}
.butt_gothere a, .butt_gothere a:visited {display:block; width:137px; height:52px; background: #ffffff url('../images/butt_gothere.png'); float: left; background-position:left top; background-color:transparent;}
.butt_gothere a:hover {background-position:left bottom; overflow:hidden;}

.entry_links
{
	position: absolute;
	top: 257px;
	left: 267px;
	width: 180px;
	height: 50px;
	text-align: right;
	font-size: 9pt;
	line-height: 12px;
	text-transform: capitalize;
}

.entry_links a, .entry_links a:visited
{
	color: #4298C9;
}

#right_column
{
    width: 180px;
    min-height: 500px;
    float: left;
}

.right_ads
{
    width: 180px;
    /*height: 150px;
    background-color: #DCDCDC;
	*/
    padding:0;
    border: 1px solid gray;
    margin: 0px 0px 12px 0px;
}

.right_ads a, .right_ads a:visited
{
    /*width: 180px;
    height: 90px;
    color:gray;
	font-family:verdana;
	font-size: 7pt;
	font-weight: bold;
    text-align: center;
	*/
    padding: 60px 0 0 0;
    display: block;
    margin: 0;
    vertical-align: middle;
}
/*     
.right_ads a:hover
{
	color: Black;
}     
*/
/* defaults for ie6 */
a, a:hover, a:active, a:focus {outline:0; direction:ltr;}

.positioner {position:relative; height:25px;}
.menuHolder {position:absolute; z-index:100; font-family: Trebuchet MS; font-size: 10pt; color: #ffffff; width:980px; min-height: 55px;}
ul.ulTop {background-color: #27889d;}
ul.ulTop a {text-decoration:none; color:#fff; padding-left:5px; list-style-type: none;}

ul.ulTop li.liTop {
float:left;
width:250px;
margin:-32767px -125px 0 0;
background: transparent no-repeat left bottom;
}
ul.ulTop li.liTop a.aTop {
position:relative;
z-index:50;
display:block;
float:left;
width:120px;
margin-top:32767px;
background:transparent;
}
ul.ulTop li.liTop a.aTop:hover,
ul.ulTop li.liTop a.aTop:focus,
ul.ulTop li.liTop a.aTop:active {
margin-right:1px;
background:url(newdrop/tab125.gif) no-repeat left top;
}
ul.sub {float:left; padding:25px 0 0 0; margin:0; list-style:none; background: red no-repeat left top; margin-top:-25px;}
ul.sub li a {
float:left;
width:120px;
background:#099;
clear:left;
}

ul.sub li a.last:hover,
ul.sub li a.last:focus,
ul.sub li a.last:active {
background:url(newdrop/tab125d.gif);
}

ul.sub a:hover,
ul.sub a:focus,
ul.sub a:active {
background:#06c;
margin-right:1px;
}

#discussion_wrapper
{
    width: 180px;
    margin-bottom: 12px;
    margin-left: 1px;
}

.discussion_top
{
    width: 180px;
    height: 49px;
    background: url('../images/discussion_bg_top_01.jpg') no-repeat;
}

.discussion_top h1
{
    font-family: Calibri;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    padding:10px 0px 0px 5px;
    margin:0;
}

.discussion_top_seperator
{
	widows: 180px;
	height: 20px;
    background: url('../images/discussion_bg_middle_02.jpg') repeat-y;
    padding: 0 0 0 35px;
}

.discussion_top_seperator a, .discussion_top_seperator a:visited
{
	font-family: Verdana;
	color: #1a80c0;
	text-decoration: none;
	font-weight: bold;
}

.discussion_top_seperator a.selectedcomments, .discussion_top_seperator a.selectedcomments:visited
{
	color: #737373;
}

.discussion_top_seperator .comment_pipe
{
	color: #737373;
}

.discussion_middle
{
    width: 180px;
    background: url('../images/discussion_bg_middle_02.jpg') repeat-y;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0;
	min-height: 610px;
}

.discussion_middle li
{
	padding: 0; 
	margin: 0;
}

.discussion_middle div
{
	padding: 0;
	margin: 0 5px 5px;
}

.comment_wrapper
{
	padding: 0;
	margin: 0 5px 5px;
	height: 113px;
	border-bottom: 1px solid gray;
	display: block;
	text-decoration: none;
}

.comment_wrapper:hover .comment_listname
{
	text-decoration: underline;
}

.comment_username
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	line-height: 11px;
	font-family: Verdana;
	color: #545454;
	font-size: 8pt;
}

.comment_username a
{
	font-family: Verdana;
	font-weight: bold;
	color: #545454;
	font-size: 8pt;
	text-decoration: none;
}

.comment_username span a
{
	font-size: 6pt;
}

.comment_username a:hover
{
	text-decoration: underline;
}

.comment_username_placeholder
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 11px;
}

.comment_posted
{
	margin: 2px 0;
	padding: 0;
	font-family: Arial;
	color: #a1a1a1;
	font-size: 7pt;
	float: right;
}

.comment_listname
{
	margin: 0;
	padding: 0;
	font-family: Calibri;
	color: #1a80c0;
	font-size: 9pt;
	font-weight: bold;
}

.comment_body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-style: italic;
	color: Gray;
	font-size: 8pt;
	line-height: 12px;
}

.discussion_bottom
{
    width: 180px;
    height: 3px;
    background: url('../images/discussion_bg_bottom_04.jpg') no-repeat;
}

.member_error
{
    padding: 20px 0px 0px 20px;
    margin: 0;
    font-weight: bold;
}

#featured_space
{
    width: 978px;
    height: 335px;
    background-color: #e7e6e6;
    border-bottom: 1px solid #a9a8a8;
}

#featured_left_controls
{
	position: absolute;
	right: 370px;
	top: 445px;
}

#featured_left_controls a, #featured_left_controls a:visited
{
	display: block;
	width: 8px;
	height: 14px;
	margin-right: 5px;
    background: transparent url(../images/control_bg.jpg) no-repeat;
    float: left;
    padding: 4px 7px;
    text-decoration: none;
    color: #ffffff;
}

#featured_left_controls a.activeSlide, #featured_left_controls a.activeSlide:visited
{
	color: #000000;
}

#featured_space_left
{
    width: 619px;
    height: 308px;
    border: 1px solid #4F4F4F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #ffffff url('../images/listbox_open_bg_14.jpg') repeat-x;
    float: left;
}

#featured_space_left img
{
	border: 0;
}

        
#panel
{
	width: 619px;
	height: 256px;
	background-color: white;
}

#btnPrev
{
	display: block;
	float: left;
	width: 69px;
	height: 256px;
	background: transparent url(../images/arrow_left.jpg) no-repeat;
}

#panel_middle
{
	float: left;
	width: 481px;
	height: 256px;
	overflow: hidden;
}

#btnNext
{
	display: block;
	float: left;
	width: 69px;
	height: 256px;
	background: transparent url(../images/arrow_right.jpg) no-repeat;
}

#carousel li
{
	padding: 3px;
	width: 475px;
	height: 253px;
	position: relative;
}

.youtube_rank
{
	background-color: #FFFFFF;
    border: 1px solid black;
    color: #298FCF;
    font-size: 15pt;
    padding: 0 5px;
    position: absolute;
    right: 3px;
    top: 3px;
}

#featured_space_right
{
    width: 332px;
    min-height: 305px;
    background: #ffffff url('../images/signup_bg_03.jpg') no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    float: right;
    border: 1px solid gray;
}

#featured_space_right h1
{
    font-family: Calibri, Tahoma, verdana;
    font-size: 22pt;
    font-weight: bold;
    color: #298FCF;
    padding:20px 0px 0px 20px;
    margin:0;
}

#featured_space_right h2
{
    font-family: Tahoma;
    color: #000;
    font-size: 9pt;
    padding:0px 0px 0px 20px;
    margin:0;
}

#featured_space_right p
{
    font-family: Arial;
    font-size: 8pt;
    color: Gray;
    padding:0px 0px 0px 20px;
    margin:0;
}

#featured_space_right a
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: underline;
    padding:0px 0px 0px 0px;
    margin:0;
    color: #FF3C00;
}

.featured_signup
{
	display: block;
	width: 291px;
	height: 62px;
	margin: 225px 0 0 20px !important;
	background: #ffffff url('../images/butt_signup.jpg') no-repeat;
	background-position: left top;
}

.featured_signup:hover
{
	background-position: left bottom;
}

.modal
{
	text-align: center;
}

.modal h1
{
	font-size: 14pt;
	color: #176C93;
}

.signup_popup_button, .signup_popup_button:visited
{
	width: 156px;
	height: 58px;
	display: block;
	background: #ffffff url(../images/butt_signup_popup.jpg) no-repeat;
	margin: 0 0 40px 110px;
}

#loginbox
{
	
}

#loginbox table
{
	text-align: left;
}

#loginbox input[type=text]
{
	width: 290px;
}

#loginbox a
{
	
}

#addentry input[type=text]
{
	width: 220px;
	font-size: 11px;
}

#addentry textarea
{
	width: 220px;
	height: 50px;
	font-size: 11px;
}

.comments span
{
}

.charrem_wrapper
{
	position: absolute;
	left: 293px;
	top: 50px;
	font-size: 7pt;
}

.charrem_wrapper input
{
	border: 1px solid black;
	font-size: 7pt !important;
	width: 18px;
	height: 10px;
}

.note
{
	color: Gray;
	font-size: 8pt;
	font-family: Arial;
	font-style: italic;
}

.member_details
{
	color: Black;
}

#history_wrapper
{
	clear: both;
	padding: 20px;
}

#history_wrapper h2
{
	padding: 0;
}

#history_legend
{
	width: 452px;
	height: 20px;
	background: transparent url(../images/legend.jpg) no-repeat 0 0;
}

.history_item
{
	border: 1px solid gray;
	padding: 5px;
	margin: 5px 0;
}

.Comment_type
{
	background: #e0e7e0;
}

.Rating_type
{
	background: #fbfcb9;
}

.Entry_type
{
	background: #fceada;
}

.history_submitted
{
	float: left;
	width: 70px;
	font-size: 8pt;
}

.history_submitted span
{
	font-size: 9pt;
	font-weight: bold;
	color: #298FCF;
}

.history_title
{
	float: left;
	width: 370px;
	font-weight: bold;
}

.history_content
{
	clear: both;
	margin-left: 70px;
	padding: 5px 0;
}

.comment_profile_page
{
	font-style: italic;
	color: Gray;
}

.profile input[type=text], .profile input[type=password]
{
	width: 240px;
}
