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;
}
body
{
	margin: 0px;
}

/* LOGIN BOX */
.login {
	text-align: left;
	margin:10px 10px 10px 10px;
}

/* ALL LMS UI ELEMENTS */
.ui {
	text-align:center;
}
a.special:link {
     color: #FFFFFF;
     background-color: transparent;
     }

a.special:visited {
     color: #FFFFFF;
     background-color: transparent;
     }

a.special:hover {
     color: #FFFFFF;
     background-color: #00f;
     text-decoration: none;
     }

a.special:active {
     color: #FFFFFF;
     background-color: transparent;
     }


/* BREADCRUMBS */
.breadcrumb {
	text-align:center;
	background:#FFFFFF center;
	margin:auto;
	padding:0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 752px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.bcTitle {
	font-size:100%;
	margin:auto;
	background-color: #003366;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #FFFFFF;


}

.bcCrumbs {
	margin:0;
	padding: 0px 0px 0px 4px;
	color: #FFFFFF;
}
.bcCrumbs A {
  color: #FFFFFF;
}
.bcCrumbs A:hover {
  color: #FFFFFF;
}

/* 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: #000099;
	background-color: #EEEEEE;
}

.logout A:hover {
	background-color:#000066;
	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: #000099;
	background-color: #EEEEEE;
}
.myprofile A:hover {
	background-color:#000066;
	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;
	WIDTH: 280px;
	float: none;
	text-align: center;
	margin: auto;
}
.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: #000099;
	background-color: #EEEEEE;
}
.cmdList A:hover {
	background-color:#000066;
	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: #000066;
	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 #000066;
}
.reportBlockSummary table caption
{
	font-weight: bold;
	background-color: #000066;
	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: #000099;
	background-color: #D9D9D9;
}
.reportLink:hover {
	background-color:#000066;
	COLOR: #ffffff;
}

/* CATALOG DISPLAY */
.catShow {
	text-align: left;
	margin-left:10px;
}

.catFolder {
	background-repeat: no-repeat;
	background-image: url(file:///C|/Documents%20and%20Settings/Daniel/Desktop/./Img/folder_open.gif);
	background-position: 0px 50%;
	padding: 0 0 0 20px !important;
}

.catCourse {
	background-repeat: no-repeat;
	background-image: url(file:///C|/Documents%20and%20Settings/Daniel/Desktop/./Img/course.gif);
	background-position: 0px 50%;
	padding: 0 0 0 20px !important;
}

.catBack {
	TEXT-DECORATION: none;
	background-repeat: no-repeat;
	background-image: url(file:///C|/Documents%20and%20Settings/Daniel/Desktop/./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 #000066;
	text-align: left;
}
.dialogBlock table caption
{
	font-weight: bold;
	background-color: #000066;
	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 #000066;
	text-align: left;
}
.testUploadBlock table caption
{
	font-weight: bold;
	background-color: #000066;
	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: red;
}

.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;
}
.loginBlock {

	padding: 0px;
	border: .5px none #999999;
}
.loginBlock table {

	border: thin solid #999999;
	margin: 0px;
	padding: 0px;
}
.loginBlock table caption {

	font-weight: bolder;
	background-color: #FFFFFF;
	COLOR: #003265;
	width:auto;
	padding: 5px;
	font-size: 18px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	border-top: thin solid #999999;
	border-right: thin solid #999999;
	border-bottom: thin none #999999;
	border-left: thin solid #999999;
}
.loginBlock table td {

	padding: 0px;
	border-top: thin none #333333;
	border-right: thin none #666666;
	border-bottom: thin none #666666;
	border-left: thin none #666666;
	margin: 0px;
}
.loginBlockSummary {

	padding: 0px 0px 20px 0px;
}
.loginBlockSummary table {

	border: 3px groove #000066;
}
.loginBlockSummary table caption {

	font-weight: bold;
	background-color: #000066;
	COLOR: #ffffff;
	width:auto;
	padding: 5px;
}
.loginBlockSummary table td {

	padding: 0px;
}
.loginlink {

	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: #000099;
	background-color: #D9D9D9;
}
.loginLink:hover {
	background-color:#000066;
	color: #FFFFFF;
}
