/* Tracker.Net Style Sheet */

BODY
{
    background-color: white;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 80%;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TextArea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	overflow:auto;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/* Messages and Text */

.NormalBold
{
    font-size: 80%;
    font-weight: bold;
}

.Normal
{
    font-size: 80%;
}


.Message
{
	font-weight:bold;
	color: #003366;
	background-color:Transparent;
}

.PageSubSubTitle
{
	color: #003366;
	font-size:90%;
	font-weight:bold;
}

.DescriptionBold
{
	font-size:100%;
	font-weight:bold;
}

.MessageSmall
{
	font-size:smaller;
	color: #003366;
	background-color:Transparent;
}

.Display
{
	font-size:80%;
	background-color:Transparent;
}

.Display100
{
	font-size:80%;
	width:100%;
	background-color:Transparent;
}

.Display100Larger
{
	font-size:90%;
	width:100%;
	background-color:Transparent;
}

.Display250px
{
	font-size:90%;
	width:250px;
}

.Login
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	width:100%;
}

.GridLabel
{
	font-weight:bold;
}

.CenterControl
{
	text-align:center;
}

.EditText
{
	font-size:100%;
}

.StatusText
{
	font-weight:bold;
	color:Maroon;
}

.PushButtons
{
	font-size:smaller;
}

.PopupTitles
{
	font-size:smaller;
}

.PageTitle
{
	color: #003366;
	font-size:150%;
	font-weight:bold;
}

.PageSubTitle
{
	color: #003366;
	font-size:120%;
	font-weight:bold;
}

.Description
{
	font-size: 80%; 
	overflow: auto; 
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
}

/* Following just for Menu "My Courses" Interface setting */

.DescriptionNavMenu
{
	font-size: 80%; 
	overflow: auto; 
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
	width: 250px;
}

.HelpMessage
{
	font-size:70%;
}

/* Grid Classes */

.ItemGrid
{
 background-color: #E7EFEF;
}

.AlternatingGrid
{
 background-color: #C2CCD6;
}

.AssignmentItemGrid
{
 background-color: #EFEBE7;
}

.AssignmentAlternatingGrid
{
 background-color: #9DADBE;
}

.EditGrid
{
 background-color: #BEAD9D;
}

.GridStyle
{
	font-size:80%;
}

.DetailsGrid
{
	border-style:inset;
	font-size:80%;
}

.DetailsPanel
{	width:584px;
	height:152px;
}

.AssignmentButtons
{
	text-align:center;
	font-size:80%;
}

.GridHeader
{
	text-align:center;
	background-color:#E7E7EF;
}

.GridFooter
{
	font-style:italic;
	text-align:left;
}

.GridLink
{
/* pager linkl */
}

/* General Formatting */

.LeftBorder
{
	color:#003366;
	background-color:#003366;
	border:0;
}

.CertificateDisplay
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 12px;
    text-align:center;
    background-color:Transparent;
    width:152px;
}

.CertificateDisplayBig
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight:normal;
    text-align:center;
    background-color:Transparent;
    width:681px;
}

.CertificateDisplayMedium
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight:normal;
    text-align:center;
    background-color:Transparent;
    width:681px;
    height:56px;
}

.Toolbarhilite
{
	background-color:#E7EBEF;
	border-collapse:collapse;
	width:100%;
}

.MyCoursesFilter
{
	background-color:#E7EBEF;
	border-collapse:collapse;
}

.InterfaceImage
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

/* Table "My Courses" Style */

.coursenotstarted
{
	font-weight:bold;
	color:#6E6E6E;
}

.courseinprogress
{
	font-weight:bold;
	color:#6584DD;
}

.coursecompleted
{
	font-weight:bold;
	color:#75BC89;
}

.courseexpired
{
	font-weight:bold;
	color:#D15757;
}

.coursecritical
{
	font-weight:bold;
	color:#D2730E;
}

.coursealert
{
	font-weight:bold;
	color:#D1CD57;
}

.lessonnotattempted
{
	font-weight:bold;
	font-size:90%;
	color:#6E6E6E;
}

.lessonunknown
{
	font-weight:bold;
	font-size:90%;
	color:#C09B52;
}

.lessonfailed
{
	font-weight:bold;
	font-size:90%;
	color:#A82E2E;
}

.lessonincomplete
{
	font-weight:bold;
	font-size:90%;
	color:#6584DD;
}

.lessonpassed
{
	font-weight:bold;
	font-size:90%;
	color:#75BC89;
}

.lessoncompleted
{
	font-weight:bold;
	font-size:90%;
	color:#75BC89;
}

.lessonexpired
{
	font-weight:bold;
	font-size:90%;
	color:#D15757;
}

.lessoncritical
{
	font-weight:bold;
	font-size:90%;
	color:#EE8311;
}

.lessonalert
{
	font-weight:bold;
	font-size:90%;
	color:#D0D157;
}

.PagingField
{
	width:48px;
}

.PagingBox
{
	background-color:Transparent;
}

.NameEdit
{
	width:300px;
}

.LocationEdit
{
	width:500px;
}

.SmallEdit
{
	width:50px;
}

.LanguageEdit
{
	width:100%;
}

.LanguageEditMultiline
{
	width:100%;
	height:68px;
}

.ButtonRow
{
	height:8px;
}

.ButtonRow0
{
	height:0px;
}

.TypeEdit
{
	width:100px;
}

.LoginEdit
{
	width:232px;
	font-size:80%;
	background-color:Transparent;
}

.DescriptionEdit
{
	width:300px;
	height:80px;
}

/* Page Styles */

.StudentPages
{
	background-image:URL(images/trackerbackground.gif);
}

.StudentPagesLeftColumn
{
	width:108px;
	background-image:URL(images/invisiblebar108.gif);
}

/* Tables and Columns */

.GraphicHelpTable
{
	border-collapse:collapse;
	width:100%;
}

.LoginTable
{
	border-collapse:collapse;
	width:100%;
}

.LoginColumn
{
	width:126px; 
	height: 19px;
	vertical-align:top;
}

.LoginColumn2
{
	width:250px; 
}


.ReportDetailPages
{
	/* Currently no style */
}

.ReporterPages
{
	/* Currently no style */
}

.AdministratorPages
{
	/* Currently no style */
}

.AdministratorAssignmentPages
{
	/* Currently no style */
}

.EmailPopup
{
	/* Currently no style */
}

.AdminSeparator
{
	width:10px;
	background-color:Transparent;
}

.TableEntryRow
{
	vertical-align:top;
	background-color:#E7EFEF;
}

.TableAlternateEntryRow
{
	vertical-align:top;
	background-color:#C2CCD6;
}

.LabelColumn
{
	text-align:right;
}

.EntryColumn
{
	padding-left:5px;
}

.PopupTable
{
	width:390px;
	font-size:80%;
}

.SupportTable
{
	border-collapse:collapse;
	width:100%;
}

.MyCoursesLessonsPanel
{
	height:96px;
	width:480px;
}

/* TreeView "My Courses" Interface */

.CoursesTreeView
{
	font-size:80%;
	background-color:Transparent;
}
	
.CoursesTreeNode
{
	cursor:hand;
	background-color:Transparent;
	text-decoration:none;
	font-size:80%;
}

.TreeNodeNoSelection
{
	cursor:default;
	color:gray;
	font-size:80%;
}

.LessonTreeNode
{
	cursor:hand;
	font-size:80%;
	color:Black;
	text-decoration:none;
}

.LessonTreeNodeHover
{
	cursor:hand;
	font-size:80%;
	color:Maroon;
	text-decoration:underline;
}

.TreeNodeSelected
{
	cursor:hand;
	font-size:80%;
	background-color:#EBE8E8;
	text-decoration:none;
}

/* NavBar Styles */
.NavBar
{
	background-color:Transparent ; 
	padding: 2px;
	padding-bottom: 1px;
	cursor: default; 
	width:450px;
	height:333px;
} 

.CourseItem
{
	color:Black;
	background-image: url(images/ui/item_bg.gif);
	font-size: 80%; 
	font-weight: bold;
	padding-top: 4px; 
	padding-bottom: 2px; 
	cursor:hand;
	width:450px;
}

.CourseItemHover
{
	background-image: url(images/ui/item_expanded_bg.gif);
	font-size: 80%; 
	font-weight: bold;
	padding-top: 4px; 
	padding-bottom: 2px; 
	cursor:hand;
	width:450px;
}

.CourseItemExpanded
{
	color:Black;
	background-image: url(images/ui/item_expanded_bg.gif);
	font-size: 80%; 
	font-weight: bold;
	padding-top: 4px; 
	padding-bottom: 2px; 
	cursor:hand;
	width:450px;
}

.LessonItem
{
	font-size: 80%; 
	padding-left: 10px; 
	cursor:hand;
	width:445px;
}

.LessonItemHover
{
	font-size: 80%; 
	text-decoration:underline;
	padding-left: 10px; 
	cursor:hand;
	width:445px;
}

.LessonGroup
{
	background-color:white;
	background-image: url(images/ui/group_bg.gif);
	padding:10px;
	padding-left:10px;
	padding-right:0px;
	width:445px;
}

.Empty
{
}

.CourseText
{
	font-size:90%;
	font-weight:bold;
}

.LessonText
{
	font-size:90%;
}

.LessonTextDisabled
{
	font-size:90%;
	color:Gray;
}

/*Nav Menu Styles */

.NavMenu
{
	background-color:#E7EFEF;
	border:solid 1px black; 
	border-top-color:gray;
	border-left-color:gray;
}

.MenuItem
{
	background-color:#E7EFEF;
	font-size:80%;
	border:solid 1px #E7EFEF; 
	cursor:hand;
}

.MenuItemHover
{
	background-color:#EBEFE7;
	font-size:80%;
	border:1px;
	border:solid 1px gold; 
	border-right-color:darkgoldenrod;
	border-bottom-color:darkgoldenrod;
	cursor:hand;
}

.MenuItemActive
{
	background-color:#EBEFE7;
	font-size:80%;
	border:solid 1px gold; 
	border-left-color:darkgoldenrod;
	border-top-color:darkgoldenrod;
	cursor:hand;
}

.MenuItemExpanded
{
	background-color:#EBEFE7;
	font-size:80%;
	border:solid 1px orange; 
	border-right-color:darkgoldenrod;
	border-bottom-color:darkgoldenrod;
	cursor:hand;
}

.MenuBreak
{
  width:100%;
  height:2px;
}

/* popup reports context menu */
.ReportsMenuGroup
{
	background-image:url(images/ui/group_background.gif);
	background-color:white;
	text-align:left;
	border:solid 1px #7E7E81; 
	cursor:default; 
}

.ReportsMenuItem
{
  color:black; 
  font-size:70%; 
  text-align:left;
  margin:1px; 
  cursor:hand; 
}

.ReportsMenuItemHover 
{
	background-color:#FFEEC2; 
	color:black; 
	font-size:70%; 
	text-align:left;
	border:solid 1px #4B4B6F; 
	cursor:default; 
}

.ReportsMenuBreak
{
	background-image:url(images/ui/break_bg.gif);
	width:100%;
	height:1px;
}

.ReportsTableColumnSeparator
{
	width:20px;
}

.SmallColumnSeparator
{
	width:10px;
}

/* Infragistics Controls */
.WebNumericEditButtonPressed
{
	border-color:#34383D;
	color:Black;
	background-color:#E9EAF0;
}

.WebNumericEditButtonDisabled
{
	border-color:#D7D7D7;
	color:#BEBEBE;
	background-color:#E1E1DD;
}

.WebNumericEditButtonStyle
{
	width:13px;
	border-width:1px;
	border-color:#8D959E;
	border-style:solid;
	color:#44474B;
}

.WebNumericEditButtonHover
{
	border-color:#4B5B5C;
	color:Black;
	background-color:#E5E7F5;
}

.WebNumericEditSpinButtons
{
	width:15px;
}