/* $Id: lt.css 59 2009-05-26 20:29:36Z maisam $ */
/* Table styles */
th 
{
	text-align: left;
	vertical-align: top;
}
th.doctitle 
{
	color: #e54422;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-align: left;
	width: 100%;	
}
td {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}
td.hrcol {
	height: 1px;
}
td.docbody {
	width: 100%;
}
td.docfooter {
	color: #eeeeee;
	height: 100%;
	text-align: right;
}
td.innerTitle
{
	width: 250px;
}
td.innerValue
{
	width: 50px;
}
td.innerUnit
{
	width: 25px;
}

.titletext 
{	
		font-size: 18px; 
        font-weight: normal; 
        color: #e54422; 
        text-decoration: none;
		text-align: left;
		vertical-align: top;
		margin-bottom: 0.5em;
}
.label	{
	font-size: 11px;
	font-weight: bold;
}
.content {	
		width: 675px;
}
#contentarea {	
		width: 675px;
}
/* Text styles */
.text {
	font-size: 11px;
	color: #000000;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.small 
{
	font-size: small;
}
/* Colors */
.whiteBg 
{
	background-color: #ffffff;
}
.grayBg 
{
	background-color: #e7e7e7;
}
.black 
{
	color: #000000;	
}
.gray
{
	color: #e7e7e7;
}

/* Special styles */
/*
.summa 
{
	color: #000000;
	font-size: 12px;	
	font-weight: bold; 
}*/
.yahoo 
{
		font-size: 11px; 
		color: #b65801; 
        /*font-weight: bold; */
        text-transform: lowercase; 
}
.search 
{
		font-size: 10px; 
        color: #b65801; 
        font-weight: bold; 
        text-transform: capitalize; 
}
.int_prod 
{
	color: #b65801;
}
.ext_prod 
{
	color: #909090;
}
.gen_prod 
{
	color: #000000;
}

/* Custom drop down */
/*.select 
{
	border: 0px; 
	zindex: 1;
	visibility: hidden;
}*/
div.select
{
	border: 1px solid #aeaeae;
	z-index: 1;
	display: none;
}
li.select
{
	list-style-type: none;
	position: relative;
	left: -10px;
}

/* Tables */
table.grid 
{
	border-top: 1px solid #aeaeae; 
	border-left: 1px solid #aeaeae;
}
th.grid 
{
	background: #afafaf;
	border-right: 1px solid #eeeeee; 
	border-bottom: 1px solid #eeeeee;
}
td.grid 
{
	border-right: 1px solid #aeaeae; 
	border-bottom: 1px solid #aeaeae;
}

a.tab
{
	padding: 5px;
	color: #3a3a3a !important;
	background-color: #e7e7e7;
	border: 1px solid #aeaeae;
	text-decoration: none;
}
a.tab:hover
{
	text-decoration: underline;
}
a.tab:active
{
	background-color: #f08821;
}
div.tab
{
	padding: 10px;
	/*background-color: #e7e7e7;*/
}
div.prodimg
{
	margin-top: 5px;
}

/* List styles */
.list 
{
	border: 1px solid #aeaeae; 
	background: #ffffff;
}
div.list 
{
	display: block;
}

/* Inputs */
input 
{
		height: 24px;
}
input#srch_box
{
	position: relative;
	top: -2px;
}

/* Buttons */
input.btn2 
{
	border: 1px solid transparent;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 24px;
}
input.btn2:hover 
{
	border: 1px solid #aeaeae;
	background-color: #eaeaea;
}
/* Button images */
input.btnSearch
{
	background-image: url(../img/dots.gif);
}
input.btnDropdown
{
	background-image: url(../img/down.gif);
}
input.btnLogin 
{
	background-image: url(../img/ok.gif);
}
input.btnDelete
{
	background-image: url(../img/delete.gif);
}
input.btnLogin:hover 
{
	border: 0px solid transparent;
}

/* Textboxes */
input[type="text"], input[type="password"]
{
	border: 1px solid #aeaeae;
	vertical-align: middle;
}
input[type="text"]:hover
{
	background-color: #eaeaea;
}
input.textual 
{
	text-align: left;
}
input.hilite
{
	background-color: #fcc41e;
}
input.numeric 
{
	text-align: right;
}
textarea.textual 
{
	border: 1px solid #aeaeae;
	vertical-align: top;
}
textarea.textual:hover 
{
   	background-color: #eaeaea;
}
input.hilite:hover
{
	background-color: #fcc41e;
}
#mainMenu input
{
	border: 1px solid #b8b8b8;
	color: #4d4d4d;
	font-size: 11px;
	vertical-align: top;
	height: 15px;
}
	
/* Popup layers */
div.dialogTitle
{	
	background-color: #aeaeae;
	/*background-image: url("../img/close.gif");
	background-repeat: no-repeat;
	background-position: right;*/
	padding: 2px;
	font-weight: bold;
}
div.dialogBody
{
	background-color: #eaeaea;
	border: 1px solid #aeaeae;
	padding: 1em; 
}

.popupmenu 
{ 
	opacity: .9; 
	filter: alpha(opacity=90); 
	z-index: 1; 
	display: none;
}
.popupdialog 
{
	padding: 1em; 
	background-color: #eaeaea;
	border: 1px solid #aeaeae; 
	opacity: .9; 
	filter: alpha(opacity=90); 
	z-index: 1; 
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}

/* ravintoarvolaskuri */
#ing_sel 
{
	width: 500px; 
	height: 150px;
}

#rcplst 
{
	background-color: #ffffff;
	/*width: 500px;*/
	width: 100%;
	height: 200px;
	border: 2px solid #e7e7e7;
	overflow: auto;
}

ul.prodlst 
{
	list-style-type: none;
	list-style-image: url(/img/next.gif);
}
li.prodlst 
{
	/*padding: 2px;*/
}
li.prodlstlast 
{
	list-style-image: url(/img/delete.gif);
	text-align: right;
}

/* Visibility */
.hidden
{
	display: none;
}
.block
{
	display: block;
}
.inline
{
	display: inline;
}
