body
{
	margin: 0;
	padding: 0;
/*	color: #555555; */
	color: #111111; 
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}



#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px 0 0 0;
	margin: 10px 20px 0px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#liveinternetCounter
{
	vertical-align: central;
	padding: 0px;
	margin: 10px 0 3px 0;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

._errorMessage
{
    color:red;
}

._validMessage
{
    color:green;
}

#mainmenu li ul
{
    display: inline-block;
    background: lightblue;
    visibility:  hidden;
    position: absolute;
    top:20px;
}

#mainmenu li:hover ul
{
    visibility: visible; 
}

#mainmenu ul li
{
    display: inline-block;
    position: relative;
}

#advanced_search
{
    text-align: left;
}

#advanced_search label
{
    display: inline-block;
    width: 130px;
}

#advanced_search input 
{
    margin-left: 10px;
}

#categories
{
    display: inline-block; 
    padding-right: 20px; 
    overflow: scroll;
    height: 350px; 
}

    #categories label
    {
        width:390px;
    }
    
.categories a, .classes a
{
	text-decoration: none !important;
	color: #555555 !important;
}	

.categories a:hover, .classes a:hover
{
	text-decoration: underline !important;
	color: #555555 !important;		
}     

#classes 
{
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: dimgray;
    padding-left: 20px;
    overflow: scroll;    
    height: 350px; 
}
    #classes label
    {
        width:390px;
    }


.selOnMouse
{
	cursor: pointer;	
}

.selOnMouse:hover
{
	background-color: #F5F5F5;
}

._radioButtons label{
    padding: 10px;
    font-weight: normal !important;
    
}

._radioButtons input[type="radio"], ._radioButtons input[type="checkbox"]{
    display: none;
}
._radioButtons img
{
    float:right;
    display: block;
    max-width: 160px;
    max-height: 120px;
}

._radioButtons input[type="radio"]:checked + label, ._radioButtons input[type="checkbox"]:checked + label
{
	background-color: #E0E0E0;	
    border-style: solid;
    border-width: 1px;
    border-color: #E1E1E1;
}


.spl_active
{
    /*background-color: #F5F5F5;*/
    background-color: #F3F3F3;
    
}

.spl_title
{
	font-weight: bold !important;
	color: rgba(134, 134, 75, 0.64) !important;
}



._mainmenu{
    height:60px; /*60px old */
    /*color:White;*/
    /*background-color:Black;*/
    padding-left:20px;
    padding-top:8px;
    padding-right:20px;
    font-size:medium;	
}

._mainmenu ul
{
  padding: 0;
  margin: 0;
  list-style:none;   
}

._mainmenu ul li
{
	display: inline-block;
}
._mainmenu li
{
	/* position: relative; */
	padding: 4px 3px 4px 29px;
	margin: 1px 1px 1px 1px;
	background-image: url(red_circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:top;
}
._mainmenu li:hover
{
    background-color: #F5F5F5;
}
._mainmenu li.active
{
    background-color: #F9F9F9;
}

._mainmenu a
{
    text-decoration:none;
}
._mainmenu a:hover
{
    text-decoration:underline;
}
._mainmenu ul li ul
{
	float:left;
	margin-top:10px;
	background-color: #F9F9F9;
}
._mainmenu ul li ul li
{
    display:none;
}
._mainmenu ul li:hover ul li
{
    display:block
}

#_header div
{
	margin: 0;
	padding: 0;
}

#logoImg
{
	background-image: url(LegalActs_01_lim.png);
	background-repeat: no-repeat;	
	width:1024px;
	height:102px;
}

#headerImgSmall
{
	background-image: url(LegalActs_04_top.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 29px;
	color: #FFF;
	text-align: left;

	vertical-align:text-top; 
}

#headerImgSmall .breadcrumbs
{
	margin-left: 10px !important;
	padding-top: 5px !important;
}

#headerImgSmall .breadcrumbs a
{
	color:#CCC;
}

#logo_link
{
	float:left;
	width:305px;
	height:95px;
	top:10px;
}

#language-selector
{
	float: right;
	margin-top: 25px !important; 
	margin-right: 10px !important;
	background-color: rgba(10, 10, 10, 0.01);
	display:inline-block;
}

.newsBlockLeft
{
	float: left;
	width: 180px;
	padding: 0px 5px 0px 5px;
}

	.newsBlockLeft H4{
		font-size:15px;
		margin-bottom: 10px;
		font-weight: bold;
		color: #515151;		
	}


.seperatBottomLine
{
	background-image: url(bottomLine.gif);
	background-repeat: repeat-x;
	background-position: left center;	
	height:40px;
    clear: both;
}

.BlockRight
{
	float: right;
	width: 755px;
	padding-left: 20px;
	background-image: url(leftLine.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:500px;
}
	
#article2
{
    
}

#article3
{
	padding-top:10px;
	margin-bottom: 20px;
}

#ajaxLoader
{
	margin-left: 200px;
}

.docInfo
{
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9E0ED;
	background-color:#FCFCFC;
    text-align: left;	
	
}

	.docInfo label
	{
		display:block;
		margin: 0 0 1px 0;
		font-weight:bold;
	}
    
    .docInfo label:first-child
	{
		cursor:pointer !important;
	}
    
	
	.docInfo ul
	{
		margin: 5px 0 0 30px;
		list-style-type: none;
	}
		.docInfo ul.classCategory  li
		{
			background-image: url(bullet.gif);
			background-repeat: no-repeat;
			background-position: left center;	
			padding-left: 10px;			
		}
        
		.docInfo ul.secondLevel
		{
			margin-left: 20px;
            padding-left: 0px;		
		}
          
		.docInfo ul.classCategory  li.exp
		{
			background-image: url(bulletExp.gif);
		}                   
	
		.docInfo ul.classCategory a
		{
			text-decoration: none !important;
			color: #555555 !important;
		}	
		
		.docInfo ul.classCategory a:hover
		{
			text-decoration: underline !important;
			color: #555555 !important;		
		}	
		
		.docInfo .free
		{
        	font-weight: bold;
        	color: #00CC33;
		}
		
		.docInfo .inUse
		{			
			color : #333333;	
		}	
        
		.docInfo .viewCount
		{			
			float : right;	
            padding-right: 10px;
		}	        
        
.ListWithTriangle       
{
	list-style-type: none
}
        
	.ListWithTriangle li
	{
		background-image: url(bullet.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
		padding-left: 15px;
	}	

		.ListWithTriangle li a
		{
			text-decoration: none !important;
			color: #555555 !important;
		}	
		
		.ListWithTriangle li a:hover
		{
			text-decoration: underline !important;
			color: #555555 !important;		
		}
.docContent
{
	font-size:16px;
	line-height:normal;
    font-family:"Times New Roman" !important;
}

#order-form table
{
	display: inline-block; 
}

#order-form table td
{
	padding-right: 60px;
}

#order-form table td .row
{
	margin: 0px !important;
}

.cardOrderProduct
{
	display:  inline-block;	
}

.cardOrderProduct img
{
	float: none !important;	
}

#AddedDate
{
    float:right;
}

.counter
{
    text-align: left;
    vertical-align: top;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('ajax_loader.gif') 
                50% 50% 
                no-repeat;
}

#content .form
{
    position: relative;
}

#content .form.loading .loadingContent {
    position: absolute;
    display: block;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba( 255, 255, 255, .8 ) !important;
    background-image: url('ajax_loader.gif');
    background-position: 50% 50%; 
    background-repeat: no-repeat;                                             
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

#rssLink
{
    float:right;
    margin: 0 0 10px 10px;
}

._jqButtons
{
    height: 35px !important;
    width: 100px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.serchText
{   
    border: solid 1px #85b1de;
    color:#333;
    font-family: arial, sans-serif;
    font-size:16px;
    width:600px;
    padding:7px 7px 7px 10px;
    height: 19px;
    background:#FDFDFD;
}

.serchText:hover 
{    
    background:#F7F7F7;
}

.serchText:focus 
{    
    background:#FBFBFB;
    border: solid 1px #999;
}

.serchTextForDic
{   
    border: solid 1px #85b1de;
    color:#333;
    font-family: arial, sans-serif;
    font-size:15px;
    width:300px;
    padding:7px 7px 7px 10px;
    height: 15px;
    background:#FDFDFD;
}

.serchTextForDic:hover 
{    
    background:#F7F7F7;
}

.serchTextForDic:focus 
{    
    background:#FBFBFB;
    border: solid 1px #999;
}

.moreButtonDiv
{
    text-align: center;
    padding:  0px;
    margin: 0px;
    width: 100%;
}

.theMoreButton
{
    width: 300px;
    height: 40px;
    font-size: 18px;    
    margin: 20px !important;
    
-webkit-appearance: none;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(230, 230, 230);
background-image: url(buttubBackground.png);
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgb(211, 211, 211);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(211, 211, 211);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(211, 211, 211);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(211, 211, 211);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(85, 85, 85);
cursor: pointer;
display: inline-block;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 40px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 5.866666316986084px;
padding-left: 14.666666030883789px;
padding-right: 14.666666030883789px;
padding-top: 5.866666316986084px;
position: relative;
text-align: center;
text-decoration: none;
text-indent: 0px;
text-shadow: none;
text-transform: none;
white-space: pre;
width: 300px;
word-spacing: 0px;
writing-mode: lr-tb;
zoom: 1;    
}

.hidden
{
    display:none;
}

.load
{
    background-image: url(ajax_loader.gif);
    
}

#loadImage
{
    height: 40px;
    font-size: 18px;    
    margin: 20px !important;    
}
.sortParameters
{
    height: 30px;
    padding: 5px 30px 5px 20px;
    text-align: right;
}

.sortParameters img
{
    float: left;
    height: 40px;
}

.sortParameters ul li
{
    display: inline-block;
    margin: 10px 0px 0px 6px;
}

.sortParameters ul li a
{
    cursor: pointer !important; 
    text-decoration: none !important;
}

.sortParameters ul li a:hover
{
    text-decoration: none !important;
}

.sortParameters ul li.up
{
    background: url(up.gif) right center no-repeat;
    padding-right: 10px;
}

.sortParameters ul li.down
{
    background: url(down.gif) right center no-repeat;
    padding-right: 10px;
}

#searchResult
{
    margin: 0px;
    padding: 0px;
}

.centerB
{
    text-align: center;
} 

ul.expAdvSearch
{
    list-style-type: none;
    margin: 1px 10px 1px 5px;    		
    padding: 0px;    
}

ul.expAdvSearch  li
{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 10px;	
}
  
ul.expAdvSearch  li.exp
{
	background-image: url(bulletExp.gif);
}

.releaseRow
{
	padding: 0px !important;
}

.releaseRow a
{
	padding: 8px;
	display: inline-block;
	width: 100%;
	color: #111111;
}

.releaseRow a:hover
{
	color: #111111;
	text-decoration: none;
}