﻿
.button_wait
{
	background:#ff0000;
	background:-moz-linear-gradient(top,#ff0000 0%,#ff8000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff0000),color-stop(100%,#ff8000));
	background:-webkit-linear-gradient(top,#ff0000 0%,#ff8000 100%);
	background:-o-linear-gradient(top,#ff0000 0%,#ff8000 100%);
	background:-ms-linear-gradient(top,#ff0000 0%,#ff8000 100%);
	background:linear-gradient(top,#ff0000 0%,#ff8000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ff8000',GradientType=0);
	padding:4px 7px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	 mso-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ff8000;
    cursor :pointer;
}
.button_basic:hover 
{
	background:#dd4a14;
	background:-moz-linear-gradient(top,#dd4a14 0%,#ff8000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd4a14),color-stop(100%,#ff8000));
	background:-webkit-linear-gradient(top,#dd4a14 0%,#ff8000 100%);
	background:-o-linear-gradient(top,#dd4a14 0%,#ff8000 100%);
	background:-ms-linear-gradient(top,#dd4a14 0%,#ff8000 100%);
	background:linear-gradient(top,#dd4a14 0%,#ff8000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4a14',endColorstr='#ff8000',GradientType=0);
	padding:4px 7px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	 mso-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #dd4a14;
 cursor:pointer;
}
.button_basic
{
	background:#25A6E1;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:4px 7px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	 mso-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
    cursor :pointer;
}

.input_user
{
    background: url('../App_images/text_box_user.jpg') no-repeat scroll right center #FFFFFF;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #dedede inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}
.input_user_invalid
{
    background: url('../App_images/text_box_user.jpg') no-repeat scroll right center #FFFFFF;
   border: 1px solid #ff2020;
    box-shadow: 0 0 5px #fe220a inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}
.input_user:hover
{
    background: url('../App_images/text_box_user.jpg') no-repeat scroll right center #FFFFFF;
    border: 1px solid #ffa853;
    box-shadow: 0 0 5px #ffa853 inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}
/*.input_mail
{
    background: url('../App_images/text_box_emailer.jpg') no-repeat scroll right center #ccc;
    border: 1px solid #666;
    box-shadow: 0 0 5px #666 inset;
    color: #333;
    float: left;
    padding: 7px 10px;
    width: 165px;
    outline: none;
}*/
.input_mail
{
    background: url('../App_images/text_box_emailer.jpg') no-repeat scroll right center #FFFFFF;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #dedede inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}
.input_mail_invalid
{
    background: url('../App_images/text_box_emailer.jpg') no-repeat scroll right center #FFFFFF;
   border: 1px solid #ff2020;
    box-shadow: 0 0 5px #fe220a inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}
.input_common
{
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #dedede inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.input_common:hover
{
    border: 1px solid #ffa853;
    box-shadow: 0 0 5px #ffa853 inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}
.input_common_invalid
{
    border: 1px solid #ff2020;
    box-shadow: 0 0 5px #fe220a inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
    font-family:Verdana;
    font-size:12px;
}
.input_mail:hover
{
    background: url('../App_images/text_box_emailer.jpg') no-repeat scroll right center #FFFFFF;
    border: 1px solid #ffa853;
    box-shadow: 0 0 5px #ffa853 inset;
    color: #333;
    float: left;
    padding: 5px 5px;
    width: 230px;
    outline: none;
}

.input_textbox
{
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    float: left;
    padding: 5px 10px;
    width: 230px;
    outline: none;
}
.input_textbox:hover
{
    background: white;
    border: 1px solid #ffa853;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #ffa853;
    color: #666;
    float: left;
    padding: 5px 10px;
    width: 230px;
    outline: none;
}
.input_textbox:active
{
    background: white;
    border: 1px solid #ffa853;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #ffa853;
    color: #666;
    float: left;
    padding: 5px 10px;
    width: 230px;
    outline: none;
}

body
{
    background-color: #999999;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.footer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
}
.watermark
{
    color: Gray;
}
.LeftButt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: 172px;
    padding-top: 5px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    padding-left: 6px;
    background-color: #F8F8F8;
    text-decoration: none;
    background-image: url(images/arrow_blu.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
    border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #093A72;
    display: block;
}
.LeftButtText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    padding-top: 5px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 5px;
}
.LeftButtText:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
    padding-top: 5px;
    font-weight: normal;
    text-decoration: none;
}
.LeftButt1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    width: 174px;
    padding-top: 5px;
    padding-left: 6px;
    font-weight: normal;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-image: url(images/arrow_blu.gif);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    background-color: #F8F8F8;
    display: block;
}
.RightButt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #660F22;
    height: 18px;
    width: 163px;
    padding-top: 5px;
    padding-left: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-image: url(images/arrow_red.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
    border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #093A72;
    display: block;
    background-color: #F8F8F8;
}
.RightButtText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #660F22;
    text-decoration: none;
    padding-left: 5px;
}
.RightButtText:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    text-decoration: none;
}
.RightButt1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #660F22;
    width: 122px;
    border: 1px solid #691427;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0B4074;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}
.Content
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
}
.footerbutt
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding-right: 5px;
    padding-left: 5px;
    border-right-style: none;
    background-color: #BDBFAC;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
}
.footerbutt:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding-right: 5px;
    padding-left: 5px;
    border-right-style: none;
    background-color: #BDBFAC;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
}
.LeftButtNoDec
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.HeaderTwo
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #990000;
    font-weight: bolder;
    padding-left: 10px;
}
.Headlines
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #003366;
    font-weight: bold;
   
    text-decoration: none;
    padding-top: 2px;
}
.developed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    border-right-style: none;
    background-color: #154A7C;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
}
.exceeded
{
    background-color: #fcfdd1;
}
.sitelinkNoDec
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #660F22;
    font-weight: normal;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.Outerbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 180px;
    background-color: #F5F5F3;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #144877;
    border-bottom-color: #144877;
    border-left-color: #144877;
}
.Outerbox1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 170px;
    border: 1px solid #651023;
    background-color: #F5F5F3;
}
.Mainbutt
{
    font-family: Arial, Helvetica, sans-serif;
    color: #083B70;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.Mainbutt:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #990000;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.LeftHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/sankara_28.jpg);
    background-repeat: no-repeat;
}
.RightHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 164px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    background-image: url(images/sankara_30.jpg);
    background-repeat: no-repeat;
}
.OuterboxSNA
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 180px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    height: auto;
}
body
{
    background: #FFF;
    color: #666;
}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

hr
{
    border: none;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin-bottom: 25px;
}

a
{
    color: #000000;
    text-decoration: none;
}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu, ul#navmenu li, ul#navmenu ul
{
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 180px; /*For KHTML*/
    list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/
{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

ul#navmenu li
{
    float: left; /*For IE 7 lack of compliance*/
    display: block !important; /*For GOOD browsers*/
    display: inline; /*For IE*/
    position: relative;
}

/* Root Menu */
ul#navmenu a
{
    border: 1px solid #FFF;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    padding: 0 6px;
    display: block;
    background: #F2F7F7;
    color: #093A72;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a
{
    background: #F2F7F7;
    color: #990000;
}

/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
    background: #F2F7F7;
    color: #093A72;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a
{
    background: #F2F7F7;
    color: #990000;
    text-decoration: none;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a
{
    background: #F2F7F7;
    color: #093A72;
    text-decoration: none;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover, ul#navmenu li:hover li:hover li:hover a, ul#navmenu li.iehover li.iehover li a:hover, ul#navmenu li.iehover li.iehover li.iehover a
{
    background: #F2F7F7;
    color: #990000;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a, ul#navmenu li.iehover li.iehover li.iehover li a
{
    background: #F2F7F7;
    color: #093A72;
    text-decoration: none;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover, ul#navmenu li.iehover li.iehover li.iehover li a:hover
{
    background: #F2F7F7;
    color: #990000;
    text-decoration: none;
}

ul#navmenu ul, ul#navmenu ul ul, ul#navmenu ul ul ul
{
    display: none;
    position: absolute;
    top: 0;
    left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul
{
    display: none;
}

ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
    display: block;
    color: #990000;
    text-decoration: none;
}
.imagelink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 25px;
    text-decoration: none;
    background-image: url(images/dotsblu.gif);
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
}
.Announce
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Announce.jpg);
    background-repeat: no-repeat;
}
.imagelink2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 25px;
    text-decoration: none;
    background-image: url(images/arrow_red.gif);
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
}
.RightHeading1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 164px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    background-image: url(images/our-websites.jpg);
    background-repeat: no-repeat;
}
.rss_item
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    line-height: 1.4;
    text-decoration: none;
    text-align: left;
    background-image: url(images/arrow_red.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-left: 15px;
    text-decoration: none;
}
/* .rss_item:hover 
 {
font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#000000;
line-height:1.4;
text-decoration:none;
text-align:left;
padding-right:5px;
  margin: 8px 0 ;
	}
	.rss_item a:link, .rss_item a:visited
 { 
 font-family:Verdana;
font-size:11px;
font-weight:normal;
 color: #000000; 
line-height:1.4;
text-decoration:none;
text-align:left;
padding-right:5px;
  margin: 8px 0;

   }

.rss_item a:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color: #990000;
	line-height:1.4;
	text-decoration:none;
	text-align:left;
	  margin: 8px 0; 
 	padding-left: 15px;
}*/
.LeftHeading4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Education.jpg);
    background-repeat: no-repeat;
}
.LeftHeading2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/About-Us.jpg);
    background-repeat: no-repeat;
}
.tableheader
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    text-align: center;
}
.LeftHeading5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Research.jpg);
    background-repeat: no-repeat;
}
.LeftHeading6
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Tele.jpg);
    background-repeat: no-repeat;
}
.LeftHeading3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Patient-Care.jpg);
    background-repeat: no-repeat;
}
.LeftHeading7
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Opthalmic-Links.jpg);
    background-repeat: no-repeat;
}

.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 7px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 19px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
}
.textleft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
}
.LeftHeading8
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Lasik.jpg);
    background-repeat: no-repeat;
}
.LeftHeading9
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/Donations.jpg);
    background-repeat: no-repeat;
}
.Headlineswhite
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
}
.ContentCopy
{
    color: #330099;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
}
.imagelinkCopy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 10px;
    text-decoration: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    line-height: 18px;
    padding-right: 10px;
    text-align: left;
}
.HeadlinesCopy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #993300;
    font-weight: bold;
    padding-left: 10px;
}
.Headlinescolor
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 15px;
    color: #990000;
    font-weight: bold;
    padding-left: 10px;
}
.Outerboxgoogle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 169px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}
.imagelink3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 60px;
    text-decoration: none;
    background-image: url(images/pledge.gif);
    background-repeat: no-repeat;
    background-position: 5px 13px;
    line-height: 18px;
}
.imagelink4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: auto;
    width: auto;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 40px;
    text-decoration: none;
    background-image: url(images/bluelink.gif);
    background-repeat: no-repeat;
    background-position: 8px 12px;
}
.imagelink5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 60px;
    text-decoration: none;
    background-image: url(images/Single-Link.jpg);
    background-repeat: no-repeat;
    background-position: 5px 13px;
    line-height: 18px;
}
.tableContent
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}
.imagelink6
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 25px;
    text-decoration: none;
    background-image: url(images/arrow_blu.gif);
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
}
.imagelink7
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 25px;
    text-decoration: none;
    background-image: url(images/arrow_green.gif);
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
}
.sitemap
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    border-right-style: none;
    background-color: #154A7C;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.sitemap:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    border-right-style: none;
    background-color: #154A7C;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
}
.formtext
{
    font-family: Arial, Helvetica, sans-serif;
    color: #083B70;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.info-center
{
    width: 163px;
    border: 1px solid #651023;
    background-color: #F5F5F3;
    text-decoration: none;
}
.RightHeading-info
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 164px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    background-image: url(images/info-center.jpg);
    background-repeat: no-repeat;
}
.text-info
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    width: auto;
    padding-top: 4px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 5px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px 11px;
    line-height: 18px;
    padding-right: 3px;
    text-align: center;
    padding-bottom: 2px;
}
.best-hospital
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
    width: auto;
    padding-top: 8px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 55px;
    text-decoration: none;
    background-image: url(best-hospital/knbirvo-image.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    line-height: 18px;
    text-align: center;
}
.front-image
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 2px solid #DDD7C9;
    width: 200px;
}
.imagecontainer
{
    width: 250px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}
.around
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 600px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: 100px;
    padding: 0px;
    margin-left: 15px;
}
.jungle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 101px;
    background-color: #F5F5F3;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 55px;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.around-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 577px;
    background-color: #F5F5F3;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 0px;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
    text-decoration: none;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 7px;
}
.infomaton3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 600px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: 120px;
    padding: 0px;
    margin-left: 15px;
}
.pdf-link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 45px;
    text-decoration: none;
    background-image: url(images/pdf-icon.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    line-height: 18px;
}
.kolkata
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 663px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: 43px;
    padding: 0px;
    margin-left: 10px;
}
.around-kolkata
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 600px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: 83px;
    padding: 0px;
    margin-left: 15px;
}
.back-link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #535353;
    height: 18px;
    width: auto;
    padding-top: 4px;
    font-weight: bold;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 35px;
    text-decoration: none;
    background-image: url(images/back-arrows.gif);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    line-height: 18px;
}
.nodec
{
    color: #535353;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
}
.award
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
    width: auto;
    padding-top: 6px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 60px;
    text-decoration: none;
    background-image: url(images/CNBC4.jpg);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    line-height: 18px;
    text-align: center;
}
.date
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #062D57;
    width: auto;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 10px;
    text-decoration: none;
    background-repeat: no-repeat;
    line-height: 18px;
}
.RightHeading2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 164px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    background-image: url(images/our-blog.jpg);
    background-repeat: no-repeat;
}
.caption
{
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}
.alumini
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
    width: auto;
    padding-top: 0px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 40px;
    text-decoration: none;
    background-image: url(images/alumini-logo-SN.jpg);
    background-repeat: no-repeat;
    background-position: 8px 10px;
    line-height: 18px;
    text-align: center;
}
.Outerboxalumini
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 169px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}
.man
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #990000;
    font-weight: bolder;
    padding-left: 3px;
}

.locate-div
{
    font-family: Arial, Helvetica, sans-serif;
    color: #083B70;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/locate-us.jpg);
    background-repeat: no-repeat;
    height: 19px;
    width: 92px;
    float: left;
    padding-top: 7px;
    padding-left: 35px;
}
.app-div
{
    font-family: Arial, Helvetica, sans-serif;
    color: #083B70;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/appointment.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 92px;
    float: left;
    padding-top: 7px;
    padding-left: 35px;
}
.find-div
{
    font-family: Arial, Helvetica, sans-serif;
    color: #083B70;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/find.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 92px;
    float: left;
    padding-top: 7px;
    padding-left: 35px;
}
.ask-div
{
    font-family: Arial, Helvetica, sans-serif;
    color: #083B70;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/ask.jpg);
    background-repeat: no-repeat;
    height: 19px;
    width: 92px;
    float: left;
    padding-top: 7px;
    padding-left: 35px;
}
.outer-locate
{
    text-decoration: none;
    height: 106px;
    width: 127px;
    float: left;
    background-color: #FFFFFF;
}
.Outerbox-glaucoma
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 170px;
    border: 1px solid #651023;
    background-color: #F5F5F3;
    line-height: 18px;
    text-decoration: none;
    color: #990000;
    padding-top: 2px;
}
.Content-glaucoma
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 3px;
    padding-left: 3px;
    text-align: justify;
}
.imagelink10
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 30px;
    width: auto;
    padding-top: 10px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 40px;
    text-decoration: none;
    background-image: url(images/bluelink.gif);
    background-repeat: no-repeat;
    background-position: 8px 12px;
    line-height: 18px;
}
.tickerstyle
{
    width: 172px;
    height: auto;
    overflow: hidden;
}

.messagediv
{
    display: none;
    width: 172px;
    height: auto;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}
.around1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 600px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: auto;
    margin-left: 15px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
#pscroller1
{
    width: 172px;
    height: 151px;
    margin-top: 5px;
    overflow: hidden;
}

#pscroller2
{
    width: 585px;
    height: 185px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
    padding-right: 7px;
    text-align: left;
    float: left;
}

#pscroller2 a
{
    text-decoration: none;
}
.testi-name-scroll
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #990000;
    font-weight: bold;
    text-align: center;
}

.around-text1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 577px;
    background-color: #F5F5F3;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 0px;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
    text-decoration: none;
    text-align: justify;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 7px;
}
.footerwhite
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
}
.around-news-outer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 600px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: 175px;
    margin-left: 15px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.around-news1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 377px;
    background-color: #F5F5F3;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 200px;
    font-weight: normal;
    color: #000000;
    line-height: 18px;
    text-decoration: none;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 7px;
    padding-bottom: 5px;
}
.around-news-main-outer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 600px;
    background-color: #F5F5F3;
    border: 1px solid #505050;
    height: 190px;
    padding: 0px;
    margin-left: 15px;
}
.around-news-outer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 585px;
    background-color: #F5F5F3;
    height: auto;
    float: left;
    margin: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.around-news-img
{
    float: left;
    width: 150px;
    background-color: #EBEBEB;
    height: 105px;
    margin-top: 16px;
    margin-left: 8px;
}
.around-news-content
{
    padding-left: 6px;
    width: 402px;
    background-color: #F5F5F3;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    text-align: justify;
    padding-top: 5px;
    margin-left: 5px;
    line-height: 18px;
    float: left;
}
.around-news-content1
{
    padding-left: 6px;
    float: left;
    width: 575px;
    background-color: #F5F5F3;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    text-align: justify;
    padding-top: 5px;
    margin-left: 5px;
    line-height: 18px;
    padding-right: 5px;
}
.tableContent1
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 7px;
}
.LeftHeadinglasikdown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/lasik-downloads.jpg);
    background-repeat: no-repeat;
}
.download
{
    font-family: Arial, Helvetica, sans-serif;
    color: #990000;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.nodecoration
{
    text-decoration: none;
    color: #990000;
}
.future-events-outer
{
    width: 600px;
    height: 25px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid #666666;
    padding: 0px;
    margin-left: 10px;
}
.Headlines-future
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 8px;
    padding-right: 3px;
    text-decoration: none;
    line-height: 16px;
}
.future-events-txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
    width: auto;
    height: 15px;
    font-weight: normal;
    float: left;
    background-position: 5px 3px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.future-events-heading
{
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #7FB51A;
    width: auto;
    height: 15px;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    background-image: url(images/marq.jpg);
    background-position: 5px 3px;
    background-repeat: no-repeat;
}
.future-events-txt1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
    width: auto;
    height: 15px;
    float: left;
    background-image: url(images/marq.jpg);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.future-events-txt2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    width: auto;
    height: 15px;
    float: left;
    background-image: url(images/marq.jpg);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.future-events-txtsam
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #333333;
    padding: 5px;
    width: auto;
    height: 15px;
    font-weight: normal;
    float: left;
}
.LeftHeading-download-app
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    height: 18px;
    width: 174px;
    padding-top: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    text-decoration: none;
    background-image: url(images/download-applications.jpg);
    background-repeat: no-repeat;
}
.around-news-header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: right;
    padding-right: 5px;
    padding-top: 0px;
    font-weight: bold;
    text-decoration: none;
    width: 30px;
    margin: 0px;
    height: 16px;
    float: right;
}
.captionleft
{
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}
.contact-outer
{
    width: 400px;
    height: 207px;
    border: 1px solid #CCCCCC;
    margin: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.captionleft1
{
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 0px;
}
.Outerboxmail
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 170px;
    border: 1px solid #651023;
    background-color: #E0E0DA;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
}
.LeftButt11
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: auto;
    width: 172px;
    padding-top: 5px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    padding-left: 6px;
    background-color: #F8F8F8;
    text-decoration: none;
    background-image: url(images/arrow_blu.gif);
    background-repeat: no-repeat;
    border-color: #FFFFFF #FFFFFF #CCCCCC #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #093A72;
    display: block;
    padding-bottom: 3px;
    background-position: 2px 9px;
}
.Outerboxsnacademy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 180px;
    background-color: #FFFFFF;
    border: 1px solid #144877;
    height: auto;
    text-align: center;
    font-weight: bold;
    color: #1795D2;
    padding-bottom: 5px;
    padding-top: 5px;
}

.Outerboxsnacademyimg
{
    width: 180px;
    background-color: #FFFFFF;
    height: auto;
    text-align: center;
}
.Outerboxsnacademynodec
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #1795D2;
    text-decoration: none;
    line-height: 22px;
}

.Outer-Genetics-coll
{
    width: 575px;
    background-color: #F5F5F3;
    border: 1px solid #CCCCCC;
    height: auto;
    margin-left: 130px;
    padding: 15px;
}
.imagelinkeye
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    padding-top: 5px;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 60px;
    text-decoration: none;
    background-image: url(images/eye-pledge.gif);
    background-repeat: no-repeat;
    background-position: 10px 13px;
    line-height: 18px;
}

.eye-outer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 275px;
    border: 1px solid #990000;
    height: 69px;
    text-align: center;
    font-weight: bold;
    color: #1795D2;
    margin-top: 5px;
    padding-right: 5px;
}
.Headlines-future1
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
}
.imagelink-eye
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    height: 18px;
    width: auto;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 60px;
    text-decoration: none;
    background-image: url(images/pledge.gif);
    background-repeat: no-repeat;
    background-position: 5px 13px;
    line-height: 22px;
    text-align: center;
    padding-top: 3px;
}
.imagelink-eye-nodec
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #990000;
    font-weight: normal;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
    line-height: 22px;
    text-align: center;
}
.Content11
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
    text-align: right;
}
.imagelink_NEW
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #093A72;
    font-weight: normal;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 40px;
    text-decoration: none;
    background-image: url(images/bluelink.gif);
    background-repeat: no-repeat;
    background-position: 8px 12px;
}
.Contentwhite
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
}
.Headlineswhite1
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
}

/* New Sn application starts*/

.sn_mar_content
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}

.sn_app_content
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}
.sn_app_content1
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}
.sn_form_content
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
.sn_link_content
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
}
.cssPager span
{
    padding-right: 4px;
    padding-left: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #778899;
    background-color: #FFD700;
}
.cssPager td
{
    padding-left: 4px;
    padding-right: 4px;
}
.sn_app_grd_content
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    text-align: justify;
}
.sn_link_content
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
}
.bg_bar
{
    width: 5px;
    height: 14px;
    float: right;
    background-image: url(Apps_images/bar.gif);
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-right: 5px;
}
.bg_outer
{
    width: 860px;
    float: left;
}
.bg_top
{
    width: 860px;
    height: 55px;
    float: left;
    background-image: url(Apps_images/bg_grd_01.jpg);
    background-repeat: no-repeat;
}
.bg_center
{
    width: 860px;
    float: left;
    background-image: url(Apps_images/bg_grd_02.jpg);
    background-repeat: repeat-y;
}
.bg_bottom
{
    width: 860px;
    height: 55px;
    float: left;
    background-image: url(Apps_images/bg_grd_04.jpg);
    background-repeat: no-repeat;
}
.bg_bran_outer
{
    width: 363px;
    float: left;
}
.bg_bran_top
{
    width: 363px;
    height: 41px;
    float: left;
    background-image: url(Apps_images/ek_for_bg_01.gif);
    background-repeat: no-repeat;
}
.bg_bran_center
{
    width: 363px;
    float: left;
    background-image: url(Apps_images/ek_for_bg_02.gif);
    background-repeat: repeat-y;
}
.bg_bran_bottom
{
    width: 363px;
    height: 47px;
    float: left;
    background-image: url(Apps_images/ek_for_bg_04.gif);
    background-repeat: no-repeat;
}
.pr_outer
{
    width: 720px;
    float: left;
}
.pr_top
{
    width: 720px;
    height: 15px;
    float: left;
    background-image: url(Apps_images/pr_bg_01.gif);
    background-repeat: no-repeat;
}
.pr_center
{
    width: 720px;
    float: left;
    background-image: url(Apps_images/pr_bg_02.gif);
    background-repeat: repeat-y;
}
.pr_bottom
{
    width: 720px;
    height: 15px;
    float: left;
    background-image: url(Apps_images/pr_bg_04.gif);
    background-repeat: no-repeat;
}

.ask_outer
{
    width: 771px;
    float: left;
}
.ask_top
{
    width: 771px;
    height: 36px;
    float: left;
    background-image: url(Apps_images/admin_01.jpg);
    background-repeat: no-repeat;
}
.ask_center
{
    width: 771px;
    float: left;
    background-image: url(Apps_images/admin_02.jpg);
    background-repeat: repeat-y;
}
.ask_bottom
{
    width: 771px;
    height: 36px;
    float: left;
    background-image: url(Apps_images/admin_04.jpg);
    background-repeat: no-repeat;
}


.photo_out
{
    text-decoration: none;
    width: 89px;
    height: 89px;
    border: 1px solid #CCCCCC;
    padding-top: 4px;
    padding-left: 4px;
}
.ModalPopupBG
{
    background-color: #434343;
    filter: alpha(opacity=90);
    opacity: 0.9;
    margin-top: 0px;
}
.author
{
    background: #FFFFFF url(images/fields.jpg) top left repeat-x;
    border: 1px solid #CCCCCC;
    padding: 6px 4px 6px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.author_err
{
    background-color: #faf1a9;
    border: 1px solid #CCCCCC;
    padding: 6px 4px 6px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.author1
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    background: #FFFFFF url(images/fields.jpg) top left repeat-x;
    border: 1px solid #CCCCCC;
    padding: 6px 4px 6px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.new_outer
{
    width: 920px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.new_inner_top
{
    width: 880px;
    margin-left: 35px;
    height: 25px;
    background-color: #333333;
    z-index: 1;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 5px;
}
.new_inner_content
{
    width: 900px;
    /*border: 1px solid #BEBEBE;*/
    padding-top: 10px;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: -15px;
    position: relative;
}
.ddl_z
{
    z-index: -100px;
    position: relative;
}
.profile_top
{
    width: 610px;
    height: 20px;
    z-index: 1;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 18px;
    color: #666666;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    margin-left: 4px;
    font-weight: bold;
    padding-left: 130px;
    padding-top: 15px;
}
.orange
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #E15A00;
    text-decoration: none;
    font-weight: bold;
}
.profile_content
{
    width: 400px;
    height: 75px;
    padding-left: 130px;
}
.psrofile_photo_out
{
    text-decoration: none;
    width: 95px;
    height: 95px;
    border: 2px solid #CCCCCC;
    padding-top: 4px;
    padding-left: 4px;
    margin-left: 15px;
    position: absolute;
    z-index: 100;
    margin-top: -25px;
    background-color: #FFFFFF;
}
.profile_outer
{
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 125px;
}
.ban
{
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
    height: 40px;
    width: 805px;
    padding-right: 4px;
    padding-left: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
.banContent
{
    background-color: #FFFFFF;
    width: 805px;
    padding-right: 4px;
    padding-left: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.Forgot_outer_bg
{
    width: 363px;
    height: 243px;
    float: left;
    background-image: url(Apps_images/forgot_bg.gif);
    background-repeat: no-repeat;
}
.Content_head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #990000;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.ask_capt
{
    width: 400px;
    height: 105px;
    float: left;
    background-image: url(Apps_images/out.gif);
    background-repeat: no-repeat;
}
.dis_none
{
    display: none;
    font-size: 1px;
}
.progress
{
    background-image: url(Apps_images/spinner.gif);
    background-repeat: no-repeat;
}

.taken
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-left: 22px;
    background-position: 0px 2px;
    background-image: url(Apps_images/taken.gif);
    background-repeat: no-repeat;
}

.available
{
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    background-repeat: no-repeat;
}
.messbox
{
    text-decoration: none;
    text-align: justify;
    background-image: url(Apps_images/mess.gif);
    background-repeat: no-repeat;
    height: 134px;
    width: 332px;
    visibility: visible;
}

.Captcha_bg
{
    width: 335px;
    height: 70px;
      
    background-image: url(../App_images/capcha_bg.gif);
    background-repeat: no-repeat;
}
.disable
{
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
.nortext
{
    background: #FFFFFF url(images/fields.jpg) top left repeat-x;
    border: 1px solid #CCCCCC;
    padding: 2px 4px 2px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.nortext_err
{
    background-color: #faf1a9;
    border: 1px solid #CCCCCC;
    padding: 2px 4px 2px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.emptydata
{
    text-align: justify;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
