/*Common */

.containermaster {
    text-align:left;
}

/* No Container */
.empty_container_content{
	clear:left;
}

/* Basic */
.basic_border{
	border: 0px; 
	margin: 3px 0px 3px 0px;
	width:100%;
}
.basic_header_row {
	background-position:center center;
	background-repeat: no-repeat;
}
.basic_content_row 
{
    text-align:left;
    padding-top:5px;
}
.basic_title 
{
    text-align:left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 17pt;
	color: #336699; 
    padding:4px 3px 6px 3px;
    display:block;
}


/* Sidebar */
.sidebar_border{
	border-right: 1px dotted #E0DFDB; 
	margin: 3px 0px 3px 0px;
	width:100%;
}

.sidebar_header_row {
    white-space:nowrap;
	background-position:center center;
	background-repeat: no-repeat;
}

.sidebar_title {
    text-align:left;
	color: #336699;
    padding:4px 3px 6px 3px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
    font-size:  13pt;
    font-weight: 600;
    display:block;
}
.sidebar_content_row {
    text-align:left;
    padding:5px;
}































































































































