.borderRight{
	border-right: solid 1px gray;
}
.borderTop{
	border-top: dotted 1px gray;
}
.linkSmallBold{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #32357f;
	font-weight: bold;
}
.linkSmallBold:hover{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: red;
	font-weight: bold;
}
.button{
	cursor: hand;
	background-color: #446bb7;
	color: white;
	font-weight: normal;
	width: 110px;
}
.tblHead{
	background-color: #cacaff;
	color: black;
	font-weight: bold;
}
.tblRow{
	background-color: #e8e8ff;
	color: black;
	font-weight: normal;
}
.black{
	color: black;
}
.black:hover{
	color: #e92e2f;
}
.naslov {
	font: 13px Verdana, Arial, sans-serif;
	text-decoration: none;
}
.placeOrderInput{
	width: 300px;
	border: solid 1px #32357f;
}
















/********* CALENDAR CSS **********/
.calendar_table, .calendar_control_table, .calendar_year_input, .calendar_month_input{
	font-size:11px;
	font-family:arial,'Trebuchet MS',Verdana;
}

.calendar_full{
	cursor:hand;
}

.calendar_day, .calendar_day_name, .calendar_empty, .calendar_table{
	border:solid 1px gray;
	padding-left:1;
	padding-right:1;
}
.calendar_day, .calendar_day_name, .calendar_empty{
	border-top:none;
	border-left:none;
}

.calendar_table{
	border-bottom:none;
	border-right:none;
}
.calendar_day_name{
	border-bottom-width:3px;
}
.calendar_col6, .calendar_day_name7{
	background-color:#D7D7D7;
}

.calendar_day_over, .calendar_day_name_over{
	background-color:#4A4A4A;
	color:white;
}

.calendar_day_selected{
	back_ground: url(images/plus.gif) no-repeat center center;
	background-color:#4A4A4A;
	color:white;
}


td.calendar_month_input, td.calendar_year_input{
	background-color:#4A4A4A;
	color:white;
}

.calendar_control_table{
	/*width:120;*/
	background-color:#4A4A4A;
	color:white;
}

input.calendar_year_input, input.calendar_month_input{
	background-color:#4A4A4A;
	border:solid 1px #4A4A4A;
	color:white;
	padding:0;
	height:15px;
	margin:0;
}
INPUT.calendar_year_input{
	width:100%;
}
input.calendar_month_input_focus, input.calendar_year_input_focus, input.calendar_month_input_over, input.calendar_year_input_over{
	border:solid 1px white;
}
INPUT.calendar_month_input{
	width:14px;
	height:14px;
}
/********** END CALENDAR CSS ***********/

