/* General */
.general_style {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

.attention {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: #FF0000;
}

.border_spacing {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Link */
a.sms_link {
	
}

a.tab_link {
	color: black;
	text-decoration: none;
}

a.normal_link {
	color: black;
}

a.image_link {
	border: none;
}

a.sms_link:hover {
	
}

/* table */
table.main_frame {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

table.printfriendlyframe {
	width: 70%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

table.general_table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.transcript_table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	vertical-align: top;
}

table.title_table {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

table.search_table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #CCCC99;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
}

table.info_div_table {
	font-size: 11px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 1px solid #989898;
	padding: 1px;
}

table.popup_table {
	font-size: 11px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 3px solid #989898;
	padding: 1px;
}

table.general_width_table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	width: 95%;
	padding: 1px;
}

table.info_table2 {
	font-size: 11px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 1px solid #CCCC99;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
}

table.info_table3 {
	font-size: 11px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 0px;
	background-color: #EFEFDB;
}

table.info_table {
	font-size: 11px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 1px;
}

table.inner_info_table {
	font-size: 11px;
	width: 80%;
	background-color: white;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 1px solid #CCCC99;
	padding: 1px;
}

table.sibling_info_table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 1px solid #CCCC99;
	padding: 1px;
	background-color: #ffffff;
	width: 200px;
	height: 125px;
}

table.info_table_drop_down {
	font-size: 11px;
	width: 90%;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #CCCC99;
	background-color: #FFFFFF;
}

/* td */ /*td.header{
	padding-left: 5px;
	background-color: #CFCFCF;
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica;
}*/
td.header {
	background-color: #CCCC99;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666633;
}

td.inner_cell {
	padding-top: 5px;
	padding-bottom: 5px;
}

td.search_cell {
	width: 15%;
	white-space: nowrap;
}

td.transcript_header {
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

td.transcriptPadding {
	padding-left: 20
}

td.info_cell {
	padding-left: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

td.sectionTabName {
	color: #ababab;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-image: url(images/sectionTabMiddle_off.gif);
	text-align: center;
	/*height:20px;*/
	padding-top: 2px;
}

td.sectionTabLeft {
	width: 11px;
	/*height:20px;*/
	background-image: url(images/sectionTabLeft_off.gif);
	background-repeat: no-repeat;
}

td.sectionTabRight {
	width: 11px;
	/*height:20px;*/
	background-image: url(images/sectionTabRight_off.gif);
	background-repeat: no-repeat;
}

td.sectionTabNameSelected {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	background-image: url(images/sectionTabMiddle_on.gif);
	text-align: center;
	/*height:20px;*/
	padding-top: 2px;
}

td.sectionTabSelectedLeft {
	width: 11px;
	/*height:20px;*/
	background-image: url(images/sectionTabLeft_on.gif);
	background-repeat: no-repeat;
}

td.sectionTabSelectedRight {
	width: 11px;
	/*height:20px;*/
	background-image: url(images/sectionTabRight_on.gif);
	background-repeat: no-repeat;
}

td.sectionTabSpace {
	width: 4px;
	/*height:20px;*/
	background-image: url(images/sectionTabSpace.gif);
	background-repeat: no-repeat;
}

/* tr */
tr.alt_row { /*background-color: #DFDFDF; */
	background-color: #F5F4F4;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.normal_row {
	background-color: #FFFFFF;
}

tr.inner_row {
	background-color: #EFEFDB;
}

/*binh added for scrollable tabs */
div#hold {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 65px;
}

div#wn {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 600px;
	height: 65px;
	clip: rect(0px, 600px, 65px, 0px);
	overflow: hidden;
}

div#lyr1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

div#hold2 {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 50px;
}

div#wn2 {
	position: relative;
	left: 0px;
	top: 10px;
	width: 600px;
	height: 65px;
	clip: rect(0px, 600px, 30px, 0px);
	overflow: hidden;
}

/*Divs for autoComplete*/
.acNoHighlight {
	background-color: rgb(300, 300, 300);
}

.acHighlighted {
	background-color: rgb(50, 175, 50);
	cursor: pointer;
}

div.autoCompleteDiv {
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	background-color: rgb(300, 300, 300);
}

div.calendarDiv {
	position: absolute;
	width: 150px;
	cursor: move;
	z-index: 100;
}

table.main {
	width: 300px;
	margin: auto;
	/*background-color:#eee; border:1px dashed #666 */
}

hr.divider {
	width: 90%;
}

div.loadingDiv {
	border: none;
	position: absolute;
	height: 700;
	z-index: 1;
	opacity: .7;
	filter: alpha(opacity = 70);
	display: block;
	width: 700px;
	color: #000000;
	background-color: #333333;
}

div.confirmBox {
	border: none;
	position: absolute;
	z-index: 1;
	background-color: #333333;
	opacity: .7;
	filter: alpha(opacity = 70);
	display: block;
}

div.comboBox {
	border: 1px solid #799aba;
	padding-top: 2px;
	padding-right: 2px;
	width: 170px;
	text-align: right;
}

div.comboBoxDropDown {
	position: absolute;
	width: 170px;
	height: 100px;
	border: 1px solid;
	background-color: white;
	overflow-x: auto;
	overflow-y: auto;
	visibility: hidden;
}

div.rollOverBox {
	background-color: white;
	position: absolute;
	visibility: hidden;
	display: none;
	border: 1px solid;
}

input.comboBoxText {
	border: none;
	width: 150px;
}

div.info_drop_down_div {
	padding: 10px 10px 10px 10px;
	background-color: #EFEFDB;
}

div.overlay {
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	zoom: 1;
}

td.header_print_friendly {
	background-color: #CCCC99;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

table.info_table_print_friendly {
	font-size: 11px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	/*border: thin solid #000000;*/
	border: 1px solid black;
	padding: 1px;
}

/* new shaded tab look */
td.shaded_active { /*	width:13px; */
	height: 21px;
	background: transparent url(images/sectionTab_activeBg.gif) top left
		repeat-x;
}

td.shaded_inactive { /*	width:13px; */
	height: 21px;
	background: transparent url(images/sectionTab_Bg.gif) top left repeat-x;
}

td.sectionTab_selectedRight {
	width: 13px;
	height: 21px;
	background-color: #FFFFFF;
	background-image: url(images/sectionTab_selectedRight.gif);
	background-repeat: no-repeat;
}

td.sectionTab_selectedLeft {
	width: 13px;
	height: 21px;
	background-image: url(images/sectionTab_selectedLeft.gif);
	background-repeat: no-repeat;
}

td.sectionTab_right {
	width: 13px;
	height: 21px;
	background-image: url(images/sectionTab_right.gif);
	background-repeat: no-repeat;
}

td.sectionTab_left {
	width: 13px;
	height: 21px;
	background-image: url(images/sectionTab_left.gif);
	background-repeat: no-repeat;
}

div.studentNameHover{
	/*the span will display just on :hover state*/
	z-index: 1002;
	top: 2.5em;
	left: 2px;
	border: 1px solid #999;
	background-color: #FFFFCC;
	text-align: center;
	text-decoration: none;
}
