@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 본문 공통 */
* html { height: 1px; }
* { margin: 0; padding: 0; }

body{	 
		overflow:auto;
		font:13px/1.5 나눔고딕,NanumGothic,Dotum, Verdana, AppleGothic, Sans-serif;
		color:#7C7C7C;
		background: #1b1b1b;
		margin: 0; padding: 0;
}
a:link          { color:#999;     text-decoration:none;}
a:visited       { color:#999;     text-decoration:none;}
a:hover         { color: #ccc;  	text-decoration:none;}
a:active        { color:#999;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
	.selected               { font-weight:bold;  color:#f30;}
	.no-more-prev { padding-left:6px; color:#aaa;}
	.no-more-next { padding-right:6px; color:#aaa;}

/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#51A1A1;}

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; }
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif; }

/* 달력 Week(tr 영역)  */
	.cal_week               { }
	.cal_current_week       { }

/* 달력 Day(td 영역) */
	.cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#666;  text-align:center; }
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { }
	.cal_day_sunday a        { }

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#666;  text-decoration:underline; font-weight: bold; }
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click:link        { color:#333;  font-weight:bold;}
	a.cal_click:visited     { color:#333;  font-weight:bold;}
	a.cal_click:hover       { color:#f30;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
	.rp_secret              { color:#f30;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
	.cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
/* 그림 */
	.imageblock             { margin:0 auto;}
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
	.moreless_fold          { background:url(images/icon_view_more.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_top           { background:url(images/icon_stop_view.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_body          { }
	.moreless_bottom        { background:url(images/icon_stop_view.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;}

/* 키워드 */
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.6em;}
h2              { font-size:1.4em;}
h3              { font-size:1.2em;}
h4              { font-size:1em;}
input, textarea {
	color: #999;
	font-size: 12px;
	border: 0;
	border-style: hidden;
	background-color: transparent;
	border-bottom: 1px solid #454545;
}
input { height: 16px; }
table { border-collapse: collapse; border-spacing: 0; }

/* 블로그 레이아웃 */
/* wrapContainer */

#container {        
	height: 100%;
	_width: 100%;
	margin:0 auto;
	
}
#header {height:24px;
		width: 100%;position: absolute;}
#contentWrap {

}
#content {
	width:580px;
	height: auto;
	margin: 0 auto;	
	overflow: visible;
	padding-bottom: 30px;
}
#sidebar {	
			width: 900px;
			margin:0 auto;
			clear:both;
			padding:10px;
			padding-top: 0px;
			background-color: #fff;
			clear: both;
			overflow: auto; 
			border: 1px dashed #ccc;
			z-index: 10;
			display:none;
			
}

#footer { clear:both;}

/* ***** Header ***** */
#header a              { /*@title-color=:#000000*/color:#999/*@*/ }
#header h1             { }
#header h1 a           {letter-spacing:3px;font-size: 11px;font-weight: normal;}
#header h1 a:hover     { color: #bef392;  text-decoration:none;}


/* blog menu */

ul#blogmenu {
				margin: 0px;
				padding: 0px;
				list-style: none;
				margin-right: 1px;
				z-index: 10;
				position: relative;
				float: right;

}
ul#blogmenu li{
	width: 40px;
	margin-left: 1px;
	display: inline;
	float: left;
}
ul#blogmenu li a{
	display: block;
	float: left;
	margin-top: -45px;
	width: 40px;
	height: 20px;
	border: 1px solid #444;
	background-color: #111;	
	background-repeat: no-repeat;
	background-position: center 10px;
	text-decoration: none;
	text-align: center;
	padding-top:45px;
    opacity: 0.7;cursor:pointer;;
}
ul#blogmenu .tab_sidebar {
	display: block;
	float: left;
	margin-top: 2px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(images/arrow_down.png);
	margin-right: 4px;
	}

/* My Comment */
.tab_category {
	z-index: 5;
	margin: 0 auto;
	cursor: pointer;
	right: 0;
	padding:5px;
	margin-right: 2px;
	float: right;
	border: 1px solid #444;
	background-color: #111;		
	background-repeat: no-repeat;
	text-align: center;
	_text-align:left;
	position: relative;
    width: auto;
    _width: 120px; 
}
.tab_category p{
	margin: 0;font-size: 13px;
}
ul#blogmenu .tab_home a{
	background-image: url(images/home.png);}
ul#blogmenu .tab_localog a{
	background-image: url(images/map_red.png);}
ul#blogmenu .tab_taglog a{
	background-image: url(images/tag_blue.png);}
ul#blogmenu .tab_guestbook a{
	background-image: url(images/picture.png);}
	
ul#blogmenu li a:hover{
	    opacity: 0.9;
}
ul#blogmenu li a span{
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

/* nav button */
.nav_prev {
    position:absolute;
	width: 21px; height: 21px;
	left: 10px;
	margin-top: -50px;
	background: url(images/arrow_l_dim.png) no-repeat;
	
	display: block;
	cursor: pointer;
}
.nav_prev:hover{
	background: url(images/arrow_l.png) no-repeat;	
}
.nav_next {
    position:absolute;
	width: 21px; height: 21px;
	right: 10px;
	margin-top: -50px;
	background: url(images/arrow_r_dim.png) no-repeat;
	display: block;
	cursor: pointer;
}
.nav_next:hover{
	background: url(images/arrow_r.png) no-repeat;
}

/* ***** content ***** */
#content .nonEntry h3   { border-bottom:1px solid #666;  margin-bottom: 30px; }

#content .entryNotice,
#content .entryProtected,
#content .entry             { margin-bottom: 40px;
}
#searchList{
	position:relative;
	text-align: right;
	float: right;
	margin-right: 9px;
	margin-top: 8px;
}	
#searchList ol,
#searchRplist ol            { list-style:none;  padding:0;  margin:0 0 30px 0;}
#searchList li,
#searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
#searchList .date,
#searchRplist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
#searchList .cnt            { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#51A1A1;	font-weight: bold;}
#searchList span            {  color:#51A1A1;
	font-size: 14px;
}


#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

#localog .spot              { padding-left:30px;  margin-bottom: 6px; }
#localog .info              { padding-left:15px;  margin-bottom: 6px; }
#localog a { color:#51A1A1; text-decoration: none; }

#taglog ul                  { padding: 0; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog li .cloud1          { color:#699;  font-weight:bold;  font-size:14px;}
#taglog li .cloud2          { color:#84bbdd;  font-weight:bold;  font-size:14px;}
#taglog li .cloud3          { color:#333; }
#taglog li .cloud4          { color:#999; }
#taglog li .cloud5          { color:#999; }

#guestWrite                 { padding:15px;border-left: 12px solid #746352;}
#guestWrite p                { clear: both; padding: 0; margin:0;}
#guestWrite p.writerInfo label  { width: 80px; float: left; font: 0.85em verdana; padding-top: 2px; vertical-align: middle;  }
#guestWrite p.writerInfo input  { float: left; width:150px;vertical-align: middle; margin-bottom: 5px; padding: 2px 0 0 8px; }
#guestWrite textarea            { width:/*@post-width:-100=*/530px/*@*/;  padding: 5px; height: 120px;
}
#guestWrite .homepage           { width: /*@post-width:-180=*/450px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
#guestWrite input.submit        { width: 76px; height: 25px; display: block; margin: 5px auto 0; border: 2px solid #aaa; cursor: pointer; margin-top: 15px;}
#guestWrite input.submit:hover        { border: 2px solid #51A1A1;}
#guestWrite input.submit:active        { border: 2px solid #333;}
#guestWrite .secretWrap         { clear: both; padding: 15px 0 5px;}
#guestWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

#guestList                  { padding:10px 0 0 0;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none; }
#guestList .guest_general { padding-top: 15px; }
#guestList p.ctrlGuest, #guestList p.ctrlGuestRe { border-bottom: 1px dotted #ccc; padding-bottom: 4px; margin-bottom: 13px; height: 15px; }
#guestList p.ctrlGuestRe { margin-bottom: 7px; }
#guestList ol li            { padding: 0 20px 10px;  margin-bottom:10px; width:/*@post-width:-50=*/530px/*@*/; overflow:hidden;}
#guestList li ul li         { width:/*@post-width:-90=*/530px/*@*/;padding :0 20px 10px;  border:none;  overflow:hidden; margin-top: 15px; }
#guestList li .name         { float: left; font-weight:bold; padding-right: 15px; font: 14px 나눔명조,NanumMyeongjo,nm,SeoulHangang,나눔,batang,gulim bold;  }
#guestList li .name a { font-weight:bold; }
#guestList li .date         { float: left; font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px; }
#guestList .control {float: right;}
#guestList .control a{text-decoration: none;margin-left: 10px; color: #51A1A1;
	font-weight: bold;
	font-size: 11px; float: left;}
#guestList .control a.modify       { padding-bottom:2px;height: 15px; display: block; float: left; text-decoration: none; }
#guestList .control a.modify span  {}
#guestList .control a.write        {padding-bottom:2px; width: 39px; height: 15px; display: block; float: left; text-decoration: none; }
#guestList .control a.write span   {}

/* entry */




/* @end */
.entryNotice h2,
.entryProtected h2,
.entry h2                { font-size:1.2em;  line-height:1.4em; }
.titleWrap               { text-align: left;
							position: fixed;left: 3px; top: 3px;z-index: 2;min-width: 70px;
}
.titleWrap h2 a          { font-style: normal; font-weight: normal; color: #ddd;
  font-size:15px;
  padding: 3px;
  background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.titleWrap .date_bg {
					position:relative;
					text-align:left;
					left: 2px;
					
						
}
.titleWrap .date   {font:  10px verdana;  color:#ccc; }
.titleWrap .date_monthday {font:  11px verdana;  color: #51A1A1;
	
}
.titleWrap .category, .titleWrap .category a   {margin-bottom: 0px;font:12px;  color:#aaa;
text-align: left;margin-left: 2px;
}
.admin{font-family: sans-serif; clear: both;text-align: center; font-size:11px;margin-top:5px}
.entryProtected .protectedContentWrap { padding: 30px; }
.entryProtected .protectedForm { padding: 15px 0; text-align: center; margin-top: 30px; }
.entryProtected .protectedForm input.pass { border: 1px solid #ddd; vertical-align: middle; }
.entryProtected label { vertical-align: middle; }
.entryProtected p.text   { width:220px; background: url(images/img_protect.gif) no-repeat left top ; padding-left:50px; margin: 0 auto; }
.entryProtected input    { width:200px; }
.entryProtected .submit  { border: none; width: 41px; height: 21px; background: url(images/btn_pass_confirm.gif) no-repeat; text-indent: -1000em; display: inline; vertical-align: middle; }

.article { 
  margin-top: 20px;
}
.article a:link          { color: #51A1A1;  text-decoration:none;	font-weight: bold;}
.article a:visited       { color: #51A1A1;  text-decoration:none;	font-weight: bold;}
.article a:hover         { color: #51A1A1;  text-decoration:underline; font-weight: bold; }
.article a:active        { color: #9fbb6e;  text-decoration:none; font-weight: bold;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background: url(images/icon_quotation.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px; }

.author                  { text-align:right; padding: 10px 0;}
.author .text            { font: 0.85em Verdana, Arial, Helvetica, sans-serif; color: #999; }

.tagTrail                { color: #999; letter-spacing: -1px; padding: 0 0 5px 35px;  background: url(images/tag_green.png) no-repeat left -2px; clear:both; border-bottom: 1px solid #555; margin-bottom: 10px; }
.tagTrail a						   { color: #999; }
.tagText                 { display:none;}

.actionTrail             { padding:7px 15px;  clear:both;}
.actionTrail .cnt        { color:#51A1A1;font-size: 16px;}

.trackback               { overflow:hidden; }
.trackback a             { }
.trackback h3            { 
	font-size:11px;  border-bottom:1px solid #51A1A1;  margin:0 25px 7px;
	border-left: 10px solid #51A1A1; padding: 7px 15px; }
.trackback h3 span			{ font: 11px verdana; color: #999; cursor: pointer; }
.trackback h4            { font:12px dotum; color: #999; margin:0;}
.trackback h4 a			{  letter-spacing: -1px; }
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top: 1px solid #444;  padding: 15px;}
.trackback .date         { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#999;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}

.comment                          {padding: 15px;margin-left: 10px; margin-bottom: 4px; width:540px; overflow:hidden; }
.comment p                        { clear: both; margin:3px 0 0 0; padding:0;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { float: left; font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px;}
.comment .name                    { float: left; font: 14px 나눔명조,NanumMyeongjo,nm,SeoulHangang,나눔,batang,gulim bold; padding-right: 15px; }
.comment .name a                  { font-weight:bold;}
.comment .control				{ float: right;}
.comment ol li                    { padding: 10px; border-bottom: 1px solid #444; }
.comment li ul li                 { padding: 10px 10px 5px 25px;  background: url("images/iconcommentRe.gif") no-repeat 6px 12px; border:none;}
.comment .control a				{ text-decoration: none;margin-left: 10px; color: #51A1A1;
	font-weight: bold;
	font-size: 11px; float: left;
}
.comment .control a:hover		{ color: #333;}
.commentWrite                     { padding: 20px 20px 0; }
.commentWrite p.writerInfo label  { width: 80px; float: left; font: 0.85em verdana; padding-top: 2px; vertical-align: middle;  }
.commentWrite p.writerInfo input  { float: left; width:150px;vertical-align: middle; margin-bottom: 5px; padding: 2px 0 0 8px; }
.commentWrite textarea            { width:500px;  padding: 5px; margin-left: 5px;position: relative;
}
.commentWrite .homepage           { width: /*@post-width:-180=*/320px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
.commentWrite input.submit        { width: 76px; height: 25px; display: block; margin: 5px auto 0; border: 2px solid #aaa; cursor: pointer;}
.commentWrite input.submit:hover        { border: 2px solid #51A1A1;}
.commentWrite input.submit:active        { border: 2px solid #333;}
.commentWrite .secretWrap         { clear: both; padding: 0 0 5px; margin-top: 10px;}
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

#paging            { float: left; text-align:center;  font-size:0.95em;height: 100%;padding-top: 10px;margin-left: 5px;}
#paging .numbox    { font:0.95em verdana; padding: 0px; }
#paging .num span      { width: 23px; height: 23px; padding: 2px 5px; margin-right: 3px;}
#paging .num span.selected { background-color: #333; border-color: #ddd; color: #ddd; }
#paging a { text-decoration: none; }
#paging #prevPage {}
#paging #nextPage {}

/* ***** sidebar ***** */
.sidebar_top{
	width: 100%;
	height: 32px;
}
#sidebar ul                    { padding-left:2px;  margin:0;  list-style:none;}
#sidebar li                    { background: url(images/bullet_dot.gif) 0 6px no-repeat;  padding-left: 12px;}
#sidebar li a { color: #666;}
#sidebar h3                    { font-family: NanumGothic,tahoma; font-size: 1em;  letter-spacing: 2px;margin-bottom: 5px;}
#sidebar .cnt                  { font:0.85em NanumGothic,Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#51A1A1;}
#sidebar .date                 { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#94a0a5;}
#sidebar .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#94a0a5;}

/* */

#profile ,#notice, #adminMenu, #category, #tagbox, #recentPost, #recentComment, #recentTrackback, #archive, #calendar, #link, #counter {
	margin-top: 10px;
 width: 205px;float: left; margin:5px;
	 min-height: 50px; border: 1px dashed #ccc; padding-left: 5px;
}

#profile { }
#blogImage img {width:50px;
	bottom: 0;
	border: 2px solid #000;
}
#blogDesc { color: #ADADAD;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; }
#blogDesc p { margin: 0; padding: 0; }
.userID { color: #999; line-height: 2em; }

#notice               { padding:5px;}
#notice li            { text-align:left;margin:0px; padding: 0 0px 0px 4px; background:none;border-left: 5px solid #51A1A1;}
#notice a	     {}
#notice a:hover {
	text-decoration: underline;
}
#adminMenu            { text-align: center;
	}
.tab_admin{
	width: 48px;height: 48px;float: left;display: block;
	background: url(images/lock.png) no-repeat;margin-left: 20px;
}
.tab_write{
	width: 48px;height: 48px;float: right;display: block;
	background: url(images/pencil.png) no-repeat;margin-right: 30px;
}
#searchBox				{
						padding-top: 9px;
						height: 100%;
						padding-left: 6px;
						float: left;
			
						
						}
#searchBox input         { width: 95px;border: 0;
	background-color: transparent;
}
#searchBox .submit       { width: 52px;  border:0; cursor:pointer;
}

#category li          { background:none;}
#category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#category li ul li ul li a{ color:#999;}

#tagbox ul            { padding:5px 2px;	text-align: justify;}
#tagbox li            { background: none;  display: inline; padding: 0 7px 0 0; }
#tagbox li .cloud1    { font-weight:bold; font-size: 14px; color: #366; }
#tagbox li .cloud2    { font-weight:bold; font-size: 14px; color: #51A1A1; }
#tagbox li .cloud3    { font-weight:bold; font-size: 14px; color: #333; }
#tagbox li .cloud4    { font-size: 12px; color: #333; }
#tagbox li .cloud5    { font-size: 12px; color: #333; }
#tagbox a:hover       { text-decoration: none; background-color: #333; color: #fff;}

#recentComment        { overflow:hidden;}
#recentComment .info_wrap  {  margin-bottom:3px;  display:block;}

#recentTrackback      { overflow:hidden;}
#recentTrackback .info_wrap  {  margin-bottom:3px; display:block;}

#archive li           { }
#calendar td             { font-family:verdana;}

#counter              { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;    color: #999; line-height: 1.5; }
#counter dl, #counter dt, #counter dd { padding: 0; margin: 0; }
#counter dt { float: left; width: 80px; }
#counter dd.total { font-weight: bold; color: #ddd; }

#adTistory       { text-align:center; margin-top: 20px; }
#adTistory .tistoryJoin a { font: 11px dotum; letter-spacing: -1px; color: #999; }

/* ***** footer ***** */
#btnRSS          {  margin: 2px;margin-right: 5px; text-align:center;float: right;}
#footer          { font:11px Verdana, dotum;	color:#666;
					position: fixed !important; 
					position: absolute;
					bottom: 0px;width: 100%;
	border: 1px solid #000;z-index: 10;
	background-color:#212121;
}
#footer .blogTitle a	{ 
	text-align: right; float: right;
	margin-top:10px;
	margin-right: 9px;
font: bold 11px Arial;
}
#footer .footMenu {float: left; }
#footer .footMenu span { color: #b6b6b6;}
.copyright {font: 10px verdana; color: #333;
clear: both;padding-top: 8px;text-align: center;}
#foot_category {
	float: left;
	font-size: 12px;
	padding:10px;
	letter-spacing: -1px;
}
#footer #thumb{
	height: 100%;float: left;
}
#footer #tooltip{
	position: absolute;
	width: 150px;
	left: 300px;
	bottom: 35px;
	display: none;
	font-family:나눔고딕,NanumGothic;
	overflow: hidden;
}
.tooltip_head{
	padding: 5px;
	background-color: #fff;
	text-align: center;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}
.tooltip_content{
	padding: 5px;
	text-align: center;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tooltip_content img{display: none;
}

.tooltip_bottom{
	height: 15px;
	background: url(images/tooltip_b.gif) no-repeat 65px;
}
#tistorytoolbarid{
	display: none;
}
.clear { clear: both; }
* html .clear { display: inline; }

/* My Comment */