.textw {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.texth {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #3366cc;
	text-decoration: none;
}

.textb {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.textn {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.texts {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #015EC6;
	text-decoration: none;
}

.link:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #015EC6;
	text-decoration: underline;
}
.linkw {
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linkw:hover {
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.linkg {
	text-decoration: none;
	color: gold;
}
.linkg:hover {
	text-decoration: none;
	color: gold;
}

.DatePicker /* main datepicker style */
{

     background-color: #eff8ef;
     font-size: 11px;
     z-index: 1024;
     position: absolute;
     visibility: hidden;
	  font-family: Tahoma, Verdana, Arial, Courier;
	  text-align: center;
}

.DatePickerHdr /* style for the header row */
{
     background-color: #e0ffe0;
     font-size: 11px;
	  font-family: Tahoma, Verdana, Arial, Courier;
	  text-align: center;
}

.DatePickerHdrSelect /* style for select box*/
{
     cursor: pointer;
     font-size: 11px;
	  font-family: Tahoma, Verdana, Arial, Courier;
}
.DatePickerHdrBtn /* style for buttons in the header row */
{
     cursor: pointer;
     font-size: 11px;
	  font-family: Tahoma, Verdana, Arial, Courier;
	 text-align: center;
}

.DatePickerBtn /* style for the calendar area */
{
     cursor: pointer;
     font-size: 11px;
	  font-family: Tahoma, Verdana, Arial, Courier;
	  text-align: center;
}

.DatePickerValue /* style for the textbox with date */
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Courier;
}

.DatePickerBtnSelect /* highlighted date */
{
     background-color: #c0c0ff;
     cursor: pointer;
     font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Courier;
	  text-align: center;
}
/*Date picker syle ends here*/


.panel {
	box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .3) !important;
	-webkit-box-shadow: 0 3px 20px 10px rgba(0, 0, 0, .3) !important;
}
.pointer {cursor: pointer!important;}
 .ck.ck-editor{
	 max-height: 1200px !important;
	 width: 900px !important;
	 overflow-x:scroll;
 }
