/** 
* @file sample.css
* Exsample block css file
*
* @author PortaMx - Portal Management Extension
* @author Copyright by PortaMx - http://portamx.com
* @Version: 0.951
* @Date: 06.11.2008
*/

/* 
<class>
	<header>sample_header</header>
	<frame>sample_frame</frame>
	<body>sample_body</body>
	<bodytext>smalltext</bodytext>
	<hellotext>normaltext</hellotext>
</class>
*/
.sample_frame
{
	padding: 1px; 
	border: 1px solid #808080; 
	background-color: #d0d0d0;
}
.sample_body
{
	color: #000000; 
	background-color: #d0d0d0;
	padding: 1px;
}
.sample_body a:link, .sample_body a:visited
{
	color: #000000; 
	text-decoration: none;
}
.sample_body a:hover
{
	color: #0000a0; 
	text-decoration: none;
}
.sample_header
{
	color: #205080; 
	font-style: normal;
	font-weight: bold;
	background: url(Images/titlebg.jpg) #E9F0F6 repeat-x;
	background-color: #205080;
	border-bottom: solid 1px #a0b0c0;
	padding: 10px 4px;
}