html,body,ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,form,fieldset,a,img,table,td,tr,th
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	font-weight: normal;
}

html body {
	font-family: Arial, Sans-Serif;
}

.col-wrap1 {
	width: 490px;
	background: #ffffff;
	margin: 1px 0 0 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-rightright-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-rightright-radius: 0px;
}

.col-wrap2 {
	width: 250px;
	margin-right: -100%;
	/* чтобы IE6 не раздвигал контейнер */
	position: relative;
	left: 100%;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.col1 {
	float: left;
	width: 490px;
	margin-right: -490px;
	position: relative;
	left: -490px;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden; /* тройной презерватив для IE */
}

div.basic {
	width: 740px;
	margin: 0 auto;
}

span.username {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

a.user-profile-link {
	text-decoration: none;
}

a.user-profile-link img {
	border-width: 0px;
	position: relative;
	vertical-align: bottom;
}

a.user-profile-link span {
	text-decoration: none;
	padding-left: 10px;
	position: relative;
	top: -6px;
}

p.user-detail {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

div.userpic {
	float: left;
	margin-right: 10px;
}

div.user-info {
	padding: 20px 10px;
}

div.user-info-top {
	height: 25px;
	vertical-align: bottom;
}

div.user-info-bottom {
	margin: 10px 0 0 0;
}

div.roll {
	padding: 10px;
	position: relative;
}

div.roll:hover {
	background-color: #f0f4f4;
}

div.roll-direct {
	background-color: #cceeff;
}

div.video {
	margin: 20px 90px 0px 100px;
}

div.timeline {
	padding: 10px;
}

div.flash {
	margin: 0;
	padding: 0;
    height: 300px;
}

div.twitter-message {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 17px 0;
	position: relative;
	padding: 0 0 15px 0;
}

div.timeline div.rolls div.roll p {
	line-height: 20px;
	margin-left: 110px;
	padding-bottom: 1px;
}

div.timeline div.rolls div.roll p.roll-info {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 10px;
}

p.twitter-status {
	color: #28380e;
	font-size: 14px;
	line-height: 20px;
}

div.timeline div.rolls div.roll div.rollpreview {
	float: left;
	position: relative;
}

div.rollpreview {
	margin-right: 10px;
}

img.rollpreview {
	border: 0px solid #0084b4;
	vertical-align: bottom;
}

p.posted {
	font-size: 12px;
	line-height: 20px;
	margin: -5px;
}

p.date {
	font-size: 12px;
	line-height: 20px;
	margin-top: -5px;
}

p.twitter-status {
	color: #28380e;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #3399cc;
	margin: 0;
	padding: 0;
}

div.show-me-more {
	margin: 30px 0 20px 10px;
	text-align: center;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, white), color-stop(0.4, #ffffff), color-stop(0.9, #eeeeee) );
	background-image: url(/static/gfx/more.gif);
}

div.show-me-more a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 48px;
	top: -2px;
	position: relative;
}

div.show-me-more:active {
	background-position: left -38px;
	background-image: url(/static/gfx/more.gif);
}

div.show-me-more:hover {
	background-color: #eeeeee;
}

div.menu {
	background-color: #ffffff;
	margin-right: 0px;
	float: right;
	padding: 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

span.menuitem-my-profile {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	margin-right: 10px;
}

span.menuitem-my-profile a {
}

span.menuitem-record-new {
	background: transparent url(/static/gfx/RecordNew.png) no-repeat scroll
		left center;
	line-height: 20px;
	padding-left: 12px;
	font-size: 12px;
	margin-right: 10px;
	color: #cc0000;
}

span.menuitem-record-new a {
	text-decoration: underline;
	color: #cc0000;
}

span.menuitem-sign-out a {
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
}

div.top {
	position: relative;
	padding: 30px 0 0 0;
}

div.footer {
	background-color: #ffffff;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 40px 0;
	padding: 6px 0px 4px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Myriad Pro, Arial, Sans-Serif;
	overflow:hidden;
}

div.footer .menu
{
    margin:0;padding:0;
    float:left;
}

div.footer .menu span
{
    margin-right:10px
}

div.footer .menu span a
{
    color:#0066cc;
    text-decoration:none;
    font-size:14px;
}

img.logo {
	border-width: 0;
}

div.log-in-wrapper {
	background-color: #ffffcc;
	border: 2px solid #fc0;
	margin: 10px 0 10px 0;
}

div.log-in {
	margin: 30px 0 0 20px;
	padding: 3px 0 24px 0;
	position: relative;
	left: -2px;
}

p.text {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0;
	padding: 0;
}

a.log-in-link {
	margin: 0;
	padding: 2px 10px 3px 10px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

p.log-in-text {
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 0;
	padding: 5px 0 5px 0;
}

a.twitter-link {
}

div.logo-link {
	position: absolute;
	left: 20px;
	top: 15px;
}

div.page404-content {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 32px;
	line-height: 20px;
	padding: 60px 0 60px 20px;
	margin: 10px 0 0 0;
}

a.erase {
	width: 22px;
	height: 23px;
	position: absolute;
	right: 9px;
	top: 9px;
}

div.roll:hover a.erase {
	background: transparent url("/static/gfx/delete_icon.png") no-repeat 0 0
		;
}

span.showvideo {
	position: absolute;
	width: 32px;
	height: 28px;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -14px;
}

div.rollpreview a:hover span.showvideo {
	background: transparent url("/static/gfx/play_video.png") 0 0 no-repeat;
	opacity: 0.5;
}

.preloader {
	background:transparent url(/static/gfx/preloader17.png) repeat-x scroll 17px 0;
	height:17px;
	margin-left:4px;
	margin-top:17px;
	position:absolute;
	width:17px;
	display: none;
}

div.change_rights {
    align: center;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 20px;
}

div.admin {
    margin: 10px 10px 20px 10px;
/*    background-color: #ffcccc; */
}

div.updateresult {
    align: center;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
}

p.copy {
	margin:0;
}

div.copy-container
{
	float:left;
	overflow:hidden;
	margin-right:10px;
}

div.retwit{
	position: absolute;
	right: 0;
}
/* Screen cast + Public timeline */
div.screencast {
    padding: 20px 20px 16px 20px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p.screencast-text {
    line-height: 20px;
    font-size: 18px;
    font-family: Arial, Sans-Serif;
    margin: 2px 0 8px 0;
    padding:0;
}
div.public-show-me-more {
	margin: 0 140px 0 120px;
	text-align: center;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, white), color-stop(0.4, #ffffff), color-stop(0.9, #eeeeee));
	background-image: url(/static/gfx/more.gif);
}
div.public-show-me-more a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 48px;
}
div.public-show-me-more:hover {
	/*background-position: left -38px;
	background-image: none;
	background-color: #eeeeee;
	*/
}
div.public-show-me-more:active {
	background-position: left -38px;
	background-image: url(/static/gfx/more.gif);
}
div.public-timeline {
    padding: 20px 0 16px 20px;
    margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    position: relative;
}
div.public-timeline p {
    line-height: 20px;
    font-size: 18px;
    font-family: Arial, Sans-Serif;
    margin: 0 0 7px 0;
    padding: 3px 0 0 0;
}
div.public-roll {
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 0;
    position: relative;
}
div.public-roll a:HOVER span.showvideo {
	background: transparent url("/static/gfx/play_video.png") 0 0 no-repeat;
	opacity: 0.5;
}
div.public-rolls a {
    margin: 0;
    padding: 0;
    border: 0;
}
div.public-rolls {
	
}

div.profile_message_no_rolls {
	margin:23px 19px;
	line-height:20px;
	font-size:18px;
}
