/* Start Of Default styles for the html elements in the site */

body,td

{

    font-size: 12px;

    font-family: Arial, Helvetica, sans-serif;
    
    margin:5px;

}

input, select, textarea
{
    /* border: 1px solid #a8c7e2; */
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/* End Of Default styles for the html elements in the site */

/* Start Styles for success or failure messages after each user actions. Applicable for both frontend and admin section  */

.greenfont{

    font-size: 13px;

    color:green;

    font-family: Arial, Helvetica, sans-serif;

    font-weight:bolder;

}

.redfont{

    font-size: 13px;

    color:#990000;

    font-family: Arial, Helvetica, sans-serif;

    font-weight:bolder;    

}

/* End Styles for success or failure messages after each user actions. Applicable for both frontend and admin section  */

.errortitle
{
    font-size: 13px;
    color:red;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bolder;    
}

.errsubtitle
{
    font-family:Arial,Times New Roman;
    color:#663333;
    font-size:12px;
	font-weight: bolder;
}

.tableborder_new {
	border: solid 1px #ffc524;
	font-size:12px;
}

.maincontentheading {
	/*background-color: #356c9d;*/
	font-size: 12px;
	font-weight: bold;
	color: #356c9d;
}

.starcolor, .hintfont {
	color: red;
}

a{
color :#015daa;
font-size: 11px;
font-weight: bolder;
}

a:hover{
color :#CC0033;
font-size: 11px;
font-weight: bolder;
}
.text5 {
color:#174c7a;
}
.whitefont, .bill_formlable {
font-size:12px;
color:#356c9d;
}
.design_deve {
	font-size:10px;
	color:#356c9d;
	text-decoration:none;
	font-weight:300;
	
}
.design_deve:hover {
	font-size:10px;
	color:#ffc524;
	text-decoration:underline;
	font-weight:300;
}

.listheading {
	background-color: #356c9d;
	font-size: 12px;
	font-weight: bold;
	color: #ffc524;
}

.entrywidth {
	width: 400px;
}

.hidelayer {
	display: none;
}

.showlayer {
	display: block;
}
.subheader2 { font-family: arial; font-size: 14px ; font-weight: bold; color: #356C9D; }
.newhead1{ font-family: arial; font-size: 16px; font-weight: bold; color: #800c1f; text-decoration: none ; }
.newhead12{ font-family: arial; font-size: 15px; font-weight: bold; color: #800c1f; text-decoration: none ; }
.newhead12:hover{
font-family: arial; font-size: 15px; font-weight: bold; color: #800c1f; text-decoration: underline ; 
}

.blue_linknew {
color :#FF0000;
font-size: 12px;
font-weight: bolder;
}

.blue_linknew:hover{
color :#CC0033;
font-size: 12px;
font-weight: bolder;
}
