@CHARSET "ISO-8859-1";

.netblog-container {

}

.netblog-container #clft {
	float: left;
	width: 350px;
	vertical-align: top;
	
	border-right: 1px solid #999;
}


.netblog-container #crght {
	float: left; 
	margin-left: 10px; 
	width: 550px;
/*	margin-left: 360px; */
	vertical-align: top;
}

.netblog-container #clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.netblog-container h4 {
	font-size: 20px;
	color:#CCC;
	display: inline;
	padding: 10px 0 10px 0;
}

.netblog-container small {
	color: #999;
}

.netblog-container a, .netblog-container a:link, .netblog-container a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 2px 0 2px 0;
	padding: 5px;
}
.netblog-container a:hover {
	background-color:#F3F3F3;
	cursor: pointer;
}
.netblog-container a.active {
	background-color:#E0E0E0;
	font-weight: bold;
}

.netblog-container .buttons {
	margin-top: 40px;
}

small a, small a:link, small a:visited {}
small a:hover {
	cursor: pointer;
}

.netblog-post-container {

}
.netblog-post-container .add {
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	padding: 6px;	
}
.netblog-post-container .add .input-disabled {
	color: #999;
	font-size: 12px;
	width: 200px;
}
.netblog-post-container .add .input-active {
	color: #CCC;
}
.netblog-post-container .list {
	padding: 6px;	
}
.netblog-post-container .list div {
	padding: 5px;
}
.netblog-post-container .list a.delbutton, .netblog-post-container .list a.delbutton:link, 
.netblog-post-container .list a.delbutton:visited {
	cursor: pointer;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background-image: url('images/xit.gif');	
	background-position: top left;
}
.netblog-post-container .list a.delbutton:hover {
	background-position: top right;
}
.netblog-post-container ul.list {
	list-style: url('images/xit.gif');
}
.netblog-post-container .hr {
	display: block;
	float: none;
	clear: both;
	border-bottom: 1px solid #EEE;
	height: 1px;
	padding: 5px 0px;
}
.netblog-post-container .helpS {
	display: block;
	padding: 5px;
	color:#666;
	font-weight: normal;
	font-style:italic;
}

.netblog-container .infobox,
.netblog-mtb-info {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	border-radius: 5px 5px;
	color: #555;
	padding: 5px 10px;
}
.netblog-mtb-info {
	padding: 3px 5px;
}
.netblog-container .infobox em {
	font-style: normal;
	font-weight: bold;
}
.netblog-container .infobox a,
.netblog-container .infobox a:link,
.netblog-container .infobox a:visited {
	display: inline;
	color: #06F;
	padding: 0;
	margin: 0;
}
.netblog-container .infobox a:hover,
.netblog-container .infobox a:focus {
	text-decoration: underline;
	background: none;
}




/* MAIN MENU */
.netblog-main {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.netblog-menu {
	background-color:#CCC;
	background-image: url('../images/grad1.png');
	background-repeat: repeat-x;
	display: block;
	z-index: 9995;
	overflow: hidden;
	height: 40px;
}
.netblog-menu-sub {
	background:#FFF;
	border: 2px solid #666;
	border-radius: 5px 5px;
	display: block;
	z-index: 9996;
	padding: 5px 15px 5px 2px;
}
.netblog-menu .search, .netblog-menu .right {
	display: block;
	float: right;
	padding: 5px;
	color:#999;
	background: none;
}
.netblog-menu .search input {
	width: 200px;	
	color:#333;
	background: #FFF;
}
.netblog-menu .search input.disabled {
	color: #CCC;
}

.netblog-menu a.lnk, .netblog-menu a.lnk:link, .netblog-menu a.lnk:visited,
.netblog-menu-sub a.lnk, .netblog-menu-sub a.lnk:link, .netblog-menu-sub a.lnk:visited {
	display: block;
	float: left;
	padding: 9px 7px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.netblog-menu a.lnk:hover, .netblog-menu a.lnk-active, .netblog-menu a.lnk-active:link, .netblog-menu a.lnk-active:visited,
.netblog-menu-sub a.lnk:hover, .netblog-menu-sub a.lnk-active, .netblog-menu-sub a.lnk-active:link, .netblog-menu-sub a.lnk-active:visited {
	color:#999;
	cursor: pointer;
}
.netblog-menu .sep {
	display: block;
	float: left;
	width: 1px;
	height: 23px;
	border-left: 1px solid #999;
	margin: 5px;
}
.netblog-menu .warn {
	color: #C63;
}
.netblog-menu .err {
	color: #900;
}


.netblog-main .progbar, .netblog-main .progbar-err{
	display: block;
	height: 8px;
	width: 50%;
	background-color: none;
	background-image: url('../images/bar_green.png');
	background-repeat:repeat-x;
}
.netblog-main .progbar-err {
	background-image: url('../images/bar_red.png');
}

/* MAIN BODY */
.netblog-main .body {
	padding: 7px;
	max-height: 600px;
	min-height: 300px;
	overflow: auto;
	background: white;
	margin-bottom: 1px;
}
.netblog-main .body table {
	width: 100%;
	empty-cells: show;
	border-collapse:collapse;
}
.netblog-main .body table thead tr td {
	background:#EEE;
	padding: 3px;
}
.netblog-main .body .elem {
	float: left;
	width: 500px;
	height: 90px;
	margin: 5px 10px;
	overflow: hidden;
	background: white;
}
.netblog-main .body .elem .title {
	font-weight: bold;
}
.netblog-main .body .elem .uri {
	color:#666;
}
.netblog-main .body .elem .info {
	color:#999;
	font-size:10px;
	cursor: default;
}
.netblog-main .body .elem input {
	width: 400px;
	height: 22px;
}
.netblog-main .body .elem:hover .title {
	color: #284E8A;
}

.netblog-main .body div.hr {
	background-image:url('../images/hr_gray1.png');
	background-repeat: no-repeat;
	position: relative;
	height: 1px;
	width: 100%;
	top: 12px;
}

.netblog-main-footer {
	float: right;
	color: #999;
	font-size: 10px;
}


/* STATUS */
.netblog-main .body .elem .dft,
.netblog-main .body .elem .mod,
.netblog-main .body .elem .trash,
.netblog-main .body .elem .offline,
.netblog-main .body .elem .lock {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	padding-left: 2px;
}
.netblog-main .body .elem .dft {
	border-color: transparent;
}
.netblog-main .body .elem .mod,
.netblog-main-footer label.mod {
	border-color: #039;
}
.netblog-main .body .elem .trash,
.netblog-main-footer label.trash {
	border-color: #900;
}
.netblog-main .body .elem .offline,
.netblog-main-footer label.offline {
	border-color: #FC0;
}
	
.netblog-main .body .elem .lock,
.netblog-main-footer label.lock {
	border-color: #666;
	cursor: default;
}
.netblog-main .body .elem .lock,
.netblog-main .body .elem:hover .lock .title,
.netblog-main .body .elem .lock .uri,
.netblog-main .body .elem .lock .info{ 
	color: #CCC;
}
.netblog-main-footer .legend {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	padding-left: 3px;
	margin: 5px 10px;
}

.netblog-main .body label {
	font-weight: bold;
}
.netblog-main .body  .col1 {
	float: left;
}
.netblog-main .body .col2 {
	margin-left: 250px;
	margin-bottom: 15px;	
}
.netblog-main .body .col2-sl {
	margin-left: 165px;	
	margin-bottom: 5px;
}
.netblog-main .body  div.lb {
	height: 20px;
}
.netblog-main .body p, .netblog-main .body .indent {
	margin-left: 25px;
}
.netblog-main .body small.hint {
	display: block;
	color: #666;
	font-style: italic;
}

.netblog-main .body .helpbox {
	background:#93C9FF;
	margin: 10px 0px;
	overflow: hidden;
}
.netblog-main .body .helpbox  .pad {
	padding: 15px;
}
.netblog-main .body .helpbox .title {
	float: right;
	color: #666;
}
.netblog-main .body .helpbox .col {
	float: left;
	width: 200px;
}
.netblog-main .body a.del, .netblog-main .body a.del:link, .netblog-main .body a.del:visited {
	color:#333;
	text-decoration: none;
	background-image: url('../images/xit.gif');
	background-repeat:repeat;
	background-position: top left;
	cursor: pointer;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px 8px;	
}
.netblog-main .body a.del:hover {
	text-decoration: underline;
	cursor: pointer;
	background-position: top right;
}


.netblog-main .body .empty {
	padding: 100px 10px;
	text-align: center;
	color: #CCC;
	font-weight: bold;
	font-size: 36px;
	display: none;
	background: white;
}


/* MAIN HELPER */
.netblog-clear {
	display: block;
	float: none;
	clear: both;
}

.netblog-indent {
	text-indent: 20px;
}
.netblog-indent-hang {
	margin-left: 20px;
	text-indent: -20px;
}

.netblog-indent-hang-long {
	margin-left: 50px;
	text-indent: -50px;
}


/* ICONS */
.netblog-post-container .pdf, 
.netblog-post-container .iconS .pdf {
	background-image: url('../images/icons-mini-file_acrobat.gif');
}
.netblog-post-container .post,
.netblog-post-container .iconS .post {
	background-image: url('../images/icons16.png');
	background-position: -217px 0px;
}
.netblog-post-container .page,
.netblog-post-container .iconS .page {
	background-image: url('../images/icons16.png');
	background-position: -123px 0px;
}
.netblog-post-container .iconS {
	background-repeat: no repeat;
	width: 16px;
	height: 16px;
	border: none;	
}
.netblog-post-container div.iconS {
	float: left;
	margin-right: 5px;
	top: -2px;
	position: relative;
}

.netblog-menu .icon32,
.nbarea-menu-top .icon32 {
	background-image: url('../images/s_32.png');
	background-repeat: no-repeat;
	background-color: none;
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	border: 0px;
	margin: 3px;
	padding: 0px;
	outline: 0px;
}
.nbarea-menu-top .icon32 {
	background-image: url('../images/s2_32.png');
}
.netblog-menu .icon32:hover,
.netblog-menu .icon32Hover, 
.nbarea-menu-top .icon32:hover,
.nbarea-menu-top .icon32Hover {
	background-image: url('../images/s2_32_hover.png');	
	cursor: pointer;
}
.netblog-menu .icon32Txt {
	background-image: url('../images/s_32.png');
	background-repeat: no-repeat;
	background-color: none;
	display: block;
	height: 32px;
	border: 0px;
	margin: 3px;
	padding: 0px;
	padding-left: 32px;
	outline: 0px;
	font-size: 12px;
	color: #666;
}
.netblog-menu .ico64,
.nbarea-menu-top .ico64 {
	background-image: url('../images/s_64.png');
	background-repeat: no-repeat;
	background-color: none;
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	border: 0px hidden;
}
.netblog-menu img.icon32 {

}
.netblog-menu .ico-new,
.nbarea-menu-top .ico-new {
	background-position: 0px 0px;
}
.netblog-menu .ico-popular,
.nbarea-menu-top .ico-popular {
	background-position: -31px 0px;
}
.netblog-menu .ico-offline,
.nbarea-menu-top .ico-offline {
	background-position: -60px 0px;
}
.netblog-menu .ico-trashed,
.nbarea-menu-top .ico-trashed {
	background-position: -96px 0px;
}
.netblog-menu .ico-user,
.nbarea-menu-top .ico-user {
	background-position: -127px 0px;
}
.netblog-menu .ico-user-search,
.nbarea-menu-top .ico-user-search {
	background-position: -158px 0px;
}
.netblog-menu .ico-user-cmd,
.nbarea-menu-top .ico-cmd {
	background-position: -192px 0px;
}
.netblog-menu .ico-restore,
.nbarea-menu-top .ico-restore {
	background-position: -224px 0px;
}
.netblog-menu .ico-trash,
.nbarea-menu-top .ico-trash {
	background-position: -256px 0px;
}
.netblog-menu .ico-erase,
.nbarea-menu-top .ico-erase {
	background-position: -288px 0px;
}
.netblog-menu .ico-updt,
.nbarea-menu-top .ico-updt {
	background-position: -319px 0px;
}
.netblog-menu .ico-check,
.nbarea-menu-top .ico-check {
	background-position: -350px 0px;
}
.netblog-menu .ico-lock,
.nbarea-menu-top .ico-lock {
	background-position: -384px 0px;
}
.netblog-menu .ico-unlock,
.nbarea-menu-top .ico-unlock {
	background-position: -416px 0px;
}
.netblog-menu .ico-search,
.nbarea-menu-top .ico-search {
	background-position: -448px 0px;
}
.netblog-menu .ico-slash,
.nbarea-menu-top .ico-slash {
	background-position: -480px 0px;
}

/* POPUP  WINDOW */
.netblog-container .popup {
	background: #000;
	z-index: 99990;
}
.netblog-container .fullscreen {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 20px;
}
.netblog-container .wnd {
	width: 70%;
	height: 500px;
	position: fixed;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	z-index: 99991;
}
.netblog-container .wnd .title {
	background: #CCC;
	padding: 5px;
	cursor: move;
	border-bottom: 1px solid #EEE;
}
.netblog-container .wnd .title label {
	color: #000;
	font-size: 14px;
	cursor: inherit;
	display: block;
	width: 90%;
	line-height: 120%;
}
.netblog-container .wnd .title label small {
	color: #666;
	font-size: 12px;
}
.netblog-container .wnd .title .btn {
	float: right;
	color: #666;
	font-size:10px;
	line-height: 140%;
}
.netblog-container .wnd .title .btn div, 
.netblog-container .wnd .title .btn div:link, 
.netblog-container .wnd .title .btn div:visited {
	float: left;
	color: #666;
	text-decoration: none;
	padding: 0px 5px;
}
.netblog-container .wnd .title .btn div:hover {
	color: #000;
	background: none;
	cursor: pointer;
}
.netblog-container .wnd .body, .netblog-container .wnd .body iframe {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	/*border: 3px solid #1E355B;*/
}
.netblog-container .wnd .body iframe {
	border: 0px hidden;
}
.netblog-container .noopac {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.netblog-container .opac25 {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.netblog-container .opac50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.netblog-container .opac65 {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}
.netblog-container .opac75 {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.netblog-container .opac85 {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.netblog-container .opac90 {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
.netblog-container .opac95 {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.netblog-container .shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.netblog-container .shadow3 {
	-moz-box-shadow: 0 0 55px 15px #111;
	-webkit-box-shadow: 0 0 55px 15px #111;
	box-shadow: 0 0 55px 15px #111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.netblog-container .shadow4 {
	-moz-box-shadow: 0 0 55px 15px #333;
	-webkit-box-shadow: 0 0 55px 15px #333;
	box-shadow: 0 0 55px 15px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.netblog-container .shadow6 {
	-moz-box-shadow: 0 0 55px 15px #333;
	-webkit-box-shadow: 0 0 55px 15px #333;
	box-shadow: 0 1px 3px 0px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
legend.inline {
	font-weight: normal;
	font-style: normal;
	display: inline;
}
.noflt {
	clear: both;
}
.fltlft {
	float: left;
}
.fltrght {
	float: right;
}

.nbarea-popup-bg,
.nbarea-popup-bg2 {
	position: fixed; 
	left: 0px; 
	top: 0px; 
	width:100%; 
	height:100%; 
	/*background: url(../images/bg1.png) top left repeat, -moz-radial-gradient(50% 50% 180deg,circle cover, #919191, #404040, #000000 100%);*/
	
	
	display: block;
}
.nbarea-popup-bg {
	/*background: url(../images/bg4.png) top left repeat;*/
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	background: #666;
	z-index: 9997;
}
.nbarea-popup-bg2 {
/*	background: -moz-radial-gradient(50% 50% 180deg,circle cover, #919191, #404040, #003 100%);*/

	z-index: 9998; 
}

.nbpopup {
	position: fixed; 
	left:0px; 
	top:0px; 
	width:480px; 
	height:300px; 
	background-color: #FFF; 
	z-index: 9999; 
	margin: 20px; 
	padding: 20px;
}
.nbpopup .nbpop_tbl_left {
	display: block;
	float: left;
	width: 200px;
	font-weight: bold;
	
}
.nbpopup .nbpop_tbl_right {
	display: block;
	margin-left: 200px;	
}
.nbpopup .nbpop_tbl_row {
	border-bottom: 1px solid #DDD;
}
.nbpopup .nbpop_tbl_row,
.nbpopup .nbpop_tbl_rowBottom {
	padding: 3px 0;
	font-size: 11px;
	margin-left: 20px;
}
.nbpopup .col1 {
	float:left;
	width: 140px;
	font-weight: bold;
}
.nbpopup .col1r {
	float:left;
	width: 145px;
	text-align: right;
}
.nbpopup .col2 {
	margin-left: 170px;
}
.nbpopup .indent {
	margin-left: 20px;
}
.nbpopup a,
.nbpopup a:link,
.nbpopup a:visited {
	display: inline;
	color: #36F;
	text-decoration: none;
	background: none;
}
.nbpopup a:hover,
.nbpopup a:active,
.nbpopup a:focus {
	text-decoration: underline;
	background: none;
}
.nbpopup .nl {
	height: 10px;
}


/* NETBLOG WINDOW STYLES */
.nbwnd {	
	position: fixed; 
	left:0px; 
	top:0px; 
	width:480px; 
	background-color: rgba(30,30,30,0.5);
	z-index: 9999; 
	margin: 10px; 
	padding: 15px;
	border-radius: 5px 5px;
}
.nbwnd .nbwnd-content {
	background-color: #FFF;
	border: 1px solid #EEE;
	color: #000;
}
.nbwnd a.title-btn, .nbwnd a.title-btn:link, .nbwnd a.title-btn:visited {
	float: right;
	font-weight: bold;
	cursor: pointer;
	color: #39F;
}
.nbwnd a.title-btn:hover, .nbwnd a.title-btn:focus {
	background: none;
}
.nbwnd .title {
	background-color: #EEE;
	color: #000;
	font-size: 20px;
	padding: 8px 10px;
}
.nbwnd .body {
	padding: 5px 20px;
}
.nbwnd .footer-btn {
	text-align: center;
	padding: 5px;
}
.nbwnd .status-bar {
	background-color: #EEE;
	margin-top: 5px;
}
.nbwnd textarea {
	width: 100%;
	height: 200px;
}


/* NETBLOG WORK AREA STYLES */
.netblog-area {
	background-color: #FFF;
	margin: 30px;
	-moz-box-shadow: 0 0 5px 1px #666;
	-webkit-box-shadow: 0 0 5px 1px #666;
	box-shadow: 0 0 5px 1px #666;
	min-width: 800px;
}
.nbarea-menu {	
	float: left;
	width: 200px;
}
.nbarea-menu .nbareabtn {
	display: block;
	/*float: left;*/
	padding: 5px 10px; 
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.nbarea-menu .nbareaLn {
	height: 20px;
}
.nbarea-menu-top {
	background-color: none;
}
.nbarea-menu-top .nbarea-menu-search {
	float: right;
}
.nbarea-menu-top .nbarea-menu-search input {
	width: 280px;
	background-color: #FFF;
	margin: 8px 5px;
	
	border: 1px solid #CCC;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
}
.nbarea-menu-top .nbarea-menu-search input.disabled {
	color: #666;
}
.nbarea-body {
	margin-left: 200px;
	padding: 5px 10px;
	border: 5px solid #FFF;
}
.nbarea-body label {
	font-weight: bold;
}
.nbarea-body .col1 {
	float: left;
}
.nbarea-body .col1nf {
	font-weight:bold;
}
.nbarea-body .col1r {
	float:left;
	width: 225px;
	text-align: right;
}
.nbarea-body .nbcol-emph {
	font-style: italic;
	color: #666;
}
.nbarea-body .col2 {
	margin-left: 250px;
	margin-bottom: 15px;
}
.nbarea-body .col2-sl {
	margin-left: 165px;	
	margin-bottom: 5px;
}
.nbarea-body p, .nbarea-body .indent {
	margin-left: 25px;
}

.nbarea-body a.del, .nbarea-body a.del:link, .nbarea-body a.del:visited {
	color:#333;
	text-decoration: none;
	background-image: url('../images/xit.gif');
	background-repeat:repeat;
	background-position: top left;
	cursor: pointer;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px 8px;	
}
.nbarea-body a.del:hover {
	text-decoration: underline;
	cursor: pointer;
	background-position: top right;
}
.nbarea-body div.lb {
	height: 20px;
}

.nbarea-body h2 {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nbarea-body a,
.nbarea-body a:link,
.nbarea-body a:visited {
	color: #39F;
	text-decoration: none;
}
.nbarea-body a:hover,
.nbarea-body a:focus,
.nbarea-body a:active {
	text-decoration: underline;
}
.netblog_logo {
	background-image: url('../images/logo1.jpg');
	background-repeat: repeat;
	background-position: top left;
	width: 210px;
	height: 210px;
	margin-top: 20px;
	margin-left: 20px;
}

.nbarea-body .elem {
	float: left;
	width: 400px;
	height: 90px;
	margin: 5px 10px;
	overflow: hidden;
	background: white;
}
.nbarea-body .elem .title {
	font-weight: bold;
}
.nbarea-body .elem .uri {
	color:#666;
}
.nbarea-body .elem .info {
	color:#999;
	font-size:10px;
	cursor: default;
}
.nbarea-body .elem input {
	width: 400px;
	height: 22px;
}
.nbarea-body .elem:hover .title {
	color: #284E8A;
}

.netblog-area .netblog-expsched-item {
	padding: 0px 10px;
}
.netblog-expsched-item .name {
	float: left;
}
.netblog-expsched-item .nextSched {
	float: left;
}
.netblog-expsched-item .schedOptions {
}

.netblog-expsched-item li {
	float: left;
	line-height: 20px;
}
.netblog-expsched-item li.name {
	font-weight: bold;
	width: 250px;
}
.netblog-expsched-item li.name .text {
	width: 220px;
}
.netblog-expsched-item li.nextSched {
	width: 200px;
}
.netblog-expsched-item li.schedOptions {
	width: 550px;
}
.netblog-expsched-item li.schedOptions .text {
	width: 200px;
}
.netblog-expsched-item li.break {
	float: none;
	clear: both;
	height: 5px;
}
.netblog-expsched-item li.actions {
	width: 80px;
}
.netblog-expsched-item li.actions a,
.netblog-expsched-item li.actions a:link,
.netblog-expsched-item li.actions a:visited {
	text-decoration: none;
	color: #06F;
}
.netblog-expsched-item li.actions a:hover,
.netblog-expsched-item li.actions a:focus {
	cursor: pointer;
	text-decoration: underline;
}
.netblog-expsched-item li.hline {
	border-bottom: 1px solid #EEE;
}
.netblog-expsched-item li .small {
	color: #666;
}
.netblog-expsched-item li .indent {
	padding-left: 10px;
}


.netblog-area a.menu, .netblog-area a.menu:link, .netblog-area a.menu:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-weight: 900;
	font-size: 12px;
	padding: 3px 5px;
}
.netblog-area a.menu:hover, .netblog-area a.menu:focus {
	cursor: pointer;
	color: #333;
}


/* STATUS */
.nbarea-body .elem .dft,
.nbarea-body .elem .mod,
.nbarea-body .elem .trash,
.nbarea-body .elem .offline,
.nbarea-body .elem .lock {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	padding-left: 4px;
}
.nbarea-body .elem .dft {
	border-color: transparent;
}
.nbarea-body .elem .mod,
.nbarea-footer label.mod {
	border-color: #039;
}
.nbarea-body .elem .trash,
.nbarea-footer label.trash {
	border-color: #900;
}
.nbarea-body .elem .offline,
.nbarea-footer label.offline {
	border-color: #FC0;
}
	
.nbarea-body .elem .lock,
.nbarea-footer label.lock {
	border-color: #666;
	cursor: default;
}
.nbarea-body .elem .dft,
.nbarea-footer label.dft {
	border-color: #FFF;
	cursor: default;
}
.nbarea-body .elem .lock,
.nbarea-body .elem:hover .lock .title,
.nbarea-body .elem .lock .uri,
.nbarea-body .elem .lock .info{ 
	color: #CCC;
}
.nbarea-mel-progbar {
	width: 0%; 
	height: 10px; 
	background: rgb(8,82,2); 
	position: relative; 
	z-index: 95; 
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(177,255,43)),
		color-stop(1, rgb(8,82,2))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(177,255,43) 0%,
		rgb(8,82,2) 100%
	);
}
.nbarea-mel-progbar-err {
	width: 0%; 
	height: 10px; 
	background: rgb(61,1,1); 
	position: relative; 
	z-index: 95; 
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(255,43,43)),
		color-stop(1, rgb(61,1,1))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(255,43,43) 0%,
		rgb(61,1,1) 100%
	);
}
.nbarea-log-par {
	background-color: #CCC;
	padding: 5px 5px 5px 0px;
	height: 160px;
	display: block;
	overflow: hidden;
	display: none;
}
.nbarea-log {
	padding: 5px 10px;
	height: 150px;
	overflow: auto;
	font-size: 10px;
	color: #333;
	background-color: #CCC;
}
.nbarea-statusbar {
	padding: 5px 10px;
	overflow: auto;
	font-size: 10px;
	color: #333;
	background-color: #CCC;
}
.nbarea-footer .legend {
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	padding-left: 3px;
	margin: 5px 10px;
}

.nbarea-footer {
	padding: 5px 10px; 	
	font-size: 10px;
	cursor: pointer;
}

.nbarea-blue {
	border: 5px solid #039;
}
.nbarea-bg-blue {
	background-color: #039;
	color: white;
}
.nbarea-yellow {
	border: 5px solid #FC0;
}
.nbarea-bg-yellow {
	background-color: #FC0;
	color: white;
}
.nbarea-green {
	border: 5px solid #063;
}
.nbarea-bg-green {
	background-color: #063;
	color: white;
}
.nbarea-orange {
	border: 5px solid #F60;
}
.nbarea-bg-orange {
	background-color: #F60;
	color: white;
}
.nbarea-red {
	border: 5px solid #C00;
}
.nbarea-bg-red {
	background-color: #C00;
	color: white;
}
.nbarea-vine {
	border: 5px solid #603;
}
.nbarea-bg-vine {
	background-color: #603;
	color: white;
}
.nbarea-militia {
	border: 5px solid #660;
}
.nbarea-bg-militia {
	background-color: #660;
	color: white;
}
.nbarea-navi {
	border: 5px solid #036;
}
.nbarea-bg-navi {
	background-color: #660;
	color: white;
}
.nbarea-navi {
	border: 5px solid #036;
}
.nbarea-bg-navi {
	background-color: #036;
	color: white;
}
.nbarea-brown {
	border: 5px solid #630;
}
.nbarea-bg-brown {
	background-color: #630;
	color: white;
}
.nbarea-gray {
	border: 5px solid #999;
}
.nbarea-bg-gray {
	background-color: #999;
	color: white;
}
.nbarea-black {
	border: 5px solid #000;
}
.nbarea-bg-black {
	background-color: #000;
	color: white;
}
.nbarea-blackt {
	border: 5px solid #39F;
}
.nbarea-bg-blackt:hover {
	background-color: #000;
	color: white;
}



#netblog-feedback .smile,
#netblog-feedback .frown {
	float: right;
	background-image: url(../images/feedback_mid.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin: 10px;	
}
#netblog-feedback .smile:hover,
#netblog-feedback .smile:active
#netblog-feedback .smile:focus,
#netblog-feedback .frown:hover,
#netblog-feedback .frown:active,
#netblog-feedback .frown:focus {
	background-image: url(../images/feedback_midHover.png);
	cursor: pointer;
}
#netblog-feedback .smile {
	background-position: 0px bottom;
}
#netblog-feedback .frown {
	background-position: 0px top;
}
.feedback.window {
	position:absolute; 
	right:0px; 
	margin-top: 70px; 
	background: #FFF; 
	width: 500px; 
	padding:15px; 
	border-bottom: 4px solid #464646; 
	box-shadow: 0 0 10px #444
}
.feedback p {
	padding: 10px; margin:0
}
.feedback textarea {
	width:100%; height:100px
}

.note-bg-round {
	display: block;
	border: 1px solid #F90;
	border-radius: 5px 5px;
	padding: 5px;
	margin: 10px 3px;
}

span.netblog-box-info {
	background-color: #F90;
	color: #FFF;
	border-radius: 5px 5px;
	padding: 2px 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

/* INCOMPATIBILITY WITH CONTEXTUAL HELP FOUND */
/* .hidden { */
/* 	visibility: hidden; */
/* } */
/* .nodisplay { */
/* 	display: none; */
/* } */


.nbinput-ajaxloader {
	background-image: url(../images/ajax-loader3.gif);
	width: 16px;
	height: 16px;
	position:relative;
	top: 3px;
	left: -4px;
	display: inline-block;
	visibility: hidden;
}

.nbacbox {
	display: none;
	position: absolute; 
	border: 1px solid #CCC;
	border-radius: 5px 5px;
	background: #FFF; 
	overflow: auto; 
	max-height: 350px;
	min-width: 250px;
	max-width: 400px;
	
	z-index: inherit;
	
	-moz-box-shadow: 0 3px 3px #999;
	-webkit-box-shadow: 0 3px 3px #999;
	box-shadow: 0 3px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.nbacbox .group {
	padding: 5px 5px;
	background: #EEE;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	line-height: 25px;
	cursor: default;
}
.nbacbox .elem {
	display: block;
	padding: 5px 5px 5px 20px;
	text-indent: -8px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.nbacbox .elem:hover,
.nbacbox .elem:focus {
	background: #DEF;
	cursor: pointer;
}


.netblog-sidebox {
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px 3px;
	float: right;
	padding: 5px 10px;
}
.netblog-sidebox a, .netblog-sidebox a:visited {
	display: block;
	font-size: 13px;
	padding: 3px 5px;
}

ul.nbbib-table {
	padding: 5px 10px;
}
ul.nbbib-table li.nbbib-col {
	float: left;
}
ul.nbbib-table li.nbbib-col1 {
	width: 150px;
}
ul.nbbib-table li.nbbib-col2 {
	margin-left: 160px;
}
ul.nbbib-table li.nbbib-endrow {
	float: none;
	clear: both;
	height: 3px;
}
.nbbib-metabox-fields input[type="text"] {
    width: 300px;
    font-size: 13px;
    padding: 3px 5px;
    margin: 5px 0px;
}


div.nb-updated, div.nb-error {
    background: #FFFBCC;
	border: 1px solid #E6DB55;
	border-radius: 5px 5px;
	color: #555;
	padding: 5px 10px;
}
div.nb-updated p, div.nb-error p {
    margin: 0.5em 0;
    padding: 2px;
}
.wrap div.nb-updated, .wrap div.nb-error {
    margin: 5px 0 15px;
}
div.nb-updated {
	background-color: lightYellow;
	border-color: #E6DB55;
}