﻿/***********************************************************************
* Page under-construction style
/***********************************************************************/


			Body { font-family: Tahoma, Arial, Verdana; }	
			Table { font-size: 11px; color: Black; }
			.HeaderStyle { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; HEIGHT: 27px;  }
	
			TABLE.TableBorder { BACKGROUND-COLOR: #74baf3 }	
	
			TD.TableTD {BACKGROUND-COLOR: #f1f9ff}		
			TD.TableTD A:link {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
			TD.TableTD A:visited {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
			TD.TableTD A:hover {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: none}

/*****************************************************
Solution style
*****************************************************/

a.Solution:link,
a.Solution:visited
{
	  font-family: Tahoma, Arial, Verdana;
      text-decoration:none;
      color:#666666;
      letter-spacing:0px
}
a.Solution:hover
{
	  font-family: Tahoma, Arial, Verdana;
      text-decoration:none;
      color:Black;
      letter-spacing:0px
}

.orange
{
	color:#FF6600;
}

A.Solution:hover SPAN
{
	  font-family: Tahoma, Arial, Verdana;
	  text-decoration:underline;
      color:#FF6600;
}

/***********************************************************************
* BALCO style
/***********************************************************************/

.ValidateError,
.ValidateErrorTitle
{
	color:Red;
}
.InformationError,
.InformationErrorTitle
{
	color:#2D3292;
}
.ValidateErrorTitle,
.InformationErrorTitle
{
	font-weight: bold;
}

p, ul, li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

ul {
	list-style-image: url(../Images/balco/small_marker.gif);
	list-style-position: inside;
}
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #1A0273;
	text-decoration: none;
}

a.menuTxtOver:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuTxtOver:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.pageTitle {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #140074;
}
.textHighlight {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
/*	color: #000099;*/
	color: #584B9F;
}

.header_corner_bg {
	background-image: url(../Images/balco/header_corner.gif);
	background-repeat: no-repeat;
}
.header_line_bg {
	background-image: url(../Images/balco/header_bg.gif);
	background-repeat: repeat-x;
}
.header_main_bg {
	background-image: url(../Images/balco/header.jpg);
	background-repeat: no-repeat;
}
.box_header {
	background-image: url(../Images/balco/box_header.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 15px;
	width: 195px;
}

.box_headerInnter {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

.box_footer {
	background-image: url(../Images/balco/box_footer.gif);
	background-repeat: no-repeat;
	width: 195px;
}
.box_content {
	background-image: url(../Images/balco/box_content.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana;
	color: #1A0273;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 15px;
	width: 195px;
}

.box_contentMenu {
	background-image: url(../Images/balco/box_content.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana;
	color: #1A0273;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 2px;
	width: 195px;
}

.box_content a:link,
.box_content a:visited {
	color: #1A0273;
	text-decoration: none;
}
.box_content a:hover {
	color: #000000;
	text-decoration: underline;
}
.box_content p,
.box_content ul,
.box_content li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.box_content ul {
	list-style-image: url(../Images/balco/box_marker.gif);
	list-style-position: inside;
}


.tableSpaces {
	padding: 10px;
}

.tableSpaces2 {
	padding: 0px 0px 0px 10px;
}

/******** Formos inputu stailas ********/
input.inputStyle {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #21018D;
	border-color: #9B90BF;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}
/******** Formos buttonu stailas ********/
input.buttonStyle,
input.buttonStyleOver,
input.buttonOk,
input.buttonOkOver {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	cursor: pointer;
	height: 17px;
}
input.buttonStyle,
input.buttonStyleOver {
	width: 81px;
}

input.buttonOk,
input.buttonOkOver {
	width: 41px;
}

input.buttonStyle {
	background: url(../Images/balco/button.gif);
	color: #FFFFFF;
}
input.buttonStyleOver {
	background: url(../Images/balco/button-over.gif);
	color: #21018D;
}

input.buttonOk {
	background: url(../Images/balco/ok_button.gif);
	color: #FFFFFF;
}
input.buttonOkOver {
	background: url(../Images/balco/ok_button-over.gif);
	color: #21018D;
}


.mainMenu,
.mainMenuOver {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 4px;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	width: 118px;
	height: 22px;
}
.mainMenu {
	background-image: url(../Images/balco/menu_button.gif);
	color: #21018D;
}
.mainMenuOver {
	background-image: url(../Images/balco/menu_button-over.gif);
	color: #FFFFFF;
}
.mainMenuBott {
	background-image: url(../Images/balco/blue_line.gif);
	background-repeat: repeat-x;
}
.mainMenuCorner {
	background-image: url(../Images/balco/blue_corner.gif);
	background-repeat: no-repeat;
}
.rightLogosTop {
	background-image: url(../Images/balco/right_bottom_head.gif);
	background-repeat: no-repeat;
}
.rightLogosContent {
	background-image: url(../Images/balco/lines_dot.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana;
	color: #1A0273;
	padding-right: 10px;
	padding-left: 15px;
}
.footerContent,
.footerCopyright {
	background-image: url(../Images/balco/lines_dot.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}
.footerContent {
	padding-left: 10px;
}
.footerCopyright {
	padding-left: 15px;
	padding-right: 10px;
}



.userPrice {
}
.PriceWithDiscount {
	color:#0033CC;
}

/*===========================*/

.leftMenu,
.leftSubMenu
{
	color: #1A0273;
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
	margin: 2px 0px 2px 2px;
}

.leftMenu-over,
.leftSubMenu-over
{
	color: #000000;
	text-decoration: underline;
	cursor:hand;
	cursor:pointer;
	margin: 2px 0px 2px 2px;
}

.submenuSpaces {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 20px;
}

/***********************************************************************
* Tables styles
/***********************************************************************/

.highlightAltCell,
.highlightCell,
.simpleAltCell,
.simpleCell,
.tableTop {
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px;
	border: none;
}
.highlightAltCell {
	color: #000000;
	background-color: #DDE1FF;
}
.highlightCell {
	color: #000000;
	background-color: #F5F5F5;
}
.simpleAltCell {
	color: #000000;
	background-color: #EEF0FF;
}
.simpleCell {
	color: #000000;
	background-color: #FFFFFF;
}
.tableTop {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #949FE8;
}
/*-----------------------------*/

select.calcStyle,
select.simpleSelect {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #1A0273;
	border-color: #9B90BF;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}
select.calcStyle {
	width: 100%;
}

.juosta_img
{
background-image:url(../Images/balco/juosta.jpg);
height:38px;
width:535px;
background-repeat:no-repeat;
font-family: tahoma;
padding-left:22px;
color:#FFFFFF;
font-size:15px;
}
.juosta_apacia_img
{
background-image:url(../Images/balco/apacia.jpg);
height:27px;
width:535px;
background-repeat:no-repeat;
}
.seselis
{
background-image:url(../Images/balco/seselis.jpg);
background-repeat: repeat-y;
}
.table_down{
margin-top:20px;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* contentas */
	#contentas, #contentas ul {
	position:static; 
	}
	#contentas, #contentas li {
	list-style: none;
	margin:0;
	padding:0; 
	height:100%;
	}
	#contentas {
	padding-top: 22px;
	color: #1A0273;
	font-family: tahoma;
	font-weight: normal;
	vertical-align: top;
}
	
	
	
	.pirmas {
	font-size:15px;
	font-family: tahoma;
	padding-top:20px
	
	}
.pirmas_apacia {
font-size: 12px;
font-family: tahoma;
text-align: left;
padding-top: 22px;
	color: #1A0273;
	font-family: tahoma;
	font-weight: normal;
	vertical-align: top;
}
	.antras {
	font-size:11px;
	font-family: tahoma;
	color:#000000;
	padding-left:22px;
	padding-top:34px;
	
	}
	.trecias {
	font-size:12px;
	font-family: tahoma;
	color:#000000;
	}
	.paprastas {
	font-size:11px;
	font-family: tahoma;
	color:#000000;
	}
	.paprastas_top {
	font-size: 11px;
	font-family: tahoma;
	color: #000000;
	margin-top: 10px;
	text-align: left;
}
.paprastas_atitrauktas {
	font-size: 11px;
	font-family: tahoma;
	padding-left: 44px;
	color: #000000;
	text-align: left;
}
.paprastas_left {
	font-size: 11px;
	font-family: tahoma;
	padding-left: 44px;
	color: #000000;
	text-align: left;
}
	.ketvirtas {
	font-size:12px;
	font-family: tahoma;
	color:#1A0273;
	padding-top:34px;
	}
	.mazas {
	font-size:10px;
	font-family: tahoma;
	color:#000000;
	padding-left:22px;
	padding-top:34px;
	}
	



