﻿BODY
{
	background-color: white;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: darkblue; 
	padding: 0; 
	margin: 0;
}

.InsetImage
{
	border: inset 3px silver;
}
.Greeting
{
	color: darkblue;
}

.GreetingLabel
{
    position: absolute; 
    display:block;
    top: 30px; 
    left: 580px; 
    padding-right: 10; 
    width: 270px; 
    background-color: #FFFFFF; 
    text-align: right;
}

hr
{
	padding: 5px 0 10px 0;
	margin: 5px 0 10px 0;
	color: Blue;	
}
/***********************************************************/
/*  Text styles
/***********************************************************/
H2
{
	font-family: Lucida Handwriting, Tahoma, Arial;
	font-size: 15pt;
	font-weight: bold;
	color: indigo;
	text-align: center;
	margin: 0 0 5 0;
}
H3
{
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline overline;
	color: indigo;
	text-align: center;
	margin: 0 0 5 0;
}
H4
{
	font-family: Trebuchet MS, Arial;
	font-size: 13pt;
	font-weight: bold;
	color: gold;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 10 0;
	border: 2px groove #82AAE1;
	background-color: #15477c;
}
H5
{
	font-family: Trebuchet MS, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-align: center;
	letter-spacing: 1.5px;
	margin: 0 0 10 0; 
	padding: 0 0 2 0;
	border: 4px double #82AAE1;
	background-color: #9bb8e0;
}

.PrintOnly
{
	display: none;
}

.General
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 9pt;
	color: darkblue;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
}
.General_Unpadded
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 9pt;
	color: darkblue;
	padding: 0;
}

.PageHeader /* Similar to H4 but left-ish */
{
	font-family: Trebuchet MS, Arial;
	font-size: 13pt;
	font-weight: bold;
	color: gold;
	text-align: left;
	letter-spacing: 3px;
	padding: 2 5 2 10;
	margin: 0 0 10 0;
	width: 100%;
	border: 2px groove #82AAE1;
	background: #628AC1;
}
.PageHeaderLite /* Used alongside PageHeader style */
{
	font-size: 11pt;
	font-style: italic;
	letter-spacing: 1.5px;
}
.PageHeaderLiteBlock
{
    display:block;
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	color: white;
	letter-spacing: 2px;
	margin: 0 0 10 0;
	width: 100%;
	padding: 0 0 2 10;
	border: 4px double #82AAE1;
	background-color: #9bb8e0;
}
/* Goes just above and to the left of the page header */
.PageHeaderNote
{
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #628AC1;
	position: relative;
	left: 15px;
	top: 0;
	/*width: 70%;*/
	letter-spacing: 2px;
	z-index: 0;
}
/* Goes just above and to the right of the page header */
.PageHeaderNote_Right
{
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #628AC1;
	position: relative;
	top: 0;
	right: -250px; 
	/*width: 30%;*/
	letter-spacing: 2px;
	
	clip: rect(auto, -250px, auto, auto);
}

.Label
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding: 2 5 2 5;
	color: darkblue;
}
.BlogTitle
{
    font-size: 11pt;
    font-family: Tahoma, Trebuchet MS, Arial;
	text-align: left;
	font-weight: bold;
	padding: 2 5 2 5;
	color: darkblue;
}
.BlogContent
{
    font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	text-align: left;
	padding: 2 5 2 5;
	color: darkblue;
}
.BlogPosted
{
    font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 7pt;
	text-align: left;
	padding: 2 5 2 5;
	color: gray;
}
.Label_Left
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 2 5 2 5;
	color: darkblue;
	text-align: left;
}

.Label_Light
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	padding: 2 5 2 5;
	color: darkblue;
	text-overflow: ellipsis; /* Complains but it's valid in IE... */
	overflow: hidden; /* Still needs a width in parent element! */
}

.DG_Label
{
	text-overflow: ellipsis; /* Complains but it's valid in IE... */
	overflow: hidden; /* Still needs a width in parent element! */
}

.Label_Justified
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 9pt;
	color: darkblue;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	width: 100%;
}

.LabelGroup
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 2 0 2 0;
	color: indigo;
}

.FieldNote
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: indigo;
}

.Label_BoxedEmphasis
{
    display: block;
	background-color: #d5e7f7;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	/*font-weight: bold;
	font-variant: small-caps;
	text-align: center;*/
	color: RoyalBlue;
	padding: 5 5 5 10;
	margin: 10 0 10 0;
	border: dashed .2em #b9c9d9;
	width: 100%;
}
.ReadingHeader
{
	font-family: Trebuchet MS, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: royalblue;
	letter-spacing: 2px;
	text-decoration: overline underline;
}

/* 164d9d 184d9c */
.PeerReviewHeader
{
	font-family: Trebuchet MS, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: royalblue;
	letter-spacing: 2px;
	text-decoration: overline underline;
}
.PeerReviewQuestionHeader
{
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	color: #628AC1;
	letter-spacing: 2px;
	padding-top: 10;
	text-decoration: underline;
}
.PeerReviewQuestion
{
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
	color: royalblue;
	letter-spacing: 1px;
	padding: 3 0 0 15;
	width: 100%;
}

.Footer
{
	border-top: dotted .3em #BBBBFF;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 7.5pt;
	text-align: center; 
	padding: 15 10 15 10;
	line-height: 1.5;
}

.ErrorMessageHeavy
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: crimson; 
}
.ErrorMessage
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 9pt;
	color: crimson;
}
.ErrorMessageSmall
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: crimson;
	text-align: left;
	padding: 0 5 10 10;
}

.Alert
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: Orange; 
}

.divTopPositionError
{
	position: absolute;
	top: 105px; 
	left: 240px;
	z-index: 0;
}
.divInstructorManual
{
    position: absolute;
    top: 60px;
    left: 675px;
    z-index: 0;
}

/***********************************************************/
/*  Input/Selector styles
/***********************************************************/
.TextBox
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: darkblue;
	padding: 2 5 0 5;
	border: solid 1px #9999FF;
	height: 20px;
	width: 100%;
}
.TextBox_Add
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: darkblue;
	padding: 2 5 0 5;
	border: dashed .2em darkblue;
	height: 20px;
	width: 100%;
}

.TextBox_Highlight
{
	background-color: #EEEEFF;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: indigo;
	padding: 2 5 0 5;
	border: solid 1px indigo;
	height: 20px;
	width: 100%;
}
.TextBox_Highlight_Edit
{
	background-color: #EEEEFF;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: indigo;
	padding: 2 5 0 5;
	border: dashed .2em #BBBBFF;
	height: 20px;
	width: 100%;
}

.TextBox_Centered
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: darkblue;
	padding: 2 5 0 5;
	border: solid 1px #BBBBFF;
	height: 20px;
	text-align: center;
}
.TextBox_Centered_Edit
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: darkblue;
	padding: 2 5 0 5;
	border: dashed 1px #BBBBFF;
	height: 20px;
	text-align: center;
}

.TextBox_ReadOnly
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	padding: 2 5 0 5;
	border: none;
	background-color: Transparent;
	color: SlateBlue
}
.TextBox_ReadOnly_Highlight
{
    display:block;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	padding: 5 5 5 5;
	border: solid 1px #BBBBFF;
	background-color: #d5e7f7;
	color: indigo;
}

.DropMenu
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: darkblue;
	height: 20px;
}


/***********************************************************/
/*  Table styles
/***********************************************************/
TABLE
{
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
}

caption
{
	font-family: Trebuchet MS, Arial;
    font-size: 9pt;
    font-weight: bolder;
}

TABLE.grid
{
	border: ridge 2px #164d9d;
	background-color: transparent;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
TD.gridHeader, TR.gridHeader
{
	background-color: #164d9d;
	color: lightcyan;
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	height: 35px;
	padding: 5px;
}
TD.gridHeaderLeft, TR.gridHeaderLeft
{
	background-color: #164d9d;
	color: lightcyan;
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	height: 35px;
	padding-left: 5px;
}
TD.gridHeaderSkinny, TR.gridHeaderSkinny
{
	background-color: #164d9d;
	color: lightcyan;
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}
TD.gridHeaderSkinnyLeft, TR.gridHeaderSkinnyLeft
{
	background-color: #164d9d;
	color: lightcyan;
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 1 2 1 7;
}
TD.grid
{
	height: 30px;
	border-style: solid solid solid none;
	border-width: 1px 0px 1px 0px;
	border-color: darkblue;
	background-color: white;
	padding: 2 5 2 5;
	text-align: left;
}

.grid td img
{
	vertical-align:text-top;
}

#input
{
	vertical-align: text-top;
}

.grid td.grid_ProjectTitle
{
	height: 30px;
	border-color: #EEEEFF;
	padding: 2 5 2 5;
	text-align: left;
	background-color: #EEEEFF;
}
TD.grid_centered
{
	height: 30px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: darkblue;
	background-color: white;
	padding: 2 5 2 5;
	text-align: center;
}
TD.grid_centered_highlight
{
	height: 30px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: darkblue;
	background-color: #EEEEFF;
	padding: 2 5 2 5;
	text-align: center;
	font-weight: bold;
}
TD.grid_icon
{
	height: 40px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: darkblue;
	background-color: White;
	text-align: center;
	padding: 5 2 1 2;
}
TD.grid_blog
{
	border-style: none none groove none;
	border-width: 0px 0px 2px 0px;
	border-color: cornflowerblue;
	background-color: white;
	padding: 10 10 10 5;
	text-align: left;
}
TD.grid_unbordered
{
	border-style: none;
	background-color: white;
	padding: 5;
}

TABLE.InputForm
{
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
	padding: 1px;
}
TABLE.InputForm TD
{
	padding: 1 3 1 3;
}
TABLE.InputForm TD.FieldNote
{
	font-style: italic;
	font-weight: normal;
	color: indigo;
	padding-left: 5;
}
TABLE.InputForm TD.Label
{
	color: darkblue;
	font-weight: bold;
	text-align: right;
}
TABLE.InputForm TD.LabelGroup
{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5;
	color: indigo;
}
TABLE.InputForm INPUT
{
	padding: 2 5 0 5;
	height: 20px;
	width: 100%;
	font-size: 8pt;
}
TABLE.InputForm SELECT
{
	font-size: 8pt;
}
TABLE.InputForm INPUT.TextBox, TEXTAREA.TextBox
{
	background-color: White;
	color: SlateBlue;
	border: solid 1px #BBBBFF;
}
TABLE.InputForm INPUT.TextBox_Highlight
{
	background-color: #EEEEFF;
	color: indigo;
	border: solid 1px #BBBBFF;
}

TD.DataGridDetail
{
	border: 2px inset LightSteelBlue; 
	background-color: #EEEEFF; 
	background-image: none;
	padding-top: 10;
}

TABLE.Login
{
	border: ridge 2px RoyalBlue;
	background-color: LightSteelBlue;
}

TD.LoginHeader
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 2 0 2 0;
	color: white;
	background-color: #1950a0;
}

.gridCoursContent table
{
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
	width: 100%;
}
.gridCoursContent td
{
	border: 1px solid black;
	width: 100%;
	white-space:nowrap;
}
.gridHeaderCourseContent th 
{
	background-color: #164d9d;
	color: lightcyan;
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	height: 35px;
	padding: 5px;
	white-space:nowrap;
	border: 1px solid black;
}
.CCProjectTable td
{
	border: 0px solid black;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
	width: 500px;
	white-space:nowrap;
}


/***********************************************************/
/*  Link styles (and SPAN's that emulate anchors!)
/***********************************************************/
A, A:link, A:visited, A:active
{
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	color: indigo;
	font-weight: bold;
}
A:hover
{
	color: gold;
}

/* Will also inherit plain old DG_Label styles */
A.DG_Label, A.DG_Label:visited
{
	color: indigo;
	font-weight: normal;
	font-size: 8pt;
}
A.DG_Label:link, A.DG_Label:active
{
	color: indigo;
	font-weight: bold;
}
A.DG_Label:hover
{
	color: gold;
	font-weight: bold;
}

A.grid, A.grid:link, A.grid:visited, A.grid:active
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: indigo;
	font-weight: bold;
}
A.grid:hover
{
	color: gold;
}

A.GridHeader, A.GridHeader:link, A.GridHeader:visited, A.GridHeader:active
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 9pt;
	color: white;
}
A.GridHeader:hover
{
	color: gold;
}

A.Logout, A.Logout:link, A.Logout:visited, A.Logout:active
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 9pt;
	color: white;
	background-color: #15477c;
	padding: 10 30 10 30;
}
A.GridHeader:hover
{
	color: gold;
}

A.TeacherLink, A.TeacherLink:link, A.TeacherLink:visited, A.TeacherLink:active
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 9pt;
	color: indigo;
	text-overflow: ellipsis; /* Complains but it's valid in IE... */
	overflow: hidden; /* Still needs a width in parent element! */
}
A.TeacherLink:hover
{
	color: gold;
}

A.StudentLink, A.StudentLink:link, A.StudentLink:visited, A.StudentLink:active
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: indigo;
	text-overflow: ellipsis; /* Complains but it's valid in IE... */
	overflow: hidden; /* Still needs a width in parent element! */
}

A.StudentLink:hover
{
	color: gold;
}

A.ExternalLink, A.ExternalLink:link, A.ExternalLink:visited, A.ExternalLink:active
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 9pt;
	color: indigo;
	text-decoration: none;
	letter-spacing: 1.5;
}
A.ExternalLink:hover
{
	color: RoyalBlue;
	text-decoration: underline overline;
	letter-spacing: 1.5;
	background-color: Gold;
}

A.VideoLink, A.VideoLink:link, A.VideoLink:visited
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: #4B0082;
	text-decoration: underline;
}

A.VideoLink:hover, A.VideoLink:active
{
	text-decoration: none;
	cursor: hand;
	color: #FFD700;
}

A.HideColLink, A.HideColLink:hover, A.HideColLink:visited, A.HideColLink:active, A.HideColLink:link
{
    color: Yellow;
}

/***********************************************************/
/*  Button styles
/***********************************************************/
.btnAction
{
	background-color: #164d9d;
	border: outset 3px LightYellow;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	cursor: hand;
	height: 28px;
	margin: 10 3 10 3;
}
.btnActionSkinny
{
	background-color: #164d9d;
	border: outset 3px LightYellow;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	cursor: hand;
	margin: 2 3 2 3;
}
.btnActionWide
{
	background-color: #164d9d;
	border: outset 3px skyblue;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	cursor: hand;
	height: 28px;
	width: 150px;
	margin: 10 0 0 10;
}

.DG_btnAction
{
	background-color: #164d9d;
	/*border: outset 3px LightSteelBlue;*/
	border: solid 1px skyblue;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: lightcyan;
	cursor: hand;
	width: 55px;
	margin: 2 3 2 3;
}

.btnDisplayLink
{
	background: gold;
	border: dotted 1px #663366;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: indigo;
	cursor: hand;
	width: 40px;
	margin: 2 3 2 3;
}

.btnFileUpload
{
	background-color: #d6d3ce;
	border: solid 1px #9999FF;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: black;
	cursor: hand;
	width: 50px;
	height: 20px;
	padding-top: 2px;
	margin: 2 3 2 3;
	position: relative;
	top: 2px;
	left: -4px;
}

.FileUpload
{
	background-color: #d6d3ce;
	border: solid 1px #9999FF;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8pt;
	color: black;
	height: 20px;
	padding-top: 2px;
	margin: 2 3 2 3;
}

.VideoLink
{
	vertical-align: text-top;
	width: 135px;
	height: 120px;
}

/***********************************************************/
/* Menu styles
/***********************************************************/
/*
#SideMenu a, #SideMenu a:visited, #ctlSideBar_SideMenu a, #ctlSideBar_SideMenu a:visited
{
	text-decoration: none;
	text-align: center;
	background-color: #628ac1;
	color: white;
	font-weight: bold;
	display: block;
	width: 147;
	border-right: 5px solid transparent;
	padding: 0.25em;
	margin: 0.2em auto;
}

#SideMenu a:hover, #ctlSideBar_SideMenu a:hover
{
	top: 2px;
	left: 2px;
	color: white;
	background-color: #9bb8e0; 
	border-right: 5px solid #f7b72e;
}
*/
.SideMenuBlock
{
	background-color: #89a3bc;
	border: solid 1px #628ac1;
}

.SideMenuProfileBlock
{
	background-color: #89a3bc;
	border: solid 1px #628ac1;
}

.SideMenuHeader
{
	background-color: #063d8d;
	color: lightcyan;
	font-family: Tahoma,Trebuchet MS, Arial;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	padding: 3px;
}

.ProjectReorder ul
{
    list-style-type: none;
}

.ReOrderLink
{
    padding-left:10px;
}
.reorderCue 
{
	border:dashed thin black;
	width:300px;
	height:25px;
}

.dragHandle 
{
    width:15px;
    height:10px;
    padding-right: 5px;
    border:thin outset white;
    background-color:blue;            
}

.hideStep
{
	display:none;
}

.showHideColumnsContainer          { margin: 5px 0px 5px 0px; }
.showHideColumnsContainer SELECT   { font-size: 9pt; }

/* Print styles  */
@media print {    
    .gvHideColLink,
    .showHideColumnsContainer,
    .printHideMe,
    .description            { display: none; }
    
    .gvHeader th a          { text-decoration: none;  color: #000; }
}