/* MAIN CSS FOR RITENIS.LV */

div#p1, div#p2, div#p3, div#p4, div#p5, div#p6 {
display:none;
}

BODY {
font-family:tahoma;
}

TABLE {
font-family:tahoma;
}

h1#info {
	font-size:12px;
	color:#7c5b5b;
	margin-bottom:0px;
}

div#brendi {
height:100%;
width:155px;
background-color:white;
text-align:center;
border-color:gray;
border-width:1px;
border-style:solid;
filter:progid:DXImageTransform.Microsoft.Shadow(Color=gray, direction=135, strength=2);


}

input#user {
border-style:solid;
border-width:1px;
border-color:#6b6565;
background-color:white;
font-size:12px;
}

div#raz {
background-color:#ef8f00;
padding:2px;
color:black;
font-family:tahoma;
font-size:13px;
font-weight:bold;
}

h1#mid {
font-size:15px;
color:#5d5b5b;
margin-top:10px;
}

h1#mid2 {
font-size:18px;
color:#5d5b5b;
margin-top:10px;
font-weight:normal;
}

table#saraksts {
border-style:solid;
border-color:#dededc;
border-width:1px;
font-size:14px;
}

td#sarakstatd {
border-style:solid;
border-color:#dededc;
border-width:1px;
font-size:14px;
}

/*tabulas ieraksti */

h1#ieraksts {
margin:0px;
padding:0px;
color:black;
font-size:13px;
font-weight:normal;
}

h1#ieraksts_ {
margin:0px;
padding:0px;
color:black;
font-size:13px;
}

p#apraksts {
margin-top:5px;
margin-bottom:0px;
padding:0px;
font-size:11px;
}

.btn {
font-family: Tahoma;
color: white;
font-size: 12px;
border-color: #FFFFFF #666666 #666666 #FFFFFF;
background: url(img/menu-on.png);
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;
}

.btn:hover {
font-family: Tahoma;
color: white;
font-size: 12px;
border-color: #FFFFFF #666666 #666666 #FFFFFF;
background: url(img/menu-off.png);
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;
}

#menu {
	width:100%;
	height: 30px;
	background:url(img/menu-on.png) repeat-x;
	}
	
.menu_item {
	font-family:Tahoma,Arial;
	font-size: 12px;
	color: white;
	height: 30px;
	float: left;
	width:11%;
	background:url(img/menu-on.png) repeat-x;
	text-align:center;
	}

.menu_item:hover {
	font-family:Tahoma,Arial;
	font-size: 12px;
	color: white;
	height: 30px;
	float: left;
	width:11%;
	background:url(img/menu-off.png) repeat-x;
	text-align:center;
	}
	
.menu_inner {
	margin-top: 8px;
	}
	
#menu a:link, #menu a:active, #menu a:visited, #submenu a:link, #submenu a:active, #submenu a:visited {
	color: white;
	text-decoration: none;
	font-weight:bold;
	}
	
#menu a:hover, #submenu a:hover {
	color: white;
	text-decoration: none;
	font-weight:bold;
	}
	
#submenu {
	width:100%;
	height: 30px;
	background:url(img/menu-off.png) repeat-x;
	display:none;
	}
	
.submenu_item {
	font-family:Tahoma,Arial;
	font-size: 12px;
	color: white;
	height: 30px;
	float: left;
	width:11%;
	background:url(img/menu-off.png) repeat-x;
	text-align:center;
	}

.submenu_item:hover {
	font-family:Tahoma,Arial;
	font-size: 12px;
	color: white;
	height: 30px;
	float: left;
	width:11%;
	background:url(img/menu-on.png) repeat-x;
	text-align:center;
	}
	
	
