BODY
{
	FONT-SIZE: 100%;
	FONT-FAMILY: 'verdana';
	background-color: #334367;
}

.EventTitle
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:Black;
}

.EventSummary
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:Black;
}

.EventDate
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
}

.EventDetail
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
}


.CalendarLinkStyle
{
    margin-top:10px;
    margin-bottom:5px;
}
.CalendarAlign
{
    text-align:left;
    vertical-align:top;
}

.link
{
    font-family:Verdana;
	font-size: 10px;
	color:Navy;
	text-decoration:none;
}

.FileList
{
	font-size:10px;
	vertical-align:top;
	float:left;
	padding-right:3;
	padding-top:3px;
}
.FileSummary
{
	font-size: xx-small;
	font-style: italic;
	font-family: Verdana;
	color: Gray;
}

.XMLdataGrid
{
	font-family: Verdana;
	font-size: x-small;	
}

.XMLdetailBody
{
	font-family: Verdana;
	font-size: 12px;
}

.RequiredValidator
{
	font-family: Verdana;
	font-size: 9px;
}


.labelText
{
	font-family:Verdana;
	font-size: 10px;
}

.labelTextBold
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
}

.ImportantNotice
{
	font-family:Verdana;
	font-size: 10px;
	color:Red;
	width: 600px
}
.PortletHeaderRight
{
     float:right;     
     cursor: hand;
}
.PortletHeaderLeft
{
    float:left;
    cursor: hand;
}
.PortletHeaderImg
{
    background-image:url(Images/PortletHeader.jpg);
}

.PortletTitle
{
	margin-top: 2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin-left:5px;
	color:Gray;
}

.footer
{
    font-size: 10px;
    font-family:Verdana;
    color:#404040;    
}
.HiddenTitle
{
    display:none;
}
/* rather than hiding the fields in code, hide with css so we can use them to debug*/
.HiddenField
{
	display:none;
}
.ShownField
{
	display:block;
}

.Messages
{
	font-size:10px;
	vertical-align:top;
	float:left;
	padding-right:3;
	padding-top:3px;
}

#calClassCalendar
{
	height: 100%;
	width: 100%;
	border: solid 0px;
	
}
#TeacherNotesDisplay
{
    background-color:White;
}
ul 
{ 
	LINE-HEIGHT: 100%;
	margin-left: 20px;
	margin-top: 0px;
}

li
{ 
	LINE-HEIGHT: 100%;
	margin-left: 0px;
	margin-top: 0px;
}

hr 
{
	color: #F5F5F5;
	line-height: 1px;
}

A
{
	font-family:Verdana;
	font-size: 10px;
	color:Navy;
	text-decoration:none;
}

A:hover
{
	text-decoration: underline;
}
.LeftNavDiv
{
    
}
.CurrentPage
{
    font-weight:bold;
    font-size:x-small;
}
.AjaxProgress
{
   border-color:#cccccc;
   border-collapse:collapse;
   border-style:solid;
   border-width:thin;
   float:right;
    
}
.OverBackground
{
    background-color:Silver;
    
}
.OverForeground
{
    background-color:#F5F5F5;
}
.StudentPortlet
{
    DISPLAY: block;
    OVERFLOW: auto; 
    PADDING-RIGHT: 5px
}
.TopLinkBar
{
}
.plh1
{
    width: 300px;
}
.plh2
{
    width: 650px;
}
.plh3
{
    width: 175px;
}

td.TopLine
{
    background-image:url(Images/TopLine.gif);
}
td.BottomLine
{
    background-image:url(Images/BottomLine.gif);
}
td.SideLeft
{
    background-image:url(Images/sideleft.gif);
}
td.SideRight
{
    background-image:url(Images/sideright.gif);
}