/* - style.css - */
/* http://pemsea.org/portal_css/style.css?original=1 */
.widget {
width: 530px;
margin: 20px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
text-align: center;
}
.widget a {
color: #222;
text-decoration: none;
}
.widget a:hover {
color: #009;
text-decoration: underline;
}
ul.tabnav {
margin: 0px;
}
.tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
margin: 0px;
}
.tabnav li a {
text-decoration: none;
text-transform: uppercase;
color: #222;
font-weight: bold;
padding: 4px 6px;
outline: none;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #dedbd1;
color: #222;
text-decoration: none;
}
.tabdiv {
margin-top: 2px;
background: #fff;
border: 1px solid #dedbd1;
padding: 5px;
text-align: left;
}
.tabdiv li {
list-style-image: url("star.png");
margin-left: 20px;
}
.ui-tabs-hide {
display: none;
}
/* */
.widget-home {
width: 530px;
margin: 20px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
text-align: center;
}
.widget-home a {
color: #222;
text-decoration: none;
}
.widget-home a:hover {
color: #009;
text-decoration: underline;
}
.widget-home ul.tabnav {
margin: 0px;
}
.widget-home .tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
margin: 0px;
}
.widget-home .tabnav li a {
text-decoration: none;
text-transform: uppercase;
color: #222;
font-weight: bold;
padding: 4px 6px;
outline: none;
}
.widget-home .tabnav li a:hover, .widget-home .tabnav li a:active, .widget-home .tabnav li.ui-tabs-selected a {
background: #dedbd1;
color: #222;
text-decoration: none;
}
.widget-home .tabdiv {
margin-top: 2px;
background: #fff;
border: 1px solid #dedbd1;
padding: 5px;
text-align: left;
}
.widget-home .tabdiv li {
list-style-image: url("star.png");
margin-left: 20px;
}
.widget-home .ui-tabs-hide {
display: none;
}

