﻿/* Round */
div.rounded {
    clear:both;
    max-width:2400px;
}

div.rounded div.top-outer {
    background:url(../SDTheme1/images/tl.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded div.top-outer div.top-inner {
    background:url(../SDTheme1/images/tr.gif) no-repeat right bottom;
    margin-left:10px;
}

div.rounded div.top-outer div.top-inner div.top {
    background:url(../SDTheme1/images/t.gif) repeat;
    height:11px;
    margin-right:10px;
    font-size:.01em;
}

div.rounded div.mid-outer {
    background:url(../SDTheme1/images/l.gif) left repeat-y;
    clear:both;
    width:100%;
}

div.rounded div.mid-outer div.mid-inner {
    background:url(../SDTheme1/images/r.gif) right repeat-y;
    margin-left:10px;  
    
}

div.rounded div.mid-outer div.mid-inner div.mid {
	/*background-color:#ffffff;*/
	background-color:#E2EBF2;
    margin-right:10px;
    /*margin-top:-12px;*/
	padding:0px;
}

/* See Styles.css.IE stylesheet
div.contents
{
	vertical-align:top;
	margin-top:-12px;
	margin-bottom:-12px;
	
}
*/

div.rounded div.bottom-outer {
    background:url(../SDTheme1/images/bl.gif) no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    background:url(../SDTheme1/images/br.gif) no-repeat right top;
    margin-left:10px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    background:url(../SDTheme1/images/b.gif) repeat;
    height:11px;
    margin-right:10px;
    font-size:.01em;
}

div.padding 
{
	 padding:8px;
}