/* CSS Stylesheet for Aptify eBusiness Suite Sample Site */

*
{ 
	outline: 0px 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;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	Blue;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#647cd6;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	font-weight: bold;
}

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;
}	

.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;
}

a.FinishButton, a.SmallFinishButton, a.LinkButton, a.CloseButton, a.CancelButton, a.BigCancelButton
{
	display: block;
	background-color:#F5F5F5;
    border:1px Solid #BCBCBC;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    color:#565656;
    text-decoration: none;
    padding: 2px 0px;
}

.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;
	width: 100px; 
	text-align: center;
	line-height:20px;
	cursor: pointer;
}

.CancelButton:hover
{
	background:#fbe3e4;
    border:1px Solid #fbc2c4;
    color:#d12f19;
    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.5em; 
	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-size: 1.2em;
	font-weight: bold;
	color: #194292;
}

.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 10px 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: none;
	padding: 10px 14px;
	outline: 0px none;
}	

ul.HoldNavigation li a:hover 
{
	padding: 14px 14px 10px 14px;	
	background-color: #dff4ff;
    border: 1px Solid #c2e1ef;
    border-bottom: 1px Solid #999999;
    color: #336699;
    font-weight: normal;
    outline: 0px none;
}
	
ul.HoldNavigation li a.selected 
{
	color:#666666;
	background:#FFFFFF;
	border: 1px #999999 solid;
	border-bottom: 1px #FFFFFF solid;
	padding: 14px 14px 10px 14px;	
}

.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 .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
{
	
}