﻿#days
{
	
	color:#000000;
	border-left:#b8b7b5 solid 1px;
	border-top:#b8b7b5 solid 1px;
	width:639px;
	font-size:11px;
	

}

#days .firsttop
{
	height:25px;
	width:185px;
	float:left;
	background-color:#4d4c4c;
	color:#b0b850;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	border-right:#b8b7b5 solid 1px;
	border-bottom:#b8b7b5 solid 1px;
}

#days .space_cell
{
	height:25px;
	width:150px;
	float:left;
	line-height:25px;
	text-align:center;
	background-color:#4d4c4c;
	color:#b0b850;
	font-weight:bold;
	border-right:#b8b7b5 solid 1px;
	border-bottom:#b8b7b5 solid 1px;

}

#days .row
{
	height:25px;
	border-bottom:#b8b7b5 solid 1px;
	/*width:488px;*/
	width:639px;
	/*width:300px;*/
	/*border:#ffffff solid 1px;*/
}

#days .row .termin_cell, #days .row .termin_cell_l
{
	height:25px;
	width:185px;
	float:left;
	text-align:center;
	font-weight:bold;
	line-height:25px;
	border-right:#b8b7b5 solid 1px;
	/*border-bottom:#b8b7b5 solid 1px;*/
	background-color:#FFFFFF;
	color:#4d4c4c;
	

}

#days .row .free_cell, #days .row .free_cell_l
{
	height:25px;
	width:150px;
	background-image:url(rezerviraj.png);
	cursor:pointer;
	float:left;
	border-right:#b8b7b5 solid 1px;
	/*border-bottom:#b8b7b5 solid 1px;*/
}

#days .row .full_cell, #days .row .full_cell_l
{
	height:25px;
	width:150px;
	float:left;
	line-height:25px;
	background-color:#c02400;
	border-right:#b8b7b5 solid 1px;
	/*border-bottom:#b8b7b5 solid 1px;*/
	color:#FFFFFF;
	text-align:center;
}

#days .row .reserved_cell, #days .row .reserved_cell_l
{
	height:25px;
	width:150px;
	float:left;
	line-height:25px;
	background-color:#b0b850;
	border-right:#b8b7b5 solid 1px;
	/*border-bottom:#b8b7b5 solid 1px;*/
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

#Days_img
{
	margin:28px 0px 0px 0px;
	


}

#error
{
	font-size:12px;
	line-height:41px;
	color: #ffffff;
	font-weight:bold;
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 50px;
    height:41px;
	background-image:url(../pagefiles/actions/images/usersignin/error.png);
	background-repeat:no-repeat;

}

#ok
{
	font-size:12px;
	line-height:41px;
	color: #ffffff;
	font-weight:bold;
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 50px;
    height:41px;
	background-image:url(../pagefiles/actions/images/usersignin/ok.png);
	background-repeat:no-repeat;
}


#error_line
{
	width:640px;
    height:2px;
	margin-bottom:15px;
	background-image:url(../pagefiles/actions/images/usersignin/hr.png);
	background-repeat:repeat-x;
	

}



