#nws_editblock { display : none ; position: relative ; padding: 0 ;  z-index: 1 ; border : solid 0px #00f ; }

#nws_notetemplate { display: none ; }
#nws_notetemplate_edit { display: none ; }
.nws_note { border-style: none }

#nws_headeroptionsmask { position: absolute; left: -15px; width: 185px; height: 85px; z-index: 5; opacity: 0.7; filter: alpha(opacity=70); }

.nws_notecontent { border-width: 1px; padding-left: 5px;}
.nws_notecontent p { text-align: left; font-size: 12px; padding: 0 }
.nws_notecontent textarea { height: 50px; border: solid 1px #AAA; font-family: Arial, sans-serif; font-size: 11px; }
.nws_notecontent .off img { background-image: url('/images/circle6in9black.png' ) ; }
.nws_notecontent .on img { background-image: url('/images/ccircle6in9black.png' ) ; }
.nws_notecontent .dark .off img { background-image: url('/images/circle6in9white.png' ) ; }
.nws_notecontent .dark .on img { background-image: url('/images/ccircle6in9white.png' ) ; }

.nws_addbutton { width: 32px; height: 32px; background: transparent url('/services/nws/images/add32.png') top left no-repeat; cursor: pointer; margin-top:5px; }


/* nws view style */

.nws_img { position: relative; width: 100%; border-style: solid; border-width: 1px; overflow: hidden;}
.nws_overimg { position: absolute; top: 0; left: 0; width: 100%; height: 70px; text-align: left; }
.nws_overimgbckg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter: alpha(opacity=70); }

.nws_overimgtitle, .nws_overimgtitle:hover, .nws_overimgtitle:link, .nws_overimgtitle:visited, .nws_overimgtitle:active{ position: absolute; top: 0; left: 0; width: 94%; font-size: 14px; font-weight: bold; line-height: 24px; padding: 0 3%; white-space: nowrap; overflow: hidden; text-decoration:none;color:white;}

.nws_overimgcomment, .nws_overimgcomment:hover, .nws_overimgcomment:link, .nws_overimgcomment:visited, .nws_overimgcomment:active{ position: absolute; top: 24px; width: 94%; font-size: 12px; padding: 0 3%; text-decoration:none;color:white;}


/* nws edit style */

.nws_editnewstab { height: 20px; line-height: 20px; font-size: 12px; white-space: nowrap; text-align: center; border-width: 1px; border-style: solid; }
.nws_editnewstabon { background-color: #FFF; cursor: default; border-bottom-color: #FFF; }
.nws_editnewstabon span { color: #000; }
.nws_editnewstaboff { background-color: transparent; cursor: pointer; }
.nws_editnewstabinter { border-width: 1px; border-style: none none solid none; }

.nws_editnewsmainpane { background-color: #FFF; color: #000; border-style: none solid solid solid; border-width: 1px; }
table.nws_editnewspane input, table.nws_editnewspane textarea { width: 98%; font-size: 11px; color: #000; border: solid 1px #444; padding: 0 }
table.nws_editnewspane textarea { height: 48px; }
.nws_editnewspane_righttd { white-space: nowrap; font-size: 11px; line-height: 16px; color: #444; }
.nws_editnewspane_image { position: relative; overflow: hidden; width: 100%; border: solid 1px #444; cursor: pointer; }
.nws_editnewspane_imagename { font-size: 11px; line-height: 16px; color: #000; font-weight: bold; }
img.nws_imageposoff { border: solid 1px #BBB; margin: 1px; cursor: pointer; }
img.nws_imageposonoff { border: solid 1px #777; margin: 1px; cursor: pointer; }
img.nws_imageposon { border: solid 1px #000; margin: 1px; cursor: default; }

table.nws_editnewspane_link a:link, table.nws_editnewspane_link a:hover, table.nws_editnewspane_link a:active, table.nws_editnewspane_link a:visited { color: #000; white-space: nowrap; }
table.nws_editnewspane_link a.off img { background-image: url('/images/circle6in9black.png' ) ; }
table.nws_editnewspane_link a.on img { background-image: url('/images/ccircle6in9black.png' ) ; }

