/*
	HETGroup style sheet
	
	01/04/2012  Ian Peterson  Log 22696: Insert "a" tag before the link, visited, active, and hover stylesheet elements below.
	12/07/2012  Ian Peterson  Log 23036: Incorporate PBSC changes related to updated menus.
	02/08/2013  Ian Peterson  Log 23070: Add piechart class to add a piechart image to a input type button.
	03/19/2013  Ian Peterson  Log 23116: Added "pre" style.
	05/19/2014  Ian Peterson  Log 23328: Added "breadcrumb" style.
*/

html {
	height: 100%;
}

body {
	color: black;
	text-align: center;
	background-color: #ffffff !important;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 0;
	height: 100%;
}

body>#parentDiv {
	height: auto;
	min-height: 100%;
}

/* Log 23116 */
pre {
	font-size: 12px;
}

#parentDiv {
	height: 100%;
}

#parentContent {
	width: 100%;
	padding-bottom: 175px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

/* for unvisited links */
a:link {
	color: rgb(0, 0, 153)
}
/* for visited links */
a:visited {
	color: rgb(153, 0, 153)
}
/* when link is clicked */
a:active {
	color: rgb(255, 0, 102)
}
/* when mouse is over link */
a:hover {
	color: rgb(0, 96, 255)
}

.fccsc-headerbar {
	background-color: #80b3b3;
	font-size: small
}

.fccsc-err-msg {
	color: #FF0000;
	font-weight: bold
}

.fccsc-error {
	color: #FF0000;
	font-weight: bold
}

.fccsc-warning {
	color: #FF6600;
	font-weight: bold
}

.fccsc-ok {
	color: #000000;
	font-weight: bold
}

.fccsc-regstatus {
	background-color: #99CCCC;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: thin none;
	border-color: #000000 #9999FF #CCCCFF #CCCCFF
}

.fccsc-notes-reminder {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000
}

.navlink {
	font-size: 12px;
}

.box {
	background: #FFFFFF;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	margin: 10px 10px;
	padding: 4px;
}

.infobox {
	background: #FFFFFF;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	margin: 8px 8px;
	padding: 2px;
	width: 98%;
}

.fccsc-emphasis {
	font-weight: bold
}

.fccsc-tableheading {
	background-color: #80b3b3;
	font-size: 10pt
}

.fccsc-tablesubhead {
	background-color: #bfd9d9;
}

.fccsc-notes {
	font-size: 10pt
}

.fccsc-body-text {
	font-size: 12pt;
	color: #000000
}

.fccsc-heading-large {
	background-color: #80b3b3;
	color: Black;
	font-weight: bold;
	font-size: medium;
}

.fccsc-heading {
	background-color: #80b3b3;
	color: Black;
	font-weight: bold;
	font-size: 10 pt;
}

.fccsc-heading-small {
	background-color: #bfd9d9;
	color: Black;
	font-weight: bold;
	font-size: small;
}

.fccsc-subheading {
	background-color: #bfd9d9;
	font-size: 10 pt;
	color: Black;
	font-weight: normal;
}

.fccsc-subheading-highlight {
	background-color: #E6F0F0;
	font-size: 10 pt;
	color: Black;
	font-weight: normal;
}

.fccsc-subheading-small {
	background-color: #E6F0F0;
	font-size: small;
	color: Black;
	font-weight: normal;
}

.fccsc-border {
	background-color: #80b3b3;
}

.fccsc-border-hightlight {
	background-color: #FFFFFF;
}

.fccsc-detail-1-emphasis {
	font-weight: bold;
}

.fccsc-detail-1 {
	background-color: #ffffff;
	font-size: 10 pt;
	color: Black;
	font-weight: normal;
}

.fccsc-detail-2 {
	background-color: #e6f0f0;
	font-size: 10 pt;
	color: Black;
	font-weight: normal;
}

.fccsc-detail-small-1 {
	background-color: #ffffff;
	font-size: small;
	color: Black;
	font-weight: normal;
}

.fccsc-detail-1-highlight {
	background-color: #80b3b3;
	font-size: 10 pt;
	color: black;
	font-weight: normal;
}

.fccsc-detail-2-highlight {
	background-color: #80b3b3;
	font-size: 10 pt;
	color: #000000;
	font-weight: normal;
}

.fccsc-detail-small-1-highlight {
	background-color: #ffffff;
	font-size: small;
	color: Red;
	font-weight: normal;
}

.fccsc-detail-small-2 {
	background-color: #e6e6e6;
	font-size: small;
	color: black;
	font-weight: normal;
}

.fccsc-detail-small-2-highlight {
	background-color: #e6e6e6;
	font-size: small;
	color: white;
	font-weight: normal;
}

.fccsc-lineStyle-bg-1 {
	background-color: #ffffff;
}

.fccsc-lineStyle-bg-2 {
	background-color: #bfd9d9;
}

.fccsc-lineStyle-bg-3 {
	background-color: #999999;
}

.fccsc-lineStyle-bg-4 {
	background-color: #F9F6E5;
}

.fccsc-headerbar-bg-1 {
	background-color: #A1C4B8;
}

.fccsc-headerbar-bg-2 {
	background-color: #80b3b3
}

.fccsc-headerbar-bg-3 {
	background-color: #e9e9e9;
}

.fccsc-headerbar-bg-4 {
	background-color: #ccccff;
}

.table-cell {
	font-size: small;
	color: black;
}

.fccsc-headerbar-xs-black-bold {
	color: Black;
	font-weight: bold;
	font-size: x-small;
}

.fccsc-heading-s-black-bold {
	color: Black;
	font-weight: bold;
	font-size: small;
}

.fccsc-heading-s-black-normal {
	color: Black;
	font-weight: normal;
	font-size: small;
}

.fccsc-detail-x-small-red {
	font-size: x-small;
	color: Red;
	font-weight: normal;
}

.fccsc-detail-s-red-bold {
	font-size: small;
	color: Red;
	font-weight: bold;
}

.fccsc-detail-x-small-black {
	font-size: x-small;
	color: Black;
	font-weight: normal;
}

.fccsc-headerbar-n-white-bold {
	font-size: small;
	color: white;
	font-weight: bold;
}

/* Log 23328 */
.breadcrumb {
	font-size: x-small;
	color: Black;
	font-weight: normal;
	text-align: left;
}

/* ************** Page Tabs *****************  */
#tablist {
	padding: 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Arial;
	text-align: left;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	padding: 6px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #A1C4B8;
}

#tablist li a.current {
	background: lightyellow;
}

#tabcontentcontainer {
	width: 100%;
	/* Insert Optional Height definition here to give all the content a unified height */
	padding: 5px;
	border: 1px solid black;
}

.tabcontent {
	display: none;
	text-align: justify;
}

input.savebutton {
	background-color: #cc0000;
	font-weight: bold;
	color: white;
}

input.defaultbutton {
	background-color: #dddddd;
}

/* Log 23070 */
.piechart {
	background: transparent url(images/piechart.png) no-repeat right top;
	padding-right: 25px;	/* assuming image is 25px wide, so any text appears to its left */
}

/* Start Log 23036 */
/* green bar alternating color bars  */
.odd  {
	background-color: white; 
}

.even {
	background-color: #efefef; 
} 

/* dialog box background */
.field-color { 
	background-color: #e9e9e9; 
} 

.heading-cell {
	background-color: gray;
	color: white; 
	font-size: small; 
	font-weight: bold; 
	text-align: left; 
}

.table-cell { 
}

.subhead {
	font-size: small; 
	color: black;
	text-align: left;
	font-weight: bold;
}

.tblbor { 
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

input.sub {
	background-color: #cc0000; 
	font-weight: bold; 
	font-size: 14px; 
	color: white;
}

input.roster {
	background-color: #000000; 
	font-weight: bold; 
	font-size: 14px; 
	color: white;
}

input.grade {
	background-color: #339966; 
	font-weight: bold; 
	font-size: 14px; 
	color: white; 
}

input.print {
	background-color: #000000; 
	font-weight: bold; 
	font-size: 14px; 
	color: white; 
}

#menu {
	background-image: url(images/menu_background.gif);
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 100;
}

#menu ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu, #menu ul {
	float: left;
	list-style: none;
	background-color: #fef5d8;
	border-style: solid;
	border-color: #111111;
	border-width: 1px;
}

#menu a {
	display: block;
	color: #333333;
	text-decoration: none;
}

#menu a:hover {
	color: red;
	text-decoration: underline;
}

#menu a.mainmenuitem {
	background: url(images/menu_down_arrow.gif) center right no-repeat;
}

#menu a.submenuitem {
	background: url(images/menu_across_arrow.gif) center right no-repeat;
}

#menu a.submenuitem2 {
	background: url(images/menu_across_arrow.gif) center right no-repeat;
}

#menu li.menulink {
	width: 100%;
	white-space: nowrap;
}

#menu li {
	float: left;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: bold;
	border-width: 1px;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

#menu li li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#menu li ul ul {
	margin: -1.75em 0 0;
}

#menu li:hover ul ul, #menu li:hover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul {
	left: auto;
}

/* End Log 23036 */