/* CSS Stylesheet for Aptify eBusiness Suite Sample Site */

*
{ 
	outline: none;
}

body	{
	MARGIN: 0px;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	COLOR: black;
}

img
{
	outline: 0px none;
	border: 0px none;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	 
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight: bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	Blue;
	outline: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	Blue;
	outline: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#647cd6;
	outline: none;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	font-weight: bold;
	outline: none;
}

TABLE
{
	display:inline;
}

TABLE#NavBarTable
{
	border-style: solid;
	border-color: #D2D7DF;
	border-width: 1px;
	background-color: #EDEEF1;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
	height: 34px;
	border-bottom: solid 3px #3f4d68;
}

TABLE#NavBarContainingTable TD
{
	padding: 0px;
}

/* sets up the table for the main eBusiness entry page */
TABLE#DefaultMainTable
{ 
	width: 800px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-collapse: collapse;
}

/* used to indent content in the main areas of the page */
TD.Indent
{
	padding: 10px;
}

TABLE#HeaderTable
{
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-width: 0px;
	border-collapse: collapse;
}

TABLE#HeaderTable TD
{
	padding: 0px;
}


HoverClass
{
	color: Blue;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

.NavBar
{
	FONT-FAMILY: Verdana, Arial, Arial MT, Tahoma, Sans-Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT:normal;
    color: Black;
    text-decoration: none
}
.NavBar a:link
{
	color: Navy;
	text-decoration: none
}
.NavBar a:visited
{
	color: Navy
} 
.NavBar A:hover
{
	color:Maroon;
	font-weight: bold;
	text-decoration: underline
}

.detailheader
{
	FONT-FAMILY: Verdana, Arial, Tahoma, Arial MT, Verdana;
	Font-size: 12px;
	font-weight: bold;
	color: #404040;
}

.ContentDetailHeader
{
	FONT-FAMILY: Verdana, Arial, Tahoma, Arial MT, Verdana;
	Font-size: 12px;
	font-weight: bold;
	color: #194292;
}

.ContentDetailHeader2
{
	FONT-FAMILY: Verdana, Arial, Tahoma, Arial MT, Verdana;
	Font-size: 12px;
	font-weight: bold;
	/*color: #669900; old Gree*/
	color: #529214;
}


.detaillabel	
{
	font-size:11;

}
.cartlabel 
{
	font-size:10;
	background-color:#bac0c9
	
	}
.cartinfo	
{
	font-size:10;
	background-color: #EAEAEA
	}


.newslink
{
	font-family:Verdana;
	font-size: 10px
}	
.prodheader	
{
	font-family:Verdana, Tahoma;
	font-size: 10;
	color: white
}
.prodacartlink	
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10;
}
.proddetails
{
	font-family: Verdana, Tahoma, Arial;
	font-size:11;
	color: #0B3357
}
	
UL LI	{	
	list-style-type:	 disc;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.SMALL	{	
	font-size:	.7em;
	}	

.BIG	{	
	font-size:	1.17em;
	}	
.tiny 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
}

/*Style items for the navbar*/

/*Top level main styles*/
.TopGroup
{
  background-color:#f0f2e7; 
  cursor:default;
}

/*Sub Navagations Main Styles*/
.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default; 
}

/*Top menu items styles*/
.TopMenuItem
{
  color:#767771; 
  font-family:Verdana, Arial, helvetica, Sans-Serif; 
  font-size:11px; 
  font-weight: bold;
  padding:20px;
  cursor:default;
  border: solid 1px #f0f2e7;
}

/*Top menu Hover styles*/
.TopMenuItemHover 
{
  color:#194292; 
  background-color:#FFDD21; 
  font-family:Verdana, Arial, helvetica, Sans-Serif; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
  border:1px #4E5358 solid;
}

.MenuItem
{
  border: 1px solid #F5F5F5; 
  color:#00025C;
  font-family:Verdana, Arial, helvetica, Sans-Serif; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemHover 
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:Verdana, Arial, helvetica, Sans-Serif; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemExpanded
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuItemActive
{
  color: #333333;
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}

.ScrollItem
{
  background-color:#F5F5F5; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#FFEEC2; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  text-align:center;
  cursor:default;
}

/*Originally From the Webwizards CSS + Modificaitons*/

.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #194292;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.leftnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.topnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.smallgreybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.leftBorder
{
	background-image: url(../Images/bg_lhs.jpg);
	background-repeat: repeat-y;
	width: 35px;
	height: 100%;
}

.rightBorder
{
	background-image: url(../Images/bg_rhs.jpg);
	background-repeat: repeat-y;
	width: 35px;
	height: 100%;
}

.RegionalTitles
{
	text-align: center;
	font-family: Verdana, Arial, Tahoma, Arial MT, Verdana;
	Font-size: 1.3em;
	font-weight: bold;
	color: #194292;
}

.VerticalLine
{
	display:inline;
	background-image: url(../Images/dots_vert.gif);
	background-repeat: repeat-y;
	width: 3px;
	height: 100%;
}

.HorizontalLine
{
	display:inline;
	background-image: url(../Images/dots_horiz.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
}

.Error
{
	color: Red;
	font-weight: bold;
	font-family: Arial Baltic;
	font-size:larger;
	text-decoration:underline;
}

.size1Content
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.9em;
	color: #404040;
}

.size2Content
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	color: #404040;
}

.size3Content
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.25em;
	color: #404040;
}

.center
{
	text-align:center;
}

.bold
{
	font-weight:bold;
}

.red
{
	color: Red;
}

.Orange
{
	color:#CC00FF;
}

.profileBG
{
	background-image: url(../Images/top_itemHoverBg.JPG);
	background-repeat: repeat-x;
	color: #194292;
	width: 100%;
	height: 21px;
	border-bottom: solid 1px Black;
	border-top: solid 1px Black;
}

.PageHeadings
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.50em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #194292;
}	

p.PageHeadings
{
    margin-top: 0px;
    padding-top: 0px;
}

.ConferenceTitle
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #194292;
}


/* BUTTON SETTINGS */
input[type="submit"], input[type="button"]
{
	background-color:#F5F5F5;
    border:1px Solid #BCBCBC;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    color:#565656;
    outline: none;
}

a.FinishButton, a.SmallFinishButton, a.LinkButton, a.CloseButton, a.CancelButton, a.BigCancelButton, a.NormalButton
{
	display: inline-block;
    border: 1px Solid #BCBCBC;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-color: #F5F5F5;
    color: #565656;
    text-decoration: none;
    padding: 2px 6px;
    text-align: center;
}

.NormalButton
{
    width: 150px;
    line-height:20px;
    cursor: pointer;
}

.NormalButton:Hover
{
    border: 1px Solid #666666;
}

.FinishButton
{
	font-size:1.1em;
	line-height:25px;
	font-weight:bold;
    cursor:pointer;
    width: 150px;
}

.FinishButton:Hover
{
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.SmallFinishButton
{
    width: 150px;
    line-height:20px;
    cursor: pointer;
}

.SmallFinishButton:Hover
{
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
    font-weight: bold;
}

.LinkButton
{
    width: 150px;
    line-height:20px;
    cursor: pointer;
}

.LinkButton:Hover
{
	background-color:#dff4ff;
    border:1px Solid #c2e1ef;
    color:#336699;
    font-weight: bold;
}

.CloseButton
{
	background-color:#F5F5F5;
    border:1px Solid #BCBCBC;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    color:#565656;
	width: 100px; 
	text-align: center;
	line-height:20px;
	cursor: pointer;
	font-weight:bold;
}

.CloseButton:hover
{
	background:#fbe3e4;
    border:1px Solid #fbc2c4;
    color:#d12f19
}

.CancelButton
{
	background-color:#F5F5F5;
    border:1px Solid #BCBCBC;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    color:#565656 !important;
	width: 100px; 
	text-align: center;
	line-height:20px;
	cursor: pointer;
}

.CancelButton:hover
{
	background:#fbe3e4;
    border:1px Solid #fbc2c4;
    color: #d12f19 !important;
    font-weight: bold;
}

.BigCancelButton
{
	font-size:1.1em;
	line-height:25px;
	font-weight:bold;
	background-color:#F5F5F5;
    border:1px Solid #BCBCBC;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    color:#565656;
	width: 150px; 
	cursor: pointer;
}

.BigCancelButton:hover
{
	background:#fbe3e4;
    border:1px Solid #fbc2c4;
    color:#d12f19;
}

.AlpaButton
{
	width: 24px;
    line-height:14px;
    padding-top: 1px;
    cursor: pointer;
}

.AlpaButton:Hover
{
	background-color:#dff4ff;
    border:1px Solid #c2e1ef;
    color:#336699;
    font-weight: bold;
}

.ErrorLabel
{
	font-size: 1.1em;
	color: #C00000;
	font-weight: bold;	
}

/* CPD Requirements Table Styles */
.RequirementsTable TH
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.85em;
	color: #404040;
}

.RequirementsTable TH
{
	border: dotted 1px blue;
	font-size:	1em;
}

.RequirementsTable TD
{
	border: dotted 1px blue;
}

.Middle
{
	vertical-align: middle;
}

.PlusMinus
{
	display:inline; 
	width:15px; 
	font-weight:bold; 
	color:Green; 
	font-size:1.1em; 
	vertical-align:middle;
}

.Expand
{
	text-align: center; 
	border: solid 1px Black;
	cursor: pointer; 
	background-color: #E8E8E8; 
	font-weight: bold;
}

.Expand:hover
{
	color: Red;
}

.BTFTable
{
	border: dotted 1px blue;
}

.BTFTable th
{
	border: dotted 1px blue;
	text-align:center ;
}

.BTFTable td
{
	border: dotted 1px blue;
}

/* -------------- AJAX CONTROL STYLES -------------- */

/*CPD Calendar Control*/
.CPDCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: White;
    color: Green;
}

.RolloverPointer
{
	cursor:pointer;
}

.EditConfirmBox {
	background-color:#CCCCFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* -------------- MEMBER DUES STYLES -------------- */
.MemTableHeader
{
	font-weight: bold;
}

.MemTableHeader td
{
	padding: 2px;
	border-bottom: 2px Solid #aaaaaa;
}

.MemTableItem td
{
	line-height: 34px;
	padding: 0px 4px 0px 4px;
	border-bottom: 1px Solid #aaaaaa;
}

.MemTableItem input[type="text"]
{
	padding-left: 5px;
	font-size: 1em;
}

/* -------------- MEETING AND EVENT STYLES -------------- */
.MeetingNav td
{
	width: 150px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.MeetingNav td:Hover
{
	background-color: #eeeeee;
	font-weight: bold;
}

.METables
{
	font-size: .9em;
}

.METables .SessionHeader td, .RegSumHeader td
{
	border-bottom: 3px Solid #aaaaaa;
	font-weight: bold;
}

.METables .SessionItem td, .RegSumItem td
{
	padding: 4px 2px 4px 2px;
	border-bottom: 1px Solid #aaaaaa;
}

.METables .SessionItem:Hover, .RegSumItem:Hover
{
	background-color: #DCDCDC;
}

.ProfileTable td
{
	padding-bottom: 10px;
}

.ProfileTable input[type="text"]
{
	padding-left: 5px;
}

/* -------------- SCHOLARSHIP TRUST FUND TRIBUTE CARD STYLES -------------- */
.TextArea
{
	padding: 4px 10px 4px 4px;
}

/* -------------- ONLINE ENROLLMENT STYLES -------------- */
#ctl00_MainContentArea_tblNewStudentProfile input[type="text"], select
{
	border-color: #aaaaaa;
	border-bottom-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 3px 0px 3px 3px;
	background: #FFFFFF url(../images/TextBoxTopBorder.png) repeat-x top;
	color: #666666;
}

.EnrollDataGrid .header td
{
	background-color: #F5F6F9;
	color: #000000;
	font-weight: bold;
	padding: 6px;
	border-bottom: 2px Solid #aaaaaa;
}

.EnrollDataGrid .item td
{
	border-bottom: 1px Solid #aaaaaa;
	padding: 6px;
}

.EnrollSessionSelect
{
	position: absolute;
}

.EnrollSessionSelect th
{
	text-align: center;
	vertical-align: middle; 
	width: 140px;
	padding: 14px 0px 10px;
	cursor: pointer;
	color: Blue;
}

.EnrollSessionSelect th:Hover
{
	text-decoration: underline;
	color: Red;
}

.EnrollSessionSelect th.spacer
{
	width: 5px; 
	border: 0px none;
	cursor: default;
}

.EnrollSessionSelect th.spacer:Hover
{
	border: 0px none;
	text-decoration: none;
}

.EnrollSessionSelect th.Selected
{
	border: 1px Solid #aaaaaa;
	border-bottom: 5px Solid #ffffff;
	background-color:#ffffff;
	color: #303030;
	text-decoration: none;
}

.EnrollSessionSelect th.Selected:Hover
{
	background-color: #ffffff;
}


/* -------------- ONLINE ENROLLMENT HOLDING STYLES -------------- */ 
ul.HoldNavigation 
{
	list-style: none;
	border-bottom: 1px Solid #999999;
	padding: 0px 0px 9px 0px;
	margin: 0px;
}	

ul.HoldNavigation li 
{
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	outline: 0px none;
}	

ul.HoldNavigation li a 
{
	color: #666666;
	text-decoration: none;
	background: #f7f7f7;
	border: 1px #CCCCCC solid;
	border-bottom: 1px #999999 solid;
	padding: 10px 12px;
	outline: 0px none;
	font-size: 12px;
	font: Tahoma;
}	

ul.HoldNavigation li a:hover 
{
	background-color: #dff4ff;
    border: 1px Solid #c2e1ef;
	border-bottom: 1px #999999 solid;
    color: #336699;
    font-weight: normal;
    outline: 0px none;
}
	
ul.HoldNavigation li a.selected 
{
	color:#666666;
	background:#FFFFFF;
	border: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

.HoldsDataTable
{
	padding: 6px;
}

.HoldsDataTable .header td
{
	padding: 6px 6px 6px 20px;
	border-bottom: 1px Solid #aaaaaa;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.HoldsDataTable .header td.sort
{
	background: #2A7AD2 url('../WebAdministration/EnrollmentHolds/_img/sort.png') no-repeat center left;
}

.HoldsDataTable .header td.sort_asc
{
	background: #2A7AD2 url('../WebAdministration/EnrollmentHolds/_img/sort_asc.png') no-repeat center left;
}

.HoldsDataTable .header td.sort_desc
{
	background: #2A7AD2 url('../WebAdministration/EnrollmentHolds/_img/sort_desc.png') no-repeat center left;
}

.HoldsDataTable .header td a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.HoldsDataTable .header td a:Hover
{
	text-decoration: underline;
}

.HoldsDataTable .header2 td
{
	padding: 6px;
	border-bottom: 1px Solid #aaaaaa;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	background-color: #2A7AD2;
}

.HoldsDataTable .item td
{
	border-bottom: 1px Solid #CCCCCC;
}

.HoldsDataTable .item:Hover
{
	background-color: #EEFFEE;
}

.HoldsDataTable .item td a
{
	display: block;
	padding: 6px;
	color: #0077cc;
	font-weight: normal;
	text-decoration: none;
}

.HoldsDataTable .item td a:Hover
{
	text-decoration: underline;
}

.HoldsCommentBox
{
	padding: 6px;
	border: 1px Solid #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	12px;
	color: #404040;
}

.AdminButtons
{
	 width:16%; 
	 text-align:center; 
	 border: 1px Solid #aaaaaa; 
	 height: 40px;
}

.AdminButtons:Hover
{
	background-color:#dff4ff;
    border:1px Solid #c2e1ef;
}

.AdminButtons a
{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
    color:#565656;
    padding: 10px 0px 10px 0px;
}

.AdminButtons a:Hover
{
	color:#336699;
	text-decoration: none;
}

.FormStyle input[type="text"], select
{
	border-color: #aaaaaa;
	border-bottom-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 3px 0px 3px 3px;
	background: #FFFFFF url(../images/TextBoxTopBorder.png) repeat-x top;
	color: #666666;
}

.ExamRegLink
{
	font-weight: bold;
	color:	Blue;
	text-decoration: underline;
}

.ExamRegLink:Hover
{
	color: Green;
}

/* -------------- KEY DATES -------------- */
a.KeyDate
{
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

a.KeyDate:Hover
{
	text-decoration: underline;
	font-weight: bold;
}

/* -------------- Message Boxes -------------- */
.ErrorMessage, .AlertMessage, ConfirmMessage, InfoMessage
{
	padding-bottom: 18px;
	font-size: 12px;
}
	
	.ErrorMessage .box
	{
		border: Solid 1px #FFAEAE; 
		background-color: #FEEBEB; 
		padding: 15px; 
	}

	.ErrorMessage h1
	{
		font-size: 14px;
		padding-top: 0px;
		padding-bottom: 12px;
		margin: 0px;
		color: #d12f19;
	}
	
	.AlertMessage .box
	{
		border: Solid 1px #F2DD8C; 
		background-color: #FFF5CC; 
		padding: 15px; 
	}

	.AlertMessage h1
	{
		font-size: 14px;
		padding-top: 0px;
		padding-bottom: 12px;
		margin: 0px;
		color: #CC9900;
	}
	
	.ConfirmMessage .box
	{
		border: Solid 1px #BBDF8D; 
		background-color: #EAF7D9; 
		padding: 15px; 
	}

	.ConfirmMessage h1
	{
		font-size: 14px;
		padding-top: 0px;
		padding-bottom: 12px;
		margin: 0px;
		color: #529214;
	}
	
	.InfoMessage .box
	{
		border: Solid 1px #B8E2FB; 
		background-color: #E8F6FF;
		padding: 15px; 
	}

	.InfoMessage h1
	{
		font-size: 14px;
		padding-top: 0px;
		padding-bottom: 12px;
		margin: 0px;
		color: #336699;
	}
	
.PDF
{
	font-size: 10px; 
	color: #666666;
}

/* TRANSCRIPT IMPORT WIZARD */
.wizardSteps
{
	padding: 8px 0px 8px 15px;
	border-top: 1px Solid #cccccc;
	border-bottom: 1px Solid #cccccc;
}

.wizardSteps .step
{
	display: inline-block;
	margin-right: 4px;
	color: #333333;
	width: 160px;
}

.wizardSteps .step:Hover
{
	font-weight: normal;
	text-decoration: none;
}

.wizardSteps .current
{
	color: #194292;
}

.wizardSteps .completed
{
	color: Green;
}

.wizardSteps .step strong
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
}

.wizardSteps .step span
{
	
}

.NBMentors
{
	line-height: 1.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.9em;
	color: #404040;
}

/* ul Tabs Default */

ul.TabsDefault 
{
	list-style-type: none;
	border-bottom: 1px Solid #888;
	padding: 0px 6px;
	margin:  0px;
	height: 33px;
}	

ul.TabsDefault li 
{
	float: left;
	background: #dff4ff;
	border: 1px Solid #888;
	margin: 0px 2px;
}	

ul.TabsDefault li span, ul.TabsDefault li a
{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
	color: #666666;
	font-weight: bold;
	padding: 9px 12px;
	margin-right: 0px;
	text-align: center;
    text-decoration: none;
}

ul.TabsDefault li:hover 
{
	background-color: #fff;
    border-bottom: 1px Solid #fff;
    cursor: pointer;
}

ul.TabsDefault li span:hover 
{
    color: #336699;
}
	
ul.TabsDefault li.selected 
{
	color:#333333;
	background:#fff;
    border-bottom: 1px Solid #fff;
}

.CPDSubmitTable td
{
    padding: 7px 0px;
    line-height: 22px;
    vertical-align: middle;
}

.CPDSubmitTable input[type=text], .CPDSubmitTable textarea
{
    padding: 4px;
}

.CPDSubmitTable .header
{
    font-weight: bold;
    width: 130px;
}

.CPDSubmitTable .item
{
    
}

.disclaimers
{
    border: 1px Solid #aaa;
    padding: 16px;
	background-color: #F5F5F5;
    color: #565656;
}

#CGANBSSCentreTable td
{
    line-height: 18px; 
    vertical-align: top; 
    padding-bottom: 26px; 
    height: 72px;
}

/* EVENT LISTINGS */
.EventListing
{
    position: relative; 
    border: 1px Solid #fff; 
    border-bottom-color: #ccc;
    margin-bottom: 16px; 
    padding: 10px;
    overflow: auto;
}

.EventListing:hover
{
    border: 1px Solid #ccc; 
    background-color: #f9f9f9;
}

    .EventListing .ItemDate
    {
        /*background: url('/ebusiness/Images/date64.png') no-repeat;
        margin: 0px 16px 0px 0px;
        padding-top: 20px;
        width: 64px; 
        height: 44px; 
        float: left;
        overflow: auto;
        text-align: center; 
        font: bold 12px/16px Verdana;*/
        
        float: left;
        text-align: center;
        margin: 5px 16px 0px 0px;
        border: 1px Solid #ccc;
        background-color: #4e5855;
        background-color: #999;
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
    }
    
        .EventListing .ItemDate .EventMonth
        {
            font: bold 12px/12px Verdana;
        }
    
        .EventListing .ItemDate .EventDay
        {
            font: bold 20px/20px Verdana;
        }
    
    .EventListing .ItemDetails
    {
        float: left; 
        width: 575px;
        line-height: 24px;
    }
    
    .EventListing .ItemDetails .EventTitle
    {
        display: block;
        font: normal 16px/24px Arial;
        /*color: #25AFDF; Light Blue
        color: #529214;*/
    }
    
    .EventListing .ItemDetails .EventTitle:hover
    {
        /*color: #4e5855; Grey*/
        /*color: #F18308; Orange*/
        text-decoration: underline;
    }
    
.Featured
{
	border: Solid 1px #B8E2FB; 
	background-color: #E8F6FF;
}

.Featured:hover
{
    background-color: #f9f9f9;
}

    .Featured .ItemDetails .EventTitle
    {
        color: #25AFDF; /*Light Blue*/
    }
    
.brochure
{
    float: right !important;
}
    
.EventDetails
{
}

    .EventDetails h1
    {
        padding: 0px; 
        margin: 12px 0px 16px; 
        font: normal 24px/24px Verdana, Arial;
	    color: #194292;
	    color: #404040;
	    color: #529214;
	    color: #25AFDF; /*Light Blue*/
        color: #529214;
    }
    
    .EventDetails h2
    {
        padding: 0px; 
        margin: 16px 0px 18px; 
        font: normal 18px/18px Verdana, Arial;
        color: #194292;
	    color: #404040;
    }
    
        .EventDetails h2 a
        {
            font-weight: normal;
	        color: #404040;
        }
    
            .EventDetails h2 a:hover
            {
                font-weight: normal;
            }
    
            .EventDetails h2 a img
            {
                padding-right: 7px;
                vertical-align: middle;
            }
    
    .EventDetails .EventBrochure
    {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: center;
        border: 1px Solid #fff;
        padding: 7px;
    }
    
        .EventDetails .EventBrochure:hover
        {
            border: 1px Solid #ccc;
            background-color: #f3f3f3;
        }
    
        .EventDetails .EventBrochure img
        {
            padding-bottom: 7px;
        }
    
fieldset {margin: 10px 0px; padding: 10px;}

fieldset legend {font: bold 14px/14px Verdana; color: #404040; color: #529214;}

fieldset input[type=text], fieldset input[type=password] {border: 1px Solid #999; padding: 4px; vertical-align: middle; width: 190px;}

fieldset select {border: 0px none transparent; padding: 4px; vertical-align: middle; width: 197px; color: #000; background-color: transparent;}
fieldset .select-wrapper {display: inline; border: 1px Solid #888;}

fieldset label {display: inline-block; margin-right: 12px; width: 95px;}

.optional {color: #666; border-color: #ccc;}

.EmpChanges {position: relative;}

.EmpChanges .nav {
    list-style:none;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    text-align: left;
}

.EmpChanges .nav li {
    list-style: none;
}

.EmpChanges .nav a 
{
    display: block;
    width: 140px;
    background-color: #f5f5f5;
    border: 1px Solid #BCBCBC;
    font: normal 12px/16px "Lucida Grande", Arial;
    color: #565656;
    text-decoration: none;
    padding: 3px 0px;
    line-height: 16px;
}

.EmpChanges .nav a img
{
    vertical-align: middle;
    padding: 0px 8px 0px 8px;
}

.EmpChanges .nav a:hover {
    font-weight: normal;
}

.EmpChanges .nav ul {
	list-style: none;
	position: absolute;
	left: -9999px; 
	margin: 0px;
    padding: 0px;
}
.EmpChanges .nav ul li {
	padding-top: 1px;
	margin-left: 5px; 
	float: none;
	background-color: #fff;
}
.EmpChanges .nav ul a 
{
    display: block;
	white-space: nowrap; 
	padding: 5px 6px;
	width: 120px;
	text-align: center;
}
.EmpChanges .nav li:hover ul { 
	left: 0; 
}
.EmpChanges .nav li:hover a { 
}
.EmpChanges .nav li:hover ul a{ 
	text-decoration:none;
}
.EmpChanges .nav li:hover ul li a:hover 
{
    background-color: #fff;
}

.alpha-list-links
{
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 16px 8px;
    text-align: center;
}

.alpha-list-links li
{
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 2px;
}

.alpha-list-links li a
{
    display: inline-block;
    width: 16px;
    height: 16px;
    font: normal 12px/16px Arial;
    padding: 1px;
    border: 1px Solid #fff;
    text-decoration: none;
    text-align: center;
    
    
    font-weight: bold;
    color: #404040;
    border: 1px Solid #ccc;
    background-color: #f3f3f3;
}

.alpha-list-links li a:hover, .alpha-list-links .selected
{
    font-weight: bold;
    color: #404040;
    border: 1px Solid #fff;
    background-color: #fff;
}

.alpha-list-links .selected
{
	color: #194292;
    text-decoration: underline;
}



.companySearch
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-top: 1px Solid #ccc;
}

.companySearch li
{
    position: relative;
    list-style-type: none;
    margin: 0px;
    border-bottom: 1px Solid #ccc;
    padding: 10px;
    font: normal 12px/16px Arial;
    color: #000;
}

.companySearch li .name-address
{
    width: 550px;
}

.companySearch li:hover
{
    background-color: #f3f3f3;
}

.companySearch li .selectThis
{
    position: absolute;
	left: -9999px;
    line-height: 16px;
    padding: 4px;
    float: right;
    width: 75px;
    color: #404040;
    border: 1px Solid #ccc;
    background-color: #f3f3f3;
    top: 4px;
    text-decoration: none;
}

.companySearch li .selectThis img
{
    padding: 0px 6px;
    vertical-align: middle;
}

.companySearch li .selectThis:hover
{
    cursor: pointer;
    background-color: #fff;
}

.companySearch li:hover .selectThis
{
    left: 570px;
}

.module-box-wrapper
{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    z-index: 999999;
    margin-top: 275px;
}
        
    .module-box-wrapper .module-box
    { 
        margin: 0px auto;
        width: 460px; 
        padding: 20px; 
        background-color: #fff; 
        border: 2px Solid #444;
        font-weight: normal;
    }
        
        .module-box-wrapper .module-box h2
        {
            padding-top: 0px;
            margin-top: 0px;
	        color: #194292;
        }

/* ----------============= PASSWORD STRENGTH START =============---------- */

.PWDStrength0
{ 
	padding-left: 250px; 
	background: #cccccc; 
} 

.PWDStrength1 
{ 
	padding-left: 50px; 
	background: #ff0000; 
} 

.PWDStrength2 
{ 
	padding-left: 100px; 
	background: #ff5f5f; 
} 

.PWDStrength3 
{ 
	padding-left: 150px; 
	background: #56e500; 
} 

.PWDStrength4 
{ 
	padding-left: 200px; 
	background: #4dcd00; 
} 

.PWDStrength5 
{ 
	padding-left: 250px; 
	background: #399800; 
}

/* ----------============= PASSWORD STRENGTH END =============---------- */
