.block {
	
}

.block .pink{}
.block .purple{}
.block .blue{}
.block .lightblue{}
.block .orange{}

.block .pink .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/pink/topleft.gif) left top no-repeat;
}

.block .pink .top {
	height: 24px;
	background: url(../images/default/pink/toppixel.gif) left top repeat-x;
}

.block .pink .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/pink/topright.gif) right top no-repeat;
}

.block .purple .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/purple/topleft.gif) left top no-repeat;
}

.block .purple .top {
	height: 24px;
	background: url(../images/default/purple/toppixel.gif) left top repeat-x;
}

.block .purple .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/purple/topright.gif) right top no-repeat;
}

.block .blue .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/blue/topleft.gif) left top no-repeat;
}

.block .blue .top {
	height: 24px;
	background: url(../images/default/blue/toppixel.gif) left top repeat-x;
}

.block .blue .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/blue/topright.gif) right top no-repeat;
}

.block .lightblue .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/lightblue/topleft.gif) left top no-repeat;
}

.block .lightblue .top {
	height: 24px;
	background: url(../images/default/lightblue/toppixel.gif) left top repeat-x;
}

.block .lightblue .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/lightblue/topright.gif) right top no-repeat;
}

.block .orange .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/orange/topleft.gif) left top no-repeat;
}

.block .orange .top {
	height: 24px;
	background: url(../images/default/orange/toppixel.gif) left top repeat-x;
}

.block .orange .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/orange/topright.gif) right top no-repeat;
}

.block .bluesilver .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/bluesilver/topleft.gif) left top no-repeat;
}

.block .bluesilver .top {
	height: 24px;
	background: url(../images/default/bluesilver/toppixel.gif) left top repeat-x;
}

.block .bluesilver .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/bluesilver/topright.gif) right top no-repeat;
}

.block .black .topleft{
	width: 5px;
	height: 24px;
	background: url(../images/default/black/topleft.gif) left top no-repeat;
}

.block .black .top {
	height: 24px;
	background: url(../images/default/black/toppixel.gif) left top repeat-x;
}

.block .black .topright{
	width: 5px;
	height: 24px;
	background: url(../images/default/black/topright.gif) right top no-repeat;
}

.block .blocktitle {
	color: #ffffff;
	padding-top: 6px;
}

.block .blocktitle a {
	color: #efefef;
	padding-top: 6px;
}

.block .surrounding{
	height: 3px;
	font-size: 0px;
}

.block .bottomleft{
	width: 4px;
	height: 3px;
	background: url(../images/default/bottomleft.gif) left top no-repeat;
}

.block .bottom {
	height: 2px;	
	background-color: #F5F5F5;
	border-bottom: 1px solid #dbdbdb;
}

.block .bottomright{
	width: 4px;
	height: 3px;
	background: url(../images/default/bottomright.gif) right top no-repeat;
}

.block .body {
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	background: #F5F5F5 url(../../../images/seasonal/snowflake.gif) bottom right no-repeat;
}
