.tabWidget { overflow:hidden; }

.tabWidget .tabBox { height:38px; z-index:1; }
.tabWidget .tabBox a { text-decoration:none; color:#9e9e9e; }
.tabWidget .tab { position:relative; top:11px; border:1px solid #ffffff; margin-right:4px; float:left; cursor:pointer;  z-index:2; height:25px; border-top-left-radius:.8em; border-top-right-radius:.8em; behavior: url(ie-css3.htc); -moz-border-top-left-radius:.8em; -moz-border-top-right-radius:.8em; -webkit-border-top-left-radius:.8em; -webkit-border-top-right-radius:.8em;}
.tabWidget .on { position:relative; top:11px; border:1px solid #ed99b8; border-bottom:1px solid #ffffff; margin-right:4px; float:left; cursor:pointer; z-index:2; height:25px; border-top-left-radius:.8em; border-top-right-radius:.8em; behavior: url(ie-css3.htc); -moz-border-top-left-radius:.8em; -moz-border-top-right-radius:.8em; -webkit-border-top-left-radius:.8em; -webkit-border-top-right-radius:.8em;}

.tabWidget .tab div { float:left; height:20px; font-size:9pt; padding:11px 17px 9px 17px;  }
.tabWidget .tab div a { color:#9e9e9e; }
.tabWidget .on div { float:left; height:20px; font-size:9pt; padding:11px 17px 9px 17px;  }
.tabWidget .on div a { color:#1e1e1e; font-weight: bold; }

.tabWidget .tabContent {  border-top:none; z-index:1;}
.tabWidget .show { display:block; }
.tabWidget .hide { display:none; }

.tabWidget .tabContent table { border:0; width:100%; table-layout:fixed; }

.tabWidget .tabContent .thumbnail { text-align:center; }
.tabWidget .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.tabWidget .tabContent .titleBox { color:#888888; vertical-align:top;}
.tabWidget .tabContent .titleBox .regdate { float:right; font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title { background:url(../images/normal/bullet.gif) no-repeat 5px 3px; padding-left:20px; padding-right:10px; margin-top:10px; margin-bottom:7px;  height:20px; white-space:nowrap; overflow:hidden; border-bottom:1px solid #f4bace;}
.tabWidget .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.tabWidget .tabContent .titleBox .title a { color:#303030; text-decoration:none; }
.tabWidget .tabContent .titleBox .title a:hover { text-decoration:underline; }

.tabWidget .tabContent .titleBox .title .author { color:#AAAAAA; }
.tabWidget .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.tabWidget .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

