div.rounded-box {
    position:relative;
    width: 100%;
    background-color: #C5C5C5;
    margin: 3px;
    border:1px solid gray;
}

body { background-color:#9e98d5;font-family:verdana, sans-serif;}
a {color:#42186C;}
a:visited {color:#42186C;}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:18px;  background-color:#42186C; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:15px; font-family:arial; color:#efefef; }

/*********************
SPECIFIC ATTRIBUTES
*********************/



div.box-contents {
	position: relative; padding: 4px; color:#000;
}

#title {
background-color:#8A82D5; font-weight:bold; text-align:left; padding-left:20px;
}

#title2 {
background-color:#EFEFEF; font-weight:bold; text-align:center;
}

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #C5C5C5;
border-bottom-width: 0;
/* width: 170px; */
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #42186C;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #42186C;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #784AA7;
color: #efefef;
}

