/*only for photogallery*/

.stepcarousel{
position: relative; /*leave this value alone*/
border:none;
overflow:scroll; /*leave this value alone*/
width: 395px; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
border:none;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 8px 7px 0px 8px; /*margin around each panel*/
width:380px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel p
{
	margin-left:10px;
	color:#000000;
	
}
.stepcarousel .panel img{
border:1px solid #cccccc;
padding:0px;
margin: 8px 6px 0px 12px;}
.stepcarousel .panel  a img{
border:1px solid #cccccc;
}
.stepcarousel .panel a:hover img{
border:1px solid  #999999;
}

.stepcarouselupdt{
	margin-top:40px;
	position: relative; /*leave this value alone*/
	border:none;
	overflow: scroll; /*leave this value alone*/
	width: 120px; /*Width of Carousel Viewer itself*/
	height: 500px; /*Height should enough to fit largest content's height*/
	background-color:#ffffff;
}

.stepcarouselupdt .beltnew{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarouselupdt .panelnew{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width:100px;
height:400px;
background-color:#ffffff;/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarouselupdt .panelnew img{
border-bottom:1px solid #ffffff;
padding:8px 10px 7px 10px;
background-color:#eeeeee;}


.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid #ffffff;
}

.photonavlinks{ /*CSS for pagination DIV*/
FONT-WEIGHT: normal; FONT-SIZE: 11px;FONT-FAMILY: Arial, Helvetica, sans-serif;
color:#000000;}


.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding:3px;
border:none;
text-decoration: none;
FONT-WEIGHT: normal; FONT-SIZE: 11px;FONT-FAMILY: Arial, Helvetica, sans-serif;
color:#999999;}
.photonavlinks a:hover{ /*CSS for currently selected navigational link*/
color: black;
text-decoration:underline;
}.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #333333;
}





.links
{
background-color:#f1f1f1;
}
.links a
{
padding:5px;
background-color:#f1f1f1;
color:#333333;
text-decoration:none;
FONT-WEIGHT: normal; FONT-SIZE: 11px;FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.links a:hover
{
background-color:#797979;
color:#ffffff;

}
#isha table
{
border-collapse:collapse;
border-spacing:1px;
width:630px;
table-layout:fixed;
background-color:#fbfbfb;
}
#isha p
{
FONT-SIZE: 11px; COLOR: #747272; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif;text-align:left;
	padding-left:0px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;
}
#isha h1
{
FONT-SIZE: 14px; COLOR: #000000; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding:0px;
	text-transform:capitalize;
	font-weight:normal;
	text-align:left;
	margin:0px;
}

.ramm{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
FONT-SIZE: 12px;   COLOR: #666666; 
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-weight:normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ramm li{
display: inline;
margin: 0;
}

.ramm li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #cccccc;
color: #2d2b2b;
background:#ffffff  url(../images/shade.gif) top left repeat-x;
}

.ramm li a:visited{
color: #2d2b2b;
}

.ramm li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.ramm li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.ramm li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.ramm li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
