BODY, H1, H2, H3, H4, H5, H6, TD, TH, DIV, PRE, CODE, SPAN, P, OL, UL, DL, DT, DD, LI, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
	color: #01669A;
}
body
{
	margin: 0px;
}
A {
	color: #01669A;
}

A:hover {
	color: #000000;
}

A:visited {
	color: #000000;
}

/* LOGIN BOX */
.login {
	text-align: left;
	margin:10px 10px 10px 10px;
}

/* ALL LMS UI ELEMENTS */
.ui {
	text-align:left;
	margin-left:10px;
}

/* CREDIT TEXT ADDED BY RI*/
.credit {
	font-size:60%;
	margin-left:20px;
}

/* BREADCRUMBS */
.breadcrumb {
	text-align:left;
	border:1px solid #656565;
	border-width:1px 0;
	background:#cef;
	margin:10px 10px 10px 10px;
	padding:6px 3px;
}

.bcTitle {
	font-size:120%;
	margin:0;
}

.bcCrumbs {
	margin:0;
}

/* LOGOUT BUTTON */
.logout
{
    position: absolute;
    top: 0px;
    left: 83%;
}

.logout A {
	DISPLAY: block;
	POSITION: relative;
	TEXT-ALIGN: center;	
	TEXT-DECORATION: none;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:10px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #909090;
	color: #01669A;
	background-color: #EEEEEE;
}

.logout A:hover {
	background-color:#01669A;
	COLOR: #ffffff;
}

/* MYPROFILE BUTTON */

.myprofile
{
    position: absolute;
    top: 0px;
    left: 90%;
}

.myprofile A {
	DISPLAY: block;
	POSITION: relative;
	TEXT-ALIGN: center;	
	TEXT-DECORATION: none;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:10px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #909090;
	color: #01669A;
	background-color: #EEEEEE;
}
.myprofile A:hover {
	background-color:#01669A;
	COLOR: #ffffff;
}


/* MESSAGES TO USERS */
.success {
	text-align: center;
	font-weight: bold;
}

.alertMsg {
	text-align: left;
	font-weight: bold;
	vertical-align:top;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

/* organizes a list of links to LMS pages */
.cmdBlock {
	padding: 0px 0px 0px 0px;
	WIDTH: 280px;
	float: left;
	margin-right: 1em;
}
.cmdList {
	font-weight: bold;
}
.cmdList A {
	DISPLAY: block;
	POSITION: relative;
	TEXT-ALIGN: center;	
	TEXT-DECORATION: none;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #909090;
	color: #01669A;
	background-color: #EEEEEE;
}
.cmdList A:hover {
	background-color:#01669A;
	COLOR: #ffffff;
}

/* organizes a tabular report */
.reportBlock {
	padding: 0px 0px 20px 0px;
}
.reportBlock table
{
	border: 3px groove #000066;
}
.reportBlock table caption
{
	font-weight: bold;
	background-color: #01669A;
	COLOR: #ffffff;
	width:auto;
	padding: 5px;
}
.reportBlock table th
{
	text-align:center;
	padding: 4px;
}
.reportBlock table td
{
	padding: 4px;
}

.reportBlockSummary {
	padding: 0px 0px 20px 0px;
}
.reportBlockSummary table
{
	border: 3px groove #01669A;
}
.reportBlockSummary table caption
{
	font-weight: bold;
	background-color: #01669A;
	COLOR: #ffffff;
	width:auto;
	padding: 5px;
}
/*
.reportBlockSummary table th
{
	text-align:center;
	padding: 4px;
}*/
.reportBlockSummary table td
{
	padding: 4px;
}


.reportLink {
	TEXT-ALIGN: center;	
	TEXT-DECORATION: none;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #909090;
	color: #01669A;
	background-color: #D9D9D9;
}
.reportLink:hover {
	background-color:#01669A;
	COLOR: #ffffff;
}

/* CATALOG DISPLAY */
.catShow {
	text-align: left;
	margin-left:10px;
}

.catFolder {
	background-repeat: no-repeat;
	background-image: url(./Img/folder_open.gif);
	background-position: 0px 50%;
	padding: 0 0 0 20px !important;
}

.catCourse {
	background-repeat: no-repeat;
	background-image: url(./Img/course.gif);
	background-position: 0px 50%;
	padding: 0 0 0 20px !important;
}

.catBack {
	TEXT-DECORATION: none;
	background-repeat: no-repeat;
	background-image: url(./Img/back.gif);
	background-position: 0px 50%;
	padding: 0 0 0 32px !important;
}


/* organizes a tabular report */
.dialogBlock {
	padding: 0px 0px 20px 0px;
}
.dialogBlock table
{
	border: 3px groove #01669A;
	text-align: left;
}
.dialogBlock table caption
{
	font-weight: bold;
	background-color: #01669A;
	COLOR: #ffffff;
	width:auto;
	padding: 5px;
}
.dialogBlock table th
{
	padding: 4px;
}
.dialogBlock table td
{
	padding: 4px;
}


/* Test upload */

.testUploadBlock {
	padding: 0px 0px 20px 0px;
}
.testUploadBlock table
{
	border: 3px groove #01669A;
	text-align: left;
}
.testUploadBlock table caption
{
	font-weight: bold;
	background-color: #01669A;
	COLOR: #ffffff;
	width:auto;
	padding: 5px;
}
.testUploadBlock table th
{
	padding: 4px;
	vertical-align:middle;
	text-align: center;
}
.testUploadBlock table td
{
	vertical-align:top;
	padding: 4px;
}


/* alertBlock upload - used AlertMessage.asp */

.alertBlock {
	padding: 0px 0px 20px 0px;
}
.alertBlock table
{
	text-align: left;
	font-weight: bold;
	vertical-align:top;
}
.alertBlock table td
{
	vertical-align:top;
	text-align: left;
	font-weight: bold;
}

/* new user registration */
#id_NewUserReg
{
	WIDTH: 240px;
}

/* logo */
.logo
{
	margin-left:10px;
	margin-top:5px;
}

/* AdminMenu XofN */
.classAdminXofNOver
{
    PADDING-RIGHT: 0px! important;
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 16px! important;
    PADDING-BOTTOM: 0px! important;
    PADDING-TOP: 0px! important;
    BACKGROUND-REPEAT: no-repeat;
	COLOR: black;
}

.classAdminXofNUnder
{
    PADDING-RIGHT: 0px! important;
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 16px! important;
    PADDING-BOTTOM: 0px! important;
    PADDING-TOP: 0px! important;
    BACKGROUND-REPEAT: no-repeat;
}

.hide, .custom
{
	display: none;
}