/* CSS  Static Document */
html
{
	height:100%
}

body
{
	font-family:Arial, sans-serif;
	font-size:80%;
	background-color:#FFFFFF;
	color:#000000;
	margin:0px;
}

a, a:hover
{
	text-decoration:none;
	cursor:hand;cursor:pointer;
}

div
{
	margin:0px;
	padding:0px;
}

/* all font sizes ( in percentage )*/
.f130 { font-size:130%; }
.f120 { font-size:120%; }
.f100 { font-size:100%; }

/* font styles */
.b { font-weight: bold; }
.u { text-decoration:underline;}

/* color indexes */
.black { color:#000000; }
.red { color:#FF0000;}
.grey { color: #666666;}

/* floats */
.fl_r { float:right;}
.fl_l { float:left;}
.fl_cl{ float:left; clear: left;}
.fl_cr { float:right; clear: right; }

/* aligns */
.alg_L { text-align: left;}
.alg_R { text-align: right;}

/* paddings */
.pl5 { padding-left: 5px;}
.pt5 { padding-top: 2px;}

/* CSS  Static Document  END */


.sizePage
{
	width:875px;
	margin-left:auto;
	margin-right:auto;
}

.grid_main_css
{
	width:400px;
	height:400px;
}

.grid_main_short_css
{
	width:100px;
	height:100px;
}

.gridnavi_links
{
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	padding: 5px;
}

.right_ver_scrl_css{
	padding: 5px;
	border:1px solid #cccccc;
	background-color: #FFF;
	vertical-align:top;
	text-align:left;
	width:300px;
	height:300px;
	overflow-y:scroll;
}

.bestof_css
{
	width:200px;
	height:200px;
}

.link_grid_name, .link_grid_name a, .link_grid_name a:hover
{
	font-size:100%;
	color:#2AABC1;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

.grid_name_top_css{
	font-size:150%;
	color:#999999;
	padding-bottom: 5px;
	font-weight:bold;
}

.gridnavibox_css
{
}

.gridnavi_css
{
	display:none;
}

.gridnavi_rateit_css
{
	display: none;
}

.hbbFL
{
	float:left;	
	font-weight:bold;
}

.hbbFR
{
	float:right;
	font-size: 100%;
	font-weight:bold;	
}

.smallTxt
{
	font-size: 80%;
	float:right;
	margin-top:1px;
	padding-left: 3px;
	color:000000;
}

.rating_message
{
	font-size: 70%;
	float: left;
	color: #354248;
	margin-top: 3px;
	padding-left: 5px;
	vertical-align:middle;
}

.view_count
{
	font-size: 70%;
	float: left;
	color: #354248;
	margin-top: 3px;
	padding-left: 5px;
	vertical-align:middle;
}

.comments_count
{
	margin: 0px;
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	text-align: left;
	float:left;
}

.comments_view
{
	margin: 0px;
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	text-align: left;
	float:left;
}

.comment_form_box
{
	margin-top: 20px;
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	text-align: left;
	float:left;
}

.error_css
{
	color: #FF0000;
}
.comment{
	border:1px #cccccc solid;
}
.comment td{
	padding:10px;
}
.commenter{
	color:#2AABC1;
	font-weight:bold;
	width:100%;
}
hr{
	border:#cccccc 1px solid; 
}
.viewsleft{
	height:auto;
}

fieldset ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
fieldset ul a{
	color:#000000;
	margin:10px;
	text-decoration:underline;	
}