
html, body, form 
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	margin-top:0;
	margin-left:0;
	margin-right:0; 
	padding:0;
}

fieldset 
{
	padding: 0px 5px 5px 5px;
}



.MainMenu
{
    background: url("../images/menu_bg.gif") repeat-x scroll 0 100% #FDFDFD;
    color: White;
	height:25px;
}


A
{
    color: navy;
    text-decoration: none;
}

A:Hover
{
	color: red;
}

a.LinkUnderline
{
	color: navy !important;
	text-decoration: underline;
}

a.LinkUnderline:hover
{
	text-decoration: none;
}

LEGEND
{
	/*font-variant:small-caps;*/
	font-size:8pt;
	font-weight:BOLD;
	padding-bottom: 5px;
}

h1
{
    font-size: 22px;
}

h2
{
    font-size: 12pt;
}

.DialogButton
{
	width: 50px;
}

/*  BEGIN FORM SUBMENU FORMATS */
/*
.SubMenuItem_MouseOver{
	border: outset 1px;
}
.SubMenuItem_Normal{
	border: solid 1px #cccccc;
}
.SubMenuItem_MouseDown{
	border: inset 1px;
}
*/
.SubMenuItem_MouseOver{
	border: outset 1px;
	background-color: #FFFACD; /*lemonchiffon*/
	cursor: pointer;
	font-family: Tahoma;
	font-size: 8pt;
}
.SubMenuItem_Normal{
	border: transparent 1px ;
	padding: 1px 1px 1px 1px;
	font-family: Tahoma;
	font-size: 8pt;
}
.SubMenuItem_Disabled
{
    opacity: .4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    *filter:alpha(opacity=40);
    *zoom: 1;
	border: transparent 1px ;
	padding: 1px 1px 1px 1px;
	font-family: Tahoma;
	font-size: 8pt;
}
.SubMenuItem_MouseDown{
	border: inset 1px;
	font-family: Tahoma;
	font-size: 8pt;
}


/*  END FORM SUBMENU FORMATS */

/*  BEGIN FORM TITLE FORMATS */
.Title{
	font-size:12pt;
	font-weight:bold;
}

/*  END FORM TITLE FORMATS */


/*  BEGIN STANDARD FORM LAYOUT */
.DialogView
{
	border-top: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	border-collapse: collapse;
	*display: inline-block;
}

.DialogMenu
{
	background-color:#edf2f9;
	vertical-align:bottom;
	text-align:left;
}

.DialogHeader{
	background:  #a6bfe0 url(../images/dialog_header.gif); 
	font-weight: bold;
	font-size: 12px;
	color: white;
	border-bottom: solid 1px #999999;
	padding: 6px 3px 3px 10px;
}

.DialogBody {
	background-color: white;
	color: black;
	border-top: solid 1px #999999;
	padding: 4px 10px 4px 10px;
	*display: inline-block;
}

/* END STANDARD FORM LAYOUT */

/* BEGIN LIST FILTER LINKS (A-Z & ALL) */
.UnselectedLetter 
{
}

.SelectedLetter 
{
	FONT-WEIGHT: bold 
}
/* END LIST FILTER LINKS */			

.placeholder
{
    color: #aaaaaa;
}

.placeholderFocus
{
    cursor:text;
}

table
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	border-radius: 5px;
}

.HeaderCell, .HeaderCell td, .HeaderCell th
{
	background-color: #a6bfe0;
	border-color: #7c7c7c;
	padding: 5px;
	color: black;
	vertical-align: top;	
	font-weight: bold;
}

.TableCell, .TableCell td
{
	padding: 5px;
	color: black;
	vertical-align: top;
	border-color: #7c7c7c;
	background-color: #ffffff;
}

.AltTableCell, .AltTableCell td
{
    padding: 5px;
    color: black;
    vertical-align: top;
    background-color: #edf2f9;
    border-color: #7c7c7c;
}

.FooterCell, .FooterCell td, .FooterCell th
{
	background-color: #a6bfe0;
	border-color: #7c7c7c;
	padding: 5px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	font-weight:bold;
}

input
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}
 
textarea
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

select
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}



/* Tabbed styles */

.TabContentWrapper
{
	border-right: 1px ridge;
	border-top: medium none;
	border-left: 1px ridge;
	border-bottom: 1px ridge;
	background-color: white;
}
.TabSpacer
{
	border-bottom: 1px ridge;
}
.TabContents
{
	border-right: 2px inset;
	border-top: 2px inset;
	display: none;
	overflow: auto;
	border-left: 2px inset;
	border-bottom: 2px inset;
	height: 400px;
	background-color: #cccccc;
}
.Tab
{
	border-right: 1px ridge;
	padding-right: 3px;
	border-top: 1px ridge;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: 1px ridge;
	width: 80px;
	padding-top: 3px;
	border-bottom: 1px ridge;
	height: 24px;
	background-color: #cccccc;
}
.TabSelected
{
	border-right: 1px ridge;
	padding-right: 3px;
	border-top: 1px ridge;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: 1px ridge;
	width: 80px;
	padding-top: 7px;
	border-bottom: medium none;
	height: 29px;
	background-color: white;
}


/* End Tabbed styles */

.RejectionReasons 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.RejectionReasons li
{
	padding: 5px;
	margin: 2px;
	border: solid 1px #006600;
	background-color: #F0F5F0;
}

.NoWrap label
{
    white-space: nowrap;
}

.content-body
{
    /*background: url(../Images/sky_background.jpg) no-repeat;*/
    padding-bottom: 50px;
}

 .header-wrapper
{
    padding: 10px;
    /*background: url("../images/header_bg.jpg") repeat-x scroll left top transparent;*/
    background-color: #EDF2F9;
    height: 100px;
}
    
.header
{ 
    min-width: 750px;
    height: 85px;
    padding: 5px 15px;
    border: 1px solid black;
    background-color: White;
    border-radius: 15px;
    position: relative;
    text-align: left;
}
    
.logo
{
    margin-top: 10px;
}

.trainingLabel 
{
    position: absolute;
    float:right;
    top: 10px;
    right: 15px;
}
    
.versionInfo
{
    position: absolute;
    float: left;
    right: 15px;
    bottom: 10px;
}
    
.appTitle
{
    position: absolute;
    left: 210px;
    top: 20px;
    color: #336699;
}

.systemAlertMessageLabel 
{
    position: absolute;
    left: 500px;
    top:20px;

    width:50%;
    height:70px;
    
    font-size:14px;    
    font-weight:normal;
    color: #336699;
}

 .announcements
{
    position: relative;
    text-align: left;
    height: 300px;
    overflow-y: scroll;
}

    
.announcement-item
{
    position:relative;
    padding: 5px;
    border: 1px solid transparent;
    margin-top: 5px;
    margin-bottom: 5px;
}

.announcement-item:hover
{
    background-color: #FFFFCC;
    border: 1px dotted #1d1d1d;
}
    
.hr
{
    height: 1px;
    border-bottom: 1px dotted #1b1b1b;
}

.footer-wrapper
{
    /*
        Commented out because I'm changing background color of footer per environment and the image lays over it - SS 5/1/2015
        background: url("../images/footer_bg.gif") repeat-x scroll 0 100% #FDFDFD;
    */
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 5;
    padding-left: 20px;
    position: fixed;
    width: 100%;
    z-index: 99;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #FAFAFA
}

.footer-userInfo
{
    float:right;
    margin-right: 40px;
}

.box
{
    padding: 10px 20px;
    background-color: #FFFFFF;
    background-position: 50% 100%, 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #BDC6D7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(170, 170, 170, 0.1) inset, 0 -5px 15px rgba(223, 223, 223, 0.8) inset;
}

.upload-drop-zone {
	height: 120px;
	width: 100%;
	border-radius: 20px;
	border: 2px dashed;
}
.upload-drop-zone:hover,
.upload-drop-zone.is-dragging
{
	border-color: green;
}
.upload-drop-zone.is-dragging
{
	background-color: #EFEFEF;
}
.upload-drop-zone > p 
{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	position: relative;
	z-index: 0;
}
.upload-drop-zone .upload-drop-icon 
{
	display: block;
}
.upload-drop-zone .upload-drop-icon::before 
{
	font-family: WebComponentsIcons;
	font-size: 2.5em;
	content: "\e133";
	display: inline-block;
	color: #000000;
	text-decoration: none;
}
.RadAsyncUpload.RadUpload.RadUpload_Default.telerik-async-upload 
{
	padding-top: 85px;
	margin-top: 10px;
	border-radius: 20px;
}
.RadAsyncUpload.RadUpload.RadUpload_Default.telerik-async-upload > .ruInputs 
{
	margin-bottom: -110px;
	text-align: center;
	position: relative;
}
.RadAsyncUpload.RadUpload.RadUpload_Default.telerik-async-upload .ruButton.ruRemove 
{
	font-size: 1.2rem;
}
.RadUpload .ruFileLI .ruButton.ruRemove::before 
{
	width: 1em !important;
}