﻿body {
}


        /*Modal Popup*/.modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        .modalPopup
        {
            background-color: #FFFFFF;
            padding: 3px;
            width: 350px;
            border: solid 2px #2E66A1;
        }
        .dragHandle
        {
            background-image: url("images/dragHandle.png" );
            width: 28px;
            height: 22px;
        }
        .processing
        {
            color: black;
            border: thin inset white;
        }
        .reorderCue
        {
            border: thin dotted #bbbbbb;
            height: 20px;
        }
        LI
        {
            list-style: none;
        }
        .editHover
        {
            border: dashed 1px #bbbbbb;
        }
                
        .editPicture        
        {
        	background-color: #cccccc;
        	border: solid 1px Black;
        	padding: 5px;
        }
   
   
   /** START: file upload control CSS **/
   .progressWrapper {
	width: 250px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


   /** END: file upload control CSS **/
   
   
.MessageBoxError
{
	font-size: small;
	font-family: Arial, Verdana;
	width: 350px;
	border-right: red solid;
	border-top: red solid;
	border-left: red solid;
	border-bottom: red solid;
	text-align: left;
	height: 47px;
	width: 100%;
	border-width: 1px;
}
.MessageBoxWarning
{
	font-size: small;
	font-family: Arial, Verdana;
	width: 350px;
	border-right: teal solid;
	border-top: teal solid;
	border-left: teal solid;
	border-bottom: teal solid;
	text-align: left;
	height: 47px;
	width: 100%;
	border-width: 1px;
}
.MessageBox
{
	font-size: 10pt;
	font-family: 'Courier New' , Arial, Verdana;
	border-right: #c0c0c0 0px solid;
	border-top: #c0c0c0 0px solid;
	border-left: #c0c0c0 0px solid;
	border-bottom: #c0c0c0 1px solid;
	text-align: left;
	width: 100%;
	height: 47px;
	border-color: #2E66A1;
}

.wizard
{
	width: 100%;
	vertical-align:top;
	margin-top: 7px;
	margin-left: 0px;
	font-size: medium;
}
.sideWizard
{
	border: thin solid #000080;
	font-size: small;
	color: #3A73BA;
	font-family: Arial, Verdana;
	height: 20px;
	background-color: #C0C0C0;
	position: fixed;
	top: 20px;
	left: 20px;
	width: 120px;
	vertical-align:top;
}
.headerWizard
{
	font-size: large;
	margin-top: 30;
	color: #3A73BA;
	margin-bottom: -15;
	text-align:center;
}