html {
	overflow-x: hidden;
}

input[type=file] {
	border: 0px solid #555555;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

input[type=button], input[type=submit], button {
	border: 1px solid #555555;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DDDDDD;
}

input {
	border: 1px solid #555555;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

textarea {
	border: 1px solid #555555;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

select {
	border: 1px solid #555555;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 Jul, 2014, 4:49:06 PM
    Author     : prabha
*/

/*!!!!!!!!!!! CSS for ITECPortal !!!!!!!!!!!!!*/
#formattext {
	text-align: justify;
	line-height: 1.5em;
	margin-right: 15px;
}

/*"""""""" General""""""""*/
body {
	font-size: 10px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	color: black;
	margin: 0px;
	text-align: center;
	align: center;
	height: 100%;
	/*width: 990px;*/
}

.filelinks {
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
	color: Blue;
	cursor: pointer;
}
/*""""""""Header""""""""*/
.seachbutton {
	float: right;
}

.searchboxdiv {
	margin: 0;
	height: 35px;
	width: 164px;
	float: left;
}

.searchbox {
	background: none;
	margin-left: 30px;
	margin-top: 0px;
	border: 0px;
}

/*"""""""" Main Menu""""""""*/
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: table-cell; /*This Cover Full TD */
	height: 27px; /*This Will Fix Size Link (Use Image height)*/
	width: 120px; /*This Will Fix Size Link (Use Image width)*/
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	color: black;
	text-decoration: none;
}

.links:hover {
	background: url('../images/menu_hover.gif') center top no-repeat;
	color: white;
}

.links td {
	width: 30%;
}

/*"""""""" Tables""""""""*/
table {
	border-collapse: collapse;
}

table.general {
	width: 500px;
}

table #general {
	width: 500px;
}

table.header {
	width: 100%;
}

table.data {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	margin: .1em;
	table-layout: fixed;
	word-wrap: break-word;
}

.data td, th {
	padding: .2em;
	border: 1px #ccc solid;
	font-size: 11px;
}

.data th {
	color: white;
}

table.form {
	background-color: #4F94CD;
	width: 98%;
	border-collapse: collapse;
}

.form td, th {
	font-size: 12px;
}

.form th {
	font-weight: bold;
	border: 0px;
}

#space {
	line-height: 2em;
	padding: 10px;
}
/* default one */
/*td, th {
  background-color:#FFF;
  padding:.2em;
}*/

/* the border will be defined by the td tags */
td.BlueBorder, th.BlueBorder {
	background-color: #4F94CD;
	border: 1px solid blue;
	padding: .2em;;
}

td.GreyBorder, th.GreyBorder {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	padding: .2em;
}

td.highlightedtext {
	background: #E6E6E6;
	border: 1px solid black;
	padding: .2em;
}

thead {
	background: #4F94CD;
}
/*""""""""Footer""""""""*/
.footer {
	font-size: 10px;
	color: white;
	top: 20px;
	width: 100%;
	background: url('../images/footer.jpg') repeat;
}

.footer
a:link {
	font-size: 10px;
	color: white;
}

/*"""""""" Home Page""""""""*/
.smalltext {
	font-size: 10px;
}

.smalltext a:link {
	color: black;
	font-size: 10px;
}

.smalltext a:hover {
	color: blue;
	text-decoration: underline;
}

.smallgreytext {
	color: #666666;
	font-size: 11px;
	width: 84.3%;
}

.smallgreytext a:link {
	font-size: 10px;
	text-decoration: underline;
}

.projectheading {
	font-size: 12px;
	color: #0275CA;
}



.hyperlinkedtext a:link {
	
}
/*"""""""" For anchor tags""""""""*/
a:link {
	color: green;
	text-decoration: italic;
}

a:visited {
	color: green;
	text-decoration: italic;
}

a:hover {
	color: red;
	text-decoration: italic;
}

a:active {
	color: yellow;
	text-decoration: italic;
} /*"""""""" Form labels""""""""*/
.formheading {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.formlabels {
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}

.exceptionTag {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.alerttext {
	font-size: 10px;
	color: red;
}

#highlightback {
	background: white;
}

/*"""""""" Page labels""""""""*/
.pageheading {
	font-size: 14px;
	font-weight: bold;
	color: blue;
}

.generaltext {
	font-size: 12px;
	line-height: 1.5em;
}

.navigation {
	font-size: 9px;
	background-color: #CCFFFF;
}

.logindetails {
	font-size: 11px;
}

#highlight {
	font-weight: bold;
	color: navy;
}

#highlightwhite {
	font-weight: bold;
	color: white;
}

#bigtext {
	font-size: 12px;
}

/*"""""""" Text Boxes""""""""*/
.verysmallmandatoryTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 40px;
	height: 23px;
	background-color: #ACD1E9;
}

.year {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 50px;
	height: 23px;
	background-color: #ACD1E9;
}

.verysmallmandatoryTbox1 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 75px;
	height: 23px;
	background-color: #ACD1E9;
}

.smallmandatoryTboxCourseNumber {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 90px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTboxDateSmall {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 100px;
	height: 23px;
	background-color: #ACD1E9;
}

.smallTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 105px;
	height: 23px;
	background-color: #ACD1E9;
}

.exp_date {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 110px;
	height: 23px;
	background-color: #ACD1E9;
}

.smallmandatoryTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 117px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTboxFeeComponent {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 120px;
	height: 23px;
	background-color: #ACD1E9;
}

.mediummandatoryTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 142px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox1 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 150px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox3 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 159px;
	height: 23px;
	background-color: #ACD1E9;
}

.smallmandatoryTbox1 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 165px;
	height: 23px;
	background-color: #ACD1E9;
}

.normalmandatoryTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 188px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 210px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox2 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 210px;
	height: 40px;
	background-color: #ACD1E9;
}

.mandatoryfacultymoduleTbox1 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 300px;
	height: 23px;
	background-color: #ACD1E9;
}


.mandatoryfacultymoduleTbox {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 350px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox11 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 500px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox12 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 700px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox13 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 900px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox16 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 950px;
	height: 100px;
	background-color: #ACD1E9;
}

.mandatoryTbox14 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 975px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTbox15 {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 1470px;
	height: 23px;
	background-color: #ACD1E9;
}

.mandatoryTArea {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #ACD1E9;
}

.mandatoryEduTbox {
	
}

.mandatoryEmpTbox {
	
}

.mandatoryInCourseTbox {
	
}

.mandatoryFrCourseTbox {
	
}



.mandatoryITECTbox {
	
}

.mandatoryEmerTbox {
	
}

.chk1 {
	
}

/*""""""""Combo Boxes""""""""*/
select.limited-width {
	width: 200px;
	position: static;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

select.expanded-width {
	width: auto;
	position: relative;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

.generalCombo {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

#mediumCombo {
	width: 210px;
}

#largeCombo {
	width: 500px;
}
/*""""""""Text Area""""""""*/
.generalTarea {
	height: 100px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	width: 1300px;
	background-color: #ACD1E9;
}

/*""""""""Buttons""""""""*/
.generalButton {
	height: 25px;
	width: 100px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

.mediumButton {
	height: 25px;
	width: 160px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

#dottedButton {
	border-style: dotted;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #E1FFFF;
}

#outsetButton {
	border-style: outset;
	border-width: 2px;
	background-color: #E1FFFF;
}

fieldset {
	text-align: center;
}

.cstCheck {
	
}

/* Footer */
#footer {
	position: fixed;
	left: 0px;
	width: 100%;
	color: black;
	text-align: center;
	background: #4F94CD;
	font-size: 8pt;
	bottom: 0;
	padding: 0;
	border: 1px solid #BBBBBB;
	font-weight: bold;
}

#bottom_margin {
	height: 1em;
}