﻿div.rounded-box {
    position:relative;
    width: 9em;
    background-color: #EFE6C7;
    margin: 0px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#D4CDAD; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#EFE6C7; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#000;
}


/* for tabs */
.leftBorderSelected_True    
    {
        background-image: url("/Images/tableftborder.gif");
	    background-position:left;
	    background-repeat: no-repeat;    
	    width:6px;
	    height:22px
    }
    
    .leftBorderSelected_False
    {    
        background-image: url("/Images/tableftborderunselected.gif");
	    background-position:left;
	    background-repeat: no-repeat;
	    width:6px;
	    height:22px
    }
    
    .rightBorderSelected_True
    {
        background-image: url("/Images/tabrightborder.gif");
	    background-position:right;
	    background-repeat: no-repeat;
	    width:6px;
	    height:22px
    }
    
    .rightBorderSelected_False
    {
        background-image: url("/Images/tabrightborderunselected.gif");
	    background-position:right;
	    background-repeat: no-repeat;
	    width:6px;
	    height:22px
    }
    
    .middleSelected_True_Enabled_True
    {
        background-image: url("/Images/tabbgrselected.gif");
        background-repeat:repeat-x;    
        font-family:Arial;
        font-weight:900;
        font-size:13px;
        height:22px
    }
    
    .middleSelected_False_Enabled_True
    {
        background-image: url("/Images/tabbgrunselected.gif");
        background-repeat:repeat-x;    
        font-family:Arial;
        font-weight:900;
        font-size:13px;
        height:22px
    }
    
    .middleSelected_False_Enabled_False
    {
    	background-image: url("/Images/tabbgrunselected.gif");
        background-repeat:repeat-x;
        color:Gray;
        font-family:Arial;	
        font-weight:900;
        font-size:13px;
        height:22px
    }
    
    A.True
    {
        color:Black;
        font-family:Arial;	
        font-weight:900;
        font-size:13px;
        text-decoration:none;
    }
    
    A.False
    {
        color:Gray;
        font-family:Arial;	
        font-weight:900;
        font-size:13px;
        text-decoration:none;
    }
    
    .leftBorderSelectedV_True    
    {
        /*background-image: url("/Images/tableftborderV.gif");*/
	    background-position:left;
	    background-repeat: no-repeat;    
	    width:6px;
	    height:22px
    }
    
    .leftBorderSelectedV_False
    {    
        /*background-image: url("/Images/tableftborderunselectedV.gif");*/
	    background-position:left;
	    background-repeat: no-repeat;
	    width:6px;
	    height:22px
    }
    
    .rightBorderSelectedV_True
    {
        /*background-image: url("/Images/tabrightborderV.gif");*/
	    background-position:right;
	    background-repeat: no-repeat;
	    width:6px;
	    height:22px
    }
    
    .rightBorderSelectedV_False
    {
        /*background-image: url("/Images/tabrightborderunselectedV.gif");*/
	    background-position:right;
	    background-repeat: no-repeat;
	    width:6px;
	    height:22px
    }
    
    .middleSelectedV_True_Enabled_True
    {
        /*background-image: url("/Images/tabbgrselectedV.gif");*/
        background-repeat:repeat-x;    
        font-family:Arial;
        font-weight:900;
        font-size:13px;
        height:22px
    }
    
    .middleSelectedV_False_Enabled_True
    {
        /*background-image: url("/Images/tabbgrunselectedV.gif");*/
        background-repeat:repeat-x;    
        font-family:Arial;
        font-weight:900;
        font-size:13px;
        height:22px
    }
    
    .middleSelectedV_False_Enabled_False
    {
    	/*background-image: url("/Images/tabbgrunselectedV.gif");*/
        background-repeat:repeat-x;
        color:Gray;
        font-family:Arial;	
        font-weight:900;
        font-size:13px;
        height:22px
    }
    
    
/* generic styles */
.caption
{
	color:Black;
    font-family:Verdana
    font-weight:900;
    font-size:13px;    
}

.CreateUserButton
{
	background-image: url('/images/createuserbutton.gif');
	background-repeat:no-repeat;
}