*{
	margin: 0;
	padding: 0;
}

body{
background: url(images/header.jpg) repeat-x top left;	
	text-align: left;
	font-family: "Trebuchet MS";
}

#container{

width: 100%;
min-width: 960px;
margin: 0 auto;
text-align: left;
}

#logo {
	padding: 20px;
	padding-top: 8px;
	padding-left: 30px;
	
	height: 50px;
	float: left;
}

#logolirex {
	padding: 20px;
	padding-right: 30px;

	float: right;
	
}

#logolirex a{
	display: block;
		width: 321px;
	height: 25px;
	background: url(images/logo.png) no-repeat center top;
}

#logolirex a:hover{
	background: url(images/logo.png) no-repeat 0px -25px;
}

#mheader{
	height: 90px;
}

#actionbar {
float: left;
width: 300px;
margin-top: 35px;
margin-left: 40px;
}
#actionbar a{
	text-decoration: none;
	color: #0a1253;
	font-size: 14px;
		display: block;
	padding: 5px;
		min-height: 16px;
	width: auto;
	text-indent: 20px;
	float: left;
	display: inline;
	margin-right: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #c6c7d2;
-webkit-box-shadow: 0px 0px 3px 0px #c6c7d2;
-moz-box-shadow: 0px 0px 3px 0px #c6c7d2;
box-shadow: 0px 0px 3px 0px #c6c7d2; 
cursor: pointer;
	
}

#actionbar a:hover{
border: 1px solid #e6e6e6;
background-color: #fff;
}
#home a {

	background:#f5f5f5 url(images/icn/home.png) no-repeat 5px 5px;
	min-width: 16px;
	
  
}

#profile a {

	background:#f5f5f5 url(images/icn/user.png) no-repeat  5px 5px;
	min-width: 16px;
  
}

#mailnot a {
	
	background:#f5f5f5 url(images/icn/mail.png) no-repeat  5px 5px;
	min-width: 16px;
  
}

#help a {

	background:#f5f5f5 url(images/icn/help.png) no-repeat 5px 5px;
	min-width: 16px;
  
}

#exitbtn a {

	background: #fcebf0 url(images/icons/cancel.png) no-repeat 5px 5px;
border: 1px solid #ffaeae;
color: #730000;
min-width: 16px;

  
}



#mainnavigation {
	height: 60px;
	line-height: 60px;
	margin-top: 3px;
}



/* navigacia osnovna */

ul { margin: 0; padding: 0; list-style: none; }

html body div#container div#mainnavigation div#menu div#menu_r div#menu_l ul.main li ul.sub li a {
	color: #fff;
}

html body div#container div#mainnavigation div#menu div#menu_r div#menu_l ul.main li ul.sub li a:hover{
	color: #fff;
	border-bottom: 1px solid #00863e;


} 


#menu{
	margin-left: 8px;
}
#menu_l {

	height: 36px;
}

ul.main li {
	position: relative;
	float: left;

	padding: 0 3px 0 0;
}

ul.main li a, ul.main li a:link, ul.main li a:visited {
	float: left;
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	outline: none;
	text-decoration: none;
	margin-top: 4px;
	

}

ul.sub li a {
	margin-top: 0px!important;
}

ul.main li a:hover, .tabactive {
	background: #00ab4f url(images/btnbgr.jpg) no-repeat top left;
	color: #fff;
-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;
text-shadow: -1px -1px 0px #00ab4f;



}

ul.main li a span.arrow { 
	color: #fff;
}

ul.main li a#home:hover {
	background: url(../img/home_hover.png) no-repeat left top;
}

ul.main li ul.sub {
	display: none;
	position: absolute;
	top: 53px;
	left: -2px;
	width: 340px;
	
	z-index: 99999999999999;
		background: #00ab4f;

}

ul.main li ul.sub li {
	position: relative;	
	padding: 0;
	background: none;
}

ul.main li ul.sub li a, ul.main li ul.sub li a:link, ul.main li ul.sub li a:visited  {
	float: none;
	display: block;
	width: 320px;
	border-bottom: 1px solid #00863e;
	font-weight: normal!important;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	margin-top: 5px;
	-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;


}

ul.main li ul.sub li a:hover {
	color: #fff;
	background: #00863e url(images/btnbgr.jpg) no-repeat top left;
	text-shadow: none;
}

ul.main li ul.sub li ul.sub {
	position: absolute;
	top: -1px;
	left: 340px;
	
	
}

.active{
	background: #00ab4f;
	color: #fff;
-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;
margin-top: 4px;
text-shadow: -1px -1px 0px #006830;


}
a:hover.active {
	color: #fff!important;
}
/* content */
#maincontent {
	padding: 30px;
}
.hone{
		border-bottom: 5px solid #f5f5f5;
		height: 20px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	 
	min-width: 100px;
	padding: 0 15px 0 15px;
	margin-left: 20px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
-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;
	margin-bottom: -10px;
	float: left;
	text-shadow: 0px 1px 0px #fff;
filter: dropshadow(color=#fff, offx=0, offy=1); 
background: #f5f5f5; /* Old browsers */

background: -moz-linear-gradient(top, #d3d3d3 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8a8), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d3d3d3 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d3d3d3 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d3d3d3 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(top, #d3d3d3 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}
.addinfos{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	
		border: 1px solid #f5f5f5;
	min-width: 300px;
	margin-left: 20px;
	line-height: 30px;
display: inline;
float: left;
	text-align: center;
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
	margin-bottom: -10px;
	
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 50%, #eaeaea 51%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(51%,#eaeaea), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#eaeaea 51%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#eaeaea 51%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#eaeaea 51%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#eaeaea 51%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

	
}

.addinfos a {
 color: #3e7ae5;
 text-decoration: none;
line-height: 26px;
 margin-left: 10px;
 padding-right: 10px;
 border-right: 1px dotted #e6e6e6;
}

.addinfos a:hover {
	color: #0a1253;
}
.addinfos a img {
	border: none;
	margin-bottom: -3px;
}

.bkbtn a{
	font-size: 14px;
	font-weight: normal;
	color: #3e7ae5;
text-decoration: none;
		border: 1px solid #f5f5f5;
padding-left: 23px;
	margin-top: 20px;
	line-height: 30px;
display: inline;
float: left;
	text-align: center;
-webkit-border-radius: 9px;

-moz-border-radius: 9px;

border-radius: 9px;

	margin-bottom: -10px;
	
	background: #fcfcfc url(images/arrow_back.png) no-repeat 5px 5px; 


	
}
.bkbtn a:hover {
	color: #0a1253;
}

h2 {	border-bottom: 1px dashed #d9d9d9; margin-bottom: 6px;}
.buttoncontainer{

line-height: 40px;
position: relative;
margin-bottom: 8px;
width: 370px;
height: 52px;
font-size: 14px;

}

.buttoncontainer a{
display: block;
height: 52px;
line-height: 52px;
width: 370px;
background: #f5f5f5;
padding-left: 55px;
text-decoration: none;
color:  #0a1253;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid #fcfcfc;


}
.buttoncontainer a:hover{ border: 1px solid #d9d9d9; background: #fcfcfc;}
.iconwrapper {
background: #fff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #d9d9d9;
top: 6px;
left: 6px;
position: absolute;}
.iconwrapper img{

padding: 4px;
}

.threecolumns{
	width: 410px;
	float: left;
	margin-right: 30px;
	text-align: left;
}


.threecolumns h1 {
	font-size: 18px;
	font-weight: normal;
	color: #999;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
	float: none;
	background: #fff;
	margin-left: 0px;
	

	text-align: left!important;
	width: 400px;
}

a:hover.exitbtn{
border-color: #efc7c7;	
}


/* tablica */

.rprttable td{
	border: none;
	padding: 7px;
	vertical-align: top;
	border-bottom: 1px solid #d9d9d9;
		border-right: 1px dotted #d9d9d9;
	
}

.rprttable th{
border: none;
background: #bababa url(images/table-cap-bgr.jpg) repeat-x center top;
vertical-align: top;
text-shadow: 0px 1px 0px #f5f5f5;
filter: dropshadow(color=#f5f5f5, offx=0, offy=1); 
border-bottom: 1px solid #c6c7d2;
padding: 8px;
min-height: 21px;
text-align: left;
border-right: 1px solid #c6c7d2;
border-bottom: 1px solid #f5f5f5;
}

.rprttable th:hover{
		background: #a4a4a4 url(images/tablecap-hover.jpg) repeat-x center top;
}

.rprttable th a{
	text-decoration: none; 
	color: #000;
	font-weight: normal;

	
	display: block;
	width: auto;

	height: 100%;
}
table.rprttable{
	border: 1px solid #d9d9d9;
	font-size: 12px;
border-top: 1px solid #c6c7d2;
border-bottom: 1px solid #c6c7d2;
width: 100%;
}

.rprttable tr:hover{
	background: #ecfff5!important;
	cursor: default;
}

.rprttable tr.s_alt {
	background: #f5f5f5;
}


/*tooltips*/

.ui-tooltip {
	background: #d9d9d9!important;
}

/*calendar fix*/

.ajax__calendar_header{
	line-height: normal!important;
}

.ajax__calendar_body {
	line-height: normal!important;
}

.ajax__calendar_footer{
	
	line-height: normal!important;
}
.ajax__calendar_days td{
	padding: 0!important;
}
/*filter table*/
.filtertbl {
	font-size: 14px;
}
.filtertbl td{
border-bottom: 1px solid #e6e6e6;
padding: 10px;

	
}

.filtertbl label{
	padding-left: 5px;
}

.filtertblsp{
	margin-top: 25px;
	margin-bottom: 10px;
}

.chbxtbl td{
	border-bottom: 1px dotted #fff;
	border-right: 1px dotted #fff;
	padding: 3px;
}

.borderlesscls{
	border: none!important;
}

.buttonField input {
	padding: 10px;
}

.selectalllink{
	background: url(images/accept.png) no-repeat 5px 5px;
	display: block;
	padding: 5px;
	width: auto;
	min-width: 80px;
		float: left;
		margin-top: 10px;
		padding-left: 25px;
		border: 1px solid #f5f5f5;
		margin-right: 10px;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.dselectalllink{
display: block;
	padding: 5px;
	padding-left: 25px;
	width: auto;
	background: url(images/delete.png) no-repeat 5px 5px;	
		min-width: 80px;
		border: 1px solid #f5f5f5;
		float: left;
		margin-top: 10px;
		margin-right: 10px;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.selectalllink {
 color: #3e7ae5;
 text-decoration: none;

}

a:hover.selectalllink {
	color: #0a1253;
	border: 1px solid #bababa;
}

a.dselectalllink {
 color: #3e7ae5;
 text-decoration: none;

}

a:hover.dselectalllink {
	color: #0a1253;
	border: 1px solid #bababa;
}

/* accordion */

.accordionheading {
padding: 15px;

}
.accordionheading table{
	width: auto;
	float: left;
	
}

.accordionheading td{
padding-right: 15px; 
border-right: 1px dotted #e6e6e6;
padding-left: 8px;

}
.accordioncontent {
text-align: left;
background: #F5F5F5 url(images/accbgr.png) repeat-x center center;
text-transform: uppercase;
padding: 8px;	
margin: 4px;
cursor: pointer;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
border: 1px solid #c6c7d2;


}
.accordioncontent:hover {
border: 1px solid #bababa;	
background: #fcfcfc;
}
.accordionselected {
text-align: left;
background: #F5F5F5;
text-transform: uppercase;
padding: 8px;	
margin: 4px;
cursor: default;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
border: 1px solid #c6c7d2;

	
}


/* buttons */

.buttonftr{
  background: url("images/buttons-bgr.jpg") repeat-x scroll 0 -35px transparent;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    height: 35px;
    margin-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.buttonftr:hover {
	background: url(images/buttons-bgr.jpg) repeat-x center top;
	color: #001e02;
}

.buttonftr1{
  background: url("images/buttons-bgr.jpg") repeat-x scroll 0 -35px transparent;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    height: 20px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.buttonftr1:hover {
	background: url(images/buttons-bgr.jpg) repeat-x center top;
	color: #001e02;
}

.buttonftr2{

  	background: url(images/buttons-bgr.jpg) repeat-x center top;
	color: #001e02;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    height: 20px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.buttonftr2:hover {
      background: url("images/buttons-bgr.jpg") repeat-x scroll 0 -35px transparent;
      color: #FFFFFF;
}

.lastcls a{
	border: none!important;
}

.tablestyletwo td{
	border-bottom: 1px dotted #e6e6e6;
	font-size: 14px;
	padding: 6px;
}
.tablestyletwo label{
padding-left: 8px;
}
.tablestyletwo tr:hover{
	background: #f0fff1;
}

.tablestyletwo td table td{
	border: none;
	padding: 0;
}

.mntrtable th{
	padding-left: 10px; padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	height: 22px;
}
table.stingstblfix {
	border: none;
	border-width: 0px;
}
.stingstblfix td{
	border: none;
	border-width: 0px;
	border-bottom: 1px dotted #e6e6e6;
	font-size: 14px;
	padding: 6px;
}
.stingstblfix tr:hover{	background: #f0fff1;}

.stingstblfix th{
	border: none;
	border-width: 0px;
	font-weight: normal;
	padding-bottom: 15px;
}
tr:hover.nohoverfix {
	background: none;
}

/*help*/
#helpspec{
	font-size: 14px;
}
#helpspec .section {
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 20px;
}

#helpspec .topic{
font-weight: bold;	
}
#helpspec .article{
font-weight: bold;	
padding-top: 15px;
padding-bottom: 5px;
}
#helpspec .content{
padding: 2px 10px 0 10px;	
}

#helpspec .content_steps{
	padding-left: 20px;
}

#helpspec .content_important {
	color: #730000;
	padding-left: 10px;
}


.namerenispan {
	font-size: 13px;
	padding-top: 7px;
	padding-left: 15px;
	float: left;
	display: block; 
	
}

a.more {
	font-weight: bold!important;
	
}
.more span {
	font-family: verdana;
	
}


#subnavigrey{
	background: #d9d9d9;
	margin-top: -2px;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #ccc;
	line-height: 36px;
	overflow: hidden;
}

#ErrorInfo{
	background: #ff0000;
	margin-top: -2px;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #ccc;
	line-height: 36px;
	overflow: hidden;
}

#breadcrumbs, #dbtype, #datebr {
	
	 font-size:14px;
	 text-shadow: 1px 1px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
float: left;

padding-left: 20px;
padding-right: 20px;

}

#dbtype, #datebr {
	float: right;
	border-left: 1px solid #ccc;
border-right: 1px solid  #eaeaea;
}

#dbtype {
	border-left: none;
}

#dbtype span{
	font-weight: normal;
}

.s_header {
	font-size: 14px;
}


#firstsearchform {

	overflow: hidden;
	border-bottom: 4px solid #ccc;
	font-size: 14px;
}

.tabbuttons a{
	display: block; 
	float: left;
	background: green;
	background: #bababa;
	color: #000;
	padding: 10px 20px 10px 20px;
-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;
text-shadow:1px 1px 0px #fcfcfc;	
text-decoration: none;
font-weight: bold;
}

.activefirstsearch a {
	background:  #ccc; 
	text-shadow:1px 1px 0px #fff;
}

.firstsearchsubform {
	font-size: 14px;
}

.firstsearchsubform img{
margin-bottom: -8px;

}

.firstsearchsubform input, .firstsearchsubform select, .firstsearchsubform textarea{
	font-size: 14px;
	 background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    color: #666;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
    width: 230px;
    font-weight: 200;
    margin-bottom: 12px;
    margin-right: 6px;
    margin-top: 2px;
    margin-left: 6px;
    outline: medium none;
    padding: 3px;
   
  
}

.firstsearchsubform fieldset {
	border: 1px solid #ccc;
	padding: 15px;
	
	margin-top: 15px;
}

.firstsearchsubform label{
	padding-left: 8px;
}
#actionbar input{
	border: 1px solid #ffaeae;
color: #730000;
min-width: 16px;
margin-top: 1px;
	text-decoration: none;
	color: #0a1253;
	font-size: 14px;
		display: block;
	padding: 5px;
		min-height: 16px;
	width: auto;
	text-indent: 20px;
	float: left;
	display: inline;
	margin-right: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #c6c7d2;
-webkit-box-shadow: 0px 0px 3px 0px #c6c7d2;
-moz-box-shadow: 0px 0px 3px 0px #c6c7d2;
box-shadow: 0px 0px 3px 0px #c6c7d2; 
cursor: pointer;
}
#en input {


border: 1px solid #ffaeae;
color: #730000;
min-width: 16px;
margin-top: 1px;
	text-decoration: none;
	color: #0a1253;
	font-size: 14px;
		display: block;
	padding: 5px;
		min-height: 16px;
	width: auto;
	text-indent: 20px;
	float: left;
	display: inline;
	margin-right: 55px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #c6c7d2;
-webkit-box-shadow: 0px 0px 3px 0px #c6c7d2;
-moz-box-shadow: 0px 0px 3px 0px #c6c7d2;
box-shadow: 0px 0px 3px 0px #c6c7d2; 
cursor: pointer;

  
}
#bg input {


border: 1px solid #ffaeae;
color: #730000;
min-width: 16px;
margin-top: 1px;
	text-decoration: none;
	color: #0a1253;
	font-size: 14px;
		display: block;
	padding: 5px;
		min-height: 16px;
	width: auto;
	text-indent: 20px;
	float: left;
	display: inline;
	margin-right: 8px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #c6c7d2;
-webkit-box-shadow: 0px 0px 3px 0px #c6c7d2;
-moz-box-shadow: 0px 0px 3px 0px #c6c7d2;
box-shadow: 0px 0px 3px 0px #c6c7d2; 
cursor: pointer;


  
}

#en input:hover{
border: 1px solid #e6e6e6;
background-color: #fff;
}

#bg input:hover{
border: 1px solid #e6e6e6;
background-color: #fff;
}

.namerenispan {
	font-size: 13px;
	padding-top: 7px;
	padding-left: 15px;
	float: left;
	display: block; 
	
}

#logincontainer {
	margin-top: -5px;
	color: #fff;
	text-align: left;
float: left;
	
}

#logincontainer input{
margin-right: 3px;
	
}

#logincontainer input:focus{
color: #000;
-webkit-box-shadow: inset 0px 0px 5px 1px #d3d3d3;
-moz-box-shadow: inset 0px 0px 5px 1px #d3d3d3;
box-shadow: inset 0px 0px 5px 1px #d3d3d3; 
	
}

.textBoxlogin {
 background: #fff;
    	border: none;
    	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
    color: #666;
    -webkit-box-shadow: inset 0px 0px 5px 1px #666666;
-moz-box-shadow: inset 0px 0px 5px 1px #666666;
box-shadow: inset 0px 0px 5px 1px #666666; 
    height: 35px;
    margin-top: 10px;
    padding-left: 8px;
    padding-right: 8px;}
    
    .lbpassword{
    	background: #fff url(images/icons/loginpassword.png) no-repeat 10px 10px;
    	padding-left: 32px;
    }
    
    .lbuser{
    	background: #fff url(images/icons/loginuser.png) no-repeat 10px 10px;
    	padding-left: 32px;
    }
    
    
    .foundlabel {
    	float: left;
    }
    
    .foundlabel span{
    	font-size: 14px;
    	padding-left: 15px; 
    	line-height: 30px;
    }
    
    .s_header{
    	padding-top: 10px;
    	padding-left: 10px;
    	padding-right: 10px;
    }
    tr.paginationtable:hover, .paginationtable table tr{
    	background: #fff!important;
    }
    .paginationtable table td{
    	border: none!important;
    }
    .paginationtable table a{
    font-weight: bold;
    	color: #009243;
    	text-decoration: none;
    	    	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid #d3d3d3;
padding: 4px 8px 4px 8px;
    }
    
    .paginationtable table a:hover{
    	background: #d3d3d3;
    }
    
    .labelError {
    	color: red;
    }
    
    .labelInfo {
    	color: green;
    }
	
	/* 15 mart */
	a {color: green;
	text-decoration: none;}
	
	#footer
{

background: url(images/footer.jpg) repeat-x top left;
min-height: 55px;
	display: block;
	width: 100%;
	margin-top: 50px;
	
}

.hide
{
    display:none;
}

#ctl00_updatePanelMain #footer {
	display: none;
}

.PnlDesign
{
   background-color: #F2F2F2;
   border: 1px solid #C6C6C6;
   height: 150px;
   width: 326px;
   overflow-y:scroll;
   font-size: 15px;
 }
.filter fieldset 
{
    padding: 10px;
    border-radius:8px;
    height: 120px;
    display: inline;
    vertical-align: top;
    margin-right: 10px;
}
.filter1 fieldset 
{
    padding: 10px;
    border-radius:8px;
    height: 40px;
    display: inline;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}
.filter2 fieldset 
{
    padding: 10px;
    border-radius:8px;
    height: 80px;
    display: inline;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0px;
}
.filter legend {margin: 5px;padding: 0px;}
.txtbox{cursor: hand;}
.port {padding:2px;}
.btnSearch{margin-top: 110px;}
.btnSearch1{margin-top: 25px;}
.btnSearch2{margin-top: 67px;}

.shippingInfo    
{
    border: medium none;
    color: #051060;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 5px 0;
    width: 500px;
}
.shippInfoLegend{padding: 5px 0;font-style: italic;color: #08199B;}

.customTooltipCss
{
    position: absolute;
    margin-left: 10px;
    padding: 3px;
    background: #FFFFBB;
    border: 1px solid lightgray;
    white-space : pre-line;
    font-size : 12px;    
}

.export-table
{
    width: 100%;
    
}

.export-table th, .export-table td
{
    background-color: #c9c9c9;
    text-align: center;
    padding: 5px;   
    border: 1px solid #b6b6b6!important; 
}

.export-table tr
{
    color: #4f4f4f;
}

.export-table td
{
    background-color: #fff;
    text-align: right;
}

.export-table td:first-child
{
    text-align: left;
}