/* === UL's */
ul.linklist 
{
    margin: 0 0 0 0;
}

ul.linklist li
{
    margin: 0 0 0.5em 0;
    padding: 0 0 0 14px;
	list-style-type:none;
    background-image: url(/i/bull1.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    line-height: 1.25em;
}


ul.linklist ol
{
    background: url(/i/bull2.gif) no-repeat;
    background-position: 0 0.4em;
    font-size:11px;
}

ul.linklist ol ol
{
    background: url(/i/bull3.gif) no-repeat;
    background-position: 0 0.4em;
    font-size:11px;
}

ul.linklist ol ol ol 
{
    background: url(/i/bull4.gif) no-repeat;
    background-position: 0 0.4em;
    font-size:10px;
}


/* === TABLE fields1 */
table.fields1 {
	border:1px solid #EEE;
	border-collapse:collapse;
}

table.fields1 th {
	padding:3px;
	color:#000;
	font-weight:bold;
	background:#eee;
	border-bottom:1px solid #EEE;
	text-align:left;
	font-size:11px;
}

table.fields1 td {
	padding:3px 4px 3px 4px;
	background:#FFF;
	text-align:left;
	vertical-align:top;
	color:#000;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}

table.fields1 td input {
	font-size:12px;
}

table.fields1 td.d{
	background:#F3FBEC;
	font-size:11px;
	border-bottom:1px solid #FFF;
	padding:7px 4px 7px 4px;
}

table.fields1 small.r{
	font-size:11px;
	color:#AAA;
}

/* === TABLE unit */
table.unit {
	border:1px solid #EEE;
	border-collapse:collapse;
}

table.unit th {
	padding:3px;
	color:#000;
	font-weight:bold;
	background:#eee;
	border-bottom:1px solid #EEE;
	text-align:left;
	font-size:11px;
}

table.unit td {
	padding:3px 4px 3px 4px;
	width:50%;
	background:#FFF;
	text-align:left;
	vertical-align:top;
	color:#000;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}

table.unit td.d{
	background:#F3FBEC;
	font-size:11px;
	border-bottom:1px solid #FFF;
	padding:7px 4px 7px 4px;
}

/* === TABLE list */
table.list
{
	border:1px solid #AAD6EB;
	font-size:0.80em;
	border-collapse:collapse;
}
table.list th, table.list td
{
    padding: 2px;
    border-right: 1px dashed #e4ebf1;
    border-bottom: 1px dashed #e4ebf1;
    vertical-align: top;
}
table.list th
{
    font-weight: normal;
    color: #FFF;
    background-color: #6699CC;
    white-space: nowrap;
    text-align: center;
    font-size:12px;
    vertical-align:middle;
}

table.list th a, table.list th a:visited, table.list th a:hover
{
    font-weight: bold;
    color: #FFF;
}

table.list th a.act, table.list th a.act:visited
{
    font-weight: normal;
    background-color: #C9E3AE;
    padding:0px 2px;
    color:#000;
    text-decoration:none;
}

table.list td
{
    font-weight: normal;
    font-size:11px;
    vertical-align:middle;
    text-align:center;
}

table.list td small
{
    font-size:10px;
    color: #6699CC; 
}

table.list td.d
{
    font-weight: bold;
    text-align: left;
}

table.list tr.g{background:#EDFBFF;}
table.list tr:hover{background-color: #FFFFCC;}


/* === TABLE contmenu */

table.params {
	margin-top:0px;
	border:1px solid #CCC;
	border-collapse:collapse;
}

table.params th {
	background: #F5FBFF;
	border-bottom:3px solid #99CC66;
	text-align:left;
	padding:3px;
}

table.params td {
	background: #FFF;
	color:#666;
	padding:2px 3px 2px 3px;
	font-size:11px;
	border-bottom:1px solid #eee;
	
}

table.params td a, table.params td a:visited {
	
}

table.params td.img {
	text-align:left;
}

table.params td.img img {
	cursor:pointer; border:5px solid #D1E8BB;
}

table.params td.p {
	background: #FFF;
	color:#5671B1;
	text-align:right;
	font-size:11px;
	vertical-align:top;
	font-weight:normal;
}

table.params td.b1 {
	border-bottom:1px solid #5671B1;
	padding:2px 0px 2px 0px;
}


/* === TABLE contmenu */

table.contmenu {
	border:0px solid #ccc;
	border-collapse:collapse;
	width:100%;
}

table.contmenu th{
	background: #AAD6EB;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

table.contmenu td {
	background: #F5FBFF;
	padding:5px 8px 5px 3px;
    border-top:1px solid #FFF;
    border-right:4px solid #9C6;
    text-align:right;  
    font-size:11px;
}

table.contmenu td.cur {
	background: #E2F5CF;
	border-right:4px solid #5671B1;
}

table.contmenu td.sub {
	background: #FFF;
	padding:3px 3px 3px 7px;
	font-size:10px;
	font-weight:normal;
}

table.contmenu td a, table.contmenu td a:visited {
	padding:3px 8px 3px 0px;
	font-size:11px;
	background: url(/i/usermenu-bullet1.gif) no-repeat right;
	text-decoration:none;
}


/* MESSAGES */
div.iinfo, 
div.ierror, 
div.iforbidden, 
div.iok, 
div.ihelp, 
div.isimple, 
div.ipublish, 
div.inote, 
div.imanual, 
div.iconf,
div.iprint,
div.iword,
div.iedit,
div.idelete
{
	display: block;
	padding: 10px;
	background-color:#FFFFE8;
	background-image: url(/i/ico/info_32.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
	border:1px solid #CCC;
	border-width: 1px;
	overflow: auto;
	padding-left:40px;
	margin: 0px 0px 10px 0px;
	font-size:11px;
	text-align:left;
	
}

div.ierror {background-color:#FFF0F0;background-image:url(/i/ico/error_32.gif);}
div.iforbidden {background-color:#FFF0F0;background-image:url(/i/ico/forbidden_32.gif);}
div.ihelp {background-color:#EDF8FF;background-image:url(/i/ico/help_32.gif);}
div.iok {background-color:#F3FBEC;background-image:url(/i/ico/ok_32.gif);}
div.isimple {background-color:#F3FBEC;background-image:none;padding:5px;margin-top:0px;}

div.ipublish, div.inote, div.imanual, div.iconf, div.iword, div.iprint, div.iedit, div.idelete {margin-left:0.5em; float:right;background-color:#EDF8FF;background-image:url(/i/ico/notes_32.gif);width:140px;height:26px;cursor:pointer;}
div.ipublish {width:145px;}
div.inote {background-image:url(/i/ico/notepad_32.gif); width:115px;}
div.imanual{background-image:url(/i/ico/help_32.gif); width:120px;}
div.iconf {background-image:url(/i/ico/configs_32.gif); width:135px;  padding-right:1px;}
div.iword {background-image:url(/i/ico/word_32.gif); width:85px;}
div.iprint {background-image:url(/i/ico/print_32.gif); width:97px;cursor:default;}

div.iedit {background-color:#FBEFEF; background-image:url(/i/ico/edit_32.gif); width:100px;}
div.idelete {background-color:#FFF0F0; background-image:url(/i/ico/delete_32.gif); width:67px;}

div a{
	color:#5671B1;
}

div img{
	border:0px;
}

div small{
	color:#aaa;
	padding-top:5px;
}

div h3{
	color:#5671B1;
	margin:0px;
	padding:1px;
}

pre.wordwrap
{
    white-space: normal;
}

pre.wordwrap span.line
{
    display: block;
}

div.hotblock{
	background:#FEFEFE;
	border:1px dashed #99CC66;
	padding:4px;
	color:#000;
}

div.hotblock h5{
    background: #5671B1;
	border-bottom:3px solid #99CC66;
	padding:4px;
	color:#FFF;
	text-align:center;
}

div.hotblock a{
	padding:3px;
	text-decoration:none;
}

div.hotblock div.more{
	text-align:right;
	border-bottom:1px solid #5671B1;
	padding:1px;
}

.alt2, .alt2Active
{
	background: #E1F9FF url(/i/softblue/softblue_alt2.gif) repeat;
	color: #000000;
}


p.path
{
    color: #959fa8;
    font-size: 0.85em;
    margin: 5px 0px 5px 10px;
    padding:6px 3px 3px 10px;
    background-image: url(/i/path-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 9px;
    clear: both;
}

p.path a
{
    color: #848891;
    text-decoration: none;
	border-bottom:1px solid #9C6;
	border-right:1px solid #FFF;
}

p.path a:hover
{
    color: #FFF;
    background: #9C6;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}

p.bigtext
{
    color: #000;
    font-size: 0.95em;
    text-align:justify;
    text-indent:2em;
    line-height:1.4em;
    margin-bottom:15px;
}


/* Params list */

span.param {
	border-bottom: 1px dashed #C5E5F8;
	line-height:20px;
}
small.desc {
	background:#C5E5F8;
	padding:2px;
	color:#5671B1;
}


h1.lined, h2.lined, h3.lined, .lined {
	border-bottom:1px solid #E4EFF5;
}

h1.hdr, h2.hdr {
	margin:3px 0px 3px 0px;
	padding:0px 0px 3px 12px;
	border-bottom:1px solid #E4EFF5;
	background-image: url(/i/linklist-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 9px;
}

h1.head, h2.head, h3.head {
	background-color:#6699CC;
	padding:2px 0px 2px 17px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-position: 5px 4px;
	border-bottom:3px solid #99CC66;
	font-family:Verdana;
	background-image: url(/i/bull5_d.gif);
}

.spamfilter{display: none;}
.noborder, .nb{border: 0px;}

.i16
{
    width:16px;
	height:16px;
	border:0;
	margin-bottom:-2px;
	background:#9C6;
}

.curhelp{cursor:help;}

.required
{
    color: #ff0000;
    font-weight: bold;
}

/* OverLib */

  .ol_capfontClass {font-family: Verdana,Tahoma, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #369;}
  .ol_capfontClass A {color: red; font-size: 10px;}
  .ol_fgClass {background-color: #FFFFE8; font-size: 11px;}
  .ol_bgClass {background-color: #FFFFE8; border:1px solid #999; padding:3px; margin:2px;}
  .ol_bgClass table { }
  .ol_bgClass td {padding:3px; font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;}
  .ol_bgClass td small {color:#666;}

/*\ OverLib */

/* MISCELLANEOUS STYLES */
.hide
{
    display: none;
}

.aright
{
    text-align:right;
}

i#req {color:red;}

a.l_more, 
a.l_more:visited, 
a.l_back, 
a.l_back:visited, 
a.l_up, 
a.l_up:visited, 
a.l_down, 
a.l_down:visited {
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	background:#9C6 right no-repeat;
	padding:2px 3px 2px 5px;
}
a.l_more:hover {color:#fff;	padding:2px 3px 2px 5px; background:#6699CC right no-repeat;}

a.l_back, a.l_back:visited  {padding:2px 3px 2px 5px;background:#9C6 left no-repeat;}
a.l_back:hover  {color:#fff;background:#6699CC left no-repeat;}

a.l_up, a.l_up:visited  {padding:2px 3px 2px 15px;background:url(/i/bull5_u.gif) #9C6 left no-repeat;}
a.l_up:hover  {color:#fff;background:url(/i/bull5_u.gif) #6699CC left no-repeat;}

a.l_down, a.l_down:visited  {padding:2px 3px 2px 15px;background:url(/i/bull5_d.gif) #9C6 left no-repeat;}
a.l_down:hover  {color:#fff;background:url(/i/bull5_d.gif) #6699CC left no-repeat;}


div.pagelist {background: #F5FBFF; font-size:11px; padding:5px; margin-top:5px; margin-bottom:5px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;  }
div.pagelist a, div.pagelist a:visited {background:#C5E5F8; padding:1px 3px 1px 3px; text-decoration:none; color:#000;}
div.pagelist span.curr {background:#99CC66; padding:1px 3px 1px 3px; color:#FFF;}
div.pagelist a:hover {background:#5671B1; padding:1px 3px 1px 3px; text-decoration:none; color:#FFF;}


div#wait {position:absolute; display:block; z-index:100000; top:40%;left:25%; width:200px; background:#F9F9F9; padding:8px; color:#000; border:1px solid #666; font-size:12px;}


/* LEFT MENU */
#lmenu h4 {text-align:center; background: #6699CC; padding:3px; color:#F2F2F2; margin-bottom:0px;}
#lmenu dl { margin: 10px; color:#369;}
#lmenu dt {margin:0px 0px 6px 0px; padding:3px; color: #F2F3F2; font-size: 0.85em; background: #9FBFDF;}
#lmenu dd {margin:0px 0px 3px 0px; padding:3px; font-size: 0.85em; padding:3px 5px 3px 20px; background: url(/i/bull3.gif) no-repeat 6px 8px;}

#lsubmenu dt a, #lsubmenu dt a:visited {color: #F2F3F2;  text-decoration:none; padding:3px 5px 3px 15px; background:url(/i/bull2.gif) no-repeat 1px 7px;}


#lsubmenu dt.cur {background:#BFDFFF;}
#lsubmenu dt.cur a, #lsubmenu dt.cur a:visited {font-weight:bold; color: #FFF;}

#lsubmenu dd.cur { background:#F3FBEC url(/i/bull2.gif) no-repeat 5px 7px;}
#lsubmenu dd.cur a, #lsubmenu ds.cur a:visited {font-weight:bold; text-decoration:none;}


img.rfoto {border:3px solid #BFDFFF; margin:5px;}

/* \ LEFT MENU */

div.pdiv {
	position:absolute; 
	width:300px;
	height:200px;
	z-index:1000; 
}

div.pdiv div.pdiv_c {
	position:absolute; 
	width:100%;
	height:100%;
	padding: 10px; 
	border:1px solid black; 
	background: #FAFAFA; 
	color: #666;
	z-index:1000; 
}

div.pdiv div.pdiv_c h4 {
	border-bottom:1px dashed #ccc;
	margin-bottom:2px;
	padding-bottom:2px;
}

div.pdiv div.pdiv_c hr {
	margin:1px;
}

div.pdiv div.pdiv_c button, button.im {background:#E9F2FC;height:20px;}
div.pdiv div.pdiv_c button img, button.im img {margin:0px 3px -4px 3px;}
div.pdiv div.pdiv_c input {border:1px solid #CCC; padding:0px 2px;}
div.pdiv div.pdiv_c input.nb{border: 0px;}
div.pdiv img.pdiv_close {
	position:absolute; 
	top:10px; 
	right:-5px; 
	cursor:pointer;
	z-index:1001;
}

div.pdiv div.shd {
	width:109%;
	height:112%;
	background: #000;
	filter: alpha(opacity=25); -moz-opacity: 0.25; opacity: 0.25;
	position:absolute; 
	z-index:999; 
	bottom:-30px; 
	right:-30px;
}

div.pdiv div#wait {
	position:absolute; 
	z-index:1002; 
	width:100%;
	height:100%;
	text-align:center;
	cursor:wait;
	background: none;
	border:0px;
	top:40%;
	left:0px;
}
div.pdiv div#wait b {
	background: #6699CC;
	color:#FFF;
	padding:8px 10px;
}


div.pdiv div.pdiv_c fieldset {
	font-size:10px;
	margin:0px;
	padding:2px;
}

div.pdiv div.pdiv_c fieldset legend {
	padding:1px 2px;
}

div.pdiv div.pdiv_c label {
	cursor:pointer;
}


div.pdiv div.pdiv_c table td {
	padding:0px;
}

table.unit_tool {width:100%;}
table.unit_tool td {padding:4px;}

table.unit_tool a img, table.unit_tool a:visited img {
	margin:0px 4px -3px 5px;
	border:0px;
	
}

button.wide {height:32px;}
button.wide img {margin:0px 3px -6px 3px;}