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

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

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

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

.menuTopText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: 13px; }
.newprod1 { font-weight: bold; font-size: 13px; line-height:25px;}

.inner_table_head { border-bottom: 1px solid #616263; background-color: #0078d7; color: #000; height:30px; }
.inner_table_column_heading { font-weight: bold; font-family: Verdana, Arial, sans-serif; cursor:default; color: #000; font-size: 13px; border-top:1px solid #3d3d5d; }

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

.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;
}
