/* CSS Document */
/* default margin and padding */
*{
  margin:0;
  padding:0;
}
/* Body text and page background */
body{
          margin: 0;
          padding: 0;
		  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
     font-size: 100%;
     /*background-color: #f0f8ff;  */
	 background-color: /*#D5D0B0;*/#fffafa;
  color:#666666;
}
#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
  background-color: #fff;
}
#main{
		/*margin: 0.5em;*/
       /* margin-left must equal */
       /* total width of left and right sidebar */
       margin-left: 10em;
	   margin-right:10em;
	   border:0px dashed #cccccc;
}
/*#main img{
	float: left;
	padding: 10px 10px 10px 10px;
}*/

#main h3 {
  margin-top:5px;
  margin-bottom:5px;
  margin-left: 0em;
  margin-right:0.5em;
  font-family: verdana, arial, sans-serif;
  font-size: 130%;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#main p {
  margin-top:0.5em;margin-bottom:0.5em;  margin-left: 0; margin-right:0;
  padding:4px;
  /*font-family: "Trebuchet MS", verdana, arial, sans-serif;*/
  font-size: 90%;
  line-height: 1.25em;
}
#main .takenote {
margin-top:0.5em;margin-bottom:0.5em;  margin-left: 0; margin-right:0;
  padding:4px;
  font-size: 130%;
  color:#FF0000;
  line-height: 1.5em;
  font-weight: bold;
  }
#main ul, #main ol {
margin-left:2.0em;
}
#main ul li{
		/*margin-left:.5em;*/
		/*font-family: "Trebuchet MS", verdana, arial, sans-serif;*/
  font-size: 90%;
		}
/*#main ol {
margin-left:.5em;
}*/
#main ol li{
		/*margin-left:.5em; */ 
		font-size: 90%;
		}

#main h1, h2, h4, h5, h6 {
	font-family: verdana, Arial,sans-serif;
	margin: .25em 0 .25em 0;
	padding: 0px;
}

#main h1{
  font-size: 120%;
 color: #334d55;
}

#main h2{
 font-size: 114%;
 color: #006699;
}

#main h4{
 font-size: 100%;
 font-weight: bold;
 color: #333;
}

#main h5{
 font-size: 100%;
 color: #334d55;
}
/* Style for sidebar column */
#sidebar_left{
           float: left;
          /*  display: inline; for compatibility with AOL and older browsers */
           padding: 0;
           /*margin: 0.5em;*/
           width:9em;
            /* Total width is 10em, 0.5em to the left and 0.5em to the right plus 9em */
		   border:0px dashed #ccc;
}
#sidebar_left h3 {
  margin-top: 0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 105%;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#sidebar_left p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 70%;
  line-height: 1em;
  color: #666666;
}
#sidebar_left img{
			width:100%;
			margin-top:1em;
}

#sidebar_left .linklist {
  
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 9em;
}

#sidebar_left .linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

#sidebar_left .linklist li a { text-decoration: none; }


#sidebar_right{
           float: right;
           display: inline; /* for compatibility with AOL and older browsers */
           padding: 0;
           margin-left: 1em;
           width:10em;
            /* Total width is 10em, 0.5em to the left and 0.5em to the right plus 9em */
		   border:0px dashed #cccccc;
}

#sidebar_right .border {
/*border: 2px solid #CC0000;*/
border: 2px dashed #CC0000;
}
#sidebar_left .border {
border: 2px dashed #CC0000;
}


#sidebar_right h3 {
  margin-top: 0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#sidebar_right p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 70%;
  line-height: 16px;
  color: #666666;
}
#sidebar_right li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:80%;
}

/* Style for page header */ 
#header { 
margin: 0; 
width: 100%; 
padding-top: 20px;
height: 90px;
  clear: both;
background-image: url("../images/iyslogo-test.gif");
background-position: bottom right;
background-repeat: no-repeat;
background-color: olivedrab; 
  } 
#header h1 {
  padding-top:30px; padding-left:15px;
  margin:0px;
  font-family: "Bremen Bd BT", verdana, arial, sans-serif;
  font-size: 36px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}
#header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 18px;
  color: #D5D0B0;
  line-height:32px;
}
/* Style for page footer */ 
/*#footer { 
clear: both; 
margin: 0; 
width: 100%; 
height: 30px;
     background-color: #ffe4e1;
     border-top: thin solid #ff1493;
} */
#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  /*background: #FFFFFF url('../img/menu_bg.gif') bottom left no-repeat;*/
}
/* Navbar division */ 
#navbar{ 
   
  margin-left:0; 
  height:2em; 
  width:100%;
} 

/* Remove bullets from ul in the navbar */ 
#navbar ul{ 
  background-color: #C86000;
  list-style-type:none; 
  color:white;
  
} 

/* List items in the navbar */ 
#navbar li{ 
  float:left; 
  /* Required for drop-down menus */ 
  position:relative; 
} 

/* Applies to navbar links, unvisited and visited */ 
#navbar a, 
#navbar a:link, 
#navbar a:visited{ 
  text-decoration:none; 
  font-family:Verdana, Geneva, Arial, Sans-Serif; 
  font-size:80%; 
  color:white; 
  /*background-color: transparent;*/
  background-color: #DE6B02;
  display:block; 
  height:2em; 
  padding-left:0.9em;
  padding-right:0.9em;

  /*width:6em; */
  border-right: solid 1px #ddd; 
  line-height:2em; 
  text-align:center; 
  outline-style:none; 
} 

/* Navbar hover, active, and current page links */ 
#navbar a:hover, 
#navbar a:active, 
#navbar li.selected a:link, 
#navbar li.selected a:visited{ 
    background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;

  } 

/* Drop-down menu styles */ 
/* Applies to drop-down menus in navbar */ 
#navbar li ul{ 
  position:absolute; 
  z-index:100; 
  visibility:hidden; 
  border:solid 1px #aaa; 
  border-right: solid 2px #999; 
  border-bottom: solid 2px #999; 
} 

/* Make drop-down visible on navbar hover */ 
#navbar li:hover ul, 
#navbar li a:hover ul{ /* IE6 hack */ 
  visibility:visible; 
  top:1.6em; 
  left:0; 
} 


/* Applies to links on the drop-down menu */ 
#navbar li:hover ul li a, 
#navbar li a:hover ul li a{ /* IE6 hack */ 
  background:#DE6B02; /* Removes background image */ 
  color:white; 
  text-align:left; 
  display:block; 
  width:11em; 
  padding:0 0 0 1em; 
  height:auto; 
} 

/* Hover on drop-down menu links */ 
#navbar li:hover ul li a:hover, 
#navbar li a:hover ul li a:hover{ /* IE6 hack */ 
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
} 

/* IE6 hack applies to its table drop-down */ 
#navbar table { 
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute; 
  top:0.5em; 
  left:0; 
  z-index:100; 
} 
#pagetop {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:55px;
  width:100%;
}

#footer {
  height: 60px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

#footer p {
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
  font-family: verdana;
  font-size: 85%;
  line-height:10px;
  color:#fff;
}

#footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}

/*Table design by mediagroove.css from the web */
table {
	width: 95%;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
	margin-bottom:0.75em;
	}
caption {
	text-align: left;
	text-indent: 0px;
	background: url('http://www.integralyogastudio.com/images/bg_caption.jpg') right top;
	height: 45px;
	color: #FF7F50; /*#FFAA00;*/ font-style:normal; font-variant:normal; font-weight:normal; line-height:1.8em; font-size:1.8em; font-family:Arial, Helvetica, sans-serif
}
/* Captioned images */ 
div.captionpic{
   width:9em;
   padding:0;
   margin:0;
   /*float:left;
   border:solid 1px #000;*/
   font-family: verdana, Arial, Helvetica, Sans-Serif;
   font-size:100%;
   color:#555;
   text-align:center; 
}
 
/* Applies to the image inside a captionpic div */
div.captionpic img{
   width:100%;
   border:none;
} 

thead th {
	background: url('http://www.integralyogastudio.com/images/bg_th.jpg') no-repeat right;
	height: 35px;
	color: #B83509;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ddd; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px; padding-left:7px; padding-right:7px; padding-top:0px; padding-bottom:0px
}

thead2 th {
	background: url('http://www.integralyogastudio.com/images/bg_th.jpg') no-repeat right;
	height: 30px;
	/*color: #CC9900;*/
	color: #B83509;
	font-size: 1.10em;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ddd; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px; padding-left:7px; padding-right:7px; padding-top:0px; padding-bottom:0px
}
tbody tr {
background: url('http://www.integralyogastudio.com/images/bg_td1.jpg') repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url('http://www.integralyogastudio.com/images/bg_td2.jpg') repeat-x;
}

tbody th, td {
	font-size: 0.8em;
	line-height: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url('bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px
}
tfoot td {
	background: url('bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px
}
	
.dnlargefont {
font-size: 125%;
}

@media print{
/* Start printer-friendly styles */

/* Make wrapper the full page width */
#content_wrapper{
width:100%;
}

/* Hide leftcolumn, navbar,and footer */
#sidebar_left,
#sidebar_right,
#navbar,
#footer{
display:none;
}

/* Get rid of content div margins and
padding. Use a different font for print */
#main{
margin:0;
padding:0;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}
/*End printer-friendly styles */
}

/* Float image to left of paragraph */ 
img.float-left{ 
float: left; 
margin-right: 5px; 
} 

/* Float image to right of paragraph */ 
img.float-right{ 
float: right; 
margin-left: 5px;
} 

/* Center image between margins */ 
div.center{ 
width: 100%; 
text-align:center 
} 

/* Custom bullet for bulleted lists */ 
ul{ 
list-style-image: url("pix/bullets/ani-smiley.gif"); 
} 

/* Style for tables of thumbnail images */ 
table.thumbs{ 
vertical-align: middle; 
text-align: center; 
border-collapse: collapse; 
font-size: 100%;
/*font-weight: bold;*/
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
} 

/* Style for table cells that contain thumbnails */ 
td.thumbs{ 
border: solid 1px #00bfff; 
padding: 10px; 
text-align: center; 
} 

/* Style for thumbnail images */ 
img.thumbs{ 
width: 135px; 
} 

/*style for css form*/
label
{
/*width: 6em;*/
float: left;
text-align: right;
margin-right: 1em;
margin-top:.5em;
clear:both;
/*display: block;*/
font-weight:bold;
}
.redhighlight {color:#FF0000; font-size:2 em; font-weight:bold;}
input, textarea
{
color: #781351;
background: #FFFFF0;
border: 1px solid #781351;
float: left;
/*width:275px;*/
margin-top:.5em;
}
/*textarea
{
color: #F5E7B1;
background: #FFF5EE;
border: 1px solid #781351;
float: left;
}*/

.submit input
{
/*float: none;*/
float: left;
width:auto;
clear:both;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 8em;
margin-bottom:1em;
margin-top:.5em;
}
fieldset
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
background-color: #F5F5DC;
padding:12px; 
border: medium double #666633;
/*width: 30em;*/
margin-left: 1em;
margin-top:1em;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
font-weight:bold;
} 

/*Added for table-based css */
#signup table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width: 90%; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#signup td { 
 /*border: 1px solid #D7E5F2; */
 border: 0px solid #D7E5F2; 
 padding-left: 4px; 
 font-weight: bold;
 }
#signup .label{
text-align:right;
padding-right:0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#111;}

/* slides styling */

.photo {width:720px; height:600px; background:url(lbox/back.jpg) no-repeat center center; text-align:left; position:relative;}

.photo dl {font-size:0.9em; position:absolute; width:400px; top:100px; left:100px;}
.photo dl dt {font-family:"times new roman", serif;font-size:1.8em; margin-bottom:2em;}
.photo dl dd {font-family:verdana, arial, sans-serif;  padding:0; margin:0; line-height:1.7em; margin-bottom:2em; font-size:11px;}
.photo dl dd:first-letter {font-weight:bold;}
.photo ul.topic {padding:0; margin:0; list-style:none; width:720px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:240px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:239px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul 
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#ddd url(lbox/close.gif) no-repeat right top; width:479px; padding:70px 100px; border:20px solid #aaa;}

.photo ul.topic li a:hover ul li, 
.photo ul.topic li:hover ul li 
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li a:hover ul li a, 
.photo ul.topic li:hover ul li a 
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li a:hover ul li a img, 
.photo ul.topic li:hover ul li a img 
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a img.large, 
.photo ul.topic li:hover ul li a img.large 
{position:absolute; display:block; width:0; height:0; overflow:hidden; border:0;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}

.photo ul.topic li a:hover ul li a:hover img.large, 
.photo ul.topic li:hover ul li a:hover img.large 
{position:absolute; display:block; width:0; height:0; overflow:hidden; border:0;}

.photo ul.topic li:hover ul li a:focus, 
.photo ul.topic li:hover ul li a:active,
.photo ul.topic li a:hover ul li a:active 
{position:static; outline:0;}

.photo ul.topic li:hover ul li a:focus img, 
.photo ul.topic li:hover ul li a:active img, 
.photo ul.topic li a:hover ul li a:active img 
{position:absolute; left:200px; top:170px; width:200px; height:150px; padding:0; background:#000; border:0; z-index:5;}

.photo ul.topic li:hover ul li a:focus img.large, 
.photo ul.topic li:hover ul li a:active img.large, 
.photo ul.topic li a:hover ul li a:active img.large 
{position:absolute; left:15px; top:24px; width:640px; height:480px; padding:0; background:#000; border:4px solid #fff; z-index:10;}

