/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:#0065A7; 
    margin:0,0,0,0; 
   
}

A:link	{	
	text-decoration:	none;
	color:	#014D89;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#014D89;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#014D89;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#014D89;
	}
.LinkHeader
{
	color:#959595;	
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
}

A:link.LinkHeader	{	
	text-decoration:	none;
	color:	#959595;
	}	
		
A:visited.LinkHeader	{	
	text-decoration:	none;
	color:	#959595;
	}	
		
A:active.LinkHeader	{	
	text-decoration:	none;
	color:	#959595;
	}	
		
A:hover.LinkHeader	{	
	text-decoration:	none;
	color:	#959595;
	}
	.floatRight1	
{
float:right;
width: auto;
height: auto;
margin: 0 0 10px 10px;
text-align:center;	
}
.floatLeft1	
{
float:left;
width: auto;
height: auto;
margin: 0 0 10px 10px;
text-align:center;	
}
.header
{
	color:#581C66;	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
A:link.header	{	
	text-decoration:	none;
	color:	#581C66;
	}	
		
A:visited.header	{	
	text-decoration:	none;
	color:	#581C66;
	}	
		
A:active.header	{	
	text-decoration:	none;
	color:	#581C66;
	}	
		
A:hover.header	{	
	text-decoration:	none;
	color:	#581C66;

}
.footer
{
	color:#0066A9;	
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;	
}
A:link.footer	{	
	text-decoration:	none;
	color:#0066A9;	
	}	
		
A:visited.footer	{	
	text-decoration:	none;
	color:#0066A9;	
	}	
		
A:active.footer	{	
	text-decoration:	none;
	color:#0066A9;	
	}	
		
A:hover.footer	{	
	text-decoration:	none;
	color:#0066A9;	

}
.content
{
	color:#666666;	
	font-family:Arial;
	font-size:12px;
}
.content a 
{
	text-decoration:underline;
}
.address
{
	color:#01467F;	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.Title
{
	color:#0067AA;	
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
}
.gutterTitle
{		
	color:white;	
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
.gcontent
{
	color:#0562D9;
	font-family:Arial;
	font-size:12px;
}
.descContent
{
	color:#454A50;
	font-family:Arial;
	font-size:11px;	
}
.header2
{
	color:white;	
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	
}
.schoolNav
{
	color:#581C66;	
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}
A:link.schoolNav	{	
	text-decoration:	none;
	color:#581C66;	
	}	
		
A:visited.schoolNav	{	
	text-decoration:	none;
	color:#581C66;	
	}	
		
A:active.schoolNav	{	
	text-decoration:	none;
	color:#581C66;	
	}	
		
A:hover.schoolNav	{	
	text-decoration:	none;
	color:#010101;	

}
.gutterText
{
	font-family:Arial;
	color:white;
	font-size:12px;
	
}
A:link.gutterText	{	
	text-decoration:	none;
	color:white;	
	}	
		
A:visited.gutterText	{	
	text-decoration:	none;
	color:white;	
	}	
		
A:active.gutterText	{	
	text-decoration:	none;
	color:white;	
	}	
		
A:hover.gutterText	{	
	text-decoration:	underline;
	color:white;	

}

.sessionTitle
{
    color:Black;
    font-size:14px;
    font-family:Arial;
    background-color:#B8CCE4;
    border-bottom:solid 1px black;
}
.classTitle
{
    padding-left:20px;
    color:#0070C0;
    font-size:17px;
    background-color:White;
    font-family:Calibri;
    font-weight:bold;
}
.userClassTitle
{
    padding-left:8px;
    color:Black;
    font-size:15px;
    height:30px;
    vertical-align:middle;
    background-color:#FFDEA2;
    font-family:Calibri;
}
.instructor
{
    padding-left:27px;
    color:#0070C0;
    font-size:13px;
    font-family:Calibri;
    background-color:White;

}
.classDesc
{
    padding-left:7px;
    padding-right:7px;
    color:Black;
    font-family:Calibri;
    font-size:12px;
    background-color:White;

}
.classAttribute
{
    padding-left:7px;
    color:Black;
    font-family:Calibri;
    font-size:11px;
    background-color:White;

}
.modalText
{
    color:#0070C0;
    font-size:13px;
    font-family:Calibri;
}
.modalBackground1 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup1 {
	background-color:#B8CCE4;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding:3px;
	width:500px;	
}

    
    
	
