/****************************** Common ********************************/
html, body
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* button of admin part */
input.button
{
	border: medium none;
	background-color: #ccf;
	padding: 1px 10px;
	background-image: url(/i/ssm/i/bg-btn.gif);
	height: 16px;
	width: 97px;
	color: #3439A1;
	cursor: pointer;
}
/* group button */
div.button
{
	padding: 10px;
}
/* all form used this style for td of caption and field */
.tbltext
{
	vertical-align: top;
	text-align: left;
}
/* transparent table */
.table
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
/****************************** Account ********************************/
/* button for moving group between two selects */
.lr-btn
{
	width: 30px;
}
.lr-select
{
	width: 200px;
	height: 200px;
}

/* list group assigned for account */
.tbltext ul.account-group
{
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.tbltext .account-group li
{
	padding: 0px 1px;
}

/* tree of privilege */
.menu-prv
{
	text-align: left;
}
/* mode "view" */
.menu-prv.view a
{
	cursor: default;
}

.menu-prv a,
.menu-prv a:link,
.menu-prv a:visited,
.menu-prv a:hover
{
	padding-left: 3px;
	text-decoration: none;
	color: #000;
}
.menu-prv a.all
{
	color: #1a7b1a;
	font-weight: bold;
}
.menu-prv a.half
{
	color: #1a7b1a;
}
img.checkbox
{
	background: url(/i/ssm/i/checkBoxes.gif) 0px 0px no-repeat;
	width:12px;
	height:12px;
}
.menu-prv a.none img.checkbox,
img.checkbox.none
{
	background-position:0px 0px;
}
.menu-prv a.all img.checkbox,
img.checkbox.all
{
	background-position:-12px 0px;
}
.menu-prv a.half img.checkbox
{
	background-position:-24px 0px;
}
.menu-prv a.group-half,
.menu-prv a.result-half,

.menu-prv a.group-half:link,
.menu-prv a.result-half:link,

.menu-prv a.group-half:visited,
.menu-prv a.result-half:visited,

.menu-prv a.group-half:hover,
.menu-prv a.result-half:hover,

.menu-prv a.group-half:active,
.menu-prv a.result-half:active
{
	color: #1a7b1a;
}
.menu-prv a.group-all,
.menu-prv a.result-all,

.menu-prv a.group-all:link,
.menu-prv a.result-all:link,

.menu-prv a.group-all:visited,
.menu-prv a.result-all:visited,

.menu-prv a.group-all:hover,
.menu-prv a.result-all:hover,

.menu-prv a.group-all:active,
.menu-prv a.result-all:active
{
	font-weight : bold;
	color: #1a7b1a;
}
.menu-prv .privilege-group
{
	width: 12px;
	height: 12px;
	padding: 0px 1px;
	position:relative;
	color: #000;
   font-weight: bold;
   display: inline;
	cursor: default;
}
/* info about groups */
.privilege-group-info
{
	border: 1px solid #000;
	background-color: #ccc;
	z-index: 10;
	position:absolute;
	padding:3px 5px;
	left: 12px;
	top: 12px;
	font-weight: normal;
	background-color: #fff;
}
.privilege-group-info img
{
	margin: 0px 3px;
}
.menu-prv li .privilege-group:hover .privilege-group-info
{
	display:table;
}

.menu-prv ul, .menu-prv li
{
	margin: 0;
	padding: 0;
	border: 0;
}
.menu-prv ul
{
	list-style: none;
	margin-left: 8px;
}
.menu-prv li
{
	position: relative;
	border-left: 1px solid #888888;
	padding: 2px 1px 2px 12px;
	background: url(/i/ssm/fck/menu-line.gif) 0 10px no-repeat;
}
.menu-prv ul li.last
{
	border-left: none;
	padding-left: 13px;
	background: url(/i/ssm/fck/menu-corner.gif) 0 0 no-repeat;
}
.menu-prv li.folder > ul
{
	display: none;
}
.menu-prv li.folder.open > ul
{
	display: block;
}
.menu-prv li.folder > span.plusminus
{
	position: absolute;
	left: -8px;
	top: 3px;
	height: 15px;
	width:15px;
	background: url(/i/ssm/fck/plus-node.gif) 3px 3px no-repeat;
	cursor: pointer;
}
.menu-prv li.open > span.plusminus
{
	background-image: url(/i/ssm/fck/minus-node.gif);
}
.menu-prv li.last > span.plusminus
{
	left: -7px;
}

.menu-prv li div
{
	display: table;
	padding: 0px 5px;
	white-space:nowrap;
}
.menu-prv li div img
{
	vertical-align:text-bottom;
	margin-left: 3px;
}

/* hack for ie */

* html .menu-prv
{
	position: relative;
}

* html .menu-prv li.folder span,
* html .menu-prv li.open li.folder span
{
	display: block;
	position: absolute;
	left: -20px;
	top: 3px;
	height: 15px;
	width: 15px;
	background: transparent url(/i/ssm/fck/plus-node.gif) 3px 3px no-repeat;
	cursor: pointer;
}
* html .menu-prv li.open span,
* html .menu-prv li.open li.open span
{
	background-image: url(/i/ssm/fck/minus-node.gif);
}

* html .menu-prv li.document span,
* html .menu-prv li.folder li.document span,
* html .menu-prv li.folder li.folder li.document span
{
	background-image: none;
	cursor: default;
}
* html .menu-prv li.folder ul,
* html .menu-prv li.folder li.folder ul,
* html .menu-prv li.folder li.folder li.folder ul
{
	display: none;
}
* html body .menu-prv li.open ul,
* html body .menu-prv li.folder li.open ul,
* html body .menu-prv li.folder li.folder li.open ul
{
	display: block;
}

* html body .menu-prv li div
{
	display: block;
	width: 2em;
	white-space:nowrap;
	padding: 1px 5px;
	vertical-align:middle;
	cursor: pointer;
}

/****************************** * ********************************/

/* ***************** OLD ********************* */
.tborder {
    border-collapse : collapse;
    background : #fafafa;
    font-family : "Times New Roman", Times, serif;
    font-size : 11px;
 }
INPUT, Select
{
	FONT-FAMILY: Verdana, Arial,  Helvetica, Sans-serif;
    COLOR: #18286b; FONT-SIZE: 11px;
}
BODY
{
    padding: 0;
    border : 0;
    vertical-align : top;
    background-color : #ffffff;
    color : #18286b;
	margin:0px;
	font-family: Verdana !important;
	font-size: 11px !important;
 }
 A, A:active, A:visited, A:hover
 {
	font-size: 11px;
 }
#top {
    width : 990px;
    height : 90px;
    background-color : #ffffff;
    text-align : left;
    margin-bottom : 0;
 }
#top_menu {
    width : auto;
    margin-top : 10px;
    margin-right : 20px;
    font-family : "Times New Roman", Times, serif;
    font-size : 12px;
    text-decoration : none;
    text-align : right;
 }
#top_menu b {
    font-size : 14px;
    font-weight : bold;
 }
#middle {
    width : 100%;
    background-color : #ffffff;
    text-align : left;
    vertical-align : top;
    text-align:center;
 }
#nav {
    float : right;
    margin-left : 15px;
    margin-right : 24px;
    width : 278px;
    background-color : #ffffff;
    text-decoration : none;
    display : inline;
 }
#nav h1 {
    position : relative;
    left : 0;
    top : 0;
    text-align : center;
    width : auto;
    height : 17px;
    font-size : 14px;
    background-image : url(/admin/i/bg1.gif);
    background-position : top;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 2px;
    margin-left : 0;
    margin-right : 0;
    display : table;
 }
#general_nav {
    margin-top : 10px;
 }
#nav_btn {
    position : relative;
    left : 0;
    top : 0;
    width : auto;
    height : 20px;
    background-image : url(/admin/i/bg2.gif);
    background-position : bottom;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    padding-left : 0;
    margin-left : 0;
    padding-right : 0;
    display : block;
 }
.pic_lt {
    position : absolute;
    left : 0;
    top : 0;
    width : 16px;
    height : 20px;
    display : inline;
 }
.pic_rt {
    position : absolute;
    right : 0;
    top : 0;
    width : 16px;
    height : 20px;
    display : inline;
 }
#manage_tree {
    overflow : scroll;
    width : 278px;
    border-left-color : #19286a;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #19286a;
    border-right-style : solid;
    border-right-width : 2px;
    border-bottom-color : #19286a;
    border-bottom-style : solid;
    border-bottom-width : 2px;
 }
#login_block {
	margin: auto;
    width : 515px;
    background: #CCCCCC;
    border: 1px solid #155696;
    padding: 35px 40px 35px 40px;
	text-align: center;
 }
 #info
 {
	text-align:left;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
    width : 950px;
    background-color : #fdfbfc;
    border: 1px solid #5774ae;
	background-image : url(/admin/i/bg61.gif);
    background-position : top;
    background-repeat : repeat-x;

 }
 #info_inner
 {
	padding: 50px 30px 0px 30px;
	margin: 0px;
	border: 1px solid white;
	background: #5F9DC9;
	color: white;
	text-align: center;
}
div#info_inner td
 {
	color:white;
	font-size:11px;
 }
#bottom_info h5
{
    margin-top : 0px;
    margin-bottom : 0px;
}
#info h5 {
    margin-top : 0px;
    margin-bottom : 0px;
 }
#forgotPwdTable
{
	margin-bottom: 50px;
}
#general_info, .general_info {
	margin-left : 0px;
    margin-left : 10px;
    margin-right : 10px;
    margin-bottom : 10px;
	padding: 0px;
    font-size : 12px;
}

#general_info
{
	display : block;
}

#general_info h6 {
    font-size : 120%;
    margin-bottom : 0;
    padding-bottom : 0;
 }
#general_info p {
    margin-top : 0;
    padding-top : 0;
 }
general_info_bottom {
    margin-left : 10px;
    margin-right : 10px;
    margin-bottom : 10px;
    font-size : 12px;
    display : block;
 }
#general_info_bottom h6 {
    font-size : 120%;
    margin-bottom : 0px;
    padding-bottom : 0px;
 }
#general_info_bottom p {
    margin-top : 0px;
    padding-top : 0px;
 }
#message {
    margin-left : 15px;
    color : green;
 }

#forgotmessage {
    margin-left : 10px;
    font-family : Verdana;
    font-size : 12px;
    color : #ff9999;
	text-align:center;
 }

#info h1 {
    position : relative;
    left : 0;
    top : 0;
    text-align : center;
    width : 515px;
    height : 17px;
    font-size : 14px;
    background-image : url(/admin/i/bg1.gif);
    background-position : top;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    display : table;
 }
#info_btn {
    position : relative;
    left : 0;
    top : 0;
    width : 515px;
    height : 14px;
    background-image : url(/admin/i/bg2.gif);
    background-position : bottom;
    background-repeat : repeat-x;
    margin-top : 4px;
    margin-bottom : 4px;
    padding-left : 10px;
    display : block;
 }
#general
{
	text-align:left;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
    width : 950px;
    display : block;
 }
#general_area {
    border-left-color : #19286a;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #19286a;
    border-right-style : solid;
    border-right-width : 2px;
    border-bottom-color : #19286a;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    clear : both;
 }
#general_btn {
    position : relative;
    left : 0;
    top : 0;
    width : 654px;
    width : auto;
    height : 20px;
    background-image : url(/admin/i/bg2.gif);
    background-position : bottom;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    padding-left : 0;
    display : block;
	text-align:left;
 }
#general_btn a {
    margin-left : 6px;
    margin-right : 4px;
    display : inline;
 }
#general h1 {
    position : relative;
    left : 0;
    top : 0;
    text-align : center;
    width : auto;
    height : 17px;
    font-size : 14px;
    background-image : url(/admin/i/bg1.gif);
    background-position : top;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    display : table;
 }
#general_main {
    font-size : 12px;
    display : block;
 }

#langparam {
    margin : 20px auto;
    width : 950px;
    height : auto;
    background-color : #ffffff;
    font-size : 12px;
    text-align: left;
 }
#langparam h1 {
    position : relative;
    left : 0;
    top : 0;
    text-align : center;
    width : auto;
    height : 17px;
    font-size : 14px;
    background-image : url(/admin/i/bg1.gif);
    background-position : top;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    display : table;
 }
#langparam_area {
    border-left-color : #19286a;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #19286a;
    border-right-style : solid;
    border-right-width : 2px;
    border-bottom-color : #19286a;
    border-bottom-style : solid;
    border-bottom-width : 2px;
 }
#langparam_main {
    font-size : 12px;
    display : block;
 }
#lang_btn {
    position : relative;
    left : 0;
    top : 0;
    width : auto;
    height : 20px;
    background-image : url(/admin/i/bg2.gif);
    background-position : bottom;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    padding-left : 0;
    display : block;
 }
#content {
    float : left;
    margin-left : 15px;
    margin-right : 0;
    margin-bottom : 20px;
    width : 654px;
    background-color : #ffffff;
    display : inline;
 }
#content h1#area_head {
    position : relative;
    left : 0;
    top : 0;
    text-align : center;
    width : auto;
    height : 17px;
    font-size : 14px;
    background-image : url(/admin/i/bg1.gif);
    background-position : top;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    display : table;
 }
#content_area {
    border-left-color : #19286a;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #19286a;
    border-right-style : solid;
    border-right-width : 2px;
    border-bottom-color : #19286a;
    border-bottom-style : solid;
    border-bottom-width : 2px;
 }
#content_main {
    background-color : #ffffff;
    display : block;
 }
#content_show {
    margin-left : 10px;
    margin-right : 5px;
    margin-top : 5px;
    margin-bottom : 15px;
    border-width : 1px;
    border-style : solid;
    background-color : #f0f4fd;
    font-size : 12px;
    display : block;
 }
#content_text {
    margin-top : 5px;
    margin-left : 10px;
    margin-right : 5px;
    margin-bottom : 0;
    background-color : #ffffff;
    font-size : 12px;
    display : block;
 }
#cont_btn {
    position : relative;
    left : 0;
    top : 0;
    width : auto;
    height : 20px;
    background-image : url(/admin/i/bg2.gif);
    background-position : bottom;
    background-repeat : repeat-x;
    margin-top : 0;
    margin-bottom : 0;
    padding-left : 0;
    display : block;
 }
.edit_table {
    padding-left : 10px;
    padding-top : 2px;
    padding-bottom : 10px;
    padding-right : 10px;
    margin-top : 10px;
    margin-bottom : 42px;
    width : 640px;
    border-collapse : collapse;
    empty-cells : show;
    border-spacing : 0;
    border-left-color : #5774ae;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #5774ae;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #5774ae;
    border-top-style : solid;
    border-top-width : 1px;
    border-bottom-color : #5774ae;
    border-bottom-style : solid;
    border-bottom-width : 1px;
 }
.edit_label {
    text-align : right;
    color : #18286b;
    font-weight : bold;
    white-space : nowrap;
    font-size : 9pt;
 }
.tbl_header {
    width : 200px;
    text-align : left;
    color : #18286b;
    font-weight : bold;
    white-space : nowrap;
    font-size : 9pt;
 }
div.edit_label {
    float : left;
    width : 140px;
    color : #18286b;
    font-size : 9pt;
 }
.edit_value2 {
    font-size : 9pt;
 }
.input_need {
    background-color : #fdffca;
 }
.input_warning {
    background-color : #ffd8ca;
    background-position : right;
    background-repeat : no-repeat;
 }
.input_correct {
    background-color : #cdffca;
 }
div.edit_value {
    float : left;
    width : 490px;
 }
A
{
   color : #646464;
   text-decoration : underline;
}

#nav.A {
    color : #646464;
    text-decoration : none;
 }
div.edit_block {
    width : 664px;
 }
img {
    border : 0;
 }
.btn {
    width : 47px;
    height : 22px;
    border-width : 0;
    background-color : #ffffff;
    margin : 0px !important;

 }
.btnCtrl {
    position : relative;
    display : inline;
    left : 16px;
    top : 0;
    margin-top : 0;
    padding-top : 0;
    width : 30px;
    height : 18px;
    border-width : 0;
    margin-left : 0;
    margin-right : 0;
    padding-left : 5px;
    padding-right : 8px;
    background-color : #ffffff;
 }
.btnOk {
    margin-right : 10px;
    width : 47px;
    height : 22px;
    border-width : 0;
    background-color : #ffffff;
 }
.btnCancel {
    margin-left : 10px;
    margin-right : 10px;
 }
.tbl #tblEditPageLang {
    width : 100%;
 }
.tbl #tblShowPageLang {
    width : 100%;
 }
.tblFilter
{
	border-collapse : collapse;
	background: #d3e5f5;
}
table.tblFilter td
{
	border : 1px solid #5774ae;
	font-size: 10px;
}
.usualTable
{

}
table.usualTable td
{
	border: none !important;
}


#tblGen, #tblShowPageLang, #tblEditPageLang, #faq_categ, #tblFAQlist, #tblFile, #tblDep, #tblListUser, #tblUserDetail, .tblUserDetail, #table_news_list, #table_press_list, .tblFile, .tblStf, .newstable, .faqTable, .standartTable {
    width : auto;
    margin : 5px;
    border-collapse : collapse;
    color : #18286b;
    border: 1px solid #5774ae;
 }
#tblFile, .newstable, .faqTable, .standartTable
{
	margin:0px;
}
#tblUserDetail, .tblUserDetail {margin-left : auto; margin-right : auto; text-align:left;}
#tblGen td, #tblShowPageLang td, #tblEditPageLang td, #faq_categ td, #tblFAQlist td, #tblFile td, #tblDep td, #tblListUser td, .tblUserDetail td, #tblUserDetail td, #table_news_list td, #table_press_list td, table.tblStf td, .newstable td, .faqTable td, .standartTable td {
    border: 1px solid #5774ae;
    padding : 4px;
    font-size : 12px;
	text-align: left;
 }
.tdHeader, .tdHeader a, .tdHeader a:hover, .tdHeader a:visited
{
	 color : #18286b;
	 font-size : 12px;
	 text-decoration: none;
}
#btnInsert1 {
    margin-top : 14px;
 }
#faq_categ {
    width : 80%;
 }
#tblFAQlist {
    width : 96%;
 }

#btnEditFile {
    margin-left : 30px;
 }
#tblFile {
    width : 100%;
 }
.newstable, .faqTable, .standartTable
{
	width: 100%;
}
#btnInsert2 {
    margin-bottom : 6px;
 }
#btnEditPageLang {
    margin-bottom : 6px;
 }
#real_site_url {
    font-size : 11pt;
    font-weight : bold;
    margin-top : 6px;
    margin-bottom : 0;
    margin-left : 20px;
 }
#tblDep {
    width : 90%;
 }
#tblListUser {
    width : 90%;
 }
#tblListUserOuter {
    width : 90%;
 }
#tblUserDetail, .tblUserDetail {
    width : 90%;
 }
#btnEditUser2 {
    margin-left : 30px;
 }
#tblUserEdit {
    margin-top : 20px;
    width : 90%;
 }
.pg_1000000, .pg_0000000, .pg_0001000, .pg_0000100, .pg_0001100, .pg_0100000, .pg_0101000, .pg_0100100, .pg_0101100, .pg_0010000, .pg_0011000, .pg_0011100, .pg_0110000, .pg_0111000, .pg_1000010, .pg_0000010, .pg_0001010, .pg_0000110, .pg_0001110, .pg_0100010, .pg_0101010, .pg_0100110, .pg_0101110, .pg_0010010, .pg_0011010, .pg_0011110, .pg_0110010, .pg_0111010, .pg_1000001, .pg_0000001, .pg_0001001, .pg_0000101, .pg_0001101, .pg_0100001, .pg_0101001, .pg_0100101, .pg_0101101, .pg_0010001, .pg_0011001, .pg_0011101, .pg_0110001, .pg_0111001, .pg_1000011, .pg_0000011, .pg_0001011, .pg_0000111, .pg_0001111, .pg_0100011, .pg_0101011, .pg_0100111, .pg_0101111, .pg_0010011, .pg_0011011, .pg_0011111, .pg_0110011, .pg_0111011 {
    width : 100px;
    height : 23px;
    line-height : 23px;
    font-size : 11px;
    padding-left : 4px;
    padding-top : 3px;
    padding-bottom : 3px;
    padding-right : 10px;
    color : #ffffff;
    background-color : #c0c0c0;
 }
.pg_1000000, .pg_0000000, .pg_0001000, .pg_0000100, .pg_0001100, .pg_0100000, .pg_0101000, .pg_0100100, .pg_0101100, .pg_0010000, .pg_0011000, .pg_0011100, .pg_0110000, .pg_0111000, .pg_1000010, .pg_0000010, .pg_0001010, .pg_0000110, .pg_0001110, .pg_0100010, .pg_0101010, .pg_0100110, .pg_0101110, .pg_0010010, .pg_0011010, .pg_0011110, .pg_0110010, .pg_0111010 {
    background-image : url(/admin/res/TreeMenu/i/inactive.gif);
    background-position : right top;
    background-repeat : no-repeat;
    cursor : pointer;
 }
.pg_1000001 {
    background-color : #ffffff;
    color : #ff0000;
    font-weight : bold;
    font-family : arial;
    font-size : 12px;
 }
.pg_0000001, .pg_0000000 {
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_0001001, .pg_0001000 {
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    border : 2px solid #ff0000;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_0000101, .pg_0000100 {
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #ff0000;
    font-size : 11px;
    font-family : arial;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/2/deleted.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0001101, .pg_0001100 {
    background-color : #006200;
    border : 2px dashed #ff0000;
    background-image : url(/admin/res/TreeMenu/i/deleted.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0100001, .pg_0100000 {
    background-color : #800080;
 }
.pg_0101001, .pg_0101000 {
    background-color : #800080;
    border : 2px dashed #ff0000;
 }
.pg_0100101, .pg_0100100 {
    background-color : #800080;
    background-image : url(/admin/res/TreeMenu/i/deleted.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0101101, .pg_0101100 {
    background-color : #800080;
    border : 2px dashed #ff0000;
    background-image : url(/admin/res/TreeMenu/i/deleted.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0010001, .pg_0010000 {
    background-color : #006200;
    background-image : url(/admin/res/TreeMenu/i/hidden.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0011001, .pg_0011000 {
    background-color : #006200;
    border : 2px dashed #ff0000;
    background-image : url(/admin/res/TreeMenu/i/hidden.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0011101, .pg_0011100 {
    background-color : #006200;
    border : 2px dashed #ff0000;
    background-image : url(/admin/res/TreeMenu/i/deleted.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0110001, .pg_0110000 {
    background-color : #800080;
    background-image : url(/admin/res/TreeMenu/i/hidden.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0111001, .pg_0111000 {
    background-color : #800080;
    border : 2px dashed #ff0000;
    background-image : url(/admin/res/TreeMenu/i/hidden.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_1000011, .pg_1000010 {
    background-color : #7d0000;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0000011, .pg_0000010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0001011, .pg_0001010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0000111, .pg_0000110 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0001111, .pg_0001110 {
    background-color : #006200;
    border : 2px dashed #ff0000;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0100011, .pg_0100010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0101011, .pg_0101010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0100111, .pg_0100110 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0101111, .pg_0101110 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0010011, .pg_0010010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0011011, .pg_0011010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0011111, .pg_0011110 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0110011, .pg_0110010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
.pg_0111011, .pg_0111010 {
    background-color : #00ffff;
    border : 1px solid #ff0000;
    color : #ffffff;
    text-decoration : underline;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right top;
    background-repeat : no-repeat;
 }
#popup_menu {
    position : absolute;
    left : 0;
    top : 0;
    width : auto;
    height : auto;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    background-color : #808080;
    color : #ffffff;
    visibility : hidden;
    text-align: left;
 }
#popup_menu a {
    color : #ffffff;
 }
#block_page_edit {
    position : absolute;
    left : 0;
    top : 0;
    width : 0;
    height : 0;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    background-color : #eeeeee;
    visibility : hidden;
    z-index : 3;
 }
/*div.et {
    width : 650px;
 }*/
div.el {
    /*float : left;
    width : 100px;
    text-align : right;*/
    font-weight : bold;
	/*padding-right: 4px;*/
 }
div.ev {
    width : 450px;
    text-align : left;
    display : inline;
 }
div.pg_choice {
    width : 200px;
    height : 220px;
    text-align : center;
	font-size:11px;
 }
.btn_file_move {
    width : 22px;
    height : 22px;
    border-width : 0;
    background-color : #ffffff;
    margin-left : 6px;
 }
.file_table_action {
    margin : 0;
    padding : 0;
    width : 100%;
    border-collapse : collapse;
    border : 1px solid white;
 }
a#action_add {
    display : block;
 }
a#action_edit {
    display : block;
 }
a#action_delete {
    display : block;
 }
a#action_move_up {
    display : block;
 }
a#action_move_down {
    display : block;
 }
a#action_edit_content {
    display : block;
 }
a#action_hide_menu {
    display : block;
 }
a#action_show_menu {
    display : block;
 }
a#action_active_page {
    display : block;
 }
a#action_inactive_page {
    display : block;
 }
a#action_publish_page {
    display : block;
 }
a#action_rollback_page {
    display : block;
 }
a#action_link {
    display : block;
 }
.pg_reg {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_reg_key {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/key.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_hid {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 1px solid #888888;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_hid_key {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 1px solid #888888;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/key.gif);
    background-position : right center;
    background-repeat : no-repeat;
}
.pg_pht {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #aaaaaa;
    color : #000000;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_external {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00cc33;
    color : #000000;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_external_reg_ch {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00cc33;
    border : 2px solid #ff0000;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_external_ch_rm {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00cc33;
    border : 2px solid #ff0000;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : line-through;
    background-image : url(/admin/res/TreeMenu/i/removed2.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_pht_key {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #aaaaaa;
    color : #000000;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/key.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_reg_ch {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    border : 2px solid #ff0000;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_reg_ch_key {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    border : 2px solid #ff0000;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/key.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_hid_ch {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
 .pg_hid_key_ch {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/key.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_pht_ch {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #aaaaaa;
    border : 2px solid #ff0000;
    color : #000000;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
 }
.pg_pht_ch_key {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #aaaaaa;
    border : 2px solid #ff0000;
    color : #000000;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/key.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_reg_ch_rm {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #00aadd;
    border : 2px solid #ff0000;
    color : #ffffff;
    font-size : 11px;
    font-family : arial;
    text-decoration : line-through;
    background-image : url(/admin/res/TreeMenu/i/removed2.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_hid_ch_rm {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : line-through;
    background-image : url(/admin/res/TreeMenu/i/removed.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_pht_ch_rm {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #aaaaaa;
    border : 2px solid #ff0000;
    color : #000000;
    font-size : 11px;
    font-family : arial;
    text-decoration : line-through;
    background-image : url(/admin/res/TreeMenu/i/removed2.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_del {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #ff0000;
    font-size : 11px;
    font-family : arial;
    text-decoration : line-through;
    background-image : url(/admin/res/TreeMenu/i/deleted.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_inact {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 1px solid #888888;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/inactive.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.pg_inact_ch {
    height : 23px;
    padding-left : 10px;
    padding-right : 25px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #888888;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    background-image : url(/admin/res/TreeMenu/i/inactive.gif);
    background-position : right center;
    background-repeat : no-repeat;
 }
.bblue {
    font-family : arial;
    font-weight : bold;
    color : #0000aa;
    font-size : 14px;
 }
.l1 {
    font-family : arial;
    text-decoration : none;
    color : #0000aa;
    font-size : 11px;
    text-align: left;
 }
.l2 {
    font-family : arial;
    text-decoration : underline;
    color : #ff0000;
    font-size : 11px;
 }
.action_legend {
    font-family : arial;
    text-decoration : none;
    color : #000000;
    background-color : #ffffff;
    font-size : 12px;
 }
.action_href, .action_href:visited, .action_href:link {
    font-family : Arial;
    text-decoration : none;
	padding:2px;
    color : #ffffff;
    font-size : 12px;
 }
 .action_href:hover
 {
	font-family : Arial;
    text-decoration : none;
	color : #ffffff;
	background-color: #000000;
	padding:2px;
    font-size : 12px;
 }

.arow_right {
	padding-bottom:1px;
}

hr {
	background-color:white;
	border:1px solid white;
	color:white;
	width:80px;
}

.warning {
    height : 23px;
    width : 50%;
    padding-left : 50px;
    padding-right : 50px;
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : #ffffff;
    border : 2px solid #ff0000;
    color : #ff0000;
    font-size : 11px;
    font-family : arial;
    text-decoration : none;
    font-weight : bold;
    text-align : center;
 }
 .notice
 {
	text-align:center;
	color:red;
	padding: 10px;
	font-size: 12px;
 }

.fileError
{
	width: 500px;
	color:red;
	padding: 10px;
	font-size: 12px;
}
#top_menu_t
{
	border-collapse:collapse;
}
.button_holder
{
	padding-top: 2px;
	padding-right: 5px ;
	padding-bottom: 2px;
	padding-left: 5px;
}
td.top_menu_td {
    background-image : url(/admin/i/tabs/tab01_back_n.gif);
    background-repeat : repeat-x;
    vertical-align : top;
    text-align : center;
 }
td.top_menu_td2 {
    background-repeat : repeat-x;
    vertical-align : middle;
    text-align : center;
 }
td.top_menu_td_s {
    background-image : url(/admin/i/tabs/tab01_back_s.gif);
    background-repeat : repeat-x;
    vertical-align : top;
    text-align : center;
 }
table.top_menu {
    width : 100%;
    border : 0;
 }
span.top_menu_a {
    vertical-align : top;
    text-decoration : none;
	font-size:11px;
 }
a.top_menu_a {
    vertical-align : top;
    text-decoration : none;
	font-size:11px;
	display:block;
	width:100%;
 }
a.top_menu_a:visited {
    vertical-align : top;
    text-decoration : none;
	font-size:11px;
 }
.tbl {
    font-family : verdana, Arial, Helvetica, sans-serif;
    background-color : #5774ae;
 }
.tblhead {
    font-weight : bold;
    font-size : 10px;
    text-transform : uppercase;
    color : #18286b;
    background-color : #ffffff;
    border : 1px solid #eeeeee;
 }
.tbltext {
    font-size : 8pt;
    background-color : white;
 }
.frm2 {
    font-family : verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    width : 140pt;
    background-color : #fdffca;
 }
.assArrayLeft {
    width : 270px;
}
.assArrayRight {
    width : 370px;
}
#popup_menu2 {
    position : absolute;
    left : 0;
    top : 0;
    width : auto;
    height : auto;
    padding : 7px;
    background-color : #707070;
    color : #ffffff;
    visibility : hidden;
 }
#popup_menu2 a {
    color : #ffffff;
 }
/*-------------------------------------*/
.newhr
{
	color: #2F69A1;

}
.login_buttons
{
	background: #5F9DC9;
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	border:none;
	border-left: solid 4px #9CC8E2;
	cursor:pointer;
}
.loginError, .loginInstr
{
	margin: 0px auto 10px auto;
	width: 270px;
	padding: 3px 0px 3px 0px;
	font-size: 12px !important;
	font-family:Verdana !important;

}
.loginError
{
	color: white;
	background-color: red;
	border: 1px solid white;
}

.loginInstr
{
	color: white;
	border: 1px solid white !important;
}
.forgotPassword {
	margin: 40px auto 15px auto;
}

.input_text
{
	border: 1px solid #5F9DC9;
}
.yellow_link:link, .yellow_link:visited, .yellow_link:active, .yellow_link:hover{color: yellow;}

a.blue_link
{
	color: #065ba6;
}

a.blue_link_selected
{
	color: #003a6a;
}

.moduleMenu {
	border-top: 1px solid #387db9;
	border-bottom: 1px solid #387db9;
	background-color: #d3e5f5;
}

.moduleMenu .secondLevel td
{
	padding: 0px 10px;
}

.top_sub_menu_sel
{
	color: #065ba6;
	font-size: 11px;
	background-color: #afceea;
}

.moduleMenu select, .moduleMenu option {
	color: #065ba6;
}

.gobutton
{
	border: 1px solid black;
	font-family: Verdana, Arial;
	font-size: 12px;
	height:18px;
	margin: 0px;
	color: #000;
	background-color: #ece9d8;
}

input.disabled
{
	color: #b8a899;
}

.gobutton_bold
{
	border: 1px solid black;
	font-family: Verdana, Arial;
	font-size: 12px;
	height:18px;
	margin: 0px;
	color: #000;
	background-color: #ece9d8;
	font-weight: bold;
}

.centeredTable
{
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
.simpleTable
{
	width: auto;
	border-collapse: separate;
}
.simpleTable td
{
	padding: 2px;
	border: none;
}

#referencesTable td{ font-family: Verdana, Arial; font-size: 12px;}
#referencesTable th{ font-family: Verdana, Arial; font-size: 14px; font-weight: bold;}
.referencesHeader { font-family: Verdana, Arial; font-size: 18px; font-weight: bold; color: navy; padding: 10px 0px;}

.physiciansControls
{
	width:200px;
}
.checkboxCaption
{
	font-size:11px !important;
}

#main
{
	text-align: left;
}

.filesNewEditGrayHeader1
{
	vertical-align:top;
	background:#f8f8f8;
	width:150px;
}

.maxUploadSizeNotice
{
	vertical-align:top;
	background:#f8f8f8;
	text-align:center;
}

.faqCaterory
{
	font-size: 14px;
	font-weight: bold;
}

.normalText
{
	font-size: 12px;
}

.donation input.thinBorder,
.donation select.thinBorder,
.donation textarea.thinBorder
{
	border: 1px solid #7f9db9;
}

.donation,
.donation .standartTable td
{
	font-size: 10px;
}

.multicontent input.thinBorder,
.multicontent select.thinBorder,
.multicontent textarea.thinBorder
{
	border: 1px solid #7f9db9;
}

.multicontent,
.multicontent .standartTable td
{
	font-size: 10px;
}

.multicontent .content
{
	background-color: #F2f2f2;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
}#pagesList
{
	list-style-image: none;
	list-style-type: none;
	padding: 10px;
	margin:0px;
	display:none;
	background: white;
	border: 1px solid navy;
	position: absolute;
	z-index: 1000;
}
#pagesList li
{
	padding-top: 5px;
}
#pagesList li a
{
	display: block;
}

#contentlink div:hover ul
{
	display: block;
}

.funcBlockFrames
{
	padding-bottom: 10px;
}
fieldset.general
{
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #a1a1a1;
}
.fieldsetBtnArea {
	padding: 0px;
	background: #ffffff;
	width: 58px;
	position: relative;
	left: 875px;
	top: -18px;
	margin: 0px;
	text-align: center;
}
.fieldsetBtn {
	background: #ffffff;
	border: none;
	margin: 0px 2px;
	padding: 0px;
	width: 20px;
}
th {
	background: #d3e5f5;
	border: 1px solid #5774AE;
	text-align: left;
	padding: 4px;
	color: #065ba6;
}
.formButtonsArea {
	margin: 10px 20px 10px auto;
	text-align: right;
}
.fieldTitle
{
	font-weight:bold;
	color: #075ba4;
}
.fieldTitle .description
{
	font-weight:normal;
}
.fieldTitle .text
{
	color: #000;
	font-weight:normal;
}
table.standartTable .fieldTitle {
	background: #d4e5f5;
}
.formHeader {
	background: #f5f5f5;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #065ba6;
}
.moduleSubMenu {
	list-style-image: none;
	list-style-type: none;
	padding: 10px;
	margin:0px;
	display:none;
	background: white;
	border: 1px solid navy;
	position: absolute;
	z-index: 1000;
}
.moduleSubMenu li {
	white-space: nowrap;
	padding-bottom: 10px;
}
td.nested:hover ul.moduleSubMenu
{
	display: block;
}

.blockTypeLink
{
	color: black;
	text-decoration: none;
}
.blockTypeLink:hover
{
	cursor: pointer;
}

.kbInactiveEntityName
{
	color: #969696;
}
.formTitle {
	width: 950px;
	margin: 20px auto;
	font-size: 16px;
	font-weight: bold;
}
.fieldTitle .comment {
	font-size: 10px;
}
fieldset.general div.form-buttons {
	text-align:right;
	margin:11px 20px;
	width:910px;
}
fieldset.general table.standartTable {
	margin:11px 20px;
	width:910px;
}
fieldset.general legend {
	color:#065BA6;
	font-size:13px;
	font-weight:bold;
	margin-left:20px;
}
.noStyle td {
	padding: 0px;
	border: none;
}
.formSeparator {
	background: #f5f5f5;
	margin: 0px;
	padding: 3px 0px;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	color: #065ba6;
	padding-left: 20px;
}

.adminKBItemComments table
{
	width : 100%;
    margin : 0px;
}

.adminKBItemComments table td
{
	border: none;
    font-size : 12px;
}

.admin-blogs .blog-comments .post-comment a
{
	font-size:100%;
	color:#055bab;
	padding:0px 7px;
	font-weight:normal;
	text-decoration: underline;
	background: none;
}

.kbCategorySeoParameters
{
	border: none;
}

.kbCategorySeoParameters td
{
	padding: 2px 0px 2px 0px !important;
	border: none;
}

.kbItemList
{
	border-collapse: collapse;
	margin:0px !important;
}

.standartTable.kbCategoryTable .kbCategoryOptions td
{
	padding:1px;
	border: none;
}

.standartTable.kbCategoryTable .kbCategoryOptions td input.checkbox
{
	margin: 0px;
	padding: 0px;
}

.standartTable.kbCategoryTable .textField,
.standartTable.kbItemTable .textField
{
	width: 725px;
}

table.standartTable.votingConfiguration .fieldTitle
{
	width:840px;
}

.admin-blogs #levelControls
{
	text-align:right;
}
.admin-blogs .blog-comments .comment .info .user
{
	color:#075ba4;
}
.admin-blogs .blog-comments .comment .info .date
{
	font-weight:bold;
}
.admin-blogs .blog-comments .comment .body
{
	color:#000;
}
.admin-blogs .hidden
{
	display:none;
}
.mainError
{

}
.errorContainer
{
	color: red;
	font-size:120%;
}
.btnArray {
	margin:0px 2px;
	padding:0px;
	border:none;
	background:none;
	cursor:pointer;
}

/* paging */
.paging
{
	width: 500px;
	text-align: left;
	padding-left: 10px;
	clear: left;
	height: 20px;
}
.paging .itemsPerPageSelector
{
	float: left;
	width: 400px;
}
.paging b
{
	color: #646464;
}
.paging a
{
	color: #18286B;
	font-size: 12px;
}
/* paging */

