﻿
/* for input textbox on page */
.input-txt
{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	border:solid 1px #dbdbd9;
	color:#474747;
	width:200px;
	/*height:18px;*/
}

.inputNum-txt
{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	text-align:right;
	border:solid 1px #dbdbd9;
	color:#474747;
	width:200px;
	/*height:18px;*/
}

/* for dropdownlist on page */
.selectInput-txt
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	border: solid 1px #dbdbd9;
	color: #474747;
	width: 202px;
	height: 18px;
}

/* for table td on page */
.table-td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	color: #000000;
	
	
}

/* for main header on page */
.main-header
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000; /*background-color: #EBFDE4;*/
	height: 40px;
	text-align: center;
}

/* for group header on page */
.group-header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	/*background-color: #f27000;*/
	height: 28px;
	text-align:left;
}

/* for td where textbox and other input control on page */
.input-td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000; /*background-color: #f4ede9;*/
	height: 24px;	
}

.label-header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	/*background-color: #f27000;*/
	padding-left: 10px;
	
}
.redStar
{
	color:#ff0000;
}

.table-style
{
	padding-left: 10px;
	border-left: 1px solid #dbdbd9;
	border-right: 1px solid #dbdbd9;
	border-top: 1px solid #dbdbd9;
	border-bottom: 1px solid #dbdbd9;
	background-color: #fbf0e6;
}

.table-alter
{
	padding-left: 10px;
	border-left: 1px solid #dbdbd9;
	border-right: 1px solid #dbdbd9;
	border-top: 1px solid #dbdbd9;
	border-bottom: 1px solid #dbdbd9;
	background-color: #f2fbd9;
}
.label-sample
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inputError-txt
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	border: solid 1px #FF0000;
	color: #474747;
	width: 200px;
	background-color: #C0C0C0;
}
.tdcell-formate
{	
	font-family: Arial;
	font-size: 12px;
	background-color: #CCCCCC;
	text-align:center;
	font-weight: bold; 
}

/* start(bharat)*/
/* for input box on login page */
.loginInput {
	font-size: 12px;
	color: #000000;
	border: thin solid #B8563B;
	border-width: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.loginInput2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-color: #b8563b;
	border-right-color: #b8563b;
	border-bottom-color: #b8563b;
	border-left-color: #b8563b;
	border-width: 1px;
}
/* for input box on any entry form */
.inputText {
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: thin solid #B8563B;
	border-width: 1px;
	font-family: Arial;
}
/* for input box containing number on any entry form */
.inputTextNum {
	font-size: 12px;
	color: #000000;
	text-align: right;
	border: thin solid #B8563B;
	border-width: 1px;
	font-family: Arial;
}
/* for combo box on any entry form */
.selectInput{
	border-right: thin 1px solid #B8563B;
	border-top: thin 1px solid #B8563B;
	border-left: thin 1px solid #B8563B;
	border-bottom: thin 1px solid #B8563B;
	color: #000000;	
}
/* for checkbox box on any entry form */
.checkbox{
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}
/* for labels on on any entry form */
.entryLabel{
	font-size: 12px;
	font-family: Arial;
}
/* for heading on on any entry form */
.entryHeading{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}
/* for copyright text on all pages */
.copyrightText{
	font-size: 12px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* for body of main content place */
.contentPlaceBody{
	background-color: #FBFBFB;
	font-family: Arial;
	font-size: 12px;
	vertical-align:top;
	text-align:left;
	width: 750px;
}
/* for body of menu side bar */
.menusBody{
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
/* for menu text of menu side bar */
.menus{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	overflow: auto;
}
.menusLink
{
	text-decoration:none;
	color: #4583BB;
}
a.menusLink:hover
{
	text-decoration: blink;
	background: #4583BB;
	color: #FFFF00;
}
a.loginLink:hover
{
	text-decoration: blink;
	border: none;
}
/* for Heading of screens */
.commonHeading
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
	color: #BA00BA;
}
/* standard style for table and its cell */
table{
	font-family: Arial;
	font-size: 12px;
	border-width: 1px;
	border-color: #000000;
	
}
td{
	font-family: Arial;
	font-size: 12px;
	border-width: 1px;
	border-color: #000000; 
}
th{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #F8A863;
	color: #000000;
	border-width: 1px;
	text-align: center;
	border-color: #000000; 
}
.centeredCell
{
	font-family: Arial;
	font-size: 12px;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
}
.rightCell
{
	font-family: Arial;
	font-size: 12px;
	border-width: 1px;
	border-color: #000000;
	text-align: right;
}
.gridDiv
{
	height: 400px;
	width: 750px;
	overflow: auto;
}
.lblMessage
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color:#FF0000;
}

/* 29-08-2008*/
body
{
margin:0px;
background-color:#ffffff;
font-family:verdana;
font-size:11px;
color:#4d4c4c;
text-decoration:none;
text-align:left;
line-height:1.5;
}
table
{
border:0;
cellpadding:0;
cellspacing:0;
font-family:verdana;
font-size:11px;
color:#4d4c4c;
line-height:1.5;
}
table, td
{
font-family:verdana;
font-size:11px;
/*color:#844049;*/
color:#4d4c4c;
line-height:1.5;
}
a
{
text-decoration:none;

font-family:verdana;
font-size:11px;
color:#000000;
font-weight:normal;
text-decoration:none;
line-height:1.6;
}

a:hover
{
text-decoration:underline;
}
select, textarea
{
font-family:verdana;
font-size:11px;
text-decoration:none;
border:solid 1px #dbdbd9;
color:#474747;
}
.textbox1
{
font-family:verdana;
font-size:11px;
text-decoration:none;
border:solid 1px #dbdbd9;
color:#474747;
width:257px;
height:18px;
}
.textbox
{
font-family:verdana;
font-size:12px;
text-decoration:none;
border:solid 1px #CDCDCD;
color:#4c4c4c;
}
.tbox
{
font-family:verdana;
font-size:11px;
text-decoration:none;
border:solid 1px #dbdbd9;
color:#474747;
height:18px;
}


.title
{
font-family:verdana;
font-size:15px;
color:#4d4c4c;
font-weight:bold;
text-decoration:none;
line-height:1.6;
/*background-color:#844049;*/
}
.btn{
    border:solid 1px #dbdbd9;
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    background:#974024; 
    padding-left:3px;
    padding-right:3px;
    height:25px;
    }
    
.menu
{
font-family:verdana;
font-size:11px;
color:#974024;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.toptext
{
font-family:verdana;
font-size:15px;
color:#974024;
font-weight:bold;
text-decoration:none;
line-height:1.5;
}
.leftlogo
{
font-family:verdana;
font-size:11px;
color:#474747;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.leftmenusub
{
font-family:verdana;
font-size:13px;
color:#a5a8a8;
font-weight:normal;
text-align : right;
text-decoration:none;
line-height:1.5;
}
.hightlight
{
font-family:verdana;
font-size:12px;
color:#f37031;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.orengtitle
{
font-family:verdana;
font-size:11px;
color:#ff5503;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.bluedata
{
font-family:verdana;
font-size:12px;
color:#216aa3;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.whitedata
{
font-family:verdana;
font-size:11px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}

.proinnertitle
{
font-family:verdana;
font-size:12px;
color:#216aa3;
font-weight:bold;
background-color:#efeff1;
text-decoration:none;
line-height:1.5;
}
.viewdata
{
font-family:verdana;
font-size:11px;
color:#216aa3;
font-weight:normal;

line-height:1.5;
}
.proretail
{
font-family:verdana;
font-size:12px;
color:#616162;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.innerdatda
{
font-family:verdana;
font-size:12px;
color:#2e2e2e;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.aboutdata
{
font-family:verdana;
font-size:12px;
color:#2e2e2e;
/*font-weight:normal;*/
text-align :justify;
text-decoration:none;
line-height:1.5;
}
.subtitle
{
font-family:verdana;
font-size:13px;
color:#4d4c4c;
font-weight:bold;
text-decoration:none;
line-height:1.6;
}

.rightmenu1
{
font-family:verdana;
font-size:11px;
color:#000000;
font-weight:normal;
text-decoration:none;
line-height:1.6;
}
.a rightmenu1
{
font-family:verdana;
font-size:11px;
color:#000000;
font-weight:normal;
text-decoration:none;
line-height:1.6;
}
.topmenu
{
font-family:verdana;
font-size:12px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
line-height:1.5;
padding-top:1px;
padding-bottom:1px;
padding-left:10px;
}
.topmenu a
{
color:#ffffff;
}
.sitemap
{
font-family:verdana;
font-size:9px;
color:#999999;
font-weight:normal;
text-decoration:none;
line-height:1.5;
padding-top:1px;
padding-bottom:1px;
}
.sitemap a
{
color:#4d4c4c;
}
.gray-bg
{
    font-family:verdana;
	font-size:13px;
	color:#ff5503;
	font-weight:normal;
	text-decoration:none;
	line-height:1.5;
}
.pro-bg
{
    font-family:verdana;
	font-size:13px;
	color:#B0B0B0;
	font-weight:normal;
	text-decoration:none;
	line-height:1.5;
}
.orange-bg
{
 font-family:verdana;
 font-size:12px;
 color:#5f5f5f;
 font-weight:normal;
 text-decoration:none;
 line-height:1.5;
 }
 .clienteltitle
{
 font-family:verdana;
 font-size:12px;
 color:#ff5503;
 font-weight:normal;
 text-decoration:none;
 line-height:1.5;
 }
 .orange-bg a:hover
{
color:#ff5503;
}
.leftmenuhead
{
font-family:verdana;
font-size:12px;
color:#844049;
font-weight:bold;
text-decoration:none;
line-height:2.0;
background-color:#BBD4EA;
padding-left:10px;
}
.leftmenuhead a
{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.leftmenuhead a:hover
{
text-decoration:underline;
}
.leftmenuinner
{
font-family:verdana;
font-size:12px;
color:#844049;
font-weight:normal;
text-decoration:none;
line-height:2.0;
background-color:#ffffff;
padding-left:10px;
}
iframe
{
margin:0px;
padding:0px;
border:0px solid #B4CEE4;
background-color:#B4CEE4;
width:237px;
height:324px;
}
.iframedata
{
font-family:verdana;
font-size:12px;
color:#000000;
text-decoration:none;

}
.dayname
{
background:url("../images/events/dayname-bg.gif");
height:25px;
width:70px;
color:#ffffff;
font-weight:bold;
}
.calendar a
{
    color:#000000;
}
.statusbar
{
font-family:verdana;
font-size:10px;
color:#aaaaaa;
font-weight:normal;
text-align : left;
text-decoration:none;
line-height:1.5;
/*background-color:#e3e3e3;*/
}
.tabledata
{
font-family:verdana;
font-size:12px;
color:#000000;
line-height:1.5;
text-decoration:none;
}
.tableheader
{
font-family:verdana;
font-size:11px;
color:#000000;
line-height:1.5;
background-color:#bbbccb;
height:30;
}
.tablerow1
{
font-family:verdana;
font-size:12px;
color:#000000;
line-height:1.5;
background-color:#e7eef5;
padding-top:5px;
padding-bottom:5px;
}
.tablerow1 input
{
font-family:verdana;
font-size:12px;
/*padding-left:5px;*/

background-color:#ffffff;
}
.tablerow2
{
font-family:verdana;
font-size:12px;
color:#000000;
line-height:1.5;
background-color:#f7f9fb;
padding-top:5px;
padding-bottom:5px;
}
.tablerow2 input
{
font-family:verdana;
font-size:12px;

line-height:1.3;
padding-bottom:5px;
background-color:#ffffff;
/*padding-left:5px;*/
}
.subbutton
{
/*background-image:url('../images/common/button-bg.jpg');*/
font-family:verdana;
cursor:pointer;
font-size:12px;
color:#216aa3;
font-weight:normal;
border:solid 1px #cbcbcb;
background-color:#efefef;
height:20px;
width:60px;
}
.subbut
{
background-image:url('../images/common/submit.jpg');
font-family:verdana;
cursor:pointer;
color:#216aa3;
font-weight:normal;
border:0;
height:20px;
width:60px;
}
.restbut
{
background-image:url('../images/common/reset.jpg');
font-family:verdana;
cursor:pointer;
color:#216aa3;
font-weight:normal;
border:0;
height:20px;
width:60px;
}
.chapselect
{
font-family:verdana;
font-size:12px;
color:#383838;
background-color:#ffffff;
width:150px;
}
.topperformhead
{
background-image:url('../images/common/header-top.gif');
height:23px;
color:#ffffff;
font-weight:bold;
padding-left:10px;
}
.rightmenubox
{
font-family:verdana;
font-size:13px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
line-height:1.5;
}
rightmenubox1
{
font-family:verdana;
font-size:13px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
line-height:1.5;

}
.tabdata
{
 margin:0px 0px 0px 0px;
 padding-top:20px;
 
}
ul .shadetabs{
position:relative;
border:solid 0px #ff0000;
}
#maintab li
{
border-right:solid 1px #ffffff;
}
.shadetabs{
text-decoration: none;
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style-type: none;
border:solid 0px #ff0000;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
display: inline;
margin:0px 0px 0px 0px; 
padding : 0px 0px 0px 0px;
border:solid 0px #ff0000;
}

.shadetabs li a{
text-decoration: none;
padding:10px 10px 3px 13px;
/*width:114px;*/
border:1px solid #e8e8e8;
text-align: left;
background-repeat:no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}
.shadetabs li.selected a{ /*selected main tab style */
background-color:#e8e8e8;
border-bottom-color: #e8e8e8;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.innertabcontentstyle
{ /*style of tab content oontainer*/
width: 576px;
border:8px solid #e8e8e8;
margin-bottom: 1em;
}

.innertabcontent
{
display:none;
margin:10px 0px 10px 0px;
padding:0px 5px 0px 8px;
border:solid 0px #ff0000;
}
.innertabcontentstyle
{ /*style of tab content oontainer*/
width: 576px;
border:8px solid #e8e8e8;
margin-bottom: 1em;
}
.innertabcontent
{
display:none;
margin:10px 0px 10px 0px;
padding:0px 5px 0px 8px;
border:solid 0px #ff0000;
}
.tabcontent{
display:none;
margin:0px 0px 10px 0px;
border:solid 1px #ff0000;
}
.faqs
{
font-family:verdana;
font-size:12px;
color:#6A6A6A;
line-height:1.7;
text-decoration:none;
text-align:left;
}
a.faqs
{
color:#6A6A6A;
line-height:1.7;
text-decoration:none;
}
a.faqs:hover
{
color:#6A6A6A;
text-decoration:none;
font-weight:bold;
}
.contactoff
{
font-family:verdana;
font-size:11px;
color:#FF5300;
text-decoration:none;
line-height:2.0;
}
.contactfac
{
font-family:verdana;
font-size:11px;
color:#216AA3;
text-decoration:none;
line-height:2.0;
}
.contacttext
{z
font-family:verdana;
font-size:11px;
color:#717171;
text-decoration:none;
line-height:1.5;
}

.data
{
font-family:verdana;
font-size:11px;
/*color:#844049;*/
color:#4d4c4c;
line-height:1.5;
}
.alert
{	
font-family:Arial;
font-size:11px;
text-decoration:none;
color:#ff0000;
padding-left:12px;
}

.vmdata
{
font-family:verdana;
font-size:20px;
color:#F27000;
text-decoration:none;
line-height:1.3;
font-weight:bold;
}
.inner_tit
{
    font-family:verdana;
	font-size:12px;
	color:#974024;
	font-weight:normal;
	text-decoration:none;
	line-height:1.5;
	font-weight:bold;
}
ul
{ 
list-style-type: none;
padding:0px;
margin:0px;
border:0px solid #ff0000;
}
li
{
font-family:verdana;
font-size:11px;
list-style-type: none;
line-height:1.7;
background-image:url("../images/common/arrow-brown.gif");
background-repeat:no-repeat;
color:#4d4c4c;
background-position:0 7;
padding-left: 12px;
padding-top: 2px;
border:0px solid #ff0000;
}
ul.small
{ 
list-style-type: none;
padding:0px;
margin:0px;
border:0px solid #ff0000;
}
li.small
{
font-family:verdana;
font-size:11px;
list-style-type: none;
line-height:1.7;
background-image:url("../images/common/arrow-orange-small.gif");
background-repeat:no-repeat;
color:#4d4c4c;
background-position:0 7;
padding-left: 12px;
padding-top: 2px;
border:0px solid #ff0000;
}
.cont_right
{
font-family:verdana;
font-size:11px;
color:#29ADAE;
text-decoration:none;
line-height:2.0;
font-weight:bold;
}
.cont_right_p
{
font-family:verdana;
font-size:11px;
color:#F9498B;
text-decoration:none;
line-height:2.0;
}
.curriculum_list
{
font-size:14px;
color:#bd396a;
font-weight:bold;
}
.orangedata
{
color:#f27000;
font-weight:bold;
}
.data
{
font-family:verdana;
font-size:11px;
color:#4d4c4c;
line-height:1.3;

}

.sevenpetaldata
{
color:#727272;
}
.blue_bg
{
color:#ffffff;
font-weight:bold;
background-color:#0093DD;
}
.red_bg
{
color:#ffffff;
font-weight:bold;
background-color:#DA251D;
}
.yellow_bg
{
color:#ffffff;
font-weight:bold;
background-color:#F8C300;
}
.green_bg
{
color:#ffffff;
font-weight:bold;
background-color:#00923F;
}
.purpel_bg
{
color:#ffffff;
font-weight:bold;
background-color:#BB98C1;
}
.pink_bg
{
color:#ffffff;
font-weight:bold;
background-color:#ED88B1;
}
.orange_bg
{
color:#ffffff;
font-weight:bold;
background-color:#E77817;
}
.highnone
{
font-family:verdana;
font-size:11px;
color:#4d4c4c;
line-height:1.5;
font-wieght:bold;
}
.forgotpwd
{
font-family:verdana;
font-size:12px;
color:#000000;
font-weight:normal;
text-decoration:none;
line-height:1.5;
}
.left_title
{
font-family:Tahoma;
font-size:18px;
color:#000000;
line-height:1.5;
}
.sub_title
{
font-family:Tahoma;
font-size:12px;
color:#000000;
line-height:1.5;
}
.sub_title_wh
{
font-family:Tahoma;
font-size:12px;
color:#FFFFFF;
line-height:1.5;
}
.payment
{
font-family:verdana;
font-size:12px;
color:#f27000;
font-weight:bold;
text-decoration:none;
line-height:1.5;
}
.noprint { }
/* for sub title on any entry form */
.entry_sub_titlte
{
	font-size: x-small;
	font-family: Arial;
}
