.tabwidget {
width: 240px; 
margin: 0 auto; 
font: 10px normal Verdana, Arial, Helvetica, sans-serif; 
color: #04376c;
}

ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
width: 100%;
font-size: 12px;
}

ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
margin-bottom: -1px;
background: #4188d2;
overflow: hidden;
position: relative;
}

ul.tabs li a {
text-decoration: none;
color: #04376c;
display: block;
font-size: 1.2em;
padding: 0 5px;
border: 1px solid #fff;
outline: none;
}

ul.tabs li a:hover {
background: #A9C9EB;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #4188d2;
border-bottom: 1px solid #4188d2;
}

.tab_container {
border-top: none;
clear: both;
float: left; 
width: 100%;
margin-bottom: 10px;
background: #4188d2;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}

.tab_content {
padding: 20px;
font-size: 16px;
line-height: 1.5em;
}

.tab_content ul {
list-style: square inside;
}

.tab_content ul li {
margin-bottom: 5px;
}

.tab_content h3 {
color: #04376c;
border-bottom: 1px dashed #000;
}

.tab_content a {
color: #fff;
}

.tab_content a:hover, a:active {
color: #333;
}

.tab_content img {
float: left;
margin-right: 15px;
border: 1px solid #03327d;
padding: 5px;
}
