@charset "utf-8";
/* CSS Document */


/*Main Block*/
div#main_content_top div#top_block_top 
{
    background-image:url(../App_Themes/green/images/top_block_top.png);
	background-repeat:no-repeat;
	background-position:top;  
	height:14px;
}
div#main_content_top div#top_block_middle
{
    background-image:url(../App_Themes/green/images/top_block_middle.png);
	background-repeat:repeat-y;
	background-position:top;
	padding:0px 8px;
	text-align:right;
}
div#main_content_top div#top_block_bottom
{
    background-image:url(../App_Themes/green/images/top_block_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
}

/*Right Block*/
div#content div.right_block_top 
{
    background-image:url(../App_Themes/green/images/right_block_top.png);
	background-repeat:no-repeat;
	background-position:top;  
	height:14px;
}
div#content div.right_block_middle
{
    background-image:url(../App_Themes/green/images/right_block_middle.png);
	background-repeat:repeat-y;
	background-position:top;
	padding:0px 8px;
}
div#content div.right_block_bottom
{
    background-image:url(../App_Themes/green/images/right_block_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	margin-bottom:8px;
}

/*Left Block*/
div#sidebarL div.left_block_top 
{
    background-image:url(../App_Themes/green/images/left_block_top.png);
	background-repeat:no-repeat;
	background-position:top;  
	height:14px;
}
div#sidebarL div.left_block_middle
{
    background-image:url(../App_Themes/green/images/left_block_middle.png);
	background-repeat:repeat-y;
	background-position:top;
	padding:0px 10px;
}
div#sidebarL div.left_block_bottom
{
    background-image:url(../App_Themes/green/images/left_block_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	margin-bottom:8px;
}
