﻿/* logo hex color reference 

Red: #c9091d
Green: #006e3a
Yellow: #fdd600
Blue: #223771

*/

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 420px;
    height: 420px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.myHeader {
    text-align: center !important;
    display: block !important;
    color: black;
    margin-top: 30px;
    font-size: xx-large;
}

.MyGrid .rgDataDiv {
    height: auto !important;
}


#lblCurrentForm {
	font-weight: bold;
	color: Black;
	}

.myTitleBar {
	background-color: #223771;
	text-align: center;
}

.myTitleBarHome {
	background-color: #DBDBDB;
	text-align: left;
}

.myNavSub {
	background-color: Gray;
	text-align: center;
}

.TradingColor
{
	background-color: #FFC000;
}

.TradingColorSmall
{
	background-color: #FFC000;
	font-size: 11px;
}

.myNavSubCenter {
	background-color: Silver;
	text-align: center;
}
    
.myNavSubLeft {
	background-color: Silver;
	text-align: left;
}

.myNavSubLeftSmall {
	background-color: Silver;
	text-align: left;
	font-size: 11px;
}

.footer {
	text-align: center;
}

.myTitleBar span {
	display: inline-block;
	padding: 6px 0px 6px 0px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

div.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
	body {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	
	.areaHeader {
		background-repeat: repeat-x;
		text-align: center;
	}
	
	.mobileWidth {
		margin-left: auto;
		margin-right: auto;
	}
	
	input[type=text], input[type=password], select {
	    border: 1px solid #333333; 
	    -webkit-box-shadow: 
	      inset 0 0 8px  rgba(0,0,0,0.1),
	            0 0 16px rgba(0,0,0,0.1); 
	    -moz-box-shadow: 
	      inset 0 0 8px  rgba(0,0,0,0.1),
	            0 0 16px rgba(0,0,0,0.1); 
	    box-shadow: 
	      inset 0 0 8px  rgba(0,0,0,0.1),
	            0 0 16px rgba(0,0,0,0.1); 
	    padding: 5px;
	    background: rgba(255,255,255,1);
	    margin: 0 0 0px 0;
	}
	
	.areaLogin {
		margin-top: 10px;
	}
	
	.Label {
		font-weight: bold;
		color: #333333;
		margin-bottom: 6px;
	}
	
	input[type=button], input[type=submit] {
		  border: 1px solid #777777;
		  background: #223771;
		  color: white;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: none;
	}
	
	.Button input[type=button], .Button input[type=submit] {
	  border: 1px solid #777777;
	  background: #006e3a;
	  color: white;
	  font-weight: bold;
	  padding: 8px 12px 8px 12px;
	  cursor: pointer;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	}
	
	#trLogout input[type=button], .Button input[type=submit] {
	  border: 1px solid #777777;
	  background: #c9091d;
	  color: white;
	  font-weight: bold;
	  padding: 8px 12px 8px 12px;
	  cursor: pointer;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	}

	.btnSearch {
		  border: 1px solid #777777;
		  background: #006e3a;
		  color: white;
		  font-weight: bold;
		  padding: 8px 12px 8px 12px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		}
		
	.btnLogin {
		  border: 1px solid #777777;
		  background: #006e3a;
		  color: white;
		  font-weight: bold;
		  padding: 8px 12px 8px 12px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		}
		
	select.btnCombo {
		  font-size: 11px;
		}

	input.btnSmall, a.btnSmall {
		  border: 1px solid #777777;
		  background: #006e3a;
		  color: white;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: none;
		}

	input.btnPrint, a.btnPrint {
		  border: 1px solid #777777;
		  background: #006e3a;
		  color: white;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: none;
		  display: inline-block;
		  text-align: center;
		}

	input.btnDelete, a.btnDelete {
		  border: 1px solid #777777;
		  background: #c9091d;
		  color: white;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: none;
		  display: inline-block;
		  text-align: center;
		}

	input.btnEdit, a.btnEdit {
		  border: 1px solid #777777;
		  background: #223771;
		  color: white;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: none;
		  display: inline-block;
		  text-align: center;
		}

	input.btnUpdate, a.btnUpdate {
		  border: 1px solid #777777;
		  background: #223771;
		  color: white;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: none;
		  display: inline-block;
		  text-align: center;

		}
	
	.Gray {
		text-align: right;
	}
	
	.Gray input[type=button], .Gray input[type=submit] {
		background: #eeeeee;
		color: #333333;
	}
	
	Select {
		background-color: white;
		color: #333333;
		overflow: hidden;
	}
	
	.Error {
		font-weight: bold;
		color: #a11616;
	}
	
	a {
		color: #163ca1;
	}
	
	.Title {
		font-size: 18px;
		font-weight: bold;
		color: #163ca1;
		margin: 10px;
	}
	
	.Callout .Title {
		border-bottom: 1px white solid;
	}
	
	.Callout {
		border:  1px solid #a11616;
		background-color: #163ca1;
		-moz-border-radius: 4px;
	 	-webkit-border-radius: 4px;
	 	width: 90%;
	 	margin-left: auto;
	 	margin-right: auto;
	 	padding: 6px 8px 6px 8px;
	 	text-align: left;
	 	margin-top: 10px;
	 	margin-bottom: 10px;
	}
	
	.Callout .Label {
		color: white;
	}
	
	.lblEmployer {
		font-style: italic;
	}
	.lblEmployer, .lblAddress, .lblPhoneNumber {
		font-weight: normal;
		font-size: 12px;
	}
	h3 span {
		font-style: italic;
		font-size: 12px;
	}
	
	.studentSelect {
		color: #163ca1;
		text-decoration: none;
	}
	
	.studentSelect:hover {
		color: #dc313a;
		text-decoration:underline;
	}
	
	.cllSearch {
		background-color: #c9091d;
	}
	
	.Callout .cllSearch .Title {
		color: white;
	}
	
	#search {
		margin-right: auto;
		margin-left: auto;
	}
	
	#search .ui-state-active,
	#search .ui-widget-content .ui-state-active,
	#search .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #fdd600/*{bgColorActive}*/ ;
	font-weight: normal/*{fwDefault}*/;
	color: #FFFFFF/*{fcActive}*/;
	}
	
	#search .ui-state-hover,
	#search .ui-widget-content .ui-state-hover,
	#search .ui-widget-header .ui-state-hover,
	#search .ui-state-focus,
	#search .ui-widget-content .ui-state-focus,
	#search .ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #fdd600/*{bgColorHover}*/ ;
	font-weight: normal/*{fwDefault}*/;
	color: #FFFFFF/*{fcHover}*/;
	}
	
	#accordion {
		text-align: left;
		font-size: 14px;
	}
	
	.ui-state-hover,
	.ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dc313a/*{bgColorHover}*/ ;
	font-weight: normal/*{fwDefault}*/;
	color: #FFFFFF/*{fcHover}*/;
	}
	.ui-state-hover a,
	.ui-state-hover a:hover,
	.ui-state-hover a:link,
	.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
	}
	.ui-state-active,
	.ui-widget-content .ui-state-active,
	.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #dc313a/*{bgColorActive}*/ ;
	font-weight: normal/*{fwDefault}*/;
	color: #FFFFFF/*{fcActive}*/;
	}
	.ui-state-active a,
	.ui-state-active a:link,
	.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
	}
	
	.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0px;
	}
	
	
	.ui-accordion .ui-accordion-header :hover{background-color: transparent;}
	
	
	.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
	}
	.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
	}
	.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
	}
	.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
	}
	.ui-accordion .ui-accordion-content {
	padding: 2em 1.2em;
	border-top: 0;
	overflow: auto;
	background-color: #FCFCFC;
	}
	
	h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	h3 span:hover {
		background-color: transparent;
		background-image: none;
	}
	
	.ttlLicenses {
		color: white;
	}
	
	.lblFullName, .lblEmployer, .lblAddress, .lblPhoneNumber {
		margin-left: 20px;
	}
	
	.systemNav {
		padding: 5px;
		color: black;
		font-weight:bold;
		background-color: #e0e0e0;
	}
	.Logout {
		position: absolute; top: 10px; right: 5px;
		
	}
	
	.cllStudents {
		background-color: #FCFCFC; width: 90%;
	}
	
	
	.altRow1 {
		background-color: #efefef;
	}
	
	.Callout .cllLicenses {
		background-color: #FCFCFC; margin: 0px; width: auto;
	}
	
	.Callout .cllLicenses thead tr {
		background-color: #cfcfcf;
	}
	
	.ttlClasses {
		color: white;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px white solid;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	
	.ttlClasses span {
		float: right; font-size: 12px; font-style:italic;
	}

	.cllStudents thead tr {
		background-color: #163ca1;
		color: white;
	}
	
	.Callout th * {
		font-weight: bold;
	}

	
	.Callout * {
		font-size: 14px;
	}
	
	.areaHeader img {
		/* Header logo formatting */
		padding: 10px 0px 10px 0px;
	}

.rolloutButton {
	float: right;
}

a.rolloutLinkButton {
	color: white;	
}

.rolloutLinkButton {
	display: inline-block;
	border: 1px solid #777777;
	background: #006e3a;
	color: white;
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
}

/* TAB MENU   
----------------------------------------------------------*/

#scroll {
	border-bottom-style: none;
}

div.hideSkiplink
{
    background-color:green;
    width:100%;
    height: 39px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited, div.menu ul li a:active
{
    background-color: #006e3a;
    border: 1px lime solid;
    border-bottom-style: none;
    color: #dde4ec;
    display: block;
    text-align: left;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #fdd600;
    color: #333333;
    text-decoration: none;
}

/*div.menu ul li a:active, div.menu ul li a:visited
{
    background-color: #fdd600;
    color: #333333;
    text-decoration: none;
}*/

.level1 ul li a:visited, .level1 ul li a:active
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.level2 ul li a:visited, .level2 ul li a:active
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.DynamicMenu
{ 
    display: none; 
}













/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
    font-size: x-small;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #336699;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    width: 960px;
}


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited, .loginDisplay a:active
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.style2
        {
            font-size: x-small;
        }
.style3
        {
    width: 50%;
        }
        
.officeDisplay
{
    font-size: medium;
    display: block;
    padding: 10px;
    color: White;
}

.officeDisplay a:link
{
    color: white;
}

.officeDisplay a:visited, .officeDisplay a:active
{
    color: white;
}

.officeDisplay a:hover
{
    color: white;
}

.tabLinks
{
    color: white;
    background-color: #CCCCCC;
    font-size: small;
}

.tabLinks2
{
    color: white;
    background-color: #5D7B9D;
    font-size: small;
}

.EdittabLinks
{
    color: white;
    background-color: #465767;
    font-size: small;
    text-align: center;
    width: 146px;
    height: 32px;
}

.EdittabText
{
    color: white;
    font-size: medium;
    text-align: left;
}


.yellowLink
{
    font-size: medium;
    display: block;
    padding: 10px;
    color: Yellow;
}

.yellowLink a:link
{
    color: Yellow;
}

.yellowLink a:visited, .yellowLink a:active
{
    color: white;
}

.yellowLink a:hover
{
    color: white;
}

.style115
{
    font-size: medium;
    color: #FFFF00;
}

.style118
{
    font-size: medium;
    color: #FFFF00;
}

        .wsiTab .ajax__tab_header
        {
            font-family: "Helvetica Neue" , Arial, Sans-Serif;
            font-size: 14px;
            font-weight:bold;
            display: block;
            color: #000;
        }
        .wsiTab .ajax__tab_header .ajax__tab_outer
        {
            background-color:#9c3;
            border-color: #222;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 1px #d7d7d7;
        }
        .wsiTab .ajax__tab_header .ajax__tab_inner
        {
            border-color: #666;
            color: #666;
            padding: 3px 10px 2px 0px;
        }
        .wsiTab .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#9c3;
        }
        .wsiTab .ajax__tab_hover .ajax__tab_inner
        {
            color: #fff;
        }
        .wsiTab .ajax__tab_active .ajax__tab_outer
        {
            border-bottom-color: #ffffff;
            background-color: #d7d7d7;
        }
        .wsiTab .ajax__tab_active .ajax__tab_inner
        {
            color: #000;
            border-color: #333;
        }
        .wsiTab .ajax__tab_body
        {
            font-family: verdana,tahoma,helvetica;
            font-size: 10pt;
            background-color: GrayText;
            border-top-width: 0;
            border: solid 1px #d7d7d7;
            border-top-color: #ffffff;
        }


a.loginTable {
		  /*border: 1px solid #777777;
		  background: #223771;*/
		  color: #1f4e78;
		  font-weight: bold;
		  padding: 4px 6px 4px 6px;
		  cursor: pointer;
		  -moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  font-size: 11px;
		  text-decoration: underline;
		  display: inline-block;
		}

.acctGroup 
{
 background-color: #1f4e78;
 color: White;   
}

.tableGroup
{
    border: 1px solid black; 
    margin-bottom: 20px;   
}

.trGray{
    background-color: lightgray !important;
    background: lightgray !important;
}

.trHeading {
    background-color: #1f4e78 !important;
    background: #1f4e78 !important;
}

.lblDataHeader
{
    color: white !important;
    font-size: 11px;
}

.lblDataHeading
{
    text-align: left;
    font-size: 11px;
}

.lblDataHeadingPrint
{
    text-align: left;
    font-size: x-small;
}

.lblDataHeadingCenter
{
    text-align: center;
    font-size: 11px;
}

.lblDataHeadingCenterPrint
{
    text-align: center;
    font-size: 7px;
}

.lblDataHeadingCenterTable
{
    text-align: center;
    font-size: 11px;
    width: 100%;
}

.lblData
{
    text-align: right;
    font-size: 11px;
}

.lblDataPrint
{
    text-align: right;
    font-size: x-small;
}

.lblGroup
{
    text-align: right;
    width: 25%;
    font-size: 11px;
}

.lblGroupAlt
{
    text-align: left;
    width: 25%;
    font-size: 11px;
}

.lblHeader
{
    text-align: left;
    width: 25%;
    font-size: 11px;
    color: Black;
}

.lblControlNoSize
{
    text-align: left;
    font-size: 11px;
    white-space:nowrap;
}

.lblControl
{
    text-align: left;
    width: 25%;
    font-size: 11px;
}

.lblControlRed
{
    text-align: left;
    width: 25%;
    font-size: 11px;
    color: Red;
}

.lblControlOrange
{
    text-align: left;
    width: 25%;
    font-size: 11px;
    color: Orange;
}

.lblControlAlt
{
    text-align: right;
    width: 25%;
    font-size: 11px;
}

.tdGroupHeader
{
    background-color: Silver;
	font-size: 18px;
}

.tdBorder
{
     background-color: Gray;
     width: 100px;
	font-size: 11px;
}

.plusminus{
	float:right;
}

.listingItem1{
	font-size: 11px;
}

.dataGridProps {
    font-size: 11px !important;
    width: 100%;
    color: Black;
    Border-Color: #999999;
    Border-Style: None;
    Border-Width: 1px;
    Padding: 1;
    margin-left: 20px !important;
}

.dataGridHeader
{
	background-color: #CCCCCC;
	color: black;
	height: 30px;
	overflow: hidden;
    }

.dataGridHeader a
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	margin-top: -17px;
	width: 400px;
    }
    
.dataGridHeaderLong a
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	margin-top: -17px;
	width: 500px;
    }

.dataGridHeaderMedium a
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	margin-top: -17px;
	width: 150px;
    }

.dataGridHeaderMediumAlt a
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	margin-top: -17px;
	width: 130px;
    }

.dataGridHeaderShort a
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	margin-top: -17px;
	width: 100px;
    }

.dataGridHeaderShortSmall a
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	margin-top: -17px;
	width: 50px;
    }

.dataGridHeaderTemplate
{
	color: black;	
	position: absolute;
	display: block;
	background-color: #CCCCCC;
	height: 30px;
	padding: 0px;
	width: 100%;
    }
       
tr.dataGridAltItem{
	background-color: #eeeeff;
    }
    
.dataGridFooter
{
    width:100%;
	background-color: #CCCCCC;
    }


.overlay
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-415px;   /* negative half of width above */
    margin-top:-350px;        
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}
.popup
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-400px;   /* negative half of width above */
    margin-top:-335px;        
    width: 800px;
    height: 670px;
    display: none;
    background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.overlayFee
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-595px;   /* negative half of width above */
    margin-top:-415px;        
    width: 1190px;
    height: 830px;
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}
.popupFee
{
    position: absolute;
    width: 1160px;
    height: 800px;
    top:50%;
    left:50%;
    margin-left:-580px;   /* negative half of width above */
    margin-top:-400px;        
    display: none;
    background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.overlayFeeBilling
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-595px;   /* negative half of width above */
    margin-top:-365px;        
    width: 1190px;
    height: 730px;
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}
.popupFeeBilling
{
    position: absolute;
    width: 1160px;
    height: 700px;
    top:50%;
    left:50%;
    margin-left:-580px;   /* negative half of width above */
    margin-top:-350px;        
    display: none;
    background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.popupProcessing
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-250px;   /* negative half of width above */
    margin-top:-85px;    
    width: 500px;
    height: 170px;
    
    display: none;
	background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.popupTrading
{
    position: absolute;
    top:35%;
    left:35%;
    margin-left:-150px;   /* negative half of width above */
    margin-top:-100px;        
    width: 300px;
    height: 200px;
    display: none;
	background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.overlayTrading
{
    position: absolute;
    top:35%;
    left:35%;
    margin-left:-150px;   /* negative half of width above */
    margin-top:-100px;        
    width: 305px;
    height: 205px;
    background: #FFC000;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.popupTradingPrices
{
    position: absolute;
    top:35%;
    left:35%;
    margin-left:-150px;   /* negative half of width above */
    margin-top:-100px;        
    width: 600px;
    height: 400px;
    display: none;
	background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.overlayTradingPrices
{
    position: absolute;
    top:35%;
    left:35%;
    margin-left:-150px;   /* negative half of width above */
    margin-top:-100px;        
    width: 605px;
    height: 405px;
    background: #FFC000;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.popupGrid
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-400px;   /* negative half of width above */
    margin-top:-150px;        
    width: 800px;
    height: 300px;
    display: none;
	background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.popupGridDetails
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-400px;   /* negative half of width above */
    margin-top:-85px;        
    width: 800px;
    height: 170px;
    display: none;
	background: white;
	border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.popupFeeSchedule
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-250px;   /* negative half of width above */
    margin-top:-235px;        
    width: 500px;
    height: 470px;
    display: none;
	background: white;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}


.popupOverrides
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-335px;   /* negative half of width above */
    margin-top:-215px;        
    width: 670px;
    height: 430px;
    display: none;
	background: white;
    z-index:8000;
    border-radius: 5px;
}

.overlayOverrides
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-345px;   /* negative half of width above */
    margin-top:-225px;        
    width: 690px;
    height: 450px;
    background: white;
    display: none;
    opacity: 1;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.overlayProcessing
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-265px;   /* negative half of width above */
    margin-top:-100px;        
    width: 530px;
    height: 200px;
    background: red;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.overlaySmall
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-265px;   /* negative half of width above */
    margin-top:-100px;        
    width: 530px;
    height: 200px;
    background: green;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.overlaySmallNBG
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-265px;   /* negative half of width above */
    margin-top:-100px;        
    width: 530px;
    height: 200px;
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.overlayFeeSchedule
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-265px;   /* negative half of width above */
    margin-top:-250px;        
    width: 530px;
    height: 500px;
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.overlayGrid
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-415px;   /* negative half of width above */
    margin-top:-165px;        
    width: 830px;
    height: 330px;
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    border-color: Gray;
    z-index:8000;
    border-radius: 5px;
}

.overlayGridDetails
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-415px;   /* negative half of width above */
    margin-top:-125px;        
    width: 830px;
    height: 250px;
    background: white;
    display: none;
    opacity: 1;
    border: 5px;
    z-index:8000;
    border-radius: 5px;
}

hProcessing span {
	font-size: 16px;
	color: White;
}

input.btnGreen, a.btnGreen {
		border: 1px solid #777777;
		background: #006e3a;
		color: white;
		font-weight: bold;
		padding: 4px 6px 4px 6px;
		cursor: pointer;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 11px;
		text-decoration: none;
		display: inline-block;
		text-align: center;
	}

input.ButtonDisabled, a.ButtonDisabled {
		border: 1px solid #777777;
		background: #223771;
		color: Gray;
        background-color: #e3e3e3;
		font-weight: bold;
		padding: 4px 6px 4px 6px;
		cursor: pointer;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 11px;
		text-decoration: none;
		display: inline-block;
		text-align: center;
	}
    
input.RedButton, a.RedButton {
		border: 1px solid #777777;
		background: #006e3a;
		color: white;
        background-color: #c9091d;
		font-weight: bold;
		padding: 4px 6px 4px 6px;
		cursor: pointer;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 11px;
		text-decoration: none;
		display: inline-block;
		text-align: center;
	}
        
        
    div.RadGrid_Default .rgRow a,
    div.RadGrid_Default .rgAltRow a
    {
        color: #1f4e78 !important;
        padding-top:0;
        padding-bottom:0;
        font-size: 13px;
    }

    div.RadGrid_Default .rgRow,
    div.RadGrid_Default .rgAltRow
    {
        font-size: 13px;
    }

    div.RadGrid  .Row1  td
    {
        padding-top:0;
        padding-bottom:0;
        height:1px; 
    }

    div.RadGrid_Default .rgHeader a
    {
        color: #1f4e78;
        padding-top:0;
        padding-bottom:0;
    }
        
    div.RadGrid_Default .rgCommandRow table 
    { 
        background: #1f4e78 !important; 
        width: 100%;
        color: white !important;
    } 

h1 {
  font-weight: bold;
  color: #1f4e78;
  font-size: 18px;
}   
        
h2 {
  font-weight: bold;
  color: #1f4e78;
  font-size: 14px;
}        


.popupNotifications
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-345px;   /* negative half of width above */
    margin-top:-225px;        
    width: 985px;
    height: 550px;
    display: none;
	background: white;
    z-index:8000;
    border-radius: 5px;
}

.overlayNotifications
{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-345px;   /* negative half of width above */
    margin-top:-225px;        
    width: 980px;
    height: 550px;
    background: white;
    display: none;
    opacity: 1;
    border: 3px solid black;
    z-index:8000;
    border-radius: 5px;
}

.popupProgress
{
    position: absolute;
    top:25%;
    left:25%;
    margin-left:-250px;   /* negative half of width above */
    margin-top:-85px;    
    width: 500px;
    height: 270px;
    
    display: none;
	background: white;
    z-index:8000;
    border-radius: 5px;
}


.RadGrid .rgRow>td, .RadGrid .rgAltRow>td, .RadGrid .rgEditRow>td, .RadGrid .rgFooter>td, .RadGrid .rgFilterRow>td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 0px !important; 
    padding-right: 3px !important; 
}

.BackcolorHeader {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    background-color: #0080C0;
    font-size: 16px !important;
    color: white;
}

.btn-defaultSave {
    color: #FFFFFF !important;
    background-color: #33CC99 !important;
    border-color: #cccccc !important;
}

.btn-defaultEdit{
    color: #FFFFFF !important;
    background-color: #33CC99 !important;
    border-color: #cccccc !important;
    padding: 0 !important;
    width: 100% !important;
}

.btn-defaultHalf{
    color: #FFFFFF !important;
    background-color: #33CC99 !important;
    border-color: #cccccc !important;
    padding: 0 !important;
    width: 50% !important;
}

.btn-defaultFullWidth {
    width: 100% !important;
}

.btn-defaultCancel {
    color: #FFFFFF !important;
    background-color: #CC3333 !important;
    border-color: #cccccc !important;
}

.btn-defaultNext {
    color: #FFFFFF !important;
    background-color: #3333CC !important;
    border-color: #cccccc !important;
}

.form-horizontal .control-labelLeft {
    text-align: left;
}

.form-horizontal .control-labelRight {
    text-align: right;
}

.form-horizontal .control-labelRightNoPad {
    text-align: right;
    padding: 0px;
}

.form-horizontal .control-labelLeftLight {
    font-weight: 400 !important;
}

.form-horizontal .control-labelCenter {
    text-align: center;
}

.form-horizontal .control-Div {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
}    

.form-horizontal .control-DivLogin {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    background-color: #B3D2FC;
}

.hrALT {
     margin-top: 0px; 
     margin-bottom: 0px; 
     border: 0; 
     border: 1px solid black;
}
