@charset "UTF-8";
/* CSS Document */


/* Sidebar2 (right-hand column) Styles
----------------------------------------------- */

.sidebar2_btn {
	margin-bottom: 4px;
}

#btn1 {
	background: #000;
	margin: 0 0 0 0;
	width: 120px;
	}
	
#btn2 {
	background: url(../../img/home/new_home/btn_white.jpg) top left no-repeat;
	background: #F2F2F2;
	margin: 0 0 0 0;
	width: 120px;
	}

#btn1 DIV, #btn2 DIV {
	padding: 2px 0 4px 0;
	text-align: center;
	}
	
#btn2 DIV {
	padding: 2px 0 4px 0;
	text-align: center;
	border-right: 1px #D7D9DB solid;
	border-left: 1px #D7D9DB solid;
	}
	
#btn1 A, #btn1 A:visited, #btn1 A:active {
	/*font-size: .75em;*/
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: none;
	}
	
#btn2 A, #btn2 A:visited, #btn2 A:active  {
	/*font-size: .75em;*/
	color: #069;
	text-decoration: none;
	}
	
#btn2 A:hover, #btn1 A:hover  {
	text-decoration: underline;
	}	
	
.btn_pad { margin-bottom: 7px; }
	
#my 
	{
	background: url(../../img/home/new_home/mod_gray.gif) top left no-repeat;
	margin: 0 0 7px 0;
	padding: 0;
	}
	
#blog 
	{
	background: url(../../img/home/new_home/mod_gray.gif) top left no-repeat;
	margin: 0 0 7px 0;
	padding: 0;
	
	
	}
	
#my h1, #blog h1 {
	/*font-size: 1.3em;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #222;
	padding: 8px 12px 6px 9px;
	margin: 0;
	line-height: 18px;
	font-weight: normal;
	height: 37px;
	}
	
#my UL, #blog UL
	{
	width: 102px;
	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
	list-style: none;
	border-right: 1px #CCC solid;
	border-left: 1px #CCC solid;
	background-color:#FFF;
	}
	
#my UL LI, #blog UL LI {
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
	border-bottom:1px dotted #999999;
	}
	
#my UL LI A, #my UL LI A:visited, #blog UL LI A, #blog UL LI A:visited {
	/*font-size: 1em;*/
	color: #069;
	text-decoration:none;
	line-height: 12px;
	}
	
#my UL LI A:hover, #blog UL LI A:hover {
	text-decoration:underline;
	}


