



/*
 * badge styles blue
 */
 
body {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #646464;

}


div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_b.gif) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
/*
 * module: rounded
 */
 
div.mod-rounded div.box-t1 { background: url(../images/module_r.gif) 0 0 no-repeat; }

div.mod-rounded div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_r.gif) 100% -15px no-repeat;
}

div.mod-rounded div.box-t3 {
	height: 9px;
	border-top: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded div.box-1 {
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
	overflow: hidden;
}

div.mod-rounded div.box-b1 { background: url(../images/module_r.gif) 0 -30px no-repeat; }

div.mod-rounded div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_r.gif) 100% -45px no-repeat;
}

div.mod-rounded div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #D2D2D2;
	background: #ffffff;
}

.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
text-align:center;
}

div.mod-rounded h3.header {
	line-height: 29px;

}

div.mod-rounded-header-templatecolor h3.header {
	color: #ffffff;
	
}

/* color: grey */

div.mod-rounded-grey div.box-1 {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	background: #ffffff;
}

div.mod-rounded-grey div.box-2 {
	padding: 0px 13px 0px 13px;
	background: url(../images/module_s.gif) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-rounded-grey div.box-b1 { background-image: url(../images/module_r.gif); }
div.mod-rounded-grey div.box-b2 { background-image: url(../images/module_r.gif); }
div.mod-rounded-grey div.box-b3 {
	height: 10px;
	border: none;
	background: url(../images/module_r.gif) 0 -60px repeat-x;
}


/* header: grey */
div.mod-rounded-header div.deepest { padding: 30px 14px 0px 14px; }
div.mod-rounded-header div.box-1 div.deepest { padding: 30px 13px 0px 13px; }

div.mod-rounded-header div.header-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(../images/module_t.gif) 0 0 no-repeat;
}

div.mod-rounded-header div.header-2 {
	padding: 0px 30px 0px 30px;
	background: url(../images/module_t.gif) 100% -45px no-repeat;
}

div.mod-rounded-header div.header-3 {
	height: 40px;
	background: url(../images/module_t.gif) 100% -90px repeat-x;
}
/* color: header templatecolor */
div.mod-rounded-header-templatecolor div.header-1 { background-image: url(../images/module_u.gif); }
div.mod-rounded-header-templatecolor div.header-2 { background-image: url(../images/module_u.gif); }
div.mod-rounded-header-templatecolor div.header-3 { background-image: url(../images/module_u.gif); }
/* readmore button */
p.readmore { overflow: hidden; }
div.module p.readmore {	margin-bottom: 0px; }