html
{
	font-family: Verdana, sans-serif; 
	font-size: 62.5%; /* effectively sets the global size to 10px for ease of em use later */
}
body 
{
    color: #000;
    font-size: 1.1em;
}
textarea
{
	font-family: Verdana, sans-serif; 
}
a
{
     color: #000;
}
a:hover
{
     color: #ce0000;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	border-bottom-color: Black;
	border-right-color: Black;
	padding:3px;

}
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}
.scrollingContent
{
    margin: 20px 0 0 0;
    width:400px;
    height:380px;
    overflow:auto;
}