﻿/* WepPart styles */ 
/* Main */ 

/* WP-Content-Layer */
.WP-Content-Layer {
	width: auto;
	padding: 0px;
	margin:0px;
}

/* PartStyle */
.WP-Main-Part {
	overflow: hidden;
	padding: 0px !important;
	margin: 0px !important;
}

/* PartTitleStyle */
.WP-Main-Title {
	height:21px;
	white-space: normal;
	overflow: hidden;
	padding: 0px 4px 0px 4px;
	vertical-align: middle; 
	background: #cccccc;
	font-weight: bold;
	font-size: 10px;
}	

/* PartChromeStyle */
.WP-Main-Chrome {
	padding: 0;
	margin: 0;
	background-color: transparent !important;
	border:0px #aaaaaa solid !important;
}  

/* SelectedPartChromeStyle */
.WP-Main-SelectedPartChrome {
	border:1px #ddaaaa solid !important;
}