/* ----- scXX and ecXX designations are used by User Interface Feature. Don't remove if you intend to use the User Interface to change colors ---- */

th, td
{
	vertical-align: top;
}

h1
{
	padding-top: 10px;
}

.col-sm-3
{
	padding-left: 0px;
}

.quicklinks h2 {
  background: rgba(0, 0, 0, 0) url("/wconnect/ace/images/greenpointer.png") no-repeat scroll 0 0;
  color: #fff;
  margin-left: -27px;
  margin-top: -17px;
  padding-left: 27px;
  padding-top: 14px;
}

.quicklinks {
    margin-left: 20px;
}
.quicklinks-inner {
    background-color: #ddcd69;
    padding: 5px;
}
.quicklinks-inner ul {
    font-size: 16px;
    margin: 5px;
    text-transform: uppercase;
}
.quicklinks-inner ul li {
    line-height: 2.5em;
}
.quicklinks-float {
    background-color: #ffffff;
    padding: 5px;
}
.quicklinks-float ul {
    font-size: 16px;
    margin: 5px;
    text-transform: uppercase;
}
.quicklinks-float ul li {
    line-height: 2.5em;
}

fieldset {
  border: solid 1px #cccccc;;
  margin: 5px 0;
  padding: 8px;
}

legend {
  border: none;
  color: #333;
  display: inline;
  font-size: 120%;
  line-height: normal;
  margin-bottom: 0;
  padding: 0 2px;
  width: auto;
}

/*  Back to Home page on Minimal.htm */
.homeBack
{
  text-align: right;
  
padding: 15px 0;
 }

.homeBack img
{
  vertical-align: middle;
}  


/* -- Table used on various ACEweb pages -- */
.awTable	 
{
	width: 100%;
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 1px; 
	background-color: #e0e2e2;
}

.awTable thead tr
{
	/*sC03*/ background-color:#eef0f0 /*eC03*/;
	/*sC04*/ color: #222222 /*eC04*/;
}

.awTable thead th 
{
	font-weight: normal;
	text-align: left;
	padding: 8px;
}

.awTable tbody td 
{
  	/*sC08*/ background-color: #ffffff /*eC08*/;
	padding: 8px;
}

/* Changes even rows color */
.awTable tbody tr:nth-child(even) td
{
    /*sC09*/ background-color: #f9fafb /*eC09*/;
}

.awTable td input[disabled='disabled']  /* hides disabled buttons */
{
	display: none;
}

.awTable tbody td.text
{
	text-align: left;
}

.awTable tbody td.date, .awTable tbody td.logical
{
	text-align: center;
}

.awTable tbody td.number
{
	text-align: right;
}

.awTable tbody td.memo
{
	font-size: 85%;
}

/* -- Tablesorter -- */
.awTable th.header
{
	cursor: pointer; 
} 

/* Tablesorter Icons */
.awTable thead tr th.headerSortUp:before,
.awTable thead tr th.headerSortDown:before,
.awTable thead tr th.header:before
{
  font-family: FontAwesome;
  font-size: 120%;
}

.awTable thead tr th.header:before 
{
  content: "\f0dc";
  padding-right: 5px;
}

.awTable thead tr th.headerSortUp:before 
{
  content: "\f0de";
}

.awTable thead tr th.headerSortDown:before 
{
  content: "\f0dd";
}
		
/* Tablesorter Icons - Needed for Version 2 */
.awTable th.tablesorter-header
{
	cursor: pointer; 
} 

.awTable thead tr th.tablesorter-headerAsc:before,
.awTable thead tr th.tablesorter-headerDesc:before,
.awTable thead tr th.tablesorter-headerUnSorted:before
{
  font-family: FontAwesome;
  font-size: 120%;
  font-style: normal;
}

.awTable thead tr th.tablesorter-header:before 
{
  content: "\f0dc";
  padding-right: 5px;
}

.awTable thead tr th.tablesorter-headerAsc:before 
{
  content: "\f0de";
}

.awTable thead tr th.sorter-false:before 
{
  content: "";
}

.awTable thead tr th.tablesorter-headerDesc:before 
{
  content: "\f0dd";
}

.awTable thead tr th div.tablesorter-header-inner
{
	display: inline;
}


/*  General ACEweb button styles */
.awButtons 
{
	width: auto;
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: none; 
 	font-family: Arial, sans-serif;	
	color: #ffffff;
	border: none;
	padding: 5px 8px;
	border-radius: 2px;
	background-color: #275d38;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
	-webkit-padding-before: 8px; 
	-webkit-padding-end: 10px;
	-webkit-padding-after: 8px;
	-webkit-padding-start: 10px;
}

/* Background Colors */
.drkGrey
{
	background-color: #3d4754; 
}

.drkBlue
{
	background-color: #4d648c;
}

.lghtBlue
{
	background-color: #3a9ad9;
}

.red 
{
	background-color: #b33333; 
}

.purple
{
	background-color: #8d4e85;
}

.grey
{
	background-color: #999999;
}

.yellow
{
	background-color: #f2a400; 
}

.green 
{
	background-color: #268c52;	
}

.orange
{
	background-color: #df7514;
}

.offwhite
{
	background-color: #f0f0f0;	
	color: #222222;
}

/* -- Programs (Groups) -- */
.awGroups
{
	width: 100%;
	margin: 10px 0;
	border: 0;
}

.awGroups td
{
	padding: 0 0 10px 0;
	border: 0;
}

.awGroups td.grpImage img  /* group image style including width and height */
{
    width: 120px;
	height: 85px;
	margin: 0 15px 15px 0;
}

.awGroups td.grpInfo span.grpName  /* group title style */
{
	font-size: 140%;
	font-weight: bold;
}

.awGroups td.grpInfo div.inGrpCount
{
	display: inline; 
	margin-left: 5px;
}

.awGroups a   /* group title link style */
{
	text-decoration: none;
}

.awGroups td.grpInfo div span  /* # Course Available Message */
{
	font-weight: normal;
	font-size: 100%;
}

/* Used with groupBreak=1 option */
.grpSort 
{
	padding: 0 0 10px 0;
}

.grpSort .ui-accordion-header 
{
	margin-top: 10px; 
	padding: 5px 5px 5px 25px;
}

.grpSort .ui-corner-all 
{
	border-radius: 4px;
}

.grpSort .ui-corner-top 
{
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
}

.grpSort .ui-corner-bottom 
{
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px;
}
.grpSort .ui-state-active 
{
    background: #dedede url("/wconnect/scripts/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% !important;
}

/* Used with the Search Course Lists option on xshowschedule.htm */
#searchBox, #schedSearchBox, #catSearchBox
{
	margin: 0 0 12px 0; 
	background-color: #ffffff; 
	border: solid 1px #cccccc; 
	padding: 5px;
}

#searchBox label, #schedSearchBox label, #catSearchBox label
{
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
}

#schedSearchText, #catSearchText  
{
	width: 85%; 
	padding: 5px; 
	border: none !important;
    box-shadow: none !important;
    display: inline;
	outline: 0px;
}  

#searchBox .fa-search, #schedSearchBox .fa-search, #catSearchBox .fa-search
{
	margin: 0 8px; 
	color: #444444;
}

input#searchText::placeholder 
{
	color: #222222;
}

#searchBox:focus-within 
{
	border-bottom: solid 1px #222222;
}

input#searchText:focus 
{
	outline: none; 
	border-radius: 0px;
}



/* -- Instructor Lookup -- */
.awInstLookup th
{
	min-width: 140px;
	text-align: left;
	border-bottom: solid 1px #000000;
}

.awInstLookup td
{
	padding: 0 5px 10px 0;
}

/* Search Page */
p.srchOpt
{
	padding: 0 0 2px 0 !important;
}

.radioOpts
{
	padding-bottom: 10px;
}

.radioOpts p
{
	padding: 0;
}

p.seachPageKeyword
{
	padding: 0 !important;
}

p.srchPageKeyword input#txtTarget
{
	width: 80%;
    color: #666666;
    font-style: italic;
    padding: 1px 4px 3px 4px;
}

/* -- Advanced Search -- */
#advSearch p label
{
 display: block;
}

#advSearch .awpRow
{
	padding-top: 0;
}

#advSearch .advField
{
	width: 96%;
}

.awAdvSearch th, .awAdvSearch td
{
	padding: 0 5px 10px 0;
}

.awAdvSearch th
{
	font-weight: normal;
	text-align: right;
}

.awAdvSearch td div.awpRow label.awpLabel 
{
    width: 10%;
}

.awAdvSearch td div.awpRow span.awpField 
{
    width: 86%;
}

.awAdvSearch .operator /* span to separator search operators */
{
	padding: 0 5px;
}

.advDays, .advTime
{
	width: 50%;
	float: left;
	box-sizing: border-box; 
	padding: 0 5px; 
}

/* -- XPerson Styles -- */	
.offerLabel  /* Offered Statement Label */
{
	font-weight: bold;
}

/* -- Student Log On -- */
#lgWrapper 
{
	max-width: 600px;
	 margin: 0 auto;
	box-sizing: border-box;
}

#lgWrapper h2
{
	margin: 0;
	padding: 0;
}

#lgWrapper ul
{
	margin: 0;
	padding: 0 0 20px 18px;
}

#lgWrapper ul li
{
	margin: 0;
	padding: 0 0 4px 0;
}

#lgWrapper #returning
{
	width: 50%;
  float: left;
	border-right: solid 1px #666666;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
 
#lgWrapper #new
{
	width: 50%;
  float: left;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.logForm #StuID, .logForm #txtPassword
{
	width: 98%;
}

.logForm a#pwdReset
{
	float: right;
	padding-right: 2%;
}

.logForm p
{
	margin: 0;
	padding: 4px 0 2px 0;
	font-size: 85%;
}

.logForm #logFormSubmit
{
  
	font-size: 100%;
}

#logonNew
{
	padding-top: 5px;
}

 /* Enroll Someone Else Message */
#prxyInfoBox
{
	width: 600px;
	margin: 0 auto 10px auto;
	box-sizing: border-box; 
	padding: 8px;
	background-color: #fafafa;
	border: solid 1px #cccccc;
	border-radius: 6px;
}

#mustHveAcct
{
	margin: 5px 0 10px 0;
	padding: 0 0 2px 0;
	color: #b22222;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
}

.lgEnrProgress
{
	display: block; 
	width: 600px; 
	margin: 0 auto;
	padding: 10px 0;
}

/* XWelcome.htm Styles */
.acctLinks a
{
	white-space: nowrap;
}


/* Escrow Credit Message */
.escrow
{
	border-top: double #008800;	
	border-bottom: double #008800;
	margin: 8px 0 20px 0;
}

.escrow h2
{
	color: #008800;
	font-size: 110%;
	font-weight: bold;
	padding: 8px 0 0 0;
}

/* -- Reset Password Request -- */
.pwdReq table
{
	margin: 10px 0;
}

.pwdReq table td
{
	padding: 5px;
}

/* -- Set/Reset Password -- */
.resetPwd td
{
	padding-bottom: 4px;
}

/* -- Upcoming Courses Listing -- */
#upcmgList td
{
	padding: 0 5px 5px 0;
}

#upcmgList td:first-child
{
	white-space: nowrap;
}

/* -- Person.awp -- */

  /* Household Profiles Section */
#hhList
{
	float: left;
	width: 50%;
	box-sizing:border-box;
}

#hhList input[type='radio']
{
	margin-bottom: 5px;
}

#hhNotList
{
	float: left;
	width: 49%;
	box-sizing: border-box;
	background-color: #efefef;
	margin-left: 1%;
	padding: 5px; 
	border-radius: 5px;
}

#hhNotList h2
{
	margin: 0;
	padding: 0;
	color: #b22222;
}

#hhTaken
{
	padding: 0 0 10px 0;
}

#btnNewAlternate
{
	margin-top: 8px;
}

.awTopLnk a:before 
{
  font-family: FontAwesome;
  font-size: 90%;
  content: "\f062";
  padding-right: 5px;
}

.awTopLnk a
{
	display: block;
	font-size: 80%;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}

.awSbmtAlt	/* Submit Household Member Profile Changes Text */
{
	font-size: 85%;
}


 /* Interests and Enroll Others Sections */
.awInterests
{
	margin-bottom: 10px;
}

.awInterests td
{
	padding: 3px;
}

/* Send Catalog or Info options */
#infoOpts p
{
	padding: 0 0 5px 0;
    display: block;
    position: relative;
}

#infoOpts input
{
    margin: 3px 0 0 0;
    position: absolute;
}

#infoOpts label
{
	display: inline-block;
    min-height: 16px;
    padding-left: 20px;
}

/* Attachments Section */
#attachments
{
	margin: 15px 0;
	background-color: #efefef;
	border: solid 1px #999999;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	padding: 8px;
}


/* -- Course Status -- */ 
#prereqMsg /* Prerequisites notice */
{
	font-weight: bold;
}

#mRequired /* Membership Required notice */
{
	font-weight: bold;
}


.csShare 
{
	padding: 0 0 20px 0;
}

.csShare a
{
	margin-right: 8px;
	padding: 5px 5px 4px 5px !important;
	color: #ffffff;
	border-radius: 4px;	
	text-decoration: none;
}

.csShare a span.mbHide
{
	display: inline-block;
	margin-top: -2px;
	font-size: .8em;
	margin-left: 5px;
	vertical-align: middle;
}

.csShare .a2a_button_facebook
{
	background-color: #2e79f6;
}

.csShare .a2a_button_twitter
{
	background-color: #63adf1;
}

.csShare .emailPage
{
	background-color: #f48c00;
}

.csShare .printPage
{
	background-color: #38c75a;
}

.csShare .copyURL
{
	background-color: #8d4e85;
}

.csShare .whoAttend
{
	background-color: #333333;
}
 /* Course Details table */
.awCourseStatus
{
	border: 0;
	width: 98%;
	margin: 5px auto 15px auto;
}

.awCourseStatus td
{
	padding: 0 0 2px 0;
	border: 0;
}

.awCourseStatus th.awLabels
{
	padding: 0 5px 5px 0;
	border: 0;
	background-color: transparent;
	font-weight: normal;
	padding: 0 5px 5px 0;
	text-align: left;
	white-space: nowrap;
	width: 10%;
}

.enrBtns
{
	padding: 10px 0 0 0;
}

.or  /* OR between Enroll buttons IF using Proxy Reg option */
{
	font-weight: bold; 
	font-size: 140%; 
	margin: 0 10px;
}

#share /* Share Optons */
{
	padding-top: 20px;
}

#share a
{
	margin-right: 5px;
}

.shareImg
{
	border-radius: 4px;
}

/* -- Package Status -- */
.pckgCrses
{
	padding: 0 10px 10px 10px;
}

#pckgH2
{
	font-size: 100%;
	padding: 0 0 0 10px;
}

.ecPkgCrse, .psPkgCrse
{
	padding: 0 0 8px 0;
	cursor: pointer;
}

#pckgTotal
{
	padding: 0 0 15px 0;
	font-weight: bold;
}


/* -- Instructor Information --*/
.awInstInfo
{
	width: 100%;
}

.awInstInfo thead th
{
	text-align: left;
	border-bottom: solid 1px #999999;
}

.awInstInfo tbody td
{
	padding: 2px 5px 10px 0;
	border-bottom: dotted 1px #cccccc;
}

.awInstInfo tbody td.name
{
	width: 20%;
}

/* -- Progress Meter -- */
.awProgress
{
	border-collapse: separate;
	border-spacing: 1px;
	border: solid 1px #4e6f2f;
	border-radius: 4px;
	margin: 2px 0;
}

.awProgress td
{
	width: 12px;
	font-size: 10px;
	padding: 0;
}

.awProgress td:first-child 
{
      border-top-left-radius: 2px;
	  border-bottom-left-radius: 2px;
}

.awProgress td.awStepDone    /* Completed Bars */
{
	background-color: #4e6f2f;
}

.awProgress td.awStepNot    /* Uncompleted Bars */
{
	background-color: transparent;
}

.awProgress td:last-child 
{
      border-top-right-radius: 2px;
	  border-bottom-right-radius: 2px;
}

/*  Add to Waitlist */
.addtoWL
{
	margin: 10px 0;
}

/*  -- Enroll Someone Else -- */
.whatEmail
{
	text-decoration: underline;
	font-weight: bold;
}

#reqInfo
{
	clear: both;
	padding: 10px 0;
}

#prxyContCancel
{
	clear: both;
	padding: 10px 0;
}

#progressBar
{
	clear: both;
	padding: 15px 0;
}

/* -- Enrollment Cart Page -- */

#awEnrWho /* who is enrolled */
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* Adding to Cart Table */
.awCartOptions td
{
	padding-bottom: 8px;
}

.awCartOptions td#wkshpSelection select /* workshop select box styles */
{
	margin-bottom: 3px;
}

.awOpFeeQuant input /* optional fee quantity field */
{
	margin: 0 0 3px 0;
}

.awOpFeeLbl	/* optional fee quantity label */
{
	padding: 0 0 0 5px;
}

.awExMemb	/* ex-member statement */
{
	color: #b22222;
}

.wkList  /* workshop selection box style */
{
	margin-bottom: 4px;
}

.awInvalid   /* Invalid Entry Message style */
{
	color: #b22222; 
	padding-left: 5px; 
	font-weight: bold;
	font-size: 85%;
}

/* -- On Enrollment Cart Table -- */
.ecTable 
{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

.ecTable th
{
	text-align: left;
	font-weight: normal;
	padding: 0 0 2px 0;
	border-bottom: solid 1px #222222;
}

.ecTable td 
{
	padding: 1px 0 2px 0;
}

.ecAltRow td
{
	border-top: solid 1px #cccccc;
	font-weight: bold;
}

.ecTitle
{
	font-style: italic;
}

.ecTable .ecFees
{
	padding: 0 0 0 10px;
}

.ecTotLine
{
	padding: 5px 0; 
	border-top: solid 1px #cccccc;
}

.ecTableDel[disabled="disabled"]
{
	display: none;
}

/* -- On Enrollment Cart Summary List -- */
.ecCrsList td
{
	padding: 3px; 
}

.ecCrsList td input[disabled='disabled'] /* Disable button style */
{
	display: none;
}

.awECbtnBox	/* proceed to checkout button box */
{
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
}

.awOthBtns	 /* other enrollment cart buttons box */
{
	margin: 5px 0 0 0;
}

/* -- Bonus Discount Styles -- */
.awBonusMsg
{
	color: #b22222;
	font-weight: bold;
	font-size: 110%;
}

.awBonusQualify
{
	color: #b22222; 
}

.spcImg
{
	float: left; 
	margin: -4px 5px 0 0; 
}

.spcIcn
{
	display: inline;
	padding: 0 5px;
}

.bonusCheck
{
	margin: 0 3px 0 0;
}

/* -- Deposit Option Styles -- */
#chkDeposit
{
	margin-right: 4px;
}

#depositNote 
{
	font-size: 85%;
}

/* -- Invoice/Credit Card Information Tables -- */
.payDetails td
{
	padding: 0 0 2px 0;
}

#totMultDue
{
	text-align: right;
	font-weight: bold;
	font-size: 110%;
	color: #b33642;
}

#balDuePO
{
	font-weight: bold;
}

/* -- Registration History -- */
.awHistRadio
{
	margin: 0 4px 4px 0;
}

/* -- Instructor Access -- */
#instLogon
{
	max-width: 300px;
	padding: 0 0 10px 0;
}

#instLogon p
{
	margin: 0;
	padding: 4px 0 2px 0;
	font-size: 85%;
}

#instLogon #txtInstID, #instLogon #txtInits
{
	width: 98%;
}

#instLogon #pwdReset
{
	float: right;
	padding-right: 5px;
}

.chgPwd td
{
	padding-bottom: 4px;
}

/* Include Course Options */
.instOpts p:after
{
	clear: both;
}

.instOpts p
{
	padding: 0 0 5px 0;
    display: block;
    position: relative;
}

.instOpts input
{
    margin: 3px 0 0 0;
    position: absolute;
}

.instOpts label
{
	display: inline-block;
    min-height: 16px;
    padding-left: 20px;
}

 /* Waitlist table title */
#wlTitle
{
	margin-top: 25px;
}


/* Super Instructor Search  */
#siSearch
{
	width: 100%;
}

#siSearch  td 
{
	padding-bottom: 5px;
}

/* Class Roster */
.fltForm
{
	display: inline;
	margin: 0;
	padding: 0;
}

.crOpts
{
	padding: 10px 0;
}

/* -- Course Proposal -- */
.crseProposal
{
	width: 100%;
}

.crseProposal td
{
	padding: 0 0 5px 0;
}

.crseProposal textarea
{
	width: 96%;
	height: 32px;
}

.crseProposal input
{
	width: 96%;
}

.crseProposal input#txtMin, .crseProposal input#txtMax
{
	width: 20px;
}

/* -- Attendance Sheet -- */
.awAttendSheet	 
{
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 1px; 
	background-color: #d1d7de;
}

.awAttendSheet thead tr
{
	/*sC03*/ background-color: #e6e9ec /*eC03*/;
	/*sC04*/ color: #222222 /*eC04*/;
}

.awAttendSheet thead th 
{
	font-weight: normal;
	text-align: center;
	padding: 4px;
	font-size: 85%;
}

.awAttendSheet tbody td 
{
  	/*sC08*/ background-color: #ffffff /*eC08*/;
	padding: 8px;
}

/* Changes even rows color */
.awAttendSheet tbody tr:nth-child(even) td
{
    /*sC09*/ background-color: #edeff1 /*eC09*/;
}

/* -- Grade Book -- */
#awGradeBook
{
	width: 602px;
	margin: 0 auto;
	text-align: left;
	/*sC06*/ border: solid 1px #3d4754 /*eC06*/;
}

#awGradeBook th
{
	/*sC03*/ background-color: #3d4754 /*eC03*/; 
	/*sC04*/ color: #ffffff /*eC04*/;
	text-align: center;
	font-weight: normal;
}

#awGradeTable
{
	width: 580px;
	margin: 0 auto;
}

#awGradeTable td
{
	border-bottom: solid 1px #d0d0d0;
	padding: 2px;
}

#awGradeScroll
{
	margin: 0 auto 0 auto; 
	overflow-Y: scroll;
	height: 300px;
	width: 600px;
	/*sC06*/ border: solid 1px #3d4754 /*eC06*/;
}


/* -- Miscellaneous Styles -- */
.awPrintOnly   /* hides various items from displaying onscreen */
{
	display: none;
}

.clrFloats /* clears floats */
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

.hidden	/* hides element, mostly used for screen readers */
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.separator  /* used to separate links on some pages */
{
	padding: 0 5px;
}

.awLabels /* Labels in Input sections */
{
	width: 15%;
	text-align: right;
	padding: 0 5px 5px 0;
	font-weight: normal; 
	white-space: nowrap;
}

.awCenterText, .awCenter  /* centered text */
{
	text-align: center;
}

.awRightText  /* right-aligned text */
{
	text-align: right;
}

.awSmall  /* small text	*/
{
	font-size: 85%;
}

.awImportant /* important messages */
{
	font-weight: bold;
	color: #b33333;
}

.awReqDes  /* Required field designation on person.awp */
{
}

.awBar	/* bottom bar on some speciality tables */
{
	/*sC03*/ background-color: #3d4754 /*eC03*/;
	/*sC04*/ color:	#ffffff /*eC04*/;
	margin: 0;
	padding: 0;
	text-align: center;
}

.awTitlebar	/* some table titles */
{
	font-size: large;
	text-align: center;
}

.awMsgTitle	 /* AceWeb Dialog Title	*/
{
	font-weight: bold;
	font-size: 125%;
	background-color: transparent;
}

.awMsgClosing  /* AceWeb Dialog Closing	*/
{
	 font-size: small;
}

.awText /* various text boxes */
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
}

.awCellForm	 /* Form tags in cells */
{
	margin: 0;
	padding: 0;
}

.awDialog   /* dialog boxes */
{
	Width: 75%;	
	/*sC08*/ background-color: #edeff1	 /*eC08*/;
	padding: 10px 5px;
	margin: 0 auto;
	/*sC06*/ border: solid 1px #3d4754 /*eC06*/;
	text-align: center;
} 

.error  /* email validation error message */
{	
	font-size: 85%;
	margin-left: 5px;
	color: #b22222;
}

.errordisplay /* error display box used on some pages */
{     
      width: 70%;
      margin: 10px auto 15px auto;
      padding: 10px;
      border: solid 2px #3d4754;
	  background-color: #edeff1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 3px 3px 5px #999999;  
	-webkit-box-shadow: 3px 3px 5px #999999;
}

.errordisplay-warning-icon, .errordisplay-error-icon, .errordisplay-info-icon  /* error display image style */
{
    width: 16px;
    height: 16px;
    float: left;    
    margin: 0 5px;
}

.errordisplay-warning-icon, .errordisplay-error-icon /* error display box image for warnings and errors */
{
    background-image: url(/wconnect/ace/images/warning.png);
}

.errordisplay-info-icon /* error display box image for informational messages */
{
    background-image: url(/wconnect/ace/images/info.png);
}

.errordisplay-text /* error display box text */
{
    margin-left: 30px;    
}

#ui-datepicker-div  /* Overrides for jQuery UI controls */
{
	display: none;
}

.ui-autocomplete  /* jQuery autocomplete style */
{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	width: 500px;
	font-size: 1pt;
	-webkit-box-shadow: 3px 3px 5px #535353;		 
	-box-shadow: 3px 3px 5px #535353;
}

.ui-datepicker-trigger /* date picker image */
{
	margin-left: 3px;
	vertical-align: middle !important;
}

.blackborder td
{
	padding: 0 5px 0 0;
}

/* -- Error Page Styles -- */
.webconnection-header {
    background:  navy;
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
    padding: 3px 5px 5px 5px;
    text-align:center;
	font-family: Verdana, Arial, sans-serif;
}

.webconnection-body {
	margin: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

.webconnection-body p {
	font-size: 120%; 
}

.errTable
{
	width: 550px; 
	border-collapse: separate;
	margin: 25px auto; 
	border: solid 2px navy;
	font-size: small;
	border-spacing: 2px;
	padding: 0 0 5px 0;
}

.errTable td
{
	padding: 5px;
}

.errHead 
{
	background-color: navy; 
	color: #ffffff; 
	font-size: 120%; 
	text-align: center; 
	padding: 3px 5px 5px 5px;
}

.errLabel 
{
	text-align: right;
}

.aboutTable
{
	width: 100%;
	background-color: #eeeeee;
	border: groove 1px #555555;
}

.aboutTable th, .aboutTable td
{
	border: groove 1px #555555;
}

.abtTblHead
{
	Text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding: 8px;
}

#grdSearchLog
{
	width: 100%;
}

/*   --Express Registration Templates --*/
.expTable
{
		width: 100%;
}

.expTable th 
{
	padding: 0 5px 10px 0;
	text-align: right; 
	font-weight: normal; 
	white-space: nowrap;
}

.expTable td 
{
	padding: 0 0 10px 0;
}


/* corrects close X position on jquery-ui pop up messages */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon
{
    margin-top: -8px;
    position: relative !important;
    top: 0 !important;
	left: 0 !important;
}


/*  ClassRoster Styles */
.awRostDetails	 
{
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: separate;
	border-spacing: 1px; 
	/*sC13*/ background-color: #e0e2e2 /*eC13*/;
}

.awRostDetails thead th 
{
	background-color: transparent;
	font-weight: normal;
	text-align: left;
	padding: 8px;
}

.awRostDetails tbody td 
{
  	/*sC14*/ background-color: #ffffff /*eC14*/;
	padding: 8px;
}

/* Changes even rows color */
.awRostDetails tbody tr:nth-child(even) td
{
    /*sC15*/ background-color: #f9fafb /*eC15*/;
}

.awRostLabels
{
	text-align: right;
	font-weight: normal;
	padding: 8px;
	width: 21%;
}


.fltForm
{
	display: inline;
	margin: 0;
	padding: 0;
}

.crOpts
{
	padding: 10px 0;
}

#LookupPanel
{
	display: none;
	box-sizing: border-box;
	width: 424px; 
	background-color: #ffffff; 
	border:solid 1px #cccccc; 
	padding: 12px;
	z-index: 1000;
}

.crsePopup
{
	font-size: 85%; 
	width: 400px;
}
