/* CSS Document */

body{
margin:0px;
padding:0px;
/*background-color:#6d6e71;*/
background-color:#000000;
}

.maintableborder{
	border-left-style: solid;
	border-left-color: #363334;
	border-left-width: 1px;
	border-bottom-color: #5b5a5d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color:#231f20;
	
}
.input_dropdownlist{
width:203px;
height:18px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;
text-indent:4px;
}
.normal_orange_large a:hover{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#000000;
text-align:left;
text-align:justify;
text-decoration:underline;

}
.bottomfont{
font-family:"Times New Roman", Times, serif;
font-size:70%;
color:#bab589;
text-align:center;
text-transform:uppercase;
line-height:14px;

}

.interior_page_grey_font{
font-family:"Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
color:#949393;
text-align:center;

}
.interior_page_grey_font_left{
font-family:"Times New Roman", Times, serif;
font-size:80%;
color:#636466;
text-align:left;

}
.interior_page_grey_font_hyper{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#949393;
text-align:center;

text-decoration:none;
}



.mainbg{
	background-color: #6d6f71;
	background-image:url(../Lang/en/images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainbg2{
	background-image:url(../Lang/en/images/main_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.requestpage_font{
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#4D4B4C;
text-align:right;
}


.input_requestpage{
width:200px;
height:14px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;
text-indent:4px;
}
.input_requestpage_property{
width:200px;
height:14px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;

}
.input_request{
width:80px;
height:18px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;
text-indent:4px;
}
.input_requestpage_red{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#ff0000;

}

.input_requestpage_red_new{
font-family:tahoma;
font-weight:normal;
font-size:13px;
color:Green;

}

.review_font{
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#4D4B4C;
text-align:left;
text-decoration:none;
}
.review_font_ankur{
font-family:tahoma;
font-weight:normal;
font-size:12px;
color:#4D4B4C;
text-align:left;
text-decoration:none;
}
.review_font_ankur a:hover {
font-family:tahoma;
font-weight:normal;
font-size:14px;
color:#4D4B4C;
text-align:left;
text-decoration:none;
}
.review_font_new{
font-family:tahoma;
font-size:11px;
color:#0000ff;
text-align:left;
text-decoration:none;
}

.review_font a:hover {
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#000000;
text-align:left;
text-decoration:underline;
}

.review_font_new a:hover {
font-family:tahoma;
font-size:11px;
color:#000000;
text-align:left;
text-decoration:underline;
}


.term_font{
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#4D4B4C;
text-align:left;
}

.term_normal{
font-family:tahoma;
font-size:11px;
color:#4D4B4C;
text-align:left;
text-align:justify;
}
.term_normal_new{
font-family:tahoma;
font-size:12px;
color:#4D4B4C;
text-align:left;
text-align:justify;
font-weight:bold;
}
/***********calender********************/
#CalendarControlIFrame
{
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	z-index: 99;
}

#CalendarControl
{
	position: absolute;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100;
}

#CalendarControl table
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}

#CalendarControl th
{
	font-weight: normal;
}

#CalendarControl th a
{
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}

#CalendarControl td
{
	text-align: center;
}

#CalendarControl .header
{
	background-color: #93c461;
}

#CalendarControl .weekday
{
	background-color: #FFF;
	color: #000;
}

#CalendarControl .weekend
{
	background-color: #FFC;
	color: #000;
}

#CalendarControl .current
{
	border: 1px solid #339;
	background-color: #336;
	color: #FFF;
}

#CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current
{
	display: block;
	text-decoration: none;
	border: 1px solid #93c461;
	width: 2em;
}

#CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover
{
	color: #FFF;
	background-color: #336;
	border: 1px solid #999;
}

#CalendarControl .previous
{
	text-align: left;
}

#CalendarControl .next
{
	text-align: right;
}

#CalendarControl .previous, #CalendarControl .next
{
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
}

#CalendarControl .previous a, #CalendarControl .next a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#CalendarControl .title
{
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#CalendarControl .empty
{
	background-color: #FFF;
	border: 1px solid #93c461;
}
/***********calender end********************/
.term_font{
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#4D4B4C;
text-align:left;
}

.term_font_White{
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#ffffff;
text-align:left;
}


.term_normal{
font-family:tahoma;
font-size:11px;
color:#4D4B4C;
text-align:left;
text-align:justify;
}

/* Login Page */
.login_white_font{
font-family:tahoma;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}
.login_font{
font-family:tahoma;
font-size:11px;
color:#000000;
}

.login_green_font{
font-family:tahoma;
font-size:11px;
color:#E0E0E0;
text-decoration:none;
}
/* Login Page Ends */

/* Property Page  */
.input_requestmulti{
width:200px;
height:30px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;
text-indent:4px;
}
.input_requestmulti_Property{
width:200px;
height:30px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;
}

.input_request_18{
width:140px;
height:18px;
border:1px solid #797A68;
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-decoration:none;
text-indent:4px;
}

/* Property Page  */

.normal_orange{
font-family:tahoma;
font-size:11px;
color:#FF5F00;
text-align:left;
text-align:justify;

}

.normal_orange_large{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#FF5F00;
text-align:left;
text-align:justify;

}

.normal_orange_large5{
font-family:"Lucida Sans Unicode";
font-size:14px;
font-weight:bold;
text-align:center;
color:#FF5F00;
text-align:justify;

}
/* Ipm Css Classes */

.main_heading_ipm{
font-family:"Times New Roman", Times, serif;
font-size:21px;
color:#648267;
font-weight:bold;
}

.main_heading_ipm_underline{
font-family:"Times New Roman", Times, serif;
font-size:21px;
color:#648267;
text-decoration:underline;
font-weight:bold;
}

.main_heading_medium_ipm{
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#648267;
font-weight:bold;

}




.small_heading_ipm{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#4E4C4D;

}

.very_small_ipm{
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#686A6C;

}


.copyright_ipm{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#686A6C;
}

.copyright_ipm_11{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#ffffff;
padding-left:10px;
text-decoration:none;
}

.copyright_ipm_11 a:hover{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#ffffff;
padding-left:10px;
text-decoration:none;
}

.main_heading_property{
font-family:"Times New Roman", Times, serif;
font-size:19px;
color:#648267;
text-decoration:none;
font-weight:bold;

}
.small_heading_ipm{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#4E4C4D;

}

.very_small_ipm{
font-family:"Times New Roman", Times, serif;
font-size:11px;
color:#686A6C;

}


.copyright_ipm{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#686A6C;

}


.login_white_font{
font-family:tahoma;
font-size:10px;
color:#FFFFFF;
}

p{
margin:0px;
padding:0px;
}

.login_green_font{
font-family:tahoma;
font-size:10px;
color:#D1F158;
}



.static_page_heading{
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#696768;

} 

.static_page_normal{
font-family:"tahoma";
font-size:11px;
color:#000000;

}

.right_grey_bg{
background-image:url(../images/right_grey_corner.jpg);
background-repeat:no-repeat;
background-position:right top;
background-color:#4D4B4E;
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#ffffff;
text-align:left;
padding-left:10px;
}

.main_heading_medium_ipm_4{
font-family:"Times New Roman", Times, serif;
font-size:17px;
color:#858286;
font-weight:bold;
}

.main_heading_medium_ipm_5{
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#858286;
font-weight:bold;
text-decoration:none;
}
.anchor{
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#4D4B4C;
font-weight:bold;
font-style:italic;
text-decoration:none;
}
.anchor a:hover{
font-family:tahoma;
font-size:13px;
color:#4D4B4C;
font-weight:bold;
font-style:italic;
text-decoration:none;
}
.main_heading_medium_ipm_5 a:hover{
font-family:tahoma;
font-size:15px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
.requestpage_font_detail{
font-family:tahoma;
font-weight:bold;
font-size:11px;
color:#4D4B4C;
text-align:left;
}

.requestpage_font_detail_normal{
font-family:tahoma;
font-weight:normal;
font-size:11px;
color:#4D4B4C;
text-align:left;
margin:0;
padding:0;
text-indent:0px;
}
.requestpage_font_detail_normal_desc{
font-family:tahoma;
font-weight:normal;
font-size:12px;
color:#4D4B4C;
text-align:left;
margin:0;
padding:0;
text-indent:0px;
}
.font_gray {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.font_white {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


.font_red {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #fe0000;
	text-decoration: none;
}


.font_black {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.border{
border-top-style:solid; border-top-color:#000000; border-top-width:1px;
border-bottom-style:solid; border-bottom-color:#000000; border-bottom-width:1px;
border-left-style:solid; border-left-color:#000000; border-left-width:1px;
border-right-style:solid; border-right-color:#000000; border-right-width:1px;
}
