/* CONTAINER: GREEN*/
.c1_container
{
    margin-bottom: 10px;
}
.c1_container .c1_titleTD
{
    border-bottom: #336e1f 1px solid;
    padding-bottom: 2px;
}
.c1_title,
.c1_container h1
{
    color: #336e1f;
    font-size: 110%; 
    font-weight:bold;
}
.c1_content,
.c1_content a:link,
.c1_content a:visited,
.c1_content a:focused
{
	color: #183510;
}

.c1_content a:hover
{
    color: #183510;
    text-decoration: none;    
}
.c1_container .c1_content 
{
    padding-top: 5px;    
}
/* END CONTAINER: TEXT*/

/* ARTICLES MODULE*/
#ArticleContainer
{
    padding: 5px 0px 5px 0px;
    border-bottom: green thin dotted;
}
/* END: ARTICLES MODULE*/

/* CONTAINER: Gradient*/
.cg_content
{
    background: url(/Portals/_default/Containers/dipasa green/images/GradientBG.gif) #4bb527 repeat-x;
}

.cg_TDtitle
{
    background-color: #276412;    
}
.cg_title
{
    color: #fff;    
}

.cg_content,
.cg_content a:link,
.cg_content a:visited,
.cg_content a:focused
{
	font-size:85%;
	color: #1a3d0e;
}

.cg_container
{
    padding: 0 5 5 5;
    margin-bottom: 10px;
}

/* END CONTAINER: Gradient*/



/* CONTAINER: BROWN */
.cb_content {
	padding-top: 6px;   
}

.cb_TDtitle
{
 
}
.cb_title
{
    color: #3a362e;    
}

.cb_container td
{
    background-color: #e3dbce;   
}

.cb_content,
.cb_content a:link,
.cb_content a:visited,
.cb_content a:focused
{
	font-size:85%;
	color: #3a362e;
}

.cb_container
{
	border: 1px solid #9a907e;
    margin-bottom: 10px;
}

/* END CONTAINER: BROWN */

/* CONTAINER: WhiteTitle*/
.WhiteTitle .wt_title
{
    color: #ffffff;    
}
/* END: WhiteTitle*/

/* Sesame Corner Right */
.container_SesameCornerRight
{
    margin-bottom: 10px;
}
.container_SesameCornerRight .container_TitleTD
{
    border-bottom: #336e1f 1px solid;
    padding-bottom: 2px;
}
.container_SesameCornerRight .container_Title,
.container_SesameCornerRight h1
{
    color: #336e1f;
    font-size: 110%; 
    font-weight:bold;
}
.container_SesameCornerRight .container_content,
.container_SesameCornerRight .container_content a:link,
.container_SesameCornerRight .container_content a:visited,
.container_SesameCornerRight .container_content a:focused
{
	color: #183510;
}

.container_SesameCornerRight .container_content a:hover
{
    color: #183510;
    text-decoration: none;    
}
.container_SesameCornerRight .container_content
{
    background: url(images/Sesame-corner-right.gif) no-repeat right top;
}
