
    .widget2 {
    width: 500px;
	background: #eeeeee;
	padding: 5px;
	padding-top: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
    }
    .widget {
    width: 240px;
	background: #eeeeee;
	padding: 5px;
	padding-top: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
    }
	
	.widget3 {
    width: 290px;
	background: #eeeeee;
	padding: 5px;
	padding-top: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
    }

    .widget a {

    line-height: 1.6em;
    color: #003366;
    text-decoration: none;
    }

    .widget a:hover {
    color: #FF0606;
    text-decoration: underline;
    }

    .tabnav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    }

    .tabnav li a {
    text-decoration: none;
	font-weight: normal;
    font-size : 11px;
    color: #1a2575;
    padding: 1px 1px;
    outline: none;
	font-weight: bold;
	line-height: 1.1;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #d6d5d5;
    color: #1a2575;
    text-decoration: none;
    }

    .tabdiv {
    margin-top: 2px;
    background: #fff;
    padding: 3px;
    }

    .tabdiv li {
    list-style-image: url("star.png");
    margin-left: 20px;
    }

    .ui-tabs-hide {
    display: none;
    }
