﻿.postBrowserItem
{
     border-bottom: dotted 1px #999;
     margin-bottom:10px;
     padding-bottom:10px;
	  
}

.postBrowserItemInfo
{
    width:80px;
    float:left;
    background-color:#F0F1F2;
  
  text-align:center;
  padding:2px;
}

hr
{
    color:#F0F1F2;
}

.postBrowserItemDetail
{     
    margin-left:90px;    
}

#tabControl
{
	border-bottom: 1px solid #E5DD00;
	height: 31px;
	margin: 0;
	margin-top:35px;
	margin-bottom: 20px;
	padding-right: 20px;
}
ul.tabs
{
	float: right;
	height: 32px;
	list-style: none;
	margin: 0;
	width: 100%;
}
ul.tabs li
{
	background: #fff;
	border-bottom: 1px solid #E5DD00;
	float: right;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a
{
	border: 1px solid #fff;
	color: #495957;
	display: block;
	font-size: 1.0em;
	outline: none;
	padding: 0 10px;
	text-decoration: none;
}

ul.tabs li a:hover
{
	background: #E5DD00;
}

 
html ul.tabs li.active, html ul.tabs li.active a:hover
{
	background: #E5DD00;
	border: solid 1px #E5DD00;
	border-bottom: solid 1px white;
	margin-top: -1px;
	color:#999;
}
.tag
{
	/*background-color: #D7E8F7;*/
		color: blue;
	font-size: 10px;
	padding: 3px;
	line-height:22px;
	text-decoration: none;
	font-family:Arial,Latha;
	
}
 
