BODY
{
	margin-top: 0px;
	
	margin-bottom: 0px;

	background: #4e5359;
	background-image: url('img/background.gif');
	background-repeat: repeat-y;
	background-position: top center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

DIV.login
{
	position: absolute;
	
	
	background-color: #F3F3F3;
	width: 200px;
	height: 100px;
	z-index: 2;
}

TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TD.breadcrumbs
{
	background-image: url('img/backbreadcrumbs.gif');
	background-repeat: repeat;
	height: 25px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

HR
{
	size: 1px;
}

TD.body
{
	padding: 7px 7px 7px 7px;
}
DIV.related
{
	position: relative;
	float: right;
	background-color: #F3F3F3;
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 5px;
}
TD.menu
{
	
	border-right: 1px solid #999999;
}

A
{
	color: #290D75;
}
A.menuitem
{
	margin-top: 1px;
	margin-bottom: 1px;
}

DIV.val1
{
	background-color: #4E5359;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 2px 2px 2px 7px;
	margin-top: 1px;
	margin-bottom: 3px;	

}

TABLE.pontun
{
	border-left: 1px solid #COCOCO;
}

TD.pontuncell
{
	border-right: 1px solid #C0C0C0;
}
.lykilord
{
	font-size:24px;
	font-weight: bold;
	padding: 5px;
	border: 3px solid black;
}

/*div.mainmenu {
    position: absolute;
    left: 10px;
    top: 150px;
    font-weight: bold;
    z-index: 1;
}

div.menu {
    float: left;
    margin-left: 10px; 
}

div.popup a:hover { background-color: #faa; }
div.menu:hover div:first-child { border-bottom: none; }
div.menu div.popup { display: none; }

div.menu:hover div.popup { 
    display: block; 
    background-color: #99f; 
}
div.menu div {
    width: 175px;
    background-color: #66f;
    padding: 5px;
    border: solid 2px blue;
}

div.popup div, div.popup a { display:block; text-decoration: none; margin: 2px 2px 2px 5px; }
div.popup div + div, div.popup a + a { margin-top: 10px; } 

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
ul li 
{
	position: relative;
}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}
li:hover ul { display: block; }

ul li a 
{
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}*/
#calTable{

}
#check {
	position: absolute;
	top: -50px;
	left: -50px;
	display: none;
}
.calHeader{
	text-align: center;
}
.calTimeNormal{
	background-color: #FFFFFF;
}
.calTimeBusy{
	background-color: #CC0000;
	
}
.calTimeUnavailable{
	background-color: #B2B2B2;
	
}


.calTimeNormal, .calTimeBusy, .calTimeUnavailable{
	border: 1px solid #999999;
	height:20px;
	min-height:20px;
}

#bookForm legend
{
	font-weight: bold;
	font-size: 14px;
}
#bookForm label
{
	font-weight: bold;
	float: left;
	margin-left: 5px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/

}
.inputfield{
	width: 200px;
	margin-bottom: 5px;
}

#bookForm div
{
	margin-bottom: 5px;
}
#submitbutton{

margin-top: 5px;
width: 90px;
}
#notadPages
{
	padding: 10px;
	clear: both;
}
#notadPages A
{
	padding: 5px 7px;
	margin: 10px 5px;
	border: 1px solid #666666;
	text-decoration: none;
	font-weight: bold;
	

}
#notadPages A:hover
{
	background-color: #EEEEEE;
}
#notadPages .selected
{
	padding: 5px 7px;
	margin: 10px 5px;
	border: 1px solid #666666;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	color: red;
}

/* MessageBox */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 10px;
    padding:5px 10px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;

}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('pontun2/images/messages/information2.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('pontun2/images/messages/check.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('pontun2/images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('pontun2/images/messages/delete.png');
}

/* Book Confirm */

#bookConfirm
{
	text-align: center;
	margin: 10px;
}
#bookConfirm span
{
	font-weight: bold;
	font-size: 16px;
}
#bookConfirm p
{
	margin: 35px;
}
#bookConfirm .printButton
{
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
	padding: 15px 50px;
	background-image: url('img/button-gray.jpg');
	background-repeat: no-repeat;
    background-position: center;
}
#bookConfirm .printButton:hover
{
	text-decoration: underline;
	background-image: url('img/button-darkgray.jpg');
}
#bookCalNav
{
	text-align:center;
	margin: 10px;
}
#bookCalNav strong
{
	padding: 0px 5px;
}
#bookCalNav .prev
{

}

#bookCalNav .next
{
	
}

#varahlutirInsertForm #partNo
{
	width: 100px;
}
#varahlutirInsertForm #texti
{
	width: 300px;
}

