﻿/* left menu */
DIV#LeftMenu
{
	float:left;
	width:151px;
	padding:0px 8px 0px 0px;
	margin-top:15px;
}

DIV#LeftMenu DIV#LeftMenuTop 
{
	height:21px;
	width:151px;
}

DIV#LeftMenu DIV#LeftMenuTop DIV#LeftMenuTopMiddle
{
	float:left;
	width:139px;
	height:21px;
	background-image:url(../../images/layout/leftmenu_top_bg.gif);
	background-repeat:repeat-x;
}

DIV#LeftMenu DIV#LeftMenuTop DIV#LeftMenuTopMiddle A 
{
	display:block;
	margin:3px 0px 0px 3px;
	font-weight:bold;
}


DIV#LeftMenu DIV#LeftMenuTop DIV#LeftMenuTopRight
{
	float:right;
	width:6px;
	height:21px;
	background-image:url(../../images/layout/leftmenu_top_r.gif);
} 

DIV#LeftMenu DIV#LeftMenuTop DIV#LeftMenuTopLeft
{
	float:left;
	width:6px;
	height:21px;
	background-image:url(../../images/layout/leftmenu_top_l.gif);
} 

DIV#LeftMenu DIV#LeftMenuTopSep 
{
	width:151px;
	height:6px;
	font-size:0;
	background-image:url(../../images/layout/leftmenu_top_sep.gif);
}

DIV#LeftMenu DIV#LeftMenuLinks 
{
	width:151px;
	background-image:url(../../images/layout/leftmenu_pixel.gif);
	background-repeat:repeat-y;
	padding:1px 0px 20px 0px;
	font-weight:bold;
}

DIV#LeftMenu DIV#LeftMenuBottom
{
	width:151px;
	height:7px;
	font-size:0;
	background-image:url(../../images/layout/leftmenu_bottom.gif);
}

/* left menu links */
DIV#LeftMenu DIV.childTab, DIV#LeftMenu DIV.childTabCurrent
{
	margin:10px 0px 11px 6px;
	padding:0px 0px 0px 13px;
}

DIV#LeftMenu DIV.childTabCurrent 
{
	background-image:url(../../images/layout/bullet-or.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

DIV#LeftMenu DIV.grandChildTab 
{
	padding:0px 0px 0px 25px;
	font-size:10px;
	font-weight:normal;
	background-image:url(../../images/layout/bullet-white-grandchild.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

DIV#LeftMenu DIV.grandChildTabCurrent
{
	padding:0px 0px 0px 25px;
	font-size:10px;
	background-image:url(../../images/layout/bullet-or-grandchild.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/* main panel for inner page */
DIV#MainPanel
{
	float:left;
	width:449px;
	min-height:400px;
	padding:0px 13px 10px 9px;
	margin-top:15px;
	background-image:url(../../images/layout/orange_pixel.gif);
	background-repeat:repeat-y;
	line-height:160%;
}

/* RightPanel */
DIV#RightPanel 
{
	float:left;
	width:150px;
	padding:0;
	margin-top:15px;
}

DIV#RightPanel DIV#RightPanelTop 
{
	width:150px;
	height:9px;
	font-size:0;
	background-image:url(../../images/layout/rightpanel_top.gif);
	background-repeat:no-repeat;
}

DIV#RightPanel DIV#RightPanelTitle 
{
	width:132px;
	background-color:#C0C0C0;
	padding:0px 9px 6px 9px;
	font-weight:bold;
} 

DIV#RightPanel DIV#RightPanelMiddle
{
	width:132px;
	background-color:#EFEFEF;
	padding:6px 9px 20px 9px;
	font-size:10px;
}

DIV#RightPanel DIV#RightPanelBottom 
{
	width:150px;
	height:4px;
	background-image:url(../../images/layout/rightpanel_bottom.gif);
}

/* Content items */
DIV.contentItem
{
	margin-top:20px;
}

/* blog */
DIV#CommentsContainer
{
	float:left;
	width:430px;
	padding-left:20px;
	background-image:url(../../images/layout/comments_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
