/* myGrades.CSS */
#subnav
{
	clear: both;
	font-size: 8pt;
}
#subnav a
{
	font-weight: normal;
}

#breadcrumbs
{
	float: left;
	margin: 5px;
}
#profile
{
	float: right;
	margin: 3px;
	text-align: right;
}
#content
{
	clear: both;
	margin: 10px 10px 10px 10px;
	text-align: left;
}
#MyBusyPage 
{
	 background-color:#EEE;
	 position:absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height:100%;
	 -moz-opacity: .55;
}

body
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px; 
}

a
{
	color: #002bb8;
}

a:visited
{
	color: #5a3696;
}

a:active
{
	color: #FF0000;
}

a:hover
{
	color: #3366FF;
}

a.stub
{
	color: #772233;
}

h1
{
    font-family: 'Lucida Handwriting' ,Georgia, Verdana;
    font-size: 44px;
    color: #D500D5;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h2
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h3
{
    font-family: Verdana;
    font-size: 28px;
    color: #6600CC;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h4
{
    font-family: Verdana;
    font-size: 14px;
    color: #D500D5;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.pageTitleTable
{
    width: 100%;
    height: 30px;
}
.pageTitleTD
{
    width: 100%;
	font-size: 14px;
    height: 20px;
    background-image: url(pink_gradient.JPG);
    text-align: left;
}

.contentblockbody
{
    font-size: 12px; 
    background-color: #FFFFFF;
    padding: 5px;
    width: 100%;
}

.contentblocktitle
{
    height: 20px;
	font-size: 18px;
	font-weight: bold;
    padding: 5px; 
    border: 1px solid #CCCCFF; 
    background-image: url('titlebar.png'); background-repeat: repeat-x; 
    width: 100%;
}

.contentblockheader
{
    border-bottom: 2px inset #000080;
    background-color: #CCCCFF; 
    border-left: 1px #000080; 
    border-right: 1px #000080; 
    border-top: 2px inset#000080; 
    width:100%;
}

.divblock
{
    border: 1px solid #808000;
    padding: 9px;
    margin: 9px;
    font-size: 14px;
}

.list
{
	margin-bottom: 9px;
}

.attention
{
    color: #006600;
    font-size: 14px;
    font-weight:bold;
}

.pageHeading
{
    margin-top: 10px;
    padding: 2px 8px 2px 8px; 
    background-image: url('titlebar2.png'); 
    background-repeat: repeat-x;
}
