﻿div.rounded {
    clear:both;
    max-width:241px;
}

div.rounded div.top {
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    height:12px;
    line-height:0.1em;
    font-size:0.1em;
    margin:0px;
    margin-left:12px;
}

div.rounded div.middle {
    width:100%;
}

div.rounded div.middle div.right {
    margin-left:2px;
}

div.rounded div.middle div.right {
    margin-right:2px;
}

div.content 
{
    margin-right:2px;
    background-color:#FFFFFF;
}

div.rounded div.bottom {
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    height:12px;
    line-height:0.1em;
    font-size:0.1em;
    margin:0px;
    margin-left:12px;
}

.container
{
 width: 384px;/* here1 */ 
 height: 250px;
}
 
/* TOP ROW */
.rowtop
{
 height: 12px;
 background-image: url(../images/tabbed_tm.gif);
}
 
.topleft
{
 float: left;
 width: 12px;
 height: 12px;
 background-image: url(../images/tabbed_tl.gif);
}
 
.topmiddle
{
 float: left;
 width: 360px;/* here2 */ 
 height: 12px;
 background-image: url(../images/tabbed_tm.gif);
}
.topright
{
 float: left;
 width: 12px;
 height: 12px;
 background-image: url(../images/tabbed_tr.gif);
}
 
/* MIDDLE ROW */
 
.rowmiddle
{
 height: 200px;
}
 
.midleft
{
 float: left;
 height: 255px;
 width: 12px;
 background-image: url(../images/tabbed_ml.gif);
 background-repeat: repeat-y;
}
.midmid
{
 float: left;
 height: 255px;
 width: 360px;/* here3 */
 background-color: #FFFFFF;
}
.midright
{
 float: left;
 height: 255px; /*height*/
 width: 12px;
 background-image: url(../images/tabbed_mr.gif);
 background-repeat: repeat-y;
}

/* BOTTOM ROW */
.rowbottom
{
 margin-top:55px; /*here*/
 height: 12px;
 background-image: url(../images/tabbed_bm.gif);
}
 
.botleft
{
 float: left;
 width: 12px;
 height: 12px;
 background-image: url(../images/tabbed_bl.gif);
}
 
.botmiddle
{
 float: left;
 width: 360px;/* here4 */
 height: 12px;
 background-image: url(../images/tabbed_bm.gif);
}
.botright
{
 float: left;
 width: 12px;
 height: 12px;
 background-image: url(../images/tabbed_br.gif);
}

/* Tabbed area content*/

.tabbed_area_content
{
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:11px;
}

.tabbed_area_header
{
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:14px;
	color: #37AEF0;
}