@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;
}









/* 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:#DDD;
	display: block;
	z-index: 9996;
	padding: 3px 5px;;
}
.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: #999;
}

.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: 7px;
	color: #666;
	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:#000;
	cursor: pointer;
	display: block;
	float: left;
	padding: 7px;
	text-decoration: none;
	font-weight: bold;	
}
.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-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 {
	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;
}
.netblog-menu .icon32:hover,
.netblog-menu .icon32Hover{
	background-image: url('../images/s_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 {
	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 {
	background-position: 0px 0px;
}
.netblog-menu .ico-popular {
	background-position: -32px 0px;
}
.netblog-menu .ico-offline {
	background-position: -64px 0px;
}
.netblog-menu .ico-trashed {
	background-position: -96px 0px;
}
.netblog-menu .ico-user {
	background-position: -128px 0px;
}
.netblog-menu .ico-user-search {
	background-position: -160px 0px;
}
.netblog-menu .ico-user-cmd {
	background-position: -192px 0px;
}
.netblog-menu .ico-restore {
	background-position: -224px 0px;
}
.netblog-menu .ico-trash {
	background-position: -256px 0px;
}
.netblog-menu .ico-erase {
	background-position: -288px 0px;
}
.netblog-menu .ico-updt {
	background-position: -320px 0px;
}
.netblog-menu .ico-check {
	background-position: -352px 0px;
}
.netblog-menu .ico-lock {
	background-position: -384px 0px;
}
.netblog-menu .ico-unlock {
	background-position: -416px 0px;
}
.netblog-menu .ico-search {
	background-position: -448px 0px;
}
.netblog-menu .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 .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;
}
.noflt {
	clear: both;
}