/** 
* @file sample.css
* Exsample block css file
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.961
* @Date: 09.08.2009
*/

/* 
<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; 
/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, white, #BE9A3B);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, white, #BE9A3B);
  /* IE 10 */
  background: -ms-linear-gradient(top, white, #BE9A3B);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, white, #BE9A3B); 
	/*background-color: #d0d0d0;*/
}
.sample_body
{
	color: #000000; 
/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, white, #BE9A3B);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, white, #BE9A3B);
  /* IE 10 */
  background: -ms-linear-gradient(top, white, #BE9A3B);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, white, #BE9A3B); 
/*
	background-color: #d0d0d0;
*/
	padding: 1px;
}
.sample_body a:link, .sample_body a:visited
{
	color: #000000; 
	text-decoration: none;
}
.sample_body a:hover
{
	color: white; 
	text-decoration: none;
}
.sample_header
{
	color: #950000; 
	font-style: normal;
	font-weight: bold;
/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, white, #BE9A3B);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, white, #BE9A3B);
  /* IE 10 */
  background: -ms-linear-gradient(top, white, #BE9A3B);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, white, #BE9A3B); 

/*
	background: url(Images/titlebg.jpg) #E9F0F6 repeat-x;
	background-color: #205080;
*/
	border-bottom: solid 1px #a0b0c0;
	padding: 10px 4px;
}