﻿/* round content base */
.roundcont-base {
	width: 100%;
	background-color: #fbfbfb;
}

.roundcont-enable
{
	color: #000000;
}

.roundcont-disable 
{
	color: #9f9f9f;
}

/* round container */
div.contaiter
{
	padding-left: 9px;
	padding-right: 9px;
	clear: both;
	background-color: #ededed;
}

/* left top round */
div.lefttop-base
{
	background-repeat: no-repeat;
	width: 9px;
	margin-left: -9px;	
	float:left;
}

div.lefttop-enable
{
	background-image: url(images/tl-enable.gif);	
	height: 15px;
}

div.lefttop-disable
{
	background-image: url(images/tl-disable.gif);
	height: 9px;
}

/* middle top round #c3b696*/
div.middletop-enable
{	
	border-top: 7px solid #a7a79f;
}

div.middletop-disable
{
	border-top: 1px solid #eaeaea;
}

/* rigth top round*/
div.righttop-base
{
	background-repeat: no-repeat;
	width: 9px;
	float: right;	
	margin-right: -9px;
}

div.righttop-enable
{
	background-image: url(images/tr-enable.gif);
	height: 15px;
	margin-top: -7px;
}

div.righttop-disable
{
	background-image: url(images/tr-disable.gif);
	height: 9px;
	margin-top: -1px;
}

/* left bottom round */
div.leftbottom-base
{
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	margin-left: -9px;
	float: left;
}

div.leftbottom-enable
{
	background-image: url(images/bl-enable.gif);
}

div.leftbottom-disable
{
	background-image: url(images/bl-disable.gif);
	
}

/* middle bottom round */
div.middlebottom-enable
{
	border-bottom: 2px solid #ababab;
	height: 7px;
	background-color: #dfdfdf;
}

div.middlebottom-disable
{
	border-bottom: 1px solid #a0a0a0;
	height: 8px;
}

/* rigth bottom round */
div.rigthbottom-base
{	
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	float: right;
	margin-right: -9px;
	position: relative;
	top: -9px;
}

div.rightbottom-enable
{
	background-image: url(images/br-enable.gif);	
}

div.rightbottom-disable
{
	background-image: url(images/br-disable.gif);
}

/* middle section */
div.middle-enable
{
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	height:100%;
}

div.middle-disable
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}






/* round content base */
/*.roundcont-base {
	width: 100%;
	background-color: #fbfbfb;
}

.roundcont-enable
{
	color: #000000;
}

.roundcont-disable 
{
	color: #9f9f9f;
}*/

/* round container */
/*div.contaiter
{
	clear: both;
}*/

/* left top round */
/*div.lefttop-base
{
	background-repeat: no-repeat;
	width: 9px;
	float:left;
}

div.lefttop-enable
{
	background-image: url(images/tl-enable.gif);
	background-repeat: no-repeat;
	height: 15px;
}

div.lefttop-disable
{
	background-image: url(images/tl-disable.gif);
	background-repeat: no-repeat;
	height: 9px;
}*/

/* middle top round #c3b696*/
/*div.middletop-enable
{	
	background-image: url(images/tm-enable.gif);
	background-repeat: repeat-x;
	height: 7px;
}

div.middletop-disable
{
	background-image: url(images/tm-disable.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.middletop-disable-ie6
{
    background-image: url(images/tm-disable.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-bottom: -5px;
}*/

/* rigth top round*/
/*div.righttop-base
{
	background-repeat: no-repeat;
	width: 9px;
	float: right;
}

div.righttop-enable
{
	background-image: url(images/tr-enable.gif);
	background-repeat: no-repeat;
	height: 15px;
}

div.righttop-disable
{
	background-image: url(images/tr-disable.gif);
	background-repeat: no-repeat;
	height: 9px;
}*/

/* left bottom round */
/*div.leftbottom-base
{
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	float: left;
}

div.leftbottom-enable
{
	background-image: url(images/bl-enable.gif);
	background-repeat: no-repeat;
}

div.leftbottom-disable
{
	background-image: url(images/bl-disable.gif);
	background-repeat: no-repeat;
}*/

/* middle bottom round */
/*div.middlebottom-enable
{
    background-image: url(images/bm-enable.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
}

div.middlebottom-enable-ie6
{
    background-image: url(images/bm-enable.gif);
    background-repeat: repeat-x;
    background-position: 7px left;
    margin-bottom: -4px;
}

div.middlebottom-disable
{
	background-image: url(images/bm-disable.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
}

div.middlebottom-disable-ie6
{   
    background-image: url(images/bm-disable.gif);
    background-repeat: repeat-x;
    background-position: 8px left;
    margin-bottom: -4px;
}*/

/* rigth bottom round */
/*div.rigthbottom-base
{	
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	float: right;
}

div.rightbottom-enable
{
	background-image: url(images/br-enable.gif);	
}

div.rightbottom-disable
{
	background-image: url(images/br-disable.gif);
}*/

/* middle section 
div.middle-enable
{
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	height:100%;
}

div.middle-disable
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}*/