/* CSS Document */

div.sidebar_pane {
	margin: 24px 0px 0px 24px;
}

div.main_pane {
	margin: 24px 18px 0px 24px;
}

div.webpart {
/*	margin-bottom: 24px;*/
}

h2.webpart_title  {
	margin: 0px;
	padding: 7px 3px 7px 4px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.webpart_content {
	text-align: left;
	margin-top: 8px;
	padding: 6px 4px 6px 4px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


h2.webpart_login_title {
	margin: 0px;
	padding: 7px 3px 7px 4px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*border-top: 1px solid #50878a;
	border-bottom: 1px solid #50878a;*/
	background-image: url(../images/webpart_yellow.gif);
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0px 0px;
}

div.webpart_login_background {
	background-color: #ece8e0;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 24px;
	padding: 6px 4px 6px 4px;
	/*border-top: 1px solid #50878a;
	border-bottom: 1px solid #50878a;*/
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-radius: 0px 0px 8px 8px;
}

div.webpart_login_background div {
	line-height: 24px;
}

h2.webpart_quickhelp_title {
	margin: 0px;
	padding: 7px 3px 7px 4px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*border-top: 1px solid #50878a;
	border-bottom: 1px solid #50878a;*/
	background-image: url(../images/webpart_grey.gif);
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0px 0px;
}

div.webpart_quickhelp_background {
	background-color: #F7F7F7;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 24px;
	padding: 6px 4px 6px 4px;
	/*border-top: 1px solid #BBB;
	border-bottom: 1px solid #CCCCCC;*/
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-radius: 0px 0px 8px 8px;
}

div.webpart_quickhelp_background p {
	line-height: 24px;
}

p.splitter {
	border-bottom: 1px dashed #D0D0D0;
	margin: 6px 0px 4px 0px;
}

div.actions {
	text-align: left;
	padding: 0px 0px 24px 50px;
}

div.webpart_icon {
	position: static;
	float: left;
	margin: -15px 0px 0px 5px;
	visibility: visible;
}

h2.webpart_common_form_title {
	margin: 0px;
	padding: 7px 3px 7px 4px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	background-image: url(../images/webpart_yellow.gif);
}

div.webpart_common_form_background {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px 4px 0px 4px;
}

div.webpart_common_form_title {
	height: 26px;
	margin: 0px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	background-image: url(../images/webpart_yellow.gif);
}
