/* This is the common body tag code*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background:#cccccc;
	padding-right: 4px;
	padding-left: 4px;
}

a:link, a:hover, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
/*a:visited {
	color:#00FF00;
}*/

/* This is used for the table in which flash comes*/
.tableThickBoder {
	border: 5px solid #FFFFFF;
}

/* This is used for the top most table which holds the site logo -- Index page*/
.topTable {
	background-color: #e6e4cd;
	border:5px solid #FFF;
	border-top-width:0px;
}

/* This is for the About Us menu link*/
a.aboutUsMenu {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000220;
	width: 130px;
	text-align: center;
	text-decoration:none;
	padding: 7px;
}
a.aboutUsMenu:hover {
	background-color:#555555;
}

/* This is for the Our Process menu link*/
a.ourProcess {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ca9b00;
	width: 130px;
	text-align: center;
	text-decoration:none;
	padding: 7px;
}
a.ourProcess:hover {
	background-color:#c5af68;
}

/* This is for the Program Offered menu link*/
a.programOffered {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b21800;
	width: 130px;
	text-align: center;
	text-decoration:none;
	padding: 7px;
}
a.programOffered:hover {
	background-color:#c45a4a;
}

/* This is for the Unique Principles menu link*/
a.uniquePrinciple {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4f2500;
	width: 130px;
	text-align: center;
	text-decoration:none;
	padding: 7px;
}
a.uniquePrinciple:hover {
	background-color:#67482d;
}

/* This is for the Free Consulation menu link*/
a.freeConsulation {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #837a01;
	width: 130px;
	text-align: center;
	text-decoration:none;
	padding: 7px;
}
a.freeConsulation:hover {
	background-color:#a09a4d;
}

/* This css is used for the 'read more' text link which appears in the bottom part of the box in home page */
a.readme:link {
	font-weight: bold;
	color:#330000;
	padding: 2px 4px 0px 2px;
}

a.readme:hover {
	font-weight: bold;
	color:#FFFFFF;
	text-align: right;
	padding: 2px 4px 0px 2px;
}

a.readme:visited {
	font-weight: bold;
	color:#330000;
	text-align: right;
	padding: 2px 4px 0px 2px;
}

/* Inside the box in Home page, sub heading under the first tab */
.aboutUsHding {
	font-weight: bold;
	color: #000220;
	padding: 4px 4px 0px 4px;
	text-align: left;
	vertical-align: top;
}

/* This CSS we used as a general one for all the general text that appears in the box; except the last box bcose of the seperator line on right side */
.aboutUsTxt {
	color: #000220;
	height: 32px;
	padding: 2px 4px 0px 4px;
	vertical-align: top;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#BCBCBC;
}

/* Inside the box in Home page, sub heading under the second tab */
.ourServicesHding {
	font-weight: bold;
	color: #a57e00;
	height: 32px;
	padding: 2px 4px 0px 4px;
	text-align: left;
	vertical-align: top;
}

/* Inside the box in Home page, sub heading under the third tab */
.freeConsultationHding {
	font-weight: bold;
	color: #b21800;
	height: 32px;
	padding: 2px 4px 0px 4px;
	text-align: left;
	vertical-align: top;
}

/* Inside the box in Home page, sub heading under the fourth tab */
.getStartedHding {
	font-weight: bold;
	color: #4f2500;
	height: 32px;
	padding: 2px 4px 0px 4px;
	text-align: left;
	vertical-align: top;
}

/* Inside the box in Home page, sub heading under the fifth tab */
.provenProcessHding {
	font-weight: bold;
	color: #837a01;
	height: 32px;
	padding: 2px 4px 0px 4px;
	text-align: left;
	vertical-align: top;
}

/* This text appeared contact us page */
.contactUsHding {
	font-weight: bold;
	color:#22B7FF;
	height: 32px;
	padding: 2px 4px 0px 4px;
	text-align: left;
	vertical-align: top;
}

/* Only applicable for the content in the last box */
.ourProcessTxt {
	color: #000220;
	height: 32px;
	padding: 2px 4px 0px 4px;
	vertical-align: top;
	text-align: left;
}

/*This is for the Right and Bottom border of the table in the bottom of the page*/
.bottomTableRtBt {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/*For the same table as above mentioned; this CSS is for the tables bottom border*/
.bottomTable1 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*This is also for the same table's right side border*/
.tableRiteThickBoder {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* This is for teh Brose by Grade section*/
.browseByGrade {
	height: 16px;
	border: 1px solid #B6B6B6;
}

/* Can be used for all the input box appear in the site*/
.inputbox {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border:1px solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	width: 90%;
}

/* Can be used for all the buttons that comes in the site*/
.button {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border:1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-weight: bold;
	background-color: #F5F5F5;
	cursor: hand;
}
.regularText {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.loginBox {
	background-color: #570066;
}
.tableRightBdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}

/* This css is used for the 'adminmenu' text  */
a.adminmenu:link {
	font-weight: bold;
	color:#330000;
	padding: 2px 4px 0px 2px;
}

a.adminmenu:hover {
	font-weight: bold;
	color:#FF0000;
	text-align: right;
	padding: 2px 4px 0px 2px;
}

a.adminmenu:visited {
	font-weight: bold;
	color:#330000;
	text-align: right;
	padding: 2px 4px 0px 2px;
}
.tablehead {
	font-weight: bold;
	color:#FFFFFF;
	padding: 2px 4px 0px 2px;
}
.contactUsTbleBdr {
	border: 1px dotted #000000;
}

.grade_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.careersHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}


/* This css is used for the 'adminmenu' text  */
a.gradelink:link {
	font-weight: bold;
	color:#330044;
	padding: 2px 4px 0px 2px;
}

a.gradelink:hover {
	font-weight: bold;
	color:#FF0000;
	text-align: right;
	padding: 2px 4px 0px 2px;
}

a.gradelink:visited {
	font-weight: bold;
	color:#3300AA;
	text-align: right;
	padding: 2px 4px 0px 2px;
}