/*===============================================================*/
/*   Dotnetnuke skins - http://www.2designstudio.net             */                                                                                                                  
/*   Copyright (c) 2003-2008 www.2designstudio.net               */                                                                                                     
/*   support@2designstudio.net                                   */                                                                                                                         
/*===============================================================*/

.container01_topbg{
	background-image: url(container01_topbg.jpg);
	background-repeat: no-repeat;
	height: 65px;
}
.container01_leftbg{
	background-image: url(container01_leftbg.jpg);
	background-repeat: no-repeat;
	width: 35px;
}
.container01_rightbg{
	background-image: url(container01_rightbg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 34px;
}
.container01_bottombg{
	background-image: url(container01_bottombg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 182px;
	height: 69px;
}
.container01_contentpane{
	font-family: Tahoma;
	font-size: 11px;
	color: #005E99;
	background-color: White;
}
.container01_contentpane p{
	padding: 5px;
	margin-top: 5px;
}
.container01_title{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #1F99E6;
	padding: 5px;
}
.container01Icons{
	text-align: right;
	padding: 5px 0 7px 0;
	border-top: 1px solid #BBBBBB;
	background-color: transparent;
}
.container01_mar{
	margin-bottom: 5px;
}
