@charset "utf-8";
/* CSS Document */

body
{
	height: 100%;
	margin:0px;
	background-color: #ffffff;
	color: #0165a5;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

.labelErr {
	font-size: 12px;
	color: #F00;
	font-family: Verdana;
	font-weight: bold;
}
.labelSuc{
	font-size: 12px;
	color: #0028FF;
	font-family: Verdana;
	font-weight: bold;
}

.labelLogin {
	font-size: 12px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
}

.menuTopText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104BA5;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
}

.label
{
	font-size: 13px;
	color:Black;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.newprod { font-weight: bold; font-size: 12px; }
.newprod1 { font-weight: bold; font-size: 12px; line-height:25px;}

.inner_table_head { border-bottom: 1px solid #616263; background-color: #035e8b; height:30px; }
.inner_table_column_heading { font-weight: bold; font-family: Verdana, Arial, sans-serif; cursor:default; color: #fff; }

.calendar_cell_middle { border-bottom: 1px solid #616263; border-right: 1px solid #616263; background-color: #eeedec; font-size: 13px; }
.calendar_cell_middle_1 { border-bottom: 1px solid #616263;  background-color: #eeedec; font-size: 13px; }
.calendar_cell_right { border-bottom: 1px solid #616263; background-color: #eeedec; }

.content5{
	overflow: auto;
	position: relative;
	width: 100%;
	
	max-width: 100%;
	max-height: 415px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
