/* -------------------------------------------------------------- */
/* CSS IS DEVELOPED BY MANISH KUMAR SHRIVASTAVA                   */
/* Web Designer/Developer - Algorism Softtech Pvt Ltd. [Gurgaon]  */
/* E-MAIL: manishkuman@yahoo.com, manishkuman@gmail.com           */
/* -------------------------------------------------------------- */
/* ---------------------------------------------------- */
/* Body, Table TD & TH                                  */
/* ---------------------------------------------------- */
td, body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color:#595A5C;
}

th {
	background-color: #56779C;
	color: #FFFFFF !important; 
	font-weight: bold;
	height: 22px;
	padding-left: 10px;
	text-align: left;
}

body, iframe {
	margin:0px;
	scrollbar-face-color: #dce0e2;
    scrollbar-shadow-color: #687888;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #687888;
    scrollbar-darkshadow-color: #dce0e2;
    scrollbar-track-color: #bcbfc0;
    scrollbar-arrow-color: #6e7e88; 
}
body {
	background-image: url(images/bg.gif);
}
form {
	margin:0px;
}

.font2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
}
ul {
	padding:0px;
	padding-left:0px;
	text-align:left;
	margin-left:15px;
	list-style-image:  url(images/arrow2.gif);
	margin-top:0px;
	margin-bottom:0px;
}
/* ---------------------------------------------------- */
/* Control Style Properties                             */
/* ---------------------------------------------------- */
.toptab {
	padding-left: 5px;
	background-image: url(images/gret_tile1.gif);
	background-repeat: repeat-x;
}
.search-bar{
	font-family: Verdana, Arial;
	font-size: 11px;
	background-image: url(images/bg_search.gif);
	background-repeat: repeat-x;
}
.search-bar td, table{
	font-family: Verdana, Arial;
	font-size: 11px;
}
.bottom-bar {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ff0033;

}
.left-bar {
	background-color: #F0F4F7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3E5992;
}

/* ---------------------------------------------------- */
/* Link Display Properties                              */
/* ---------------------------------------------------- */
a:link, a:visited, a:active {
	color: #3368c0;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.topnav a:link,
.topnav a:visited,
.topnav a:active{
	color: #47494F;
	text-decoration: none;
}
.topnav a:hover{
	color: #FF0000;
	text-decoration: underline overline;
}

.link-left a:link,
.link-left a:visited,
.link-left a:active {
	color: #0000FF;
	text-decoration: underline;
}
.link-left a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.maindata td a:link,
.maindata td a:visited,
.maindata td a:active {
	color: #0000FF;
	text-decoration: none;
}
.maindata td a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.bottom-nav td a:link,
.bottom-nav td a:visited,
.bottom-nav td a:active { 
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #4A71AD;
	padding-right: 2px;
	padding-left: 2px;
}
.bottom-nav td a:hover {
	color: #17588A;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #4A71AD;
	padding-right: 2px;
	padding-left: 2px;

}

a.white:link,
a.white:visited,
a.white:active { 
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #000000;
	text-decoration: underline overline;
}
.white {
	color: #FFFFFF;
}
/* ---------------------------------------------------- */
/* Form Display Properties                              */
/* ---------------------------------------------------- */
input, select, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #FDFDFD;
	border: 1px solid #8EA5BF;
	vertical-align: middle;
}
option {
	text-align: center;
}
.button {
	color: #17588A;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #4A71AD;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
.nobdr {
	border: 0px solid #90AAD2;
	background-color: transparent;
}
/* ---------------------------------------------------- */
/* Different Header Properties                          */
/* ---------------------------------------------------- */
.header {
	color: #17588A;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #4A71AD;
	padding: 2px;
}

.sub-header {
	color: #17588A;
	font-weight: bold;
	font-size: 11px;
	background-color: #F0F4F7;
	border: solid 1px #8BB3DF;
}
.bold {
	font-weight: bold;
}

.maindata {
	border-left: 1px solid #8BB3DF;
	border-top: 1px solid #8BB3DF;
}
.maindata td, th {
	color: #666666;
	border-bottom: solid 1px #8BB3DF;
	border-right: solid 1px #8BB3DF;
}
.searchdata td, th {
	font-size: 11px;
}
.nodata td {
	border-bottom: solid 0px #8BB3DF;
	border-right: solid 0px #8BB3DF;
	text-align:justify;

}
container td {
	vertical-align: top;
}
.bottom-link {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
}

.main-body {
	background-color: #d5e3f9;
}
.left-bg {
	background-color: #d5e3f9;
	border-right: 1px solid #8BB3DF;
}
.bdr {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.sub-head {
	font-weight: bold;
	/* text-transform: uppercase;*/
}

/* ---------------------------------------------------- */
/* Left Link Properties                                 */
/* ---------------------------------------------------- */

.l-head {
	background-color: #56779C;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding-left: 10px;

}
.left-nav td {
	font-family: Arial, Verdana;
	font-size: 11px;
}
.l-link {
	background-color: #D4E2F3;
	color: #56779C;
	font-weight: bold;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.l-sublink {
	background-color: #9FAEC0;
	color: #FFFFFF;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
}
.on {
	display: on;
}
.off {
	display: none;
}
/* ---------------------------------------------------- */
/* End of CSS                                           */
/* ---------------------------------------------------- */
.punch {
	line-height: 125%;
	text-align: justify;
}
.alter {
	background-color: #C0DFFF;
}
.alter2 {
	background-color: #EFEFEF;
}
.news {
	text-align: left;
	color: #5D6B93; 
	padding-left: 3px; 
	padding-right: 3px;
}

#AutoScrollContainer {
POSITION: relative; 
VISIBILITY: visible; 
OVERFLOW: hidden; 
Z-INDEX: 1; 
WIDTH: 100%; 
height:280px;
}
#AutoScrollContent {
POSITION: relative; 
VISIBILITY: visible; 
LEFT: 0px; 
TOP: 0px
WIDTH: 100%; 
}
.container {
	padding: 10px;
	background-repeat: no-repeat;
	background-position: left top;

}
.heading-bg {
	background-image: url(images/sdw.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 4px;
	font-size: 20px;
	color: #3368c0;
	padding-left: 10px;
	filter: Progid:DXImageTransform.Microsoft.Blur(PixelRadius=1);
}
.box {
	text-align:left;
	padding: 4px;
	font-size: 20px;
	color: #3368c0;
}
.text_bold {
	text-align:center;
	padding: 4px;
	font-size: 20px;
	color: #3368c0;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size:13px;
	font-weight: normal;
	font-family: Arial,Verdana,Tahoma,  Helvetica, sans-serif;
	line-height:17px;
	text-align:justify;
	letter-spacing:0px;
}

.p_news {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size:13px;
	font-weight: normal;
	font-family: Arial,Verdana,Tahoma,  Helvetica, sans-serif;
	line-height:17px;
	text-align: left;
	letter-spacing:0px;
}
.content {
	text-align: justify;
}
.lftbg {
	/*padding:0px;*/
	padding-bottom:0px;

}
#lftbar {
	border: 1px solid #4a71ad;
	border-bottom: 0px solid #4a71ad;
	background-color: #d5e3f9;
}
.lftbar-img {
	background-image: url(images/tab_divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.nav-tbl {
	border-left: 1px solid #4a71ad;
	border-top: 1px solid #4a71ad;

}
.lftbar {
	height: 30px;
	border-bottom:solid 1px #EAF1FC;
	color: #062D64;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 20px;
	cursor: hand;
}
.sub-head {
	font-weight: bold;
	color: #FF0033;
}
.head {
	font-size: 15px;
	font-weight: bold;
	color: #FF0033;
}
.news-head {
	background-color: #0033cc;
	font-weight: bold;
	color: #FFFFFF !important;
	font-size: 11px;
	height: 22px;
	letter-spacing: -1pt;
}
.lnav {
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/tab_normal.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: hand;
	padding-left: 12px;
	color: #000000;
	text-transform:uppercase;

}
.lnavhilite {
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	background-image: url(images/tab_down.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-left: 12px;
	color: #000000;
	text-transform:uppercase;
}
.lnavselected {
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	background-image: url(tab_down.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-left: 12px;
	color: #000000;
	text-transform:uppercase;
}
.copyright td {
	font-size: 11px;
}