/* 
================================
Skin styles for DotNetNuke
================================
*/   


.logo {background-image:url('logo.jpg'); width:199; height:85; background-repeat:no-repeat;}
.logo_line {background-image:url('logo_line.jpg'); width:567; height:20; background-repeat:no-repeat;}
.flash {background-image:url('flash1.jpg'); width:566; height:248; background-repeat:no-repeat;}
.bottom_line {background-image:url('bottom_line.jpg'); width:745; height:4; background-repeat:no-repeat;}
.left_menu {padding-top:10; background-image:url('left_menu.jpg'); width:178; height:269; background-repeat:no-repeat;}
/* .small_gradient {background-image:url('small_gradient.jpg'); width:745; height:152; background-repeat:no-repeat;} */
/* .big_gradient {background-image:url('big_gradient.jpg'); width:745; height:353; background-repeat:no-repeat;} */
.apatinis_meniu {background-image:url('apatinis_meniu.jpg'); width:178; height:152; background-repeat:no-repeat;}
/* .contentpane {background-image:url('contentpane.jpg'); width:195; height:152; background-repeat:no-repeat;} */
/* .akcija-naujienos {background-image:url('akcija-naujienos.jpg'); width:567; height:201; background-repeat:no-repeat;} */









.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.turinys {

	width: 100%;
	background-color: transparent;
        align:left;
	padding-left: 18 px;
	padding-right: 18 px;
	padding-top: 14 px;
}

.main_dnnmenu_container {
	background-color: black;
}
.main_dnnmenu_bar {
        width:100%;
	cursor: pointer; 
	cursor: hand;
	height:25px;  
	background-color: #F56C38; 
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #DDC69F; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #F56C38;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; height:25; 
	cursor: hand; 
	color: #DDC69F; 
	font-size: 10pt; 
	font-weight: bolder; 
	font-style: normal;
	background-color: Transparent;
	font-family: Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 12px 0px 5px;  /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: red; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bolder;
   color: #333333;
}




h3 {
	color: #50CA03; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
        font-family: Tahoma;
        padding-left:37;
        
}


h4 {
	color: #565656; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal;
        font-family: Arial;
        
        
}

A:link
{
	text-decoration: none;
	color: #DEDEDE;
}

A:visited
{
	text-decoration: none;
	color: #DEDEDE;
}

A:hover
{
	text-decoration: underline;
	color: #DFAD3E;
}

A:active
{
	text-decoration: none;
	color: DFAD3E;
}

p {     font-family: Tahoma;
        font-size: 11px;
        color: #7D8381;
}