/* CSS Document */
*{
	font-family:Verdana;
}
html {
overflow: auto;
}

body{
	margin:0px; 
	padding:0px;
	border:0px;	
	width:1000px;
	overflow:auto;
}

h1{
	font-size:18px;
	color:#000099;
	font-weight:bold;
}

h2{
	font-size:14px;
}

h3{
	font-size:12px;
}

#logo{
	margin:0px; 
	padding:0px;
	border:0px;	
}


#orig_url{
	font-size:24px;
	width:600px;
}

#btn_submit{
	font-size:24px;	
}

#examples_ph{
	width:690px;
}

#right_side{
	width:300px;
	float:right;
}

a, div, span, img, table, tr, td{
	margin:0px; 
	padding:0px;
	border:0px;	
}

a{
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a, a:hover, a:link, a:visited, a:active{
	color:#0000EE;
}

.article, .article_sel{
	margin-bottom:20px;  
	padding:10px;
	border:1px dashed #CCCCCC;
}

.article{
	background-color:;
}

.article_sel{
	background-color:#EEEEEE;
}


.article_left_data{
	margin-top:5px;
}

.vote_wrapper{ 
	margin-top:5px;
	text-align:center;
	background-image:url("vote.gif");
	background-repeat:no-repeat;
	height:50px;
	width:50px; /* Must be exactly the same value as .article_body:margin-left value*/
}

.vote_small_wrapper{
	margin-top:5px;
	text-align:center;
	background-image:url("vote_small.gif");
	background-repeat:no-repeat;
	height:28px;
	width:28px; /* Must be exactly the same value as .article_body:margin-left value*/
}

.vote{
	font-size:14px;
	color:#999999;
	cursor:pointer;
	font-weight: bold;
}

.vote_small{
	font-size:10px;
	color:#999999;
	cursor:pointer;
	font-weight: bold;
}

.article_body{
	margin-left:50px; /* Depends on .vote:width */
	padding:0px 0px 0px 10px;
	font-size:14px;
}

.article_description{
	font-size:13px;
}

.tags, .avoonet_link{
	font-size:12px;
}
.hidden {
	display: none;
}
.visible {
	display:;
}

.vote_hint{
	font-size:11px;
	color:#333333;
	border:1px solid #999999;
	background-color:#FFFFCC;
}

.simple_box{
	border:1px dashed #CCCCCC;
}

.secondary_box_title{
	font-size:12px;
}

.secondary_box_info{
	font-size:10px;
}

.secondary_box_separator{
	height:10px;
	border-top:1px dotted #DDDDDD;
}

.clear{
	clear:both;
}

.external_link{
	font-size:11px;
	font-weight:bold;
}

.blue_description{
	font-size:14px;
	color:#343F5F;
	font-weight:bold;
	padding:5px;
}

.protocol-selection-wnd{
	padding:5px;
	border:1px solid #CCC;
	background-color:#FFF;
	font-size:10px;
}

#background_layer{
	/* Start Opacity settings */
	filter: alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
 	-moz-opacity: 0.20; 
	opacity:0.2;
	z-index:100001;
	/* End Opacity settings */
	background-color:#00F;
	position:absolute;
	left:0px;
	top:0px;
}
.nav_page, .nav_current_page{
	font-size:12px;
	text-decoration:none;
	padding:3px;
	border:1px solid #CCC;
	font-weight:bold;
}

.nav_current_page{
	background-color:#09F;
	color:#FFF;
}

.nav_page{
	background-color:#FFF;
	color:#00F;
}

#canvas-redirect-header{
	margin:0px;
	padding:0px;
	border:0px;	
	background-image:url(head-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:35px;
	color:#000;
	position:absolute;
	top:0px;
	left:0px;	
	font-size:10px;
	z-index:100005;
}

#poweredby{
	padding:0px;
	margin:0px;
	border:0px;
	font-size:9px;
	position:absolute;
	bottom:0px;
	right:15px;
	background-image:url(powered_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:227px;
	height:20px;
}

#poweredby .container{
	padding:5px 0px 0px 5px;
}

#original_url{
	font-size:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;
	z-index:100003
}

.normal{
/*
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.00; 
	opacity:1.00;	
*/	
}

.hover{
/*	
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.0; 
	opacity:1.0;		
*/	
}

#original_url div.label, #original_url div.url, #original_url div.redirect{
	margin:0px;
	padding:0px;
	border:0px;
	height:14px;
	background-image:url(top-status-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
	padding-top:6px;
}

#original_url div.label{
	padding:6px 0px 0px 5px;
}

#original_url div.url{
	width:600px; 
	overflow:hidden;
	white-space:nowrap;
}

#original_url *{
	color:#FFF;
}

#btn-close-canvas{
	position:absolute;
	right:5px;
	top:7px;
}

#user-details{
	float:left;
	margin:3px 0px 0px 5px;
}

#user-details a{
	color:#000;
}

#page-info{
	float:left;
	white-space:nowrap;
	margin-top:3px;
}

#info_ico{
	float:left; 
	margin:8px 10px 0px 10px;
}

.head-separator{
	float:left; 
	margin:0px 5px 0px 5px;
}

#search_box{
	border:0px;
	position:absolute;
	top:4px;
	left:4px;
}

#search_btn{
	float:right;
	position:relative;
	right:2px;
	top:1px;
	cursor:pointer;
}

#search_box_ph{
	margin-top:2px; 
	float:left;
	position:relative;
}

#search_box_wrapper{
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(search_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:200px;
	height:26px;
	position:relative;
}

#latest_conversions{
 	overflow:hidden;
	width:100%;
}

#latest_conversions *{
	font-size:10px;
	padding-left:3px;
}

#temporary_window{
	padding:10px;
	background-color:#F4E9D7;
	border:1px solid #999;
	position:absolute;
	left:0px; 
	top:30px;
	z-index:100100;
}

#temporary_window *{
	font-size:10px;
}

#canvas_frame{
	border:0px; 
	margin:0px; 
	padding:0px; 
	position:absolute; 
	bottom:0px;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

/* Head icons and text */
.head-single-line-text{
	float:left; 
	padding-top:5px;
}

.head-item-icon{
  padding:3px; 
  cursor:pointer;
}

.no_decoration{
	margin:0px;
	padding:0px;
	border:0px;
}

#convert_ico{
	float:left;
}

#share_with_container{
	position:relative;
	z-index:100101;
}

#rating{
	cursor:pointer;
}

.search-result-item{
	padding:3px;
	border:1px solid #999;
	background-color:#FFF;
	width:600px;
	overflow:hidden;
}

#search_nav_history_frame{
	position:relative;
	margin-left:20px;
	margin-right:20px;
}

#history_frame_menu{
	font-size:11px;
	border-bottom:1px solid #000;
	margin-bottom:5px;
}

#history_frame_menu a.menu_item{
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	margin:3px;
	cursor:pointer;
}

#history_frame_menu a.menu_item:hover{
	text-decoration:underline;
}

/*custom.css code for Buzz button t*/
a.buzzbutton {
	background:url("buzz-this.png") no-repeat scroll left top transparent;
    display:block;
	float:left;
    height:24px;
    margin-top:5px;
    outline:medium none;
    text-align:center;
    text-decoration:none;
    text-indent:-9999px;
    width:24px;
}