/* ================================
    CSS STYLES FOR Plan2Teach
    v1.1, 06/2001
   ================================
*/   

BODY
{
}


/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}


/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}


.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.LargeBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 24px    
}

A.NavLinks:visited, A.NavLinks:Link
{
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}

A.NavLinks:hover
{
	font-size: 10px;
	color: orange;
	font-family: Verdana;
	text-decoration: none;
}

.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: white;  
    line-height: 12px  
}

.NormalWhiteBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;  
    line-height: 12px  
    color: red;  
}

.Title
{
	font-weight: bold;
	color: blue;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-align: center;
}

.MainTable
{
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}


A:link, A:Visited
{
	font-weight: bolder;
	font-size: 12px;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}

A, A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: orange;
	font-family: Verdana;
}

.Table
{
	font-weight: bold;
	font-size: 10pt;
	color: darkblue;
	font-family: Verdana;
	background-color: lightgoldenrodyellow;
}

.Comment
{
	font-size: 11px;
	line-height: 12px;
	font-family: 'Courier New'
}
.Copyright
{
	font-size: 12px;
	color: gray;
	font-family: 'Microsoft Sans Serif';
}

.Counter
{
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	background-color: #ff9900;
	text-align: center;
}
