/** 
* @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>catbg4</header>
	<frame>sample_frame</frame>
	<body>windowbg4</body>

</class>
*/


.catbg4, tr.catbg4 td {
background:#BA0000 none repeat scroll 0 0;
color:#FFFFFF;
padding-left:10px;
padding-right:10px;
}
.catbg4 {
font-size:14px;
font-weight:700;
}
.catbg4 a:link, .catbg4 a:visited {
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}
.tborder2 {
border:1px solid #FCFCFC;
padding:0;
}
.windowbg4 {
background:#F6F6F6 url(./images/img/winbg.png) repeat-x scroll 0 0;
border:1px solid #DEDEDE;
color:#333333;
}
.smalltext2 {
font-family:verdana,sans-serif;
font-size:70%;
}