@CHARSET "UTF-8";

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

body {
    padding: 50px 0 0 0;
    margin: 0;
    background: #fff;
    overflow: hidden; 
    color: #333;
    text-align: left;
}

iframe#irtme_iframe {
    color: #666;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;    
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    body {
        padding: 50px 0 0 0; /* for webkit*/ 
    }
    
    iframe#irtme_iframe { 
        padding-bottom: 50px; /* for webkit*/ 
    }
}

.topbar	{
	height: 25px; 
	display: block;
	width: 100%;
    min-width: 950px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    /* overflow: hidden; */
    border-bottom: 2px solid #ff7f00;
    line-height: 1;
    background:transparent url(../img/bar-bg.png) repeat-x scroll 0 0;
}

.topbar ul, .topbar li	{
	list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.topbar ul.tb-right	{
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.topbar ul.tb-right	li a{
	display: block;
	float: left;
	height:16px;
	text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight:bold;
    line-height:16px;
    margin: 5px 0;
    padding: 0 3px;
    background-color: #ff5100;
	color:#FFF;
}

.topbar ul.tb-right	li a.hover{
	background-color: #d10000;
	color: #FFF;
}

.topbar ul.tb-left	{
	position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
}

.topbar ul.tb-left li.home {
    padding: 0;
    margin: 0;
    width: 90px;
    height: 25px;
    display: block;
    text-indent: 28px;
    /*background: url(../img/irtme_logo.png) 5px 7px no-repeat;*/
    background: url(../img/irtme_logo_22x22.png) 2px 2px no-repeat;
    border-right: 1px solid #e0e0e0;
    white-space: nowrap;
    position: relative;
}

.topbar ul.tb-left li.home a	{
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	color: #19a6ca;
	text-decoration:none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info {
    padding-right: 0;
    border-right: 0;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    white-space: nowrap;
    position: relative;
}

.topbar ul.tb-left li.tb-left-info span.view-num	{
	display: block;
	float: left;
	font-size: 15px;
	color: #ff7f00;
	font-weight: bold;
	height:25px;
	line-height:25px;
}

.topbar ul.tb-left li.tb-left-info span.view-text	{
	font-size: 11px; 
	font-weight: bold;
	color: #19a6ca;
}

.topbar ul.tb-left li.tb-left-info a.share	{
	display: block;
	float: left;
	color:#19A6CA;
	font-size:11px;
	font-weight:bold;
	margin-right:0;
	background: transparent url(../img/share_bar.gif) no-repeat scroll 10px 7px;
	padding-left: 30px;
	height:26px;
	line-height:26px;
	text-decoration: none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info a.comments	{
	display: block;
	float: left;
	color:#19A6CA;
	font-size:11px;
	font-weight:bold;
	margin-right:0;
	background: transparent url(../img/comment.gif) no-repeat scroll 5px 2px;
	padding-left: 22px;
	height:20px;
	line-height:20px;
	text-decoration: none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info a.likes	{
	display: block;
	float: left;
	color:#CC8929;
	font-size:11px;
	font-weight:bold;
	margin-right:0;
	background: transparent url(../img/like.png) no-repeat scroll 5px 2px;
	padding-left: 22px;
	height:20px;
	line-height:20px;
	text-decoration: none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info a.dislikes	{
	display: block;
	float: left;
	color:#E98888;
	font-size:11px;
	font-weight:bold;
	margin-right:0;
	background: transparent url(../img/dislike.png) no-repeat scroll 5px 2px;
	padding-left: 22px;
	height:20px;
	line-height:20px;
	text-decoration: none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info a.report	{
	display: block;
	float: left;
	color:#19A6CA;
	font-size:11px;
	font-weight:bold;
	background: transparent url(../img/report_bar.gif) no-repeat scroll 3px 2px;
	padding-left: 22px;
	height:20px;
	line-height:20px;
	text-decoration: none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info a.link	{
	display: block;
	width: 100%;
	clear: both;
	color:#19A6CA;
	font-size:10px;
	font-weight:bold;
	height:20px;
	line-height:15px;
	text-decoration: none;
	outline: none;
}

.topbar ul.tb-left li.tb-left-info a.link:hover, 
.topbar ul.tb-left li.tb-left-info a.report:hover,
.topbar ul.tb-left li.tb-left-info a.share:hover	{
	text-decoration: underline;
}

#share	{
	
}

#share	h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size:15px;
	font-weight:bold;
}

#share	ul.left {
	list-style-type: none;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#share	ul.right {
	list-style-type: none;
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

#share	li {
	padding: 5px;
}

#share	ul li img {
	width: 32px;
	vertical-align: middle;
}

#share	ul li a {
	color: #4C4C4C;
	font-size: 14px;
	font-weight:bold;
	line-height:32px;
}

#report	div.head	{
	margin: 0 0 10px 0;
	padding: 0;
	font-size:15px;
	font-weight:bold;
}

#report	div.answer	{
	text-align: center;
}

#report	div.thanks	{
	font-size:15px;
	font-weight:bold;
	margin:10px;
	padding:0;
}

#report	div.answer	a.yes{
	font-size: 15px;
	color: #19A6CA;
	margin-right: 10px;
	font-weight: bold;
}

#report	div.answer	a.no{
	font-size: 15px;
	color: #19A6CA;
	font-weight: bold;
}








