/* CSS Document */

.hidden{
	display:none;
}

body,div,p,td{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

h1,h2{
	padding:0px;
	margin:0px;
	margin-bottom:1em;
	font-family:"Century gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1{
	font-size:18px;
	color:#0033ff;
}

h2{
	font-size:16px;
	color:#0066ff;
	margin-top:1em;
}

body{
	background-color:#ccc;
	margin:0px;
	padding:0px;
}

table#all_site{
	background-image:url(/images/bg_left.png);
	background-repeat:repeat-y;
	background-position:left;
	min-height:100%;
	height:100%;
	width:950px;
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;

}

a{
	color:#0000cc;
	cursor:pointer;
}

a *{
	cursor:pointer;
}

a:hover{
	color:#0000ff;
}

.clear{
	clear:both;
}
ul,li{margin:0; padding:0;}
li{list-style:none; font-size:.85em; margin-bottom:.8em}
li a{font-size:1.4em;}

td#main{
	background-image:url(images/bg_top.gif	);
	background-position:top -4px;
	background-repeat:repeat-x; 
	background-color:#FFFFFF;
	vertical-align:top;
	padding:0px;
	margin:0px;
	position:relative;
	top:0px;
	left:0px;
}

td#border{
	width:12px;
	background-image:url(images/bg_left.png);
	background-repeat:repeat-y;
	background-position:left;
}

div#header{
	height:100px;
	vertical-align:top;
	position:relative;
	top:0px;
	left:0px;
}

div#content{
	padding:10px;
	width:780px;
}

td#menu_column{
	padding:0 5px 5px 5px;
}

#rubric_tree{
	margin:5px;
}

#rubric_tree ul{
	margin:0px;
	background-image:url(img/directory_small.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 4px 20px 4px 24px;
	margin-top:5px;
}

#rubric_tree ul a{
	font-weight:bold;
	font-size:11px;
}

.menu_top{
	background-image:url(images/menu_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	width:170px;
}

.menu_title{
	display:block;
	width:140px;
	font-weight:bold;
	font-size:14px;
	color:#00c;
	padding:5px;
	margin:0px 0px 0px 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

.menu_item, .menu_buzz{
	display:block;
	width:140px;
	margin:0px 0px 0px 10px;
}

.menu_buzz{
	padding:0 4px;
}

.menu_buzz a{
	text-decoration:none;
	color:#f30;
	font-weight:bold;
}

.menu_buzz a:hover{
	background-color:#fa0;
	color:#fff;
}

.menu_item a, .menu_item{
	height:auto;
	text-align:left;
	font-size:12px;
}

.menu_item a, .menu_item a:visited{
	display:block;
	width: 145px;
	vertical-align:middle;
	padding:2px 0px 4px 5px;
	border-bottom:1px solid #ccc;
	color:#000000;
}

.menu_item a:hover{
	background-color:#eef;
	width: 135px;
	vertical-align:middle;
	padding:2px 0px 4px 15px;
	color:#000000;
}

.menu_bottom{
	background-image:url(images/menu_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	width:170px;
}

.menu_content{
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-y;
	background-position:left;
	width:170px;
}

.rubric_list{
	width: auto;
	text-align:center;
	float:none;
}

.rubric_directory{
	float:left;
	margin:5px;
	width:250px;
	text-align:left;
	display:block;
}


.rubric_directory .rubric_title{
/*
	background-image:url(img/directory.png);
	padding:8px 2px 8px 38px;
*/
	background-image:url(img/directory_small.png);
	background-position:left top;
	padding: 4px 2px 4px 26px;
	font-size:14px;
	background-repeat:no-repeat;
}

.rubric_directory .rubric_title a{
	font-weight:bold;
	font-size:12px;
	color:#06f;
	text-decoration:underline;
}

.rubric_directory .rubric_child a{
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#333333;
}

.rubric_directory_bottom{
	clear:both;
	float:none;
}

#site_list{margin-bottom:1em}

a .site_small{
	float:left;
	width:350px;
	background-color:#FAFAFA;
	margin:5px;
	padding:5px;
	border:1px solid #F0F0F0;
	text-decoration:none;
}

a .site_small:hover{
	background-color:#F0F0F0;
	border:	1px solid #666666;
	text-decoration:none;
}

a .site_small_title{
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}

a .site_small_description {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}



/*---------------------------*/
.site_small{
	/*float:left;
	width:350px;*/
	background-color:#FAFAFA;
	margin:5px;
	padding:5px;
	border-bottom:1px solid #ccf;
	text-decoration:none;
/*	display:compact;*/
}

.site_small:hover{
	background-color:#F0F0F0;
	/*border:	1px solid #666666;*/
	text-decoration:none;
}

.site_small_title{
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}

.site_small_description {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
/*---------------------------*/

form#search{
	position:absolute;
	left:794px;
	top:0px;
	width:152px;
	height:96px;
	background-image:url(images/search.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:bottom;
	text-align:left;
}

.search_field{
	position:absolute;
	border:0px;
	width:92px;
	background-color:#ffd3b5;
	padding: 2px;
	text-align:left;
	top:60px;
	left:2px;
	float:left;
}

#search_button{
	position:absolute;
	border:0px;
	width:48px;
	height:43px;
	top:53px;
	left:98px;
	text-indent:-10000px
}

div#best_search{
	background-color:#FAFAFA;
	border:1px solid #F0F0F0;
	padding:10px;
	margin:10px 0 10px 0;
	clear:both;
	font-weight:bold;
	text-align:center;
}

div#orange_top{
	background-image:url(img/border_left_orange.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 0px 0px 10px;
	height:95px;
	background-color:#FFCC00;
	font-size:14px;
	text-align:right;
	float:right;
	margin-left:50px;
	width:900px;
}
	
td#refresh_form{
	padding-left:100px;
	opacity:0.50; ..-opacity:0.50; filter:alpha(opacity=50);
}

td#refresh_form:hover{
	opacity:1; ..-opacity:1; filter:alpha(opacity=100);
}

#footer{
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #CCCCCC;
	background-color:#FAFAFA;
	padding:5px;
	margin: 20px 0px 0px 0px;
	font-size:11px;
}


.highlight{
	font-weight:bold;
}

a.article{
	text-decoration: none;
	color:#FF0000;
	font-weight:bold;
}

