@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: "PT Sans Narrow",sans-serif;
	vertical-align: top;
	font-size: 15px;

}

/*
 *  start tag
 */
/*body {
  font-family: "PT Sans Narrow", sans-serif ;
  font-size: 12px !important;
}*/
a {
	border: none;
}

p, a, h2, h3 {
	word-wrap: break-word;
}

p,a{
	line-height: 18px;
}

img {
	border: none;
}

ol {
  counter-reset: section;                
  list-style-type: none;
  margin:0;
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right:0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  padding:0;
}
ol li{ padding:0; margin:0; }
/*ol li:before {
  counter-increment: section;            
  content: counters(section, ".") ". ";   
}*/
/*
 * start elements id
 */
#top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 38px;
	background: transparent url("/images/portalimages/bg_top.png") repeat-x top;
}
#top #top_section {
	margin: 0 auto;
	width: 1000px;
	background: transparent;
	height: 31px;
}

#top_section .topmenu {
	margin: 0 auto;
	background: transparent;
	height: 31px;
}

#top_section .topmenu .tm_left {
	width: 16px;
	height: 27px;
	background: transparent url("/images/portalimages/bg_topmenu_left.png") no-repeat top left;
}

/*
 * start top menu
 */
#top_section .topmenu .tm_middle {
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	height: 27px;
	background: transparent url("/images/portalimages/bg_topmenu_middle.png") repeat-x top;
	display: block;
}

#top_section .topmenu .tm_middle li {
	float: left;
	position: relative;
}

#top_section .topmenu .tm_middle a {
	margin: 0;
	color: #FFFFFF;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: lowercase;
    display: block;
}

#top_section .topmenu .tm_middle a:hover, #top_section .topmenu .tm_middle a.active_menu {
	text-decoration: underline;
}

#top_section .topmenu .tm_middle li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 13pt;
	z-index: 999;
	position: absolute;
	display: none;
	width: 10em;
	background: #3357B4;
	top: 26px;
}

#top_section .topmenu .tm_middle li ul a {
    width: 10em;
}

#top_section .topmenu .tm_middle li ul li {
	clear: both;
	display: block;
}

#top_section .topmenu .tm_middle ul ul {
	top: auto;
}
#top_section .topmenu .tm_middle li ul ul {
	left: 9em;
	top: 0;
}

#top_section .topmenu .tm_middle li:hover ul ul, 
#top_section .topmenu .tm_middle li:hover ul ul ul, 
#top_section .topmenu .tm_middle li:hover ul ul ul ul {
	display: none;
}
#top_section .topmenu .tm_middle li:hover ul, 
#top_section .topmenu .tm_middle li li:hover ul, 
#top_section .topmenu .tm_middle li li li:hover ul, 
#top_section .topmenu .tm_middle li li li li:hover ul {
	display: block;
}

#top_section .topmenu .tm_middle a:first-letter {
	text-transform: uppercase;
}
/*
 * end top menu
 */

#top_section .topmenu .tm_right {
	width: 16px;
	height: 27px;
	background: transparent url("/images/portalimages/bg_topmenu_right.png") no-repeat top left;
}

#top_section .socials {
	margin: 0 10px;
	display: block;
}

#top_section .socials a {
	margin-top: 9px;
	display: inline-block;
}

#top_section .home_link {
	color: #1b469f;
	/*background: transparent url("/images/portalimages/gal_nar_sar.png") no-repeat center left;*/
	padding: 9px 0 0 10px;
	height: 22px;
}
#top_section div.home_link a {
	color: #1b469f;
	text-transform: uppercase;
	text-decoration: none;
}

#main {
	margin: 0 auto;
	padding:0;
	/*width: 1000px;*/
	border-left:1px #d5d5d5 solid;
	border-right:1px #d5d5d5 solid;
	background:#fff url("/images/portalimages/main-left-bg.jpg") no-repeat left bottom;
	/*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.80);*/
}
#main-sub {
	margin:0;
	/*padding:0 0 60px 0;*/
	background:url("/images/portalimages/main-right-bg.jpg") no-repeat right bottom;
}

.main-footer{
	margin: 0 auto;
	width: 1000px;
}

#main #slide_banner {
	height: 180px;
	background: #cacaca;
	border-top:4px #2881e7 solid;
}

#main #menu {
	height: 41px;
	background: transparent url("/images/portalimages/bg_menu.png") repeat-x top;
	border-top:2px #101f36 solid;
}

/*
 * start menu
 */
#main #menu .menu-section {
	position: relative;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 13pt;
	z-index: 999;
	display: block;
}

#main #menu .menu-section a {
	margin-top: 0px;
	padding: 11px 10px 13px 10px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	height: 15px;
}

#main #menu ul.menu-section li a:hover, #main #menu ul.menu-section li a.active_menu {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #232323;
	background: #f9c131 url("/images/portalimages/bg_menu_hover.png") repeat-x bottom;
}


#main #menu .menu-section a.help{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #232323;
	background: #fcd874;
	/*background: #f9c131 url("/images/portalimages/spe_help.png");*/
}

#main #menu .menu-section li {
	float: left;
	position: relative;
	background:url("/images/portalimages/menu_split.png") no-repeat right center;
	padding:0 16px
}
#main #menu .menu-section li.last-li {
	background-image:none;
}
#main #menu .menu-section li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 13pt;
	z-index: 999;
	position: absolute;
	display: none;
	width: 12em;
	top: 39px;
}
#main #menu .menu-section li ul li{
	background-image:none;
	padding:0;
}
#main #menu .menu-section li ul a {
	width: 12em;
	height: auto;
	float: left;
	font-size: 10pt;
	border-left: 1px #ffc55b solid;
	border-top: 1px #ffc55b solid;
	background-color: #fcb026;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-transform: lowercase;
	font-weight: normal;
}

#main #menu .menu-section li ul a:first-letter {
	text-transform: uppercase;
}

#main #menu .menu-section li ul a:hover {
	background-color: #ffc55b;
	background-image: none;
	text-decoration: underline;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#main #menu .menu-section ul ul {
	top: auto;
}
#main #menu .menu-section li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}
#main #menu .menu-section li:hover ul ul, #main #menu .menu-section li:hover ul ul ul, #main #menu .menu-section li:hover ul ul ul ul {
	display: none;
}
#main #menu .menu-section li:hover ul, #main #menu .menu-section li li:hover ul, #main #menu .menu-section li li li:hover ul, #main #menu .menu-section li li li li:hover ul {
	display: block;
}
/*
 * end menu
 */

#main .search-section {
	background: transparent url("/images/portalimages/bg_search.png") no-repeat left top;
	margin: 3px;
}

#main .search-section input[type="text"] {
	background: transparent;
	border: none;
	padding: 6px 0 6px 5px;
	width: 180px;
}

#main .search-section input[type="submit"] {
	background: transparent;
	border: none;
	width: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 30px;
}

#main #left-container {

}

#left-container .act-block {
	border: 1px #d4d5d7 solid;
	margin: 10px 0 10px 20px;
	width: 730px;
	background: #FFFFFF;
}

#left-container .act-block, #page-container div.title_bar {
	color: #fff;
}

#left-container .act-block .title_bar .tb_left, #page-container  div.title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_black.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px 0 0 -15px;
}

#left-container .act-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_black_continue.png") repeat-x top;
	height: 35px;
	width: 724px;
	margin: 10px -1px 0 0;
}

#left-container .act-block .title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
}

#left-container .new-act {
	border: 1px #d4d5d7 solid;
	margin: 10px 0 10px 20px;
	width: 355px;
	background: #FFFFFF;
	display: block;
}

#left-container .new-act .title_bar {
	color: #fff;
}

#left-container .new-act .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_rright.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px 0 0 -15px;
}

#left-container .new-act .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_continue.png") repeat-x top;
	height: 35px;
	width: 348px;
	margin: 10px -1px 0 0;
}

#left-container .new-act .title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
}

#page-container div.title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_black_continue.png") repeat-x top;
	height: 35px;
	width: 967px;
	margin: 10px -6px 0 0;
}

#page-container div.title_bar .tb_right select {
	margin: 4px;
	border: 0;
}

#page-container div.title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
}
/*
 * tab
 */
#left-container .orgon .tab-block {
	border: 1px #d4d5d7 solid;
	margin: 5px 0 10px 20px;
	width: 494px;
	background: #F9F9F9;
}

/*
 * tranings
 */
/*
 * training
 */
#left-container .orgon  .training-block {
	border: 1px #d4d5d7 solid;
	margin: 5px 0 10px 20px;
	width: 494px;
	background: #FFFFFF;
}

#left-container .orgon  .training-block .title_bar {
	color: #fff;
}

#left-container .orgon  .training-block .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_rright_yellow.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px 0 0 -10px;
}

#left-container .orgon  .training-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_yellow_continue.png") repeat-x top;
	height: 35px;
	width: 483px;
	margin: 10px -1px 0 0;
}

#left-container .orgon  .training-block .title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
}

ul.with_img_list {
	color: #4a4a4a;
	clear: both;
}

ul.with_img_list li {
	padding: 10px 10px 0 10px;
	list-style: none;
	float: left;
	text-align: justify;
}

ul.with_img_list li a {
	color: #214db6;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
}

ul.with_img_list li a.img-link {
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px #8698b0 solid;
}

ul.home_book {
	color: #4a4a4a;
	margin-bottom: 10px;
}

ul.home_book li {
	padding: 10px 0 0 10px;
	list-style: none;
	float: left;
	text-align: justify;
}

ul.home_book li a {
	color: #214db6;
	text-decoration: none;
}

ul.home_book li a:hover {
	-webkit-box-shadow: -1px 1px 3px 1px #999999;
	box-shadow: -1px 1px 3px 1px #999999;
}

ul.home_book li a.img-link {
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px #8698b0 solid;
}

/*
 * lright
 */

#left-container .orgon .blue-block {
	border: 1px #d4d5d7 solid;
	margin: 5px 0 10px 20px;
	width: 215px;
	background: #FFFFFF;
	display: block;
}

#left-container .orgon .blue-block .blue-block .title_bar, .content_field .title_bar {
	color: #fff;
}

#left-container .orgon .blue-block .title_bar .tb_left, .content_field .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_rright.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px 0 0 -15px;
}

#left-container .orgon .blue-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_continue.png") repeat-x top;
	height: 35px;
	width: 209px;
	margin: 10px -1px 0 0;
}

.content_field .title_bar  .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_continue.png") repeat-x top;
	height: 35px;
	width: 728px;
	margin: 10px -6px 0 0;
}

#left-container .orgon .blue-block .title_bar .tb_right strong, .content_field .title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#left-container .orgon .yellow-block {
	border: 1px #d4d5d7 solid;
	margin: 5px 0 10px 20px;
	width: 215px;
	background: #FFFFFF;
}

#left-container .orgon .yellow-block .title_bar {
	color: #fff;
}

#left-container .orgon .yellow-block .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_rright_yellow.png") no-repeat left top;
	width: 19px;
	height: 40px;
	margin: 10px 0 0 -10px;
}

#left-container .orgon .yellow-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_yellow_continue.png") repeat-x top;
	height: 35px;
	width: 207px;
	margin: 10px -1px 0 0;
}
#left-container .orgon .yellow-block .title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
	color: #2e2e2e;
}

/*
 * right
 */

#main #right-container {

}

#main #right-container {
	width: 240px;
	min-height: 500px;
}

#main #right-container .blue-block {
	border: 1px #d4d5d7 solid;
	margin: 0 0 10px 5px;
	width: 215px;
	background: #FFFFFF;
}

#main #right-container .blue-block .title_bar {
	color: #fff;
}

#main #right-container .blue-block .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_right_continue.png") repeat-x top;
	height: 35px;
	width: 207px;
	margin: 10px 0 0 -1px;
}

#main #right-container .blue-block .title_bar .tb_left strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
}

#main #right-container .blue-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px -15px 0 0;
}

#main #right-container .yellow-block {
	border: 1px #d4d5d7 solid;
	margin: 0 0 10px 5px;
	width: 215px;
	background: #FFFFFF;
}

#main #right-container .yellow-block .title_bar {
	color: #fff;
}

#main #right-container .yellow-block .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_right_yellow_continue.png") repeat-x top;
	height: 35px;
	width: 207px;
	margin: 10px 0 0 -1px;
}

#main #right-container .yellow-block .title_bar .tb_left strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
	color: #2e2e2e;
}

#main #right-container .yellow-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_yellow.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px -15px 0 0;
}

.orgon {
	width: 760px;
	min-height: 250px;
}

.nariinhan {
	width: 240px;
	min-height: 500px;
}

.forum-block {
	background: #FFFFFF;
	margin: 5px 0 10px 20px;
	border: 1px #d4d5d7 solid;
}

.forum-block .title_bar {
	color: #fff;
}

.forum-block .title_bar .tb_left {
	background: transparent url("/images/portalimages/bg_title_rright.png") no-repeat left top;
	width: 22px;
	height: 40px;
	margin: 10px 0 0 -15px;
}

.forum-block .title_bar .tb_right {
	background: transparent url("/images/portalimages/bg_title_right_continue.png") repeat-x top;
	height: 35px;
	width: 400px;
	margin: 10px -1px 0 0;
}

.forum-block .title_bar .tb_right strong {
	line-height: 30px;
	margin-left: 10px;
	text-transform: uppercase;
}

.main-footer #footer {
	background: transparent;
	border: 0;
	min-height: 200px;
	color: #545454;
}

.main-footer #footer ul.fmenu {
	background: transparent url("/images/portalimages/bg_footer_block_line.png") repeat-y right top;
	margin: 10px 0;
	padding: 0 20px;
}

.main-footer #footer ul.fmenu li {
	margin-left: 15px;
	margin-bottom:3px;
	list-style: none;
	list-style-image: url("/images/portalimages/footer-li.png");
	line-height: 28pt;
	width: 120px;
}

.main-footer #footer ul.fmenu li:hover {
	
}

.main-footer #footer ul.fmenu li a {
	color: #535353;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
}

.main-footer #footer ul.fmenu li a:first-letter {
	text-transform: uppercase;
}

.main-footer #footer ul.fmenu li a:hover {
	text-decoration: underline;
}

/*
 * .fakt
 */
.main-footer #footer ul.fakt {
	background: transparent url("/images/portalimages/bg_footer_block_line.png") repeat-y right top;
	margin: 10px 0;
	padding: 0 0 0 20px;
	width: 328px;
}

.main-footer #footer ul.fakt li {
	margin-left: 15px;
	margin-bottom:3px;
	list-style: none;
	list-style-image: url("/images/portalimages/footer-li.png");
	line-height: 20pt;
}

.main-footer #footer ul.fakt li:hover {
	/*list-style-image: url("/images/portalimages/footer_akt_hovert.png");*/
}

.main-footer #footer ul.fakt li a {
	color: #535353;
	display: block;
	text-decoration: none;
}

.main-footer #footer ul.fakt li a:hover {
	text-decoration: underline;
}

.main-footer #footer .subscrib {
	background: transparent url("/images/portalimages/bg_footer_block_line.png") repeat-y right top;
	margin: 10px 0;
	padding: 0 20px;
	line-height: 26px;
}

.main-footer #footer .subscrib input[type="text"] {
	background: transparent;
	border: 1px #6d6d6d solid;
	padding: 3px;
	margin-top: 5px;
	width: 96%;
}

.main-footer #footer .subscrib input[type="submit"] {
	margin-top: 5px;
	background: #6d6d6d;
	border: 1px #6d6d6d solid;
	padding: 2px 3px;
	color: #FFFFFF;
	float: right;
}

.main-footer #footer .address {
	margin: 10px 0;
	padding: 0 20px;
	line-height: 26px;
}
.main-footer #footer .address a{
	text-decoration:none;
	color:#2981eb;
}

/*
 * book-item start
 */
.book-item {
	width: 46%;
	padding: 5px;
	margin: 0 13px 13px 0;
	position: relative;
	color: #3e3e3e;
}

.book-item p {
	margin-bottom: 10px;
	display: block;
}
.book-item strong.b, .bookd strong.b {
	display: block;
	color: #1e4ca5;
}

.book-item .book-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.book-item a.bimg {
	margin: 0 10px 10px 0;
	border: 1px #999999 solid;
}

.book-item a.bimg:hover {
	-webkit-box-shadow: -1px 1px 3px 1px #999999;
	box-shadow: -1px 1px 3px 1px #999999;
}

.bookd img.bii {
	margin: 0 15px 15px 0;
	border: 1px #999999 solid;
}

.bookd div.bdetails {
	margin: 10px 0 0 0;
}
/*
 * book-item end
 */

/*
 * css table start
 */
.tbl-div {
	display: table;
}

.tbl-div .thd {
	display: table-header-group;
	background: #ececec url("/images/portalimages/grid-tbl-hd.png") repeat-x top;
}
.tbl-div .tbd {
	display: table-row-group;
}
.tbl-div .tft {
	display: table-footer-group;
}

.tbl-div .row {
	display: table-row;
}

.tbl-div .row .cell, .tbl-div .row .cell-hdr {
	display: table-cell;
	padding: 3px;
	border-bottom: 1px #999999 dotted;
}

.tbl-div .row .cell-hdr {
	font-weight: bold;
	padding-right: 20px;
	color: #2767E0;
	white-space: nowrap;
}

.tbl-div .ff{
	background: #fff url("/images/portalimages/grid-tbl-hd-two.png") repeat-x bottom;
}

.tbl-div .odd {
	background: #D5EAFF;
}
.tbl-div .even {
	background: #F0F8FF;
}

.tbl-div .thd a.sorter {
	color: #45468F;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	margin:0;
	padding:0;
	line-height:15px;
}

.tbl-div .sortUp {
	background-image: url("/images/portalimages/asc.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

.tbl-div .sortDown {
	background-image: url("/images/portalimages/desc.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

.tbl-div .sortHdr {
	background-image: url("/images/portalimages/bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
.lawParentName {
  text-align:center;
  color:#275dff;
  font-size:18px;
  font-family: "PT Sans Narrow Bold",sans-serif;
}
.approvedDate, .lawBodyName {
  text-align:center;
  font-family: "PT Sans Narrow Bold",sans-serif;
}
.lawBodyName p {
  margin-bottom: 3px;
  font-family: "PT Sans Narrow Bold",sans-serif;
}
.lawName {
  text-align:center;
  font-family: "PT Sans Narrow Bold",sans-serif;
  text-transform: uppercase;
}
.tbl-div .filter {
	border: 0 none;
	padding: 2px;
	width: 95%;
	margin: 1px;
	resize: none;
}

.tbl-div select.filter{
	padding: 3px;
	background:#f6f6f6 url("/images/portalimages/text-bg.png") repeat-x top;
	border:1px #a0a0a0 solid;
	outline:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tbl-div input[type="text"].filter{
	background: #f6f6f6 url("/images/portalimages/filter-search.png") no-repeat right center;
	border:1px #b4b4b4 solid;
	-moz-box-shadow:inset 0px 1px 5px #999999;
    -webkit-box-shadow:inset 0px 1px 5px #999999;
    box-shadow:inset 0px 1px 5px #999999;
	outline:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0 4px 4px;
}

ul#sitemap .cell{
	border: 0;
}
/*
 * css table end
 */

/*
 * polls start
 */
#polls p {
	padding: 10px;
}
#polls .poll_content {
	padding: 0 10px;
}

#polls .bar-container {
	margin-bottom: 5px;
}
#polls .bar-container span {
	text-align: right;
	width: 100%;
	display: block;
}
#polls input[type="radio"] {
	border: 0;
}
#polls label {
	color: #00477F;
	margin: 0 0 10px 0;
	display: inline-block;
}
#polls strong {
	display: block;
}
#polls #send_answer {
	text-align: center;
	color: #343e53;
	cursor: pointer;
}
/*
 * polls end
 */

ul.link-list {

}

ul.link-list li {
	list-style: none;
	margin-left: -1px;
}

ul.link-list li:hover {
	background: #e7e7e7 url("/images/portalimages/link_list_hover.png") repeat-y right top;
}

ul.link-list li a {
	background: url("/images/portalimages/footer_akt.png") no-repeat 9px center;
	color: #4a4a4a;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	display: block;
}

.act_title_block>ul.link-list>li {
	width: 356px;
	float: left;
	list-style: none;
}


.act_title_block>ul.link-list>li>a {
	padding: 5px 0 5px 5px;
	font-weight: bolder;
	font-size: 16px;
	background: none;
	min-height: 40px;
}

.act_title_block>ul.link-list>li>a:hover {
	background: none;
}

.act_title_block>ul.link-list>li>a>img{
	float: left;
}

.act_title_block>ul.link-list>li>a>strong{
	float: left;
	margin-left:5px;
	width: 280px;
}

ul.link-list li a:hover {
	background: url("/images/portalimages/footer_akt_hovert.png") no-repeat 9px center;
	color: #2fa1ee;
}

ul.right_banner li a {
	background: none;
	padding: 6px 0 6px 6px;
}

ul.right_banner li a:hover {
	background: none;
}

ul.right_banner li span {
	color: #6D9DD3;
	margin-left: 6px;
}

.footer-title {
	color: #444444;
	font-weight:bold;
	text-transform: uppercase;
	margin: 15px 0 0 35px;
}

.footer-title2 {
	color: #444444;
	font-weight:bold;
	text-transform: uppercase;
	margin: 15px 0 0 20px;
}

.tab {
	padding: 0;
	clear: both;
}
.tab li {
	float: left;
	list-style: none;
}
.tab li a {
	padding: 10px;
	float: left;
	border-right: 1px solid #cfd0d2;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e2e2e;
	background: #f9f9f9;
}
.tab li.active a {
	background: url(/images/portalimages/bg_tab_active.png);
	color: #FFFFFF;
}
/*.tab-content {
	float: left;
	clear: both;
	border: none;
	border-top: 1px solid #cfd0d2;
	background: #f9f9f9;
	padding: 0;
	width: 494px;
	max-width: 494px;
	min-height: 258px;
}*/

.navigation {
	margin: 10px;
}

.navigation h2.crumbs {
	color: #303030;
	font-size: 10px;
}

.navigation h2.crumbs a {
	color: #1C469F;
	text-decoration: none;
	font-size: 10px;
}

.navigation h2.crumbs a:hover {
	text-decoration: underline;
}

.icon_banner {
	background: transparent url("/images/portalimages/icon_banner.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 5px;
}

.icon_static {
	background: transparent url("/images/portalimages/icon_static.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 5px;
}

.icon_static_blue {
	background: transparent url("/images/portalimages/icon_static_blue.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 5px;
}

.icon_law {
	background: transparent url("/images/portalimages/icon_law.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 -3px;
}

.icon_book {
	background: transparent url("/images/portalimages/icon_book.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 -3px;
}

.icon_act {
	background: transparent url("/images/portalimages/icon_act.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 -3px;
}

.icon_forum {
	background: transparent url("/images/portalimages/icon_forum.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 -3px;
}

.icon_training {
	background: transparent url("/images/portalimages/icon_surgalt.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 -3px;
}

.icon_user {
	background: transparent url("/images/portalimages/icon_user.png") no-repeat left top;
	width: 41px;
	height: 42px;
	margin: -5px 0 0 5px;
}

.icon_social span {
	background: transparent url("/images/portalimages/icon_social.png") no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
}

.icon_social span:hover {
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

.icon_fb span {
	background-position: -32px 0;
}

.icon_tw span {
	background-position: 0 0;
}

.icon_yt span {
	background-position: -16px 0;
}

.right_banner {
	margin: 0 1px 5px 1px;
}

.copy {
	width: 600px;
	margin: 30px auto;
	text-align: center;
	color:#2881e7;
	text-transform:uppercase;
}
.tsagaan-tsenher {
	color: #139cdb;
}

.tsaaral {
	color: #646464;
}
.wblue {
	color: #2C6EE5;
}

ul.otherNews {
	margin: 0 10px 10px 10px;
	text-align: justify;
}

ul.otherNews li {
	list-style: none;
	border-bottom: 1px #252525 dotted;
	margin-bottom: 5px;
}

ul.otherNews li span {
	margin: 0;
}

ul.otherNews li a {
	color: #252525;
	text-decoration: none;
}

ul.otherNews li a:hover {
	color: #1A419A;
	text-decoration: underline;
}

ul.holboos {
	width: 330px;
	margin-right: 10px;
	float: left;
	display: block;
}

ul.holboos li {
	margin-left: 20px;
	font-weight: bold;
	color: #1E4CA5;
	list-style: none;
	line-height: 20px;
}

ul.holboos li ul li {
	font-weight: normal;
	color: #d1d1d1;
}

ul.holboos li ul li a {
	color: #1d1d1d;
	text-decoration: none;
}

ul.holboos li ul li a:hover {
	text-decoration: underline;
}

.buleguud, .sedevuud {
	margin: 10px 15px;
}

.buleguud ul {
	list-style: none;
}

.buleguud ul a {
	border-left: 3px solid #6D9DD3;
	color: #252525;
	display: block;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	text-decoration: none;
	width: 550px
}

#ajax_loader {
	background: none repeat scroll 0 0 black;
	display: none;
	left: 50%;
	margin-left: -140px;
	opacity: 0.4;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 280px;
	z-index: 1100;
}


/*
 * youtube part start
 */
.yt_holder {
    padding: 0;
	margin: 0 0 22px 0;
	width: 220px;
	position: relative;
}

.yt_holder div#ytvideo{
	max-width: 220px;
	width: 220px;
}

.yt_holder ul.ytlist{
	height: 75px;
	width:1780px;
	margin: 7px 0 0 0;
}
.yt_holder .scroll{
	background:#f0eeef;
	border-bottom:1px #cccccc solid;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	width:218px;
	height:77px;
	-ms-overflow-y: hidden;
	overflow-x: scroll;
    overflow-y: hidden;
    white-space:nowrap;
	padding:0;
	margin:0;
}
.yt_holder ul.ytlist li{
	margin: 0 0 0 8px;
	list-style: none;
	float:left;
}

.yt_holder ul.ytlist li a{
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	clear: all;
}

.yt_holder ul.ytlist li a img{
	width: 60px;
	height: 45px;
	clear: all;
}

.yt_holder ul.ytlist li.currentvideo{
	border: 3px #F9C432 solid;
	background: #F9C432;
}

.yt_holder ul.ytlist li.currentvideo a img{
	width: 57px;
	height: 42px;
}
/*
 * youtube part end
 */


/*start news*/
.last4list {
	height: 78px;
	padding: 0 10px;
}

.last4list .thumb_date, .last4list .thumb {
	padding: 3px;
	margin-top: 10px;
	display: block;
	width: 36px;
	height: 36px;
	max-width: 36px;
	max-height: 36px;
	background: transparent url("/images/portalimages/bg_calendar_day.png");
}

.last4list .thumb_date .my_month {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 4px;
	line-height: 1;
}
.last4list .thumb_date .my_day {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-top: 4px;
	color: #FFFFFF;
}

.last4list a.ttl_link {
	width: 415px;
	margin: 5px 0 0 10px;
	text-decoration: none;
	color: #4A4A4A;
	text-align: justify;
}

.last4list a.ttl_link strong:hover {
	color: #293E9C;
}


.msg_list {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
.msg_head {
	padding: 5px 10px 5px 35px;
	cursor: pointer;
	margin: 0;
	text-align: left;
	color: #293E9C;
	font-family: "PT Sans Narrow Bold",sans-serif;
    font-size: 15px;
	background: transparent url("/images/portalimages/collapsed.gif") no-repeat 10px center;
}
.msg_body {
	padding: 5px 10px 15px 20px;
	margin-left:25px;
	text-align: justify;
}

.opened_head {
	background: transparent url("/images/portalimages/expanded.gif") no-repeat 10px center;
}

.closed_head {
	background: transparent url("/images/portalimages/collapsed.gif") no-repeat 10px center;
}

a.printpage {
    color: #1C469F;
    float: right;
}

/*
 * start elements class
 */

#back-to-top{
    background: url("/images/arrow-up-large.png") no-repeat scroll center center rgba(43, 66, 160, 0.7);
    position: fixed;
    bottom: 8px;    
    right: 8px;
    color: transparent;
    display: none;
    font: 0px/0 a;
    text-shadow: none;
    transition: all 0.2s ease 0s;
    width: 45px;
    height: 46px;
    z-index: 600;
}

#back-to-top:hover{ 
	background-color: #2B42A0; 
}


.exall, .coall{
	text-decoration: none;
	clear: left;
}

.coall span{
	width: 32px;
	height: 32px;
	text-decoration: none;
	display: inline-block;
	background: transparent url("/images/portalimages/icon_collapseall.png") no-repeat center center;
}

.exall span{
	background: transparent url("/images/portalimages/icon_expandall.png") no-repeat center center;
}


.txt-cntr {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.block {
	display: block;
}

.block-content {
	margin: 5px;
	color: #2E2E2E;
}
.grey-line{
	background:#f0f0f0; 
	height:1px;
	clear:both;
	margin:10px 20px;
}
.home-cat-title{
	height:20px;
	background:url("/images/portalimages/grey-balance.png") no-repeat left center;
	margin:0 20px;
	padding:0 0 0 25px;
}
.home-cat-title span{ 
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#333;
	background:url("/images/portalimages/balance-bottom.png") no-repeat left bottom;
	padding:0 0 10px 0;
}
.home-cat{
	background:url("/images/portalimages/home-cat-bg.png") no-repeat top right;
	margin:6px 20px 0 5px;
	padding:0px 25px;
}
.home-cat ul{
	
}
.home-cat ul li{
	list-style: none;
	float:left;
	width:342px;
	height:75px;
	border-bottom:1px #f0f0f0 solid;
	margin:20px 0 0 0;
}
.home-cat ul li a{
	color:#333;
	text-decoration:none;
}
.home-cat ul li a:hover p{
	text-decoration:underline;
}
.home-cat ul li a img{
	float:left;
	width:70px;
	margin:2px 12px 0 0;
}
.home-cat ul li a p{
	font-weight:bold;
	float:left;
	width:258px;
}
.home-cat ul li a span.counter{
	background:#2980e9;
	display:block;
	float:right;
	width:38px;
	color:#FFF;
	position:absolute;
	margin:40px 0 0 280px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.new-akt{
	margin: 30px 0 0 20px;
	width:350px;
	}
.new-akt .new-akt-title{ 
	background:url("/images/portalimages/books.png") no-repeat left center; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#333;
	padding:0 0 0 25px;
}
.new-akt .new-akt-title a.right {
    float: right;
    text-decoration: none;
    font-size: 11px;
    color:#666;
}
.new-akt .two-color-line{
	height:2px;
	margin:10px 0 0 0;
	padding:0;
	background:url("/images/portalimages/grey-blue-line.png") no-repeat right center;
}

.new-akt .new-akt-footer{
	background:url("/images/portalimages/akt-footer.png") no-repeat bottom center;
	margin:0;
	padding:0;
	height:5px;
}
.new-akt .new-akt-body{
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	margin:0;
	padding:0;
}
.new-akt .new-akt-body li{
	list-style:none;
	height:50px;
	padding:11px;
	margin:0;
}
.new-akt .new-akt-body li a{
	color:#333;
	text-decoration:none;
}
.new-akt .new-akt-body span.cal{
	display:block;
	float:left;
	width:47px;
	height:37px;
	background:url("/images/portalimages/cal.jpg") no-repeat top center;
	text-align:center;
	margin:0;
	padding:12px 0 0 0;
}
.new-akt .new-akt-body span.cal span{
	display:block;
	font-size:17px;
	font-weight:bold;
	padding:0;
	margin:-2px 0 0 0;
}

.new-akt .new-akt-body a p{
	font-weight:normal;
	float:right;
	width:264px;
}
.new-akt .new-akt-body a p:hover{
	text-decoration:underline;
}
.new-akt .new-akt-body span.more{
	display:block;
	color:#2682e7;
	float:right;
	margin:0;
	padding:0 17px 0 0;
	background:url("/images/portalimages/blue-arrow.png") no-repeat right center;
}

.newly-akt{
	margin: 30px 0 0 20px;
	padding:0;
	width:350px;
	}
.newly-akt .newly-akt-title{ 
	background:url("/images/portalimages/books.png") no-repeat left center; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#333;
	padding:0 0 0 25px;
}
.newly-akt .two-color-line{
	height:2px;
	margin:10px 0 0 0;
	padding:0;
	background:url("/images/portalimages/grey-blue-line.png") no-repeat right center;
}

.newly-akt .newly-akt-footer{
	background:url("/images/portalimages/akt-footer.png") no-repeat bottom center;
	margin:0;
	padding:0;
	height:5px;
}
.newly-akt .newly-akt-body{
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	margin:0;
	padding:0;
}
.newly-akt .newly-akt-body li{
	list-style:none;
	padding:11px;
	border-bottom:1px dotted #CCCCCC;
	margin:0;
}
.newly-akt .newly-akt-body li:last-child{
	border:0;
}
.newly-akt .newly-akt-body li a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.newly-akt .newly-akt-body li a:hover{
	text-decoration:underline;
}
.newly-akt .newly-akt-body a.more{
	display:block;
	color:#8caedd;
	float:right;
	margin:4px 0 0 0;
	padding:0;
	width:9px;
	height:5px;
	background:url("/images/portalimages/blue-arrow.png") no-repeat right center;
}
.newly-akt .newly-akt-body span.date{
	margin:0;
	padding:0;
	color:#2980e9;
}
.right-box{
	padding:0;
	margin:0 20px 15px 0;
}
.right-box img {
    max-width: 220px;
}
.right-blue{
	background:url("/images/portalimages/two-line.png") repeat-x bottom;
	padding:0;
	margin:0;
	height:25px;
}
.right-blue .title{
	margin:0;
	padding:0 5px 5px 0;
	border-bottom:4px #2881e7 solid;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#333;
}
.right-box .search-box{
	width:220px;
	height:65px;
	padding:0;
	margin:0 0 25px 0;
	background:#d3e5e7 url("/images/portalimages/search-bg.jpg") no-repeat left top;
}
.right-box .search-box a{
	color:#2980e9;
	display:block;
	float:right;
	margin: 8px 6px 0 0;
	text-decoration:none;
}
.right-box .search-box input[type="text"] {
	background: transparent;
	border: 0;
	outline:none;
	padding: 4px 0 4px 4px;
	margin:11px 0 0 7px;
	width: 175px;
}

.right-box .search-box input[type="submit"] {
	background: transparent;
	border: none;
	width: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 30px;
}
.training-box{
	margin:0;
	padding:0;
}
.training-box ul{
	list-style:none;
}
.training-box ul li{
	list-style:none;
	background:url("/images/portalimages/li-blue.png") no-repeat 0 20px;
	margin:0;
	padding:10px 0 5px 17px;
	border-bottom:1px #ebebeb solid;
}
.training-box ul li a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.training-box ul li a:hover{
	text-decoration:underline;
}
.training-box ul li p{
	margin:5px 0 0 0;
	padding:0;
	color:#999;
	text-align:justify;
}
.other-box{
	margin:0;
	padding:0;
}
.other-box ul{
	list-style:none;
}
.other-box ul li{
	list-style:none;
	background:url("/images/portalimages/li-blue.png") no-repeat 0 20px;
	margin:0;
	padding:7px 0 4px 17px;
	border-bottom:1px #ebebeb solid;
}
.other-box ul li span.date{
	display:block;
	padding:0;
	margin:0;
	color:#2682e7;
}
.other-box ul li a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.other-box ul li a:hover{
	text-decoration:underline;
}
.other-box ul li p{
	margin:5px 0 0 0;
	padding:0;
	color:#999;
	text-align:justify;
}
.right-box .right_banner img{
	width:220px;
}
.main-footer .footer-social{
	padding:0;
	margin:0;
	height:35px;
	background:url("/images/portalimages/footer-social.png") no-repeat center center;
	text-align:center;
}
.footer-social a.twitter{
	display:block;
	position:absolute;
	margin:-13px 0 0 434px;
	z-index:999;
	height:36px;
	width:36px;
	background:url("/images/portalimages/twitter.png") no-repeat center center;
}
.footer-social a.facebook{
	display:block;
	position:absolute;
	margin:-13px 0 0 482px;
	z-index:999;
	height:36px;
	width:36px;
	background:url("/images/portalimages/facebook.png") no-repeat center center;
}
.footer-social a.youtube{
	display:block;
	position:absolute;
	margin:-13px 0 0 530px;
	z-index:999;
	height:36px;
	width:36px;
	background:url("/images/portalimages/youtube.png") no-repeat center center;
}

.news-tab { 
	padding: 0; 
	clear: both; 
	height:26px;
	border-bottom:1px #cccccc solid;
	margin:10px 19px 0 20px;
	}
.news-tab li { 
	display: inline; 
	float:right;
	padding:0;
	margin:0 0 0 18px;
	background:transparent;
	}
.news-tab li.left-title { 
	float:left;
	background:url("/images/portalimages/news-cal.png") no-repeat left center;
	margin:0;
	padding:2px 0 0 25px;
	}
.news-tab li.left-title a{
	text-transform:uppercase;
	color: #454545; 
	font-weight: bold;
	background:transparent;
	}
.news-tab li a { 
	padding: 8px 0; 
	border-bottom: none; 
	text-decoration: none; 
	color: #707070; 
	font-weight: bold;
	text-transform:uppercase;
	background:transparent;
	outline:none;
	}
.news-tab li a:active { 
	background:transparent;
	outline:none;
}
.news-tab li.active a { 
	color:#2682e5;
	background: url("/images/portalimages/news-active.png") no-repeat bottom center; 
	border-bottom:3px #2682e5 solid;
	}
.news-content { 
	clear: both; 
	margin:0 19px 0 20px;
	padding: 0; 
}
.news-content .newslist{
	float:left;
	width:300px;
	border:none;
	padding:0;
	margin:0 30px 0 0;
}
.news-content .last{
	margin:0;
	padding:0;
}
.news-content .newslist a{
	text-decoration:none;
}
.news-content .newslist img{
	width:300px;
	height:120px;
}
.news-content .newslist .bg_date{
	width:50px;
	height:50px;
	position:absolute;
	z-index:9999;
	background:url("/images/portalimages/news-date-bg.png") no-repeat center center;
	padding:0;
	margin:15px 0 0 256px;
	text-align:center;
	color:#FFF;
}
.news-content .newslist .bg_date ._day{
	font-size:16px;
	font-weight:bold;
	margin:6px 0 0 0;
	padding:0;
}
.news-content .newslist .bg_date ._month{
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.news-content .newslist span{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	color:#444444;
	font-weight:bold;
	text-transform:uppercase;	
	height:33px;
	overflow:hidden;
}
.news-content .newslist p{
	display:block;
	padding:0;
	margin:8px 0 0 0;
	color:#707070;
	font-weight:normal;	
	text-align:justify;
}

.new-search-title{
	border-bottom:1px #e1e1e1 solid;
	margin:0 0 20px 0;
	padding:0 0 0 35px;
	background:url("/images/portalimages/search.png") no-repeat 5px 6px;
}
.new-search-title span{
	display:block;
	margin:0;
	text-transform:uppercase;
	color:#444444;
	font-weight:bold;
	font-size:13px;
	padding:2px 0 7px 0;
	background:url("/images/portalimages/blue-bottom.png") no-repeat left bottom;
}
.new-balance-title{
	border-bottom:1px #e1e1e1 solid;
	margin:0 0 20px 0;
	padding:0 0 0 38px;
	background:url("/images/portalimages/balance-big.png") no-repeat 5px 4px;
}
.mail{
	background:url("/images/portalimages/mail.png") no-repeat 5px 4px;
}
.news{
	background:url("/images/portalimages/news.png") no-repeat 5px 4px;
}
.book{
	background:url("/images/portalimages/book.png") no-repeat 5px 4px;
}
.profile{
	background:url("/images/portalimages/profile.png") no-repeat 5px 4px;
}
.search{
	background:url("/images/portalimages/search.png") no-repeat 5px 4px;
}
.new-balance-title span{
	display:block;
	margin:0;
	text-transform:uppercase;
	color:#444444;
	font-weight:bold;
	font-size:13px;
	padding:2px 0 7px 0;
	background:url("/images/portalimages/blue-bottom.png") no-repeat left bottom;
}
.alpha-filter{
	margin:0;
	padding:7px 1px 4px 1px;
	background:#ececec url("/images/portalimages/alpha-bg.png") repeat-x top;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border:1px #d6d6d6 solid;
}
.alpha-filter a.wblue{
	text-decoration:none;
	color:#FFF;
	display:block;
	float:left;
	margin:0 0 0 5px;
	padding:1px 5px;
	background:#01437f url("/images/portalimages/letter-bg.png") repeat-x top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.alpha-filter span.tsaaral{
	text-decoration:none;
	color:#444444;
	display:block;
	float:left;
	margin:0 0 0 4px;
	padding:1px 4px;
	background:transparent;
}
.right-fixed{
	position:fixed;
	margin:14px 0 0 1015px;
	padding:0;
	z-index:9999;
}
.right-fixed a.login{
	float:right;
	display:block;
	font-size:11px;
	color:#828282;
	text-transform:uppercase;
	text-decoration:none;
	width:58px;
	text-align:center;
	background:url("/images/portalimages/login.png") no-repeat top center;
	margin:0;
	padding:62px 0 0 0;
	outline:none;
}
.right-fixed a.contact{
	float:right;
	display:block;
	font-size:11px;
	color:#828282;
	text-transform:uppercase;
	text-decoration:none;
	width:62px;
	text-align:center;
	background:url("/images/portalimages/contact.png") no-repeat top center;
	margin:7px 0 0 0;
	padding:62px 0 0 0;
	line-height:13px;
	outline:none;
}
.right-fixed a.login:hover, .right-fixed a.contact:hover{
	text-decoration:underline;
}
.right-fixed ul{
	list-style:none;
}
.right-fixed ul li{
	list-style:none;
	background:url("/images/portalimages/footer-li.png") no-repeat left center;
	padding: 0 0 0 10px;
	margin:0 0 7px 0;
}
.right-fixed ul li a{
	text-decoration:none;
	color:#828282;
	outline:none;
}
.right-fixed ul li a:hover{
	text-decoration:underline;
}
@media (max-width: 1150px) {
	.right-fixed{
		margin:0;
		padding:0 5px;
		top:4px;
		right:0;
		background-color:#F8F8F8;
	}	
}
.test-version{
	position:absolute; 
	z-index:6; 
	margin:0 0 0 918px;
	text-transform:uppercase;
	color:#EEE;
	font-size:14px;
	font-weight:bold;
	padding:4px 7px 3px 7px;
	background:url("/images/portalimages/opacity.png");
}

.search-law-box{
        float: right;
	width:220px;
	height:65px;
	padding:0;
	margin: -40px -15px 0 0;
	background:#d3e5e7 url("/images/portalimages/search-bg.jpg") no-repeat left top;
}
.search-law-box a{
	color:#2980e9;
	display:block;
	float:right;
	margin: 8px 6px 0 0;
	text-decoration:none;
}
.search-law-box input[type="text"] {
	background: transparent;
	border: 0;
	outline:none;
	padding: 4px 0 4px 4px;
	margin:11px 0 0 7px;
	width: 175px;
}

.search-law-box input[type="submit"] {
	background: transparent;
	border: none;
	width: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 30px;
}
input.error, textarea.error {
    border: 1px #b94a48 solid !important;
}

.lawdetails table {
    max-width: 952px;
}
.lawdetails sup {
    vertical-align: super !important;
    font-size: smaller !important;
    top: -3px !important;
    position: relative !important;
}
.lawdetails sub {
    vertical-align: sub !important;
    font-size: smaller !important;
    bottom: -0.6em !important;
    position: relative !important;
}
table.custom-table {
    border-collapse: collapse;
    border: 1px #d6d6d6 solid !important;
    width: 100%;
}
table.custom-table thead th {
    background: #ececec url("/images/portalimages/grid-tbl-hd.png") repeat-x top;
    border: 1px #d6d6d6 solid !important;
    padding: 2px;
    font-weight: bold;
}
table.custom-table tbody td {
    border: 1px #d6d6d6 solid !important;
    padding: 4px 5px;
    font-weight: normal;
}
table.custom-table tbody td.center {
    text-align: center;
}
table.custom-table tbody td.bold {
    font-weight: bold;
}
table.custom-table tbody tr.grouped td {
    font-weight: bold;
    padding-left: 35px;
}
table.custom-table tbody td a {
    display: block;
    color: #287fe6;
    text-decoration: none;
    padding-top: 2px;
}
table.custom-table tbody td a:hover {
    color: #000;
    text-decoration: none;
}