/* KRI CSS */
	
body {  
font-family:Verdana, Microsoft sans-serif, Arial, Helvetica, sans-serif; font-size:11px;
line-height: 12pt;
margin: 0; 
padding: 0;
background: #294776
url("http://www.kundaliniresearchinstitute.org/012010/wp-bg.jpg")
center center
}

/*
body {  
font-family:Verdana, Microsoft sans-serif, Arial, Helvetica, sans-serif; font-size:11px;
line-height: 12pt;
margin: 0; 
padding: 0;
background: #294776
url("http://www.kundaliniresearchinstitute.org/012010/Blue_2.jpg")
no-repeat fixed
center center 
}
*/

a{text-decoration:none}

/* Dropdown menu */
.bluetabs{
border-bottom: 0px solid #1a5aa2;
}

.bluetabs ul{
padding: 0px;
margin-left: 0px;
margin-top: 2px;
margin-bottom: 2px;
font: bold 10px Verdana;
list-style-type: none;
text-align: center;
}

.bluetabs li{
display: inline;
	background: ;
	border: 0px solid #ffffff;
	outline: 0px solid #1a5aa2;
	-moz-outline-radius: 4px;
margin: 2px;
}

.bluetabs li a{
text-decoration: none;
padding: 0px 5px;
margin-right: 3px;
border: 0px solid #1a5aa2;
color: #1a5aa2;
background: ;
}

.bluetabs li a:visited{
color: #1a5aa2;
}

.bluetabs li a:hover{
text-decoration: none;
color: #ffcc00;
}

.bluetabs li.selected{
color: #ffcc00;
}

.bluetabs li.selected a{
background-image: url();
color: #ffcc00;
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ 
color: #ffcc00;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #828282;
border-width: 0 0px;
font: bold 9px Verdana;
line-height:16px;
z-index:100;
background-color: white;
	border: 0px solid #1a5aa2;
	outline: 0px solid #294776;
	-webkit-border-radius: 8px;
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 8px;
	-khtml-opacity: 0.90;	
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-outline-radius: 8px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-opacity:0.90;
	filter:alpha(opacity=90);
	opacity: 0.90;	
	border-radius: 8px;
width: 300px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #1a5aa2;
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #1a5aa2;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{
background-color: #1a5aa2;
color: #ffffff;
	-webkit-border-radius: 6px;
    -webkit-border-radius-topleft: 6px 6px; 
	-webkit-border-radius-bottomleft: 6px 6px;
    -webkit-border-radius-topright: 6px 6px; 
	-webkit-border-radius-bottomright: 6px 6px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 6px;
	-moz-border-radius-topleft: 6px 6px; 
	-moz-border-radius-bottomleft: 6px 6px;	
	-moz-border-radius-topright: 6px 6px; 
	-moz-border-radius-bottomright: 6px 6px;	
	-moz-outline-radius: 6px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 6px;
}

/* Table Effects */

#menutable {
    -webkit-border-radius-topleft: 16px 16px; 
    -webkit-border-radius-topright: 16px 16px;
    -webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-khtml-border-top-left-radius: 16px;
	-khtml-border-top-right-radius: 16px;
	-khtml-border-bottom-left-radius: 16px;
	-khtml-border-bottom-right-radius: 16px;
	-khtml-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);	

	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;
	-moz-border-radius-bottomright: 16px 16px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}	

#newstable {
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-khtml-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	border-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

#ad {
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;	
	
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#images {
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;	
	
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#contenttable1 {
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 16px;
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 16px;
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-outline-radius: 16px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);	
	border-radius: 16px;

}

#sidetable1 {
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 16px;
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 16px;
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-outline-radius: 16px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 16px;
}

#sidetableblue {
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 10px;
    -webkit-border-radius-topleft: 10px 10px; 
	-webkit-border-radius-bottomleft: 10px 10px;
    -webkit-border-radius-topright: 10px 10px; 
	-webkit-border-radius-bottomright: 10px 10px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 10px;
	-moz-border-radius-topleft: 10px 10px; 
	-moz-border-radius-bottomleft: 10px 10px;	
	-moz-border-radius-topright: 10px 10px; 
	-moz-border-radius-bottomright: 10px 10px;	
	-moz-outline-radius: 10px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 10px;
}

#bluestable1 {
	border: 2px solid #0048d2;
	outline: 2px solid #000000;
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 8px;
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 10px 10px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 8px;
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-outline-radius: 8px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 8px;
}

#bluestable {

	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-khtml-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	border-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

#cctable {
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 16px;
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 16px;
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-outline-radius: 16px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 16px;
}

#fbtable {
	border: 2px solid #294776;
	outline: 2px solid #294776;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-outline-radius: 8px;
	border-radius: 8px;
}

#searchtable {
    -webkit-border-radius-topleft: 10px 10px; 
	-webkit-border-radius-bottomleft: 10px 10px;
    -webkit-border-radius-topright: 10px 10px; 
	-webkit-border-radius-bottomright: 10px 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 10px;
	-moz-border-radius-topleft: 10px 10px; 
	-moz-border-radius-bottomleft: 10px 10px;	
	-moz-border-radius-topright: 10px 10px; 
	-moz-border-radius-bottomright: 10px 10px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 10px;
}

#quickicontable {
    -webkit-border-radius-topleft: 10px 10px; 
	-webkit-border-radius-bottomleft: 10px 10px;
    -webkit-border-radius-topright: 10px 10px; 
	-webkit-border-radius-bottomright: 10px 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 10px;
	-moz-border-radius-topleft: 10px 10px; 
	-moz-border-radius-bottomleft: 10px 10px;	
	-moz-border-radius-topright: 10px 10px; 
	-moz-border-radius-bottomright: 10px 10px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 10px;
}

#footertable {
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 16px;
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 16px;
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-outline-radius: 16px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 16px;
}

#footertable1 {
	border: 0px solid #ffffff;
	outline: 0px solid #828282;
	-webkit-border-radius: 8px;
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 8px;
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-outline-radius: 8px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 8px;
}

#quotetable {
	border: 2px solid #ffffff;
	outline: 1px solid #294776;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-outline-radius: 6px;
	border-radius: 6px;
}
#spiritvad {
    -webkit-border-radius-topleft: 8px 8px; 
    -webkit-border-radius-topright: 8px 8px; ;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;	

	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-topright: 8px 8px; 
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}

#spiritvbox {
    -webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-khtml-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);	
 
	-moz-border-radius-bottomleft: 8px 8px;
	-moz-border-radius-bottomright: 8px 8px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

}
#newsletter {

	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-khtml-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	border-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

}

#immersion {
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;	
	
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#iaaw {
    -webkit-border-radius-topleft: 8px 8px; 
	-webkit-border-radius-bottomleft: 8px 8px;
    -webkit-border-radius-topright: 8px 8px; 
	-webkit-border-radius-bottomright: 8px 8px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 8px 8px; 
	-moz-border-radius-bottomleft: 8px 8px;	
	-moz-border-radius-topright: 8px 8px; 
	-moz-border-radius-bottomright: 8px 8px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;	
	
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
/*  MAP Stuff */

.mytrainer{ 
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.opentrainer{
background: #FFCC00;
}

.bulletimagestyle{
position: absolute;
left: -200px;
}

#mapbody {
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 16px;
	-khtml-border-bottom-left-radius: 16px;
	-khtml-border-top-right-radius: 16px;
	-khtml-border-bottom-right-radius: 16px;	
	
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

#maptrainers {
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 16px;
	-khtml-border-bottom-left-radius: 16px;
	-khtml-border-top-right-radius: 16px;
	-khtml-border-bottom-right-radius: 16px;	
	
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;

}

#trainerselect {
    -webkit-border-radius-topleft: 16px 16px; 
	-webkit-border-radius-bottomleft: 16px 16px;
    -webkit-border-radius-topright: 16px 16px; 
	-webkit-border-radius-bottomright: 16px 16px;	
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	-moz-border-radius-topleft: 16px 16px; 
	-moz-border-radius-bottomleft: 16px 16px;	
	-moz-border-radius-topright: 16px 16px; 
	-moz-border-radius-bottomright: 16px 16px;	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);

	-khtml-border-top-left-radius: 16px;
	-khtml-border-bottom-left-radius: 16px;
	-khtml-border-top-right-radius: 16px;
	-khtml-border-bottom-right-radius: 16px;	
	
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	
	position:relative;
	top:0px;
	left:-390px;
	margin-top:-575px
}

/* CSS Document */

img{border:0px;}
.flt{float:left;}
.menubg{clear:left; background-color:#; width:180px;}
.menu{float:left; clear:left; font:bold 10px Helvetica, Arial, sans-serif;}
.menu li {
margin:0px 0px 0px 0px;
	list-style:none;
	}
.menu a, .menu a:visited {
	width:175px;
	height:10px;
	position:relative;
	display:block;
	color:#1a5aa2;
	text-decoration:none;
	background:url('') no-repeat;
	margin-left:-40px; margin-right:0px; margin-top:2px; margin-bottom:4px; padding-left:4px; padding-right:0; padding-top:0px; padding-bottom:8px
	}
*html .menu a, .menu a:visited {
	width:175px;
	height:10px;
	position:relative;
	display:block;
	color:#1a5aa2; 
	text-decoration:none;
	background:url('') no-repeat;
	margin-left:-40px; margin-right:0px; margin-top:2px; margin-bottom:4px; padding-left:4px; padding-right:0; padding-top:0px; padding-bottom:8px
	}
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:url('') no-repeat;
	background-color: #1a5aa2;
	color:#ffcc00; 
	text-decoration:none;
	-webkit-border-radius: 6px;
    -webkit-border-radius-topleft: 6px 6px; 
	-webkit-border-radius-bottomleft: 6px 6px;
    -webkit-border-radius-topright: 6px 6px; 
	-webkit-border-radius-bottomright: 6px 6px;	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-khtml-border-radius: 6px;
	-moz-border-radius-topleft: 6px 6px; 
	-moz-border-radius-bottomleft: 6px 6px;	
	-moz-border-radius-topright: 6px 6px; 
	-moz-border-radius-bottomright: 6px 6px;	
	-moz-outline-radius: 6px;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border-radius: 6px;
	}	
.bot{clear:left;}

/* GreyBox */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


/* Styling for specific sliders */

	.coda-nav-left-1 { margin: 0 0px 0 135px }
	.coda-nav-left-1, .coda-nav-1, .coda-nav-right-1 { float: left }
	.coda-nav-1 ul { margin: 0 !important }
	.coda-nav-left-1 a, .coda-nav-right-1 a { padding: 4px; width: 20px }
	.coda-slider-1 { clear: both }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb; border: 2px solid #294776;
	    -webkit-border-radius: 8px;
        -webkit-border-radius-topleft: 8px 8px; 
	    -webkit-border-radius-bottomleft: 8px 8px;
        -webkit-border-radius-topright: 8px 8px; 
	    -webkit-border-radius-bottomright: 8px 8px;	
	    -khtml-border-radius: 8px;
	    -moz-border-radius-topleft: 8px 8px; 
	    -moz-border-radius-bottomleft: 8px 8px;	
	    -moz-border-radius-topright: 8px 8px; 
	    -moz-border-radius-bottomright: 8px 8px;	
	    -moz-outline-radius: 8px;
	     border-radius: 8px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 500px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 720px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 700px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #294776; color: #ffffff; padding: 0px; width: 0px }
	
	/* Tab nav */
	#inner-body .coda-nav ul li a.current { background: #3399CC }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #294776; color: #ffffff; display: block; float: left; margin-right: 2px; padding: 3px 8px; text-decoration: none;
	    -webkit-border-radius: 8px;
        -webkit-border-radius-topleft: 8px 8px; 
        -webkit-border-radius-topright: 8px 8px; 	
	    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	    -khtml-border-radius: 8px;
	    -moz-border-radius-topleft: 8px 8px; 	
	    -moz-border-radius-topright: 8px 8px; 	
	    -moz-outline-radius: 8px;
	    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	     border-radius: 8px; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }	

/* Fancy */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.kundaliniresearchinstitute.org/vbox/fancy_shadow_nw.png) no-repeat;
}


/* Onlimedia Window */
