/* Global Styles */
body {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px;
	
	background-color: #64748B;
	background-repeat: inherit;
}

	

/* Class Styles */
/*
.widthed{
width:100px;
}  */

.logo {
	font-size:24px;
	font-family: verdana, tahoma, arial;
	color: #FFBA00;
	letter-spacing:normal;
	line-height:normal;
	} 

.logo2 {
    font-size:16px;
    font-family: verdana, tahoma, arial;
    color: #FFBA00;
    letter-spacing:normal;
    line-height:normal;
    } 

.navText {
	font-size:10px;
	font-family: verdana, tahoma, arial;
	color: #26354A;
	letter-spacing:normal;
	line-height:16px;
	padding-left: 5px;
	padding-right: 5px;	
	}

/* fontai */
h1 {
	font-family: verdana, tahoma, arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: Black
}

h2 {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: Black
}

table.listtable {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	background-color: #898989;
	border: #c5c5c5 solid;
	border-width : 0px 0px 1px 1px;
}

td.listtable_top {
	font-family: verdana, tahoma, arial;
	font-size: 9px;
	background-color: #DFE3E9;
	background-image: url(../images/th_back.png);
	border: #ffffff solid;
	border-width: 1px 1px 0px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	text-align: left;
}  

td.listtable_top_1 {
    font-family: verdana, tahoma, arial;
    font-size: 9px;
    background-color: #DFE3E9;
    background-image: url(../images/th_back.png);
    border: #ffffff solid;
    border-right: 20px dashed #64748B;
    border-width: 0px 20px 0px 0px;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    text-align: left;
}

td.listtable_1 {  
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	border: #ffffff solid;
	border-width: 1px 1px 0px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	height: 16px;
	background-color: #D3D8DC;
	text-align: left;
}

td.listtable_2 {  
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    border-right: 20px dashed #64748B;
    border-width: 1px 20px 0px 0px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    height: 16px;
    background-color: #D3D8DC;
    text-align: left;
}

td.listtable_3 {
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    border-width: 0px 0px 0px 0px; 
    margin-top: 0px;
    margin-right: 10px; 
    margin-bottom: 0px;
    margin-left: 0px;
    
    padding-top: 0px;
    padding-right: 20px; 
    padding-bottom: 0px;
    padding-left: 0px;
    
    background-color: #64748B;
    background-repeat: inherit;
}


input {
	font-style: normal;
	font-weight: normal;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
}
select {
	font-style: normal;
	font-weight: normal;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
    max-width: 700px;
}

option {
    max-width: 700px;
}

form {
margin:0;
padding:0;
}


/* Menu reikalai */

.ddm1 {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 10px 4px 8px;
    border: 1px #003366;
    border-style: none none none none;
    text-decoration: none;
    display: block;
    position: relative;

}
.ddm1 .item1 {
    background: #D3D8DC;
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #64748B;
    color: #ffffff;

}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #D3D8DC;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #64748B;
    color: #ffffff;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: none none none none; }
.ddm1 .right, .ddm1 .right:hover { border-style: none none none none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */



