html, body {
    font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
    font-size: 8pt;
	background: #dae0e7; 
	margin: 0;
    padding: 0;
	height: 100%;
}

img { border: 0; vertical-align: middle; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.page-header h1 {
    text-align: center;
    color: #333;
}

.system-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.quote-box {
    margin: 15px 0;
    background: #fdfdfd;
    border: 1px solid #dbe2e9;
    border-left: 3px solid #3498db; /* Blue accent */
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.quote-head {
    background: #f8f9fa;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 12px;
    color: #555;
    border-bottom: 1px solid #e1e8ed;
    text-transform: uppercase;
}

.quote-body {
    padding: 12px 15px;
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    background: #fff;
    font-style: italic;
}

.quote-box .quote-box {
    margin: 10px 0 0 0;
    border-left-color: #95a5a6;
}

/* Pager Container */
.pager-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-top: 20px;
    border-top: 1px solid #eee;
    font-family: Arial, sans-serif;
}

/* Info Text (Page 1 of 10) */
.pager-info {
    font-size: 13px;
    color: #7f8c8d;
}

/* Button Group */
.pager-controls {
    display: flex;
    gap: 4px;
}

/* Individual Buttons */
.pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    font-size: 13px;
    color: #555;
    background: #fff;
    border: 1px solid #dbe2e9;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
}

/* Hover State */
a.pager-btn:hover {
    background: #3498db;
    color: #fff;
    border-color: #3498db;
    text-decoration: none;
}

/* Current Page (Active) */
.pager-btn.current {
    background: #3498db;
    color: #fff;
    border-color: #3498db;
    font-weight: bold;
    cursor: default;
}

/* Disabled State */
.pager-btn.disabled {
    color: #ccc;
    background: #f9f9f9;
    border-color: #eee;
    cursor: not-allowed;
}

.info-item {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-item strong {
    display: block;
    font-size: 16px;
    color: #004E98;
    margin-bottom: 5px;
}

.info-item span {
    font-size: 14px;
    color: #555;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination a {
    padding: 5px 10px;
    background: #004E98;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a.active {
    background: #FFA500;
    font-weight: bold;
}

.info-item pre {
    max-height: 300px;
    overflow-y: auto;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
}

/* sys info */
/* added new */

/* Admin Buttons */
.btn-admin {
    display: inline-block;
    padding: 5px 10px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 8pt;
    transition: background-color 0.3s ease;
}

.btn-admin:hover {
    background: #0056b3;
}

/* News Body */
.news-body {
    margin-bottom: 10px;
    font-size: 10pt;
    line-height: 1.6;
    color: #333;
}

/* News Footer */
.news-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 8pt;
    color: #666;
}

.news-footer img {
    width: 12px;
    height: 12px;
}



/* General Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-header h1 {
    text-align: center;
    color: #333;
}

.tool-section {
    margin-bottom: 40px;
}

.tool-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #004E98;
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}

.tool-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tool-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tool-item i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #004E98;
}

.tool-item span {
    font-size: 14px;
}

#wrapper {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
}

.mainheader {
    width: 100%;
    height: 250px;
	background: #b3c2d0;
	min-width: 1050px;
}

.mainheader a:hover {
	color: #E0E0E0;
	text-decoration:none;
}

.subheader {
    width: 980px;
    height: 150px;
	margin: 0 auto;
	position: relative;	
}

.logo {
    width: 400px;
    height: 180px;
    background: url('images/logo.png') no-repeat;
	float: left;
}

.sign_in {
    width:264px;
    height:30px;
    margin:5px 0 0 10px;
    background:#1d3652;
    border-radius: 5px;
}

.rlink { float:right; padding:5px 20px 0 0; }

.rlink a { color:#fff; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	float:none;
}

.clearfix {
	display:block;
}

.statusbar {
    width: 425px;
	margin-top: 50px;
    padding: 5px 5px 5px 5px;
    color:#E0E0E0;
	float:right;
    font-size:10px;
	background: #122842;
	border: 1px solid #444;
    border-radius: 8px;
}

.status_avatar {
    width:55px;
    height:70px;
    margin:6px 10px 6px 6px;
}

#navigation {
	top:170px;
    width:972px;
	height: 44px;
	margin:0 5px;
    font-family:Helvetica,Arial,Verdana,sans-serif;
	position: absolute;
	background: #183558;
	border: 0px solid #3d3d3d;
    border-radius: 8px;
	box-shadow: 0 0 10px 1px #183558;	
}

#nav {
	height: 44px;
	padding: 6px 20px;
    font-size:13px;
    font-weight:bold;
}

#nav ul {
    margin:0;
    padding:0;
    width:auto;
}

#navhome {
	margin-top: 1px;
	width: 30px;
	height: 30px;
}

#nav lihome { display:block; padding:8px 15px 12px 18px; } 
#nav ul li a { display:block; padding:8px 15px 12px 18px; }
#nav ul li,
#nav ul li a { color:#E0E0E0; text-decoration:none; }
#nav ul lihome a { color:#E0E0E0; text-decoration:none; }

#nav ul li.active, #nav ul li a:hover, #nav ul li.active a { text-decoration:none; color:#818181; text-shadow: 1px 1px 1px #111; }
#nav ul lihome.active, #nav ul lihome a:hover, #nav ul lihome.active a { text-decoration:none; color:#818181; text-shadow: 1px 1px 1px #111; }

#container {
	width: 1050px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 215px;
}

#maincolumn {
    width: 980px;
	min-height: 400px;
    margin: 0 auto;
}

#footer {
	background: #141414;
	padding-top: 35px;
	padding-bottom: 15px;
	width: 100%;
	height: 60px;
	bottom: 55px;
	position: absolute;
	min-width: 1050px;
}

#footer a:hover {
	color: #E0E0E0;
	text-decoration:none;
}

#footerInner {
	width: 980px;
	margin:0 auto;
	padding-bottom: 10px;
	position: relative; 
	overflow: hidden;
	color: #797979;
}

#footerInner .boxFooter {
	float: left;
	width: 180px;
	padding: 0 15px;
	position: relative;
	margin-right: 30px;
}

#footerInner h2 {
	padding-bottom: 4px;
	margin-bottom: 14px;
	color: #ccc;
	font-size: 15px;
	border-bottom: 1px solid #292929;
	font-family: Arial;
}

#footer ul {
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 15px;
	font-weight: bold;
	background: url('images/list.png') 0 0 no-repeat;
}

#copyright {
	border-top:1px solid #1E1E1E;
	background: #000;
	width: 100%;
	height: 65px;
	bottom: 0;
	position: absolute;
	min-width: 1050px;
}

#copyright a:hover {
	color: #E0E0E0;
	text-decoration:none;
}

#copyrightInner {
	width:980px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:15px 0;
	position:relative;
}

#copyrightInnerRight {
	position:absolute;
	right:5px;
	top:20px;
}

.alert {
    width:20em;
    padding:10px;
    margin:0 auto 10px auto;
    background:#FF0000;
    text-align:center;
    border:1px solid #e01818;
    border-radius: 3px;
}

.alert span { color:#fff; font-weight:bold; }

#divider {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #E2E2E2;
}

.cblock {
    width:980px;
    margin:10px 0 10px 0;
	display: block;
}

.cblock-header {
    width:965px; 
    height:30px;
	float:left;
    background:#1c385a;
	position:relative;
}

.cblock-header h4 {
	padding-left: 4px;
	line-height: 30px;
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: 11pt;
	color: #e9e9e9;
	float: left;
}

.cblock-headerleft {
	width:6px;
	height:30px;
	display: block;
	float:left;
	background:transparent url('images/content-headleft.png') no-repeat;
}

.cblock-headerright {
	width:6px;
	height:30px;
	display: block;
	float:left;
	background:transparent url('images/content-headright.png') no-repeat;
}

.cblock-content {
    width:978px;
	padding: 20px 0 10px 0;
	background:transparent url('images/content-bg.png') 0 0 repeat-y;
	position: relative;
}

.cblock-innercontent {
	margin: 0 auto;
	width: 960px;
}

.cblock-top {
	width: 977px;
	height: 6px;
	display: block;
	background:transparent url('images/content-top.png') no-repeat;
}

.cblock-bottom {
	width: 977px;
	height: 6px;
	display: block;
	background:transparent url('images/content-bottom.png') no-repeat;
	margin-bottom: 20px;
}

.nblock {
    width:685px;
    margin:10px 0 10px 0;
	display: block;
}

.nblock-header {
    width:671px; 
    height:30px;
	float:left;
    background:transparent url('images/content-head.png') 0 0 repeat-x;
	position:relative;
}

.nblock-header h4 {
	padding-left: 4px;
	line-height: 30px;
	font-family: 'Trebuchet MS'; 
	font-weight: bold;
	font-size: 11pt;
	color: #444;
	float: left;
	text-shadow: 1px 1px 0 #fff;
}

.nblock-headerleft {
	width:6px;
	height:30px;
	display: block;
	float:left;
	background:transparent url('images/content-headleft.png') no-repeat;
}

.nblock-headerright {
	width:6px;
	height:30px;
	display: block;
	float:left;
	background:transparent url('images/content-headright.png') no-repeat;
}

.nblock-content {
    width:684px;
    height:100%;
	padding: 20px 0 10px 0;
	background:transparent url('images/content-normal-bg.png') 0 0 repeat-y;
	position: relative;
}

.nblock-innercontent {
	margin: 0 auto;
	width: 660px;
}

.nblock-bottom {
	width: 683px;
	height: 6px;
	display: block;
	background:transparent url('images/content-normal-bottom.png') no-repeat;
	margin-bottom: 20px;
}

.barmax, .bar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.bar {
	border: 1px solid #1f1f1f;
	background: #2c3e50;
}

.barmax {
	border: 1px solid #267191;
	background: #2c84a5;
}

.info {
    width: 50%;
    border: 1px solid #1f1f1f;
	color: #fff;
    margin: 10px auto;
    padding: 15px 10px 15px 50px;
	font-weight: bold;
    background: #444 url('images/info.png') no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-radius: 5px;
}

.error {
    width: 50%;
    border: 1px solid #1f1f1f;
	color: #000;
    margin: 10px auto;
    padding: 15px 10px 15px 50px;
	font-weight: bold;
    background:#FFBABA url('images/error.png') no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-radius: 5px;
}

.infosmall {
    width: 200px;
    border: 1px solid #1f1f1f;
	color: #fff;
    margin: 10px auto;
    padding: 15px 10px 15px 50px;
	font-weight: bold;
	font-size: 12px;
    background: #444 url('images/info.png') no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-radius: 5px;
}

.errorsmall {
    width: 200px;
    border: 1px solid #1f1f1f;
	color: #000;
    margin: 10px auto;
    padding: 15px 10px 15px 50px;
	font-weight: bold;
	font-size: 12px;	
    background:#FFBABA url('images/error.png') no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-radius: 5px;
}

.pager { margin: 12px 5px 10px 0px; }
.pager a, .pager a:link { margin: 0 2px; padding: 4px 6px; background: #ebebeb; border: 1px solid #E2E2E2; text-decoration: none; font-weight: normal; font-size: 8pt; color: #666; border-radius: 3px; }
.pager a:hover { background: #555555; border: 1px solid #aaaaaa; color: #FFFFFF; font-weight: normal; text-decoration: none; }

.pager span.current { margin: 0 2px; padding: 4px 6px; background: #555555; border: 1px solid #aaaaaa; font-weight: bold; font-size: 8pt; color: #FFFFFF; border-radius: 3px; }
.pager span.extend { margin: 0 2px; padding: 4px 6px; font-size: 8pt; color: #69655f; }

.base-layer {
    color:#000;
    padding:0;
    text-align:center;
    width:auto;
}

.table-row {
    color:#000;
    margin:0 auto 0 auto;
    padding:0;
    text-align:center;
    width: 100%;
}

.left-layer {
    border:none;
    float:left;
    margin:0;
    padding:5px;
    width:180px;
}

.space-line {
    clear:both;
    margin:0;
    padding:0;
    width: auto;
    border-bottom:1px solid #d5dde5;
}

p.text {
    border:1px solid #d5dde5;
    margin:0;
    padding:3px;
    font-style:normal;
    font-size:1em;
    text-align:center;
    text-indent:0;
    width: auto;
}

hr.separator {
    border: 0;
    height: 1px;
	width: 600px;
    margin: 11px auto 0px auto;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

* { padding: 0; margin: 0; }
a { color:#e74242 }
.clear { clear:both; }

h1 { font-size: 12pt; }
h2 { font-size: 10pt; margin-bottom: 6px; }
h3 { font-size: 11pt; margin-bottom: 6px; }

font.gray { color: #ACA899; text-decoration: underline; }
.important { font-weight: bold; font-size: 8pt; }
.red { color: #ee0000; }
.yellow { color: #997700; }
.green { color: #000000; }
.white { background:#F5F4EA; }
.small { font-size: 7pt; }
.big { font-size: 10pt; }

select {
	font-family: tahoma;
	font-size: 8pt;	
	background: #ffffff;
	padding: 5px 4px;
	line-height: 30px;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

select:hover {
	color: #1fa2e1;
}

select option {
	padding: 1px 0;
}

select:hover option {
	color: #333;
}

textarea {
	font-family: tahoma;
	font-size: 8pt;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	max-width: 650px !important;
	max-height: 300px !important;
	border-radius: 3px;
}

input {
	font-family: tahoma;
	font-size: 8pt;
	background: #ffffff;
	padding: 5px 4px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

input.nobg{
	background: transparent;	
	border: none;
}

input.nobg:hover{	
	border: none;
}

input:focus, textarea:focus, input:hover, textarea:hover {
	border: 1px solid #0099FF;
}

input.btn{background:url('images/btn.gif');background-repeat:no-repeat;background-color:transparent;background-position:0 0;width:70px;height:20px;padding: 2px 0px 4px 0px;font-size:7pt;border:none;cursor:pointer;color:#555!important;}
input.btn:hover{background:url('images/btn.gif');background-repeat:no-repeat;background-color:transparent;background-position:0 -20px;width:70px;height:20px;padding: 2px 0px 4px 0px;font-size:7pt;border:none;cursor:pointer;color:#fff!important;}

.btn{background:url('images/btn.gif');background-repeat:no-repeat;background-color:transparent;background-position:0 0;width:70px;height:20px;padding: 2px 0px 4px 0px;font-size:7pt;border:none;cursor:pointer;color:#555!important;}
.btn:hover{background:url('images/btn.gif');background-repeat:no-repeat;background-color:transparent;background-position:0 -20px;width:70px;height:20px;padding: 2px 0px 4px 0px;font-size:7pt;border:none;cursor:pointer;color:#fff!important;}

a:link, a:visited { text-decoration: none; color: #2c84a5; } /*#1598f4 mai deschis*/
a:hover { color: #515151; }
a.index { font-weight: bold; }
a.biglink { font-weight: bold; font-size: 12pt; }

a.altlink:link, a.altlink:visited {
    font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.altlink:hover { text-decoration: underline; }

.visitedlinks a:visited { text-decoration: none; color: #515151 !important; }

p { font-size: 8pt; }
p.sub { margin-bottom: 4pt; }
.bold { font-weight: bold; }

.colhead {
    font-weight: bold;
    color: #000;
    background: #e5ecf4;
	border:1px solid #d5dde5;
    padding:5px;
}

.normalline { border:1px solid #d5dde5; }

table {
    border-collapse: collapse;
    border: none;
    margin:0 auto;
}

table.main, table.mainouter { background-color: #ebebeb; }
table.bottom { background: transparent; }

table td { padding:3px; }
td { font-size: 8pt; border:1px solid #d5dde5; color:#000;  }
td.embedded { border: none; padding: 0px; }
td.bottom { border: none; }
td.heading { font-weight: bold; color:#000; background:#e4ebf2; padding:5px;}
td.text { padding: 10pt; text-align: left; }

td.comment {
    padding: 10pt;
    font-size: 8pt;
    text-align: left;
}

td.colhead {
    font-weight: bold;
    color: #000;
    background: #e5ecf4;
    padding:5px;
}

td.rowhead {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding:5px;
}

td.title { font-size: 14pt; }

td.navigation {
	font-weight: bold;
	font-size: 10pt;
    border: none;
}

td.clear {
    padding: 0px;
    border: 0px;
    background: transparent;
}

td.noborder {
  border: none;
}

form {
	display: inline;
    width:  300px;
	padding: 0;
    margin:0 auto 0 auto;
}

legend  { padding: 2px 4px; background: #444; color: #FFFFFF; }

fieldset { padding: 1em; border: 1px solid #d5dde5; background: #e5ecf4; }

.forumpager { margin: 10px 5px 10px 2px; }
.forumpager a, .forumpager a:link { background: #ebebeb; border: 1px solid #E2E2E2; color: #666; text-decoration: none; font-size: 8px; padding: 4px 5px; border-radius: 3px; }
.forumpager a:hover { background: #555555; border: 1px solid #aaaaaa; color: #FFFFFF!important; text-decoration: none; }
.forumpager span.current { background: #555555; border: 1px solid #aaaaaa; color: #FFFFFF; font-size: 8px; padding: 4px 5px; border-radius: 3px; }

#sectionmain { width:95%; margin:15px auto 0px auto; }
#sectionmain .sectiontitle { background:#e5ecf4; color:#121212; font-weight:bold; border:1px solid #d5dde5; padding:5px 8px; }

#forummain { width:95%; margin:0 auto; }
#forummain .forumrow { border:1px solid #d5dde5; margin:-1px 0px; padding:4px; } /* -1px top and bottom to make borders collapse */
#forummain .forumcell { float:left; }
#forummain .forumcellinside { height:40px; vertical-align:middle; display:table-cell; }
#forummain .lastpostdate { color:#424242; font-size:10px; }
#forummain .lastpostername { font-size:10px; }

#viewforum { width:95%; margin:0 auto; }
#viewforum .viewforumtitle { background:#e5ecf4; color:#121212; font-weight:bold; border:1px solid #d5dde5; padding:5px 8px; }
#viewforum .viewforumrow { border:1px solid #d5dde5; margin:-1px 0px; padding:4px; } /* -1px top and bottom to make borders collapse */
#viewforum .viewforumcell { float:left; }
#viewforum .viewforumcellinside { height:35px; vertical-align:middle; display:table-cell; }
#viewforum .lastpostdate { color:#424242; font-size:10px; }
#viewforum .startedby { color:#424242; font-size:10px; }

#viewforum .minipager a,.minipager a:link { background: #dbdbdb; border: 1px solid #cbcbcb; color: #454545!important; padding: 2px 3px; text-decoration: none; font-size: 8px; border-radius: 3px; }
#viewforum .minipager a:hover { background: #555555; border: 1px solid #aaaaaa; color: #FFFFFF!important; text-decoration: none; } 
#viewforum .minipager a:visited { background: #555555; border: 1px solid #aaaaaa; color: #FFFFFF!important; text-decoration: none; }

.myprofile { float:left;margin: 25px 15px 0px 60px;background: #e5ecf4;height: 350px;width: 200px;border: 1px solid #d5dde5; }

.quote { background:#e4ebf2; padding:5px; border:1px dotted #d8d8d8; max-width:730px; word-wrap:break-word; }

.spoiler { background:#e4ebf2; padding:5px; border:1px solid #d8d8d8; max-width:730px; word-wrap:break-word; }

.userclasscolor { color:#444; }

.userinfopage { text-align:left;background-color:#F4F4F0; }

.friendstitle { margin-left: 70px;width: 800px;background:#e5ecf4;border: 1px solid #d5dde5;padding: 0px 10px; }
.friendsmain { margin-left: 70px;width: 800px;background:#e5ecf4;border: 1px solid #d5dde5;padding: 10px; }
.friendssquare { float: left;border: 1px solid #c1c1c1;background: #ebebeb;padding: 5px;width: 355px;margin: 5px 10px 10px 10px; }

.torrenttable { float: left; padding: 2px 0px; border: none; border-bottom: 1px dotted #d5dde5; }

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

.roundedCorners {
    border: 1px solid #000;
    border-radius: 6px;
}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.fright { float: right; }
.fleft { float: left; }

.forumcell:first-child span:first-child {
    float: left;
}

.bb_holder {
	border: 1px solid #222;
	border-collapse:collapse;
	background:	#F7F7F7;
}
.em_holder td, .em_holder td:hover, .em_holder { border:1px solid #333333; 	border-collapse:separate}
.em_holder td:hover { background:#F7F7F7; border:1px solid #2B60DE;}

.bb_holder textarea, .bb_holder textarea:hover, .bb_holder textarea:focus {
	background:#F7F7F7;
	border:1px solid #333333;
	padding:2px;
	font-size:12px;
}
.bb_holder textarea:hover, .bb_holder textarea:focus {
	background:#F7F7F7;
}

.bb_icon, .bb_icon:hover {
	background:#F7F7F7;

	border:1px solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:1px;
	min-width:18px;
	cursor:pointer;
	margin-bottom:4px;
}
.bb_icon:hover {
	border: 1px solid #2B60DE;
}
.color_pick td {
	padding:0;
	margin:0;
	width:10px;
	height:10px;
	cursor:pointer;
}
.color_pick {
	background:#F7F7F7;
	border-collapse:separate;
	position:absolute;
}
.color_pick, .color_pick td {
	border:1px solid #333333;
}
#tooltip {
	background: #fcfcfc;
    font: arial, helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #97BCC2;
	color: #2e5a7c;
	opacity: 0.81;
	filter: alpha(opacity="81");
	line-height: 15px;
	z-index: 100;
	margin: 0;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	border-collapse: separate;
}