﻿.progheader
{
    background-color: #efefef;
    border-style: dashed none dashed none;
    border-width: 1px;
    border-color: #808080;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.coursesheader
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}
.semesterheader
{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #666666;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #faf7f2;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px 20px 10px 20px;
}
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.Sample6PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}