@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
	color: #000000;
	background-color: #993300;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.repeat_prevent {
	background-image: url(images/full_background.jpg);
	background-repeat: no-repeat;
}
a.raju:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	

}
a.raju:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal; 
	color: #000000;
	text-decoration: none;
	

}
a.raju:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	
	text-decoration: none;


}
a.raju:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



a:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	

}
a:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
	

}
a:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	
	text-decoration: none;


}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.headin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}
.boxht {
	height: 16px;
	width:120px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	text-decoration: none;
}

.searchht {
	height: 15px;
	width:40px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCCCC;
	font-size: 8px;
	
	text-decoration: none;
}

img {
	border:thin solid #bdccdf;
}


.bg_tab {
	background-color: #e7ecf8;
}
.img1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.border{
	border:thin solid #e9d0c4;
}

.border1{
	border:thin solid #bdccdf;
}

.headinhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;}
	


div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #bdccdf;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #4f7ede;
		
		font-weight: bold;
		background-color: #4f7ede;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #e7ecf8;
	
		color: #e7ecf8;
	}
	.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;}
	
	.test {
	border: thin solid #000000;
	padding:0;
	border-collapse: collapse;

}

a.test {
	border: thin solid #000000;
	
	}
b.test {
	border: thin solid #000000;
	
	}
	
	.carousel-component { 
    padding:16px 16px 16px 16px;
    margin:0px;
}



.carousel-component .carousel-list li { 
    margin:4px;
    width:125px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:210px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:1px solid #e2edfa;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #87b5f0; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #bdccdf;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    left:0px; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.carousel-component .carousel-next { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    right:0px; 
}

