/*this is for body margin properties*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*font size for control pannel font*/
.logo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	letter-spacing: .1em;
	word-spacing: .2em;
}
/*font for my admin,ch pswd,logout*/
.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
/*font for welcome & tech in the home page*/
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000033;
	text-decoration: none;
	word-spacing: 0.1em;
}
/*font for the copyrights in the aclass*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000033;
	text-decoration: none;
	word-spacing: 0.1em;
}
/*fonts for the all admin labels in front of the textbox*/
.label {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
/*define the bgcolor for the all admin oddrows in the propertyies*/
.oddrow  {
	letter-spacing: 0.1em;
	background: #fbecb5;
	height: 30px;
}
/*define the bgcolor for the all admin evenrows in the propertyies*/
.evenrow {
	letter-spacing: 0.1em;
	text-decoration: none;
	background: #FFFFD7;
	height: 30px;
}
/*this controls the fonts &bgcolor in the tiltle of the admins like country,property. in the addneww etc*/
.title {
	text-decoration: none;
	background:  #FFD953;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	word-spacing: .1em;
	height: 35px;
}
/*this Hides fonts for error msg*/
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: .1em;
	word-spacing: .1em;
	border: 1px solid #999999;
}
/*this for the fonts in the msgbox*/
.msgbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FF9900;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	border: 1px solid #CCCCCC;
	text-align: center;
}
/*this css used in the where are the words used for return to back using href*/
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
/*this css used in the where are the words used for return to back by overline */

.back:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000033;
	text-decoration: overline;
}
/*this css for fonts in the go to login page in chgpswd,forgot pswd ur sussesfully changed*/
.loginpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #664500;
	text-align: left;
	text-decoration: none;
}
/*paging in the admins using in PREV,NEXT*/
.paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000033;
	text-align: left;
	text-decoration: none;
}
.paging:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000033;
	text-align: left;
	text-decoration: overline;
}
/*font size for the action elements like EDIT.DELETE,STATUS*/
.action {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0033FF;
	text-align: left;
	text-decoration: none;
}
/*this controls the css for id, description contents*/
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #151515;
	text-align: left;
	text-decoration: none;
}
/*this change the color of the button in the all admin amsters and admin control*/
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	background-color: #ffffd7;
}
.inr_txt {
	font-family: "MS Sans Serif", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	word-spacing: 0.2em;
}
.msgtitle {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	word-spacing: .1em;
	height: 35px;
}
/*this is for the listview title for rhe id,desc,and action*/
.listviewtitle {
	text-decoration: none;
	background:   #FFD953;
	word-spacing: .1em;
	height: 15px;
}
/*this for the words like id.desc,and status */
.idlink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
.logoclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	letter-spacing: .1em;
	word-spacing: .2em;
	font-style: italic;
}

