﻿html
{
	overflow: hidden;
}
/*we don't need any scrolls for our html */
body
{
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 15px;
}

#toolbar
{
	background: url(../images/toolbar/bar_2.png) repeat-x transparent;
	height: 38px;
	overflow: hidden;
}

#logo
{
	float: left;
	width: 77px;
	--border: solid 1px #f00;
	padding: 0 2px 0 0;
	margin: 11px 0 0 4px;
	background: url(../images/toolbar/linku2_logo.png) no-repeat transparent;
	height: 20px;
}

.divide
{
	float: left;
	clear: none;
	background: url(../images/toolbar/divide.png) no-repeat transparent;
	width: 1px;
	height: 38px;
	--border: solid 1px #f00;
}
#views
{
	float: left;
	margin: 13px 0 0 4px;
	color: #6699cc;
	width: 80px;
}
#goback
{
	float: left;
	margin: 13px 0 0 4px;
	color: #6699cc;
	width: 40px;
}
#sharethis
{
	float: left;
	margin: 13px 0 0 4px;
	padding: 0 4px 0 0;
}
#twitter
{
	float: left;
	margin: 13px 0 0 4px;
	padding: 0 4px 0 0;
}
#action
{
	float: left;
	margin: 13px 0 0 4px;
	padding: 0 4px 0 0;
}
#right
{
	float: right;
	margin: 13px 0 0 4px;
	padding: 0 4px 0 0;
}

#action img
{
	float: left;
	padding: 0 4px 0 0;
}
#followme
{
	float: left;
	margin: 13px 0 0 4px;
	padding: 0 4px 0 0;
	background: url(/app_themes/main/images/toolbar/follow_me_btn.png) transparent no-repeat;
	--width: 86px;
}


#main
{
	margin-left: 200px;
}

#links
{
	float: right;
	margin: 13px 14px 0 0;	
}

#links a
{
	float: left;
	padding: 0 4px 0 0;
}
#close
{
	background: url(../images/toolbar/cross.png) no-repeat transparent;
	width: 20px;
	height: 20px;
	--border: solid 1px #f00;
}

#arrow
{
	/* 	width: 16px; 	height: 16px; 	position: absolute; 	right: 25px; 	background: url(btn2.gif) transparent no-repeat; 	background-position: -16px 0; */
}
/*
#twitter
{
	
	width: 16px;
	height: 16px;
	position: absolute;
	right: 45px;
	background: url(twitter.jpeg) transparent no-repeat;
	
}
*/
#extra
{
	height: 250px;
}

#iframe
{
	overflow: hidden;
}
/*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
}


.label
{
	font-size: 12px;
	width: 150px;
	display: block;
	float: left;
}
#main #forms .form
{
	float: left;
	margin: 13px 0 0 77px;	
	background: url(/app_themes/main/images/toolbar/form-drop.png) no-repeat transparent;
	--border:1px solid #f00;
	width:512px;
	height:512px;
	text-indent:5px;
	line-height:15px;
}


