body {}
.alert { font-size: 9pt; color: #cc3300; }
.positioning {}
.red { COLOR: #cc0000; }
.redBold, .redbold { FONT-SIZE: 10pt; font-weight: bold; color: #ff0000; }
.green { COLOR: #003399; }
.tip { COLOR: #ffcc33; }
.regular { 
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.bold {
    FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.italic {
    FONT-STYLE: italic;
	FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.bolditalic {
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
	FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}
.PageHeader {}
.header {}
.userMessage, .usermessage {
    FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    COLOR: #008000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif
}

/* BASE PAGE COMPONENTS */
h1, h2, h3, h4, div, p, ul, li, input {	font-family: Arial, Helvetica, Sans-Serif; }
h1 {
	font-size: 14pt;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-bottom: 0em;
}
.maincontent 
{
}
.coursecontent
{
	padding-left: 210px;
	padding-bottom: 20px;
	padding-right: 10px;
	z-index: -80px;
	margin:4px 0px 10px 0px;
}

.ffcoursecontent
{
	padding-left: 210px;
	padding-bottom: 20px;
	padding-right: 10px;
	z-index: -80px;
	margin:4px 0px 10px 0px;
	height: 100%;
}

.ie7coursecontent
{
	padding-left: 210px;
	padding-bottom: 20px;
	padding-right: 10px;
	margin:4px 0px 10px 0px;
	height: 100%;
	width:100%;
	position:static
}

.coursecontentheight
{ 
	height: 100%;
} 

.dashdata {
	font-size: 9pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

/* GRID ITEMS */
table.grid {}
.gridhead {}
.gridhead a, a:visited, a:hover {}
.gridhead a:visited {}
.gridhead a:hover {}
.gridtotal a {}
.gridtotal a:visited {}
.gridtotal a:hover {}
.gridcontrol {
	font-size: 9pt;
	color: #003399;
	background-color: #e0e0e0;
}
.gridtotal {}
.grouping {
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}

/* MISC */
.minitext { font-size: 8pt; }

/* BUTTON ITEMS */
.disabledmenuitem {
	color: #6E6E6E;
	text-decoration: none;

	position:relative;
	background-color: #ffffff;
	line-height:25px;
	width:185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	vertical-align:baseline;
	height:25px;
	margin:4px 10px 5px 5px;
	padding:0px 0px 0px 0px;
}

/* INPUT */
input.button[disabled] {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background: #B1B1B1;
	color: #ffffff;
	border: 1px solid black;
}
input.radio {}
input.basictext {
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
input.minitextbox {
	font-family: Lucidia Console, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}
/* LINKS */
a {}
a:visited {}
a:hover {}
a.lightlink {
	color: #ececec;
	text-decoration: underline;
}
a.lightlink:visited {
	color: #ececec;
	text-decoration: underline;
}
a.lightlink:hover {
	color: #ececec;
	text-decoration: underline;
}
.buttoncell {}
.cell1 {}
.cell2 {}
.cell1b {
  FONT-SIZE: 8pt;
  COLOR: #000000;
  BORDER-TOP: 0px;
  BORDER-RIGHT: 1px solid #999999;
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 1px solid #999999;
  BACKGROUND-COLOR: #FFFFFF;
}
.cell2b {
  FONT-SIZE: 8pt;
  COLOR: #000000;
  BORDER-TOP: 0px;
  BORDER-RIGHT: 1px solid #999999;
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 1px solid #999999;
  BACKGROUND-COLOR: #E0E0E0;
}
.sideitem {
	font-size: 9pt;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.cellnoborder {
	font-size: 9pt;
	color: #000000;
	border: none;
	background-color: #ffffff;
}

/* TITLE ITEMS  ----- */
TABLE.title { BACKGROUND-COLOR: TRANSPARENT; }
.titlehead {
  FONT-SIZE: 12pt;
  FONT-WEIGHT: BOLD;
  COLOR: #000000;
  BACKGROUND-COLOR: TRANSPARENT;
}
.titlesubhead {
  FONT-SIZE: 10pt;
  FONT-WEIGHT: BOLD;
  COLOR: #003399;
  BACKGROUND-COLOR: TRANSPARENT;
}

.topitem { /* For the name and email items in the top frame */}
TABLE.header {}
.headerdata {}
table.stats { 
	width:auto;
	margin:auto;
	padding:4px;
}
.stats {
	border-color:#c8c8c8;
	border-style:solid;
	border-width:1px;
	margin:2px 10px 0px 10px;
	padding:4px;
}
.stattop {}
.statsgraphtop {
	text-align:center;
	border-color:#666666;
	border-style:solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
}
.statsgraphbottom { 
	text-align:left;
	background-color:#efefef;
	border-color:#666666;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.statslabel {}

/* System Message*/
.systemMessage
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: Green;
	border: 2px;
}
