BODY { 
	scrollbar-face-color: #B36B05; 
	scrollbar-highlight-color: #c0c0c0; 
	scrollbar-shadow-color: #B36B05; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: #c0c0c0; 
	scrollbar-darkshadow-color: #B36B05; 
	scrollbar-base-color: #c0c0c0; 
	scrollbar-3d-light-color: #c0c0c0
	font-size : 10pt; 
	font-family : Verdana; 
	margin : 0; 
	color : #000000; 
	line-height : 1.3; 	
} 
A { 
	font-size : 10pt; 
	color : #000000; 
	font-family : Verdana; 
} 
A:link { 
	text-decoration : none; 
} 
A:visited { 
	color : #000000; 
		text-decoration : none; 
} 
A:hover { 
	color : #000000; 
	text-decoration : underline; 
} 
A:active { 
	color : #ff0000; 
	text-decoration : none; 
} 
/*menu*/

#horiz-menu {
	height: 51px;	
	position: relative;
	/*top: -15px;
	_top: -8px;*/
}
#horiz-menu ul.menutop {
	padding-left: 0px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
 

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/menu-right.jpg) 100% 0 no-repeat;
}

#horiz-menu a {
	white-space: nowrap;	
	display: block;
	_float:left;
	line-height: 51px;
	padding-left: 18px;
	padding-right: 18px;
	font-weight: bold;
	font-size: 120%;
	font-size: 10pt;
	font-family : Arial; 
	text-decoration: none;
	text-align: center;
	color: #175255;	
	background: url(../images/menu-left.jpg) 0 0 no-repeat;

}

#horiz-menu li li.active{
	background: none;
	text-decoration: none;

}
#horiz-menu li.active
{

	background: url(../images/menu-right-hover.jpg) 100% 0 no-repeat;
	text-decoration: none;
}

#horiz-menu li.active a
{
	background: url(../images/menu-left-hover.jpg) 0 0 no-repeat;
	text-decoration: none;	
	color: #ffffff;	
}
	

/*End of menu*/	
.text { 
	border-right : 1px solid #a2aeb9; 
	border-top : 1px solid #a2aeb9; 
	font-size : 11px; 
	border-left : 1px solid #a2aeb9; 
	color : #000000; 
	border-bottom : 1px solid #a2aeb9; 
	font-family : Verdana; 
	height : 18px; 
	background-color : #666666; 
} 
.textArea { 
	border-right : 1px solid #a2aeb9; 
	overflow : auto; 
	border-top : 1px solid #a2aeb9; 
	font-size : 11px; 
	border-left : 1px solid #a2aeb9; 
	color : #000020; 
	border-bottom : 1px solid #a2aeb9; 
	font-family : Verdana; 
	background-color : #ffffff; 
} 
.login { 
	border-right : 1px solid #a2aeb9; 
	border-top : 1px solid #a2aeb9; 
	font-weight : normal; 
	font-size : 11px; 
	border-left : 1px solid #a2aeb9; 
	width : 130px; 
	border-bottom : 1px solid #a2aeb9; 
	font-family : Verdana; 
	height : 18px; 
	background-color : #efefef; 
}  
.button { 
	border-right : 1px solid #a2aeb9; 
	border-top : 1px solid #a2aeb9; 
	font-weight : normal; 
	font-size : 11px; 
	border-left : 1px solid #a2aeb9; 
	width : 70px; 
	border-bottom : 1px solid #a2aeb9; 
	font-family : Verdana; 
	height : 22px; 
	background-color : #efefef; 
} 

/* Image Property Start */
.img_round_small { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.img_style {
	border: 7px solid #ffffff;
	border-radius: 50%;
	-webkit-transition:.0s ease;
	-moz-transition:.0s ease;
	-o-transition:.0s ease;
	transition:1.0s ease;
	box-shadow:  0 0 5px rgba( 0, 0, 0, 0.3 );
}
.img_style:hover {
	border: 7px solid #ffffff;
	border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 100px;
	border-top-right-radius: 100px;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity: 0.9;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	cursor: pointer;
}
.img_round {
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition:.0s ease;
	-moz-transition:.0s ease;
	-o-transition:.0s ease;
	transition:1.0s ease;
	box-shadow:  0 0 5px rgba( 0, 0, 0, 0.3 );
}
.img_round:hover {
	border: 2px solid #ffffff;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity: 0.4;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	cursor: pointer;
}
.img_curve {
	border: 10px solid #2F2F2F;
	border-radius: 50%;
	-webkit-transition:.0s ease;
	-moz-transition:.0s ease;
	-o-transition:.0s ease;
	transition:1.0s ease;
	box-shadow:  0 0 5px rgba( 0, 0, 0, 0.3 );
}
.img_curve:hover {
	border: 10px solid #ffffff;
	border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	border-top-right-radius: 1px;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity: 0.4;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	cursor: pointer;
}
.img_zoom {
	border: 0px solid #ffffff;
	-webkit-transition:.0s ease;
	-moz-transition:.0s ease;
	-o-transition:.0s ease;
	transition:1.0s ease;
}
.img_zoom:hover {
	border: 0px solid #ffffff;
	border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	border-top-right-radius: 1px;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	cursor: pointer;
}
.zoom_in {
	border: 0px solid #ffffff;
	-webkit-transition:.0s ease;
	-moz-transition:.0s ease;
	-o-transition:.0s ease;
	transition:1.0s ease;
}
.zoom_in:hover {
	border: 0px solid #ffffff;
	border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	border-top-right-radius: 1px;
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	-ms-transform:scale(.9);
	-o-transform:scale(.9);
	transform:scale(.9);
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	cursor: pointer;
}
.route {
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	-o-transition: -o-transform .1s;
	-ms-transition: -ms-transform .1s;
	transition: transform .1s;
	}
.route:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	}
.iborder { 
	border:1px solid #cccccc; padding:10px; background: #ffffff;
}
/* Image Property End */
