﻿/************ STYLES FOR WEBPARTS ************/
.WebPart_PartTitle {
border:1px solid #C4C4C4;
background-color:#E8E8E8;
height:25px;
margin:5px 0 0;
padding:0 2px;
}

.WebPart_PartTitle a {margin:0 3px 0 0;}

.WebPart_AdminPart {
border:1px solid #C4C4C4;
margin:2px 0 0;
padding:8px;
}

#webpartsPanel {
background:url(images/WebpartBodyBg.gif) repeat;
margin-top:10px;
margin-bottom:0;
border:solid 1px #51626C;
border-bottom:0;
clear:both;
padding:4px;
}

#webpartsPanel .outerFrame {width:100%;}

#webpartsPanel .outerFrame tbody td {color:#515151;}

#webpartsPanel .section {
background:#FFFFFF;
border:solid 1px #8EA0AA;
font-family:Verdana;
width:100%;
margin-bottom:10px;
}

#webpartsPanel .section .header {
background:#BDCDFF url(images/webpartsHeaderBg.gif) repeat-x;
border-bottom:solid 1px #8FA0AB;
height:25px;
padding:0 0 0 3px;
}

#webpartsPanel .section .header H2 {
line-height:25px;
font-size:12px;
display:inline;
margin:0 10px 0 0;
}

#webpartsPanel .section .header a {text-decoration:underline;}

#webpartsPanel .EditorZone {
background:#FFFFFF;
border:solid 1px #8FA0AA;
font-family:Verdana;
width:100%;
margin-bottom:10px;
padding:6px;
}

#webpartsPanel .EditorZoneHeader {
background:url(images/webpartsHeaderBg.gif) repeat-x;
border:1px solid #8FA0AA;
height:25px;
font-weight:bold;
padding:0 2px;
}

#webpartsPanel .EditorZoneFooter {text-align:left;}

#webpartsPanel .EditorZoneFooter input {
font-family:Tahoma, Arial, Helvetica, sans-serif;
background:#5872CB url(images/button_bg.gif) repeat-x;
font-size:9px;
text-transform:uppercase;
color:#FFF;
border:1px solid #8FA0AA;
font-weight:bold;
cursor:pointer;
text-align:center;
text-decoration:none;
vertical-align:middle;
margin:0;
padding:2px 5px;
}

#webpartsPanel .EditorZoneFooter input:hover {
font-family:Tahoma, Arial, Helvetica, sans-serif;
background:#5872CB url(images/button_bg_hover.gif) repeat-x;
font-size:9px;
text-transform:uppercase;
color:#675D29;
border:1px solid #8FA0AA;
font-weight:bold;
cursor:pointer;
text-align:center;
text-decoration:none;
vertical-align:middle;
margin:0;
padding:2px 5px;
}

