.widget {padding:0 10px 0 17px;}
.widget .box300 {
width:298px;
height: 260px;
float:left;
font:normal 1.2em/1.5em Arial, Helvetica, sans-serif;
margin:0 2px 4px 2px;
background-color:#EEEEEE;
padding:5px 0 0 10px;
}
.widget .box600 {
width:610px;
height: 260px;
float:left;
font:normal 1.2em/1.5em Arial, Helvetica, sans-serif;
margin:0 2px 4px 2px;
background-color:#EEEEEE;
padding:5px 0 0 10px;
}
.widget .box600 .leftbox {width:300px; float:left; margin:0 0 0 10px; display:inline;}
.widget .box600 .rightbox {width:300px; float:left;}
.widget .box600 .item{clear:both; margin:0 0 10px 0; float:left; padding:0 5px 0 5px; width:260px;}
.widget .box600 textarea{width:580px; height:145px; margin:5px 0 10px 0; font:normal 1.1em/1.5em Arial, Helvetica, sans-serif;}
.widget h3 {margin-bottom:10px;}
.widget .box300 .item{clear:both; margin:0 0 10px 0; float:left; padding:0 5px 0 5px; width:260px;}

.widget .box900 {
width:922px;
height: 240px;
float:left;
font:normal 1.2em/1.5em Arial, Helvetica, sans-serif;
margin:0 2px 20px 2px;
background-color:#EEEEEE;
padding:5px 0 0 10px;
}
.widget .middle {border-left:1px solid #333333; border-right:1px solid #333333;}
.widget .name{width:100px; float:left;}
.widget #preview{color:#FF0000; margin:10px 0 0 0; float:left;}
.widget #F_RSS_Combo {width:285px; font-size:11px;}

/*------------------Tabs------------------*/
.widget ul.tabs {
list-style-type:none;
float:left;
text-align:center;
margin:-5px 0 15px -10px;
padding:0;
font: normal 1.2em 'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;
width:620px;
border-bottom:1px solid #a3c1d7;
background:#ffffff url(images/widget-tabs-bg.gif) repeat-x left bottom;
display:inline;
}
.widget ul.tabs li{
float:left;
margin:0 0 0 10px;
padding:0;
}
.widget ul.tabs li a {
text-decoration:none;
display:block;
background:transparent url(images/widget-tabs-current-right.gif) no-repeat right top;
padding:6px 10px 3px 0;
color:#000;
}
.widget ul.tabs li span {
background:transparent url(images/widget-tabs-current-left.gif) no-repeat left top;
margin:0;
padding:6px 0 3px 10px;
text-decoration:none;
}
.widget ul.tabs li.current a {
background-position: 100% -30px;
color:#ffffff;
}
.widget ul.tabs li.current span {
background-position: 0% -30px;
text-decoration:none;
}
/*--------Help dropdown--------*/
.widget .help {
background-color:#EEEEEE;
float:left;
margin:0 0 10px 2px;
width:932px;
}
.widget .help a{
margin:0;
background:#CCCCCC url(images/widget-help-arrow-up.gif) no-repeat 900px 6px;
display:block;
text-decoration:underline;
font: normal 1.4em 'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;
color:#006699;
width:922px;
padding:3px 0 3px 10px;
}
.widget .help a:hover{
background-color:#dddddd;
}
.widget .help a.active{
background:#CCCCCC url(images/widget-help-arrow-down.gif) no-repeat 900px 6px;
}
.widget .help .content {
background-color:#EEEEEE;
font: normal 1.2em/1.5em Arial,sans-serif;
padding:10px 10px 15px 15px;
}
