/* begin PostHeaderIcon */
.postheader
{
   padding-top: 15px; 
   margin: 0 0 15px 30px;
   border-bottom: 1px solid White;
   	background: transparent url(/images/santis/cloud.png) no-repeat scroll 5px -35px;
   /*margin: 5px 0;
   line-height: 1em;
   font-size: 24px;*/
   text-align: left;
   font-weight: lighter;
}

.postheader a, 
.postheader a:link, 
.postheader a:visited,
.postheader a.visited,
.postheader a:hover,
.postheader a.hovered
{
   font-size: 24px;
   text-align: left;
}

.postheader a, .postheader a:link
{
   text-decoration: none;
   color: #1F537A;
}

.postheader a:visited, .postheader a.visited
{
   color: #3B515E;
}

.postheader a:hover,  .postheader a.hovered
{
   text-decoration: underline;
   color: #173F5E;
}

/* end PostHeaderIcon */

#urik, #fizik{
	margin: 15px 0 15px 0;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.back_link{
	margin-left: 70px;
	font-size: 90%;
}
.back_link a{
	color: white;
	margin-left: 0px;
}
.back_link span{
	color: #486187;
	margin-left: 0px;
}

.postcontent{
	margin-bottom: 15px;
}

.postcontent p{
	/*width: 100%;*/
    font-size: 12px;
    padding: 0px;
    margin: 0px 10px 5px 100px;
    color: #486187;
}
.postcontent table.radius{
	width: 600px;
	font-size: 12px;
	color: #486187;
	border-collapse: colapse;
	margin: 10px 5px 5px 100px;
	
}
.postcontent table.radius th{
	padding:15px 5px 15px 5px;
	font-weight: normal;
	text-align: center;
	vertical-align:top;
	font-size: 150%;
}
.postcontent table.radius td{
	border-top: 1px solid White;
	padding:5px 5px 5px 20px;
	vertical-align:top;
	text-align: center;
	
}

/*.postcontent a{
	
    color: white;
}*/