


/* ------------------------------------------------------------------------------------------------

   Squarespace Core CSS Definitions DO NOT REPLACE.  DO NOT IMPORT THIS FILE.  All definitions are needed.
   Override as required from Custom CSS only!

------------------------------------------------------------------------------------------------ */
			

/* --- core elements --------------------------------------------------------------------------- */
body.BackgroundGradient 
{	
		/* Fallback for non-css3 browsers */
	background: url("./images/BackgroundGradient.png") 0 0 repeat-x;

	background:#315286; /* Old browsers */
	/*background-image:url(css-gradients-fallback/main-menu-bg.png);*/
	background-image:-moz-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#507abfy),color-stop(100%,#325286));
	background-image:-webkit-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:-o-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:-ms-linear-gradient(top,#507abf 0%,#325286 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#507abf', endColorstr='#315286'); /*  for IE  */
	background-image:linear-gradient(top,#507abf 0%,#325286 100%);
}

body
{
	font-size: 16pt;
}



table.DropShadow 
{
	/*padding:0 23px 23px 0;*/
	/*margin-bottom: 46px;*/
		/* Fallback for non-css3 browsers */
	/*background: url("./images/Main Drop Shadow.png") top center repeat-y;*/
	/*background: url("./images/Bottom Drop Shadow.png") center bottom no-repeat;*/
	-moz-box-shadow: 7px 7px 15px #000;
	-webkit-box-shadow: 7px 7px 15px #000;
	box-shadow: 7px 7px 15px #000;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

table
{
	font: 11pt "PT Sans","Arial Narrow",Arial,Helvetica,sans-serif;
	color: #333333;
}

td.LeftNav
{
	background-color: #FFFFFF;
	color: #000000;
}

td.RightNav
{
	background-color: #EFEDCD;
	color: #000000;
}

td.RightNavHeader
{
	background-color: #669999;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
table.border
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
td.border
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 2px;
}

td.bordergray
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px; 
	padding: 2px;
}

img
{
	border: 0 none;
}


p
{
	margin-bottom: 1em;
	margin-top: 0em;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul
{
	list-style-type: square;
	margin: 0 0 1em;
	padding: 0;
	padding-left: 2em;
}	

#pageTitle h1  
{
	font: bold 17px "PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #036;
	display: block;
	margin: 3px 0 10px -10px;
	width: 50%;
	border-bottom: 1px solid #036; 
	padding-bottom: 0;	/*To Cancel .ModBodyClass h1*/
}

.AnniversaryTitle
{
	font-family: Old English Text MT;
	font-size: 16pt;
	color: #FFFFFF;
	margin-left: 10px; 
	margin-bottom: 10px;
}

.MainNav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6600cc;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 1px;
	text-decoration: none;
}

.MainNavTitle
{
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffffff;
	font-family: 'Trebuchet MS' , Trebuchet, Verdana, sans-serif;
	background-color: #669999;
	border-bottom: #ffffff 1px solid;
}

.NavSpacerWhite
{
	background-color: #FFFFFF;
}

.HeaderNavSpace
{
	color: #FFFFFF;
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;
}

.LoginHeader
{
	font-family: 'Trebuchet MS' , Trebuchet, Verdana, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	color: #FFF;
	width: 250px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.LoginBox
{
	width: 280px;
	padding-bottom: 5px;
}

.login
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #cccccc;
	width: 110px;
	margin-right: 5px;
}

.loggedintext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom: 5px;
}

.loggedintext a
{
	color: #FFFFFF;
}

.logintext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
}

.logintext a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

.Login_Button
{
	border: 1px solid #cccccc;
	font-size: 7pt;
	background: #ffffff;
	width: 40px;
	color: #666666;
}

.Profile_Button
{
	
	border: 1px solid #666666;
	background: #b1a690;
	color: #ffffff;
	font-size: 9pt;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.BodyTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}

.NoticeBox
{
	border: 1px solid #CDCDCD;
}

.FormGroupBox
{
	border: 1px solid #CDCDCD;
}

.AlertBox
{
	border: 2px solid Salmon;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.MOCPAPSBox
{
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin-bottom: 10px;
}

.FormGroupHeader
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background: #3300CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}	

.FormGroupHeader td, th
{
	padding: 5px;
}

.FormGroupRowDk
{
	background: #CDCDCD; 
	font-size: 10pt;
}			 

.FormGroupRowDk td, th
{
	padding: 5px;
}

.FormGroupRowLt
{
	background: #ECECEC;	
	font-size: 10pt;
}	

.FormGroupRowLt td, th
{
	padding: 5px;
}

.FormGroupRowRequired
{
	background: #ECECEC;	
  font-weight: bold;
	color:red;
}	

.FormGroupRowEdit
{	
	border: 1px solid #999999;
	background: #FFFF99;
}		

.FormGroupRowHighlight
{
	border: 2px solid red;
	background: #ECECEC;
	padding-top: 5px;
}

.FormGroupRowFooter
{
	border: 2px solid #FFCC66;
	background: #CDCDCD;
	padding-top: 5px;
}	

.ModBodyClass table.FormGroupGrid
{
	border-collapse: collapse;	/* Make sure grids inside .ModBodyClass have only 1px borders on cells*/
}

table.FormGroupContainer
{
	border-collapse: separate; /* Since Bootstrap overrides table style, allow all container tables to have a cellspacing=2  */
	border-spacing: 2px;
}
.NoticeTitle
{
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #CC3333;
	font-family: Georgia , Trebuchet, Verdana, sans-serif;
	text-align: center;
}

.NoticeBreak
{
	font-size: 12px;
	letter-spacing: 3px;
	color: #CC3333;
	font-family: Georgia , Trebuchet, Verdana, sans-serif;
	text-align: center;
}

.bordertop
{
	border-top: 0 #000000 outset;
	border-left: 0 #000000 outset;
	border-bottom: 0 #000000 outset;
	border-right: 0 #000000 outset;
}

.borderbottom
{
	border-top: 1px #000000 outset;
	border-left: 1px #000000 outset;
	border-bottom: 1px #000000 outset;
	border-right: 1px #000000 outset;
}

.bordersides
{
	border-left: 1px #000000 outset;
	border-right: 1px #000000 outset;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

select
{
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.headerrow
{
	border-bottom: 1px solid #000;
	background: #325286;
}

.header
{
	margin-bottom: 20px;
}

.journal-entry
{
	margin-bottom: 2em;
}
.journal-entry .title
{
	font-size: 8pt;
	font-weight: bold;
	color: #525252;
	padding-bottom: 3px;
}
.journal-entry .tag
{
	clear: both;
	color: #BBB;
}

.journal-entry .body
{
	margin-bottom: 0px;
	margin-top: 3px;
}

a
{
	font-weight: bold;
	color: #3300CC;
}

a:hover
{
	text-decoration: none;
	color: #6699CC;
}

a.MainNavLink
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.MainNavLink
{
	text-decoration: none;
	color: #CCCCCC;
}

a.ProfileLink, a:visited.ProfileLink
{
	color: #FFFFFF;
}

a:hover.ProfileLink
{
	color: #CCCCCC;
}

.ImpersonateLink
{
	margin: 7px;
}

a.ImpersonateLink, a:visited.ImpersonateLink
{
	color: #FFFFFF;
}

a:hover.ImpersonateLink
{
	color: #CCCCCC;
}


/* Page Structure
----------------------------------------------- */

#MainContainerTable
{
	margin: 0 auto; 
	width:1260px;
	border-collapse:separate;	/* Counteract bootstrap border-collapse on table because it won't show shadow in IE*/
}

#MainTable
{
	background-color: #FFFFFF;
	width:1240px; 
	height:130px; 
	margin: 0;
}

#contentWrapper
{
	margin: 10px 0px 20px 0px;
	text-align: left;
}

#content
{
	font-size: 11px;
	line-height: 1.2em;
}

#sidebar
{
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sidebarRight
{
	padding: 0px;
	margin: 0px;
	width: 200px;
	text-align: center;
}

/* Modules
----------------------------------------------- */

.section
{
	line-height: 1.25em;
}

.section ul
{
	margin: 0;
	padding: 0;
}

.section ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section .caption
{
	font-family: 'Trebuchet MS' , Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 6px;
	background-color: #3300CC;
	color: #FFF;
	height: 10px;
}

.section .spacer
{
	background-color: #FFFFFF;
	height: 5px;
}

.section .content-navigation
{
	margin: 0;
	padding-bottom: 0;
	padding-top: 3px;
}

.section .content-passthrough
{
	padding: 10px 10px 10px 15px;
	line-height: 1.4em;
	background-color: #3300CC;
	color: #FFF;
	font-size: 7pt;
	font-weight: bold;
}

.section .content-rightnav
{
	margin: 10px;
	line-height: 1.4em;
}

.section .content-login
{
	margin-top: 10px;
}

.section .content-login a
{
	font-size: 7pt;
	line-height: 2em;
}

.section .module
{
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 0;
	background-color: #E9dbfa;
}

.section .module .folder
{
	margin: 0;
	padding: 2px 10px 4px;
	list-style: none;
}

.section .module .folder .module
{
	margin: 0;
	padding: 1px 0 0 0;
	margin-bottom: 1px;
	list-style: none;
	border: none;
	background: none;
}

a.disabledlink
{
	color: silver;
	text-decoration: none;
}


/* Sidebar
----------------------------------------------- */

.section a
{
	text-decoration: none;
}

#pageFooter
{
	line-height: 1.6em;
	padding-right: 20px;
	padding-left: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	clear: both;
}

.folder .module a:link, .folder .module a:visited
{
	text-decoration: none;
	font-weight: normal;
}

.folder .module a:hover
{
	font-weight: normal;
}

.MyABPSBodyClass
{
	margin: 15px 25px 15px;
	padding-left: 20px;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}


.ModBodyClass
{		 
	font-size: 14pt;
	margin: 2px 25px 0;
	text-align: left;
}	

.ModBodyClass h1
{
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

.ModBodyClass h2
{
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.ModBodyClass h3
{
	font-size: 13pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}

.HeaderRight
{
	padding: 10px;
}


.HeaderRight a
{
	font-size: 7pt;
	text-decoration: none;
	color: #27C;
}

.HeaderRight a:hover
{
	color: #6699CC;
}

.HeaderAddress
{
	color: #FFFFFF;
	padding-left: 10px;
}

.PageNavClass
{
	margin: 7px 25px 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 7pt;
	color: #999999;
	font-weight: normal;
	width: 100%;
	background-color: #EFEFEF;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
	line-height: 1.5em;
}

.PageNavClass a
{
	font-size: 7pt;
	font-weight: normal;
	padding: 0px;
}	

.PageBtn
{
	margin: 0px 2px 0px 2px;
	padding: 1px 5px 1px 5px;
	vertical-align: middle;
	border: 1px solid #CCC;
	width: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #003080;
	cursor: pointer;
}		 	

.BoldBtn
{
	margin: 0px 2px 0px 2px;
	padding: 5px 10px;
	vertical-align: middle;
	border: 2px solid #999999;
	width: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #003080;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
}

.smallLink a
{
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

/* CSS for the 3 sections in the footer */	
.navBackground
{
	background:#407abf; /* Old browsers */
	/*background-image:url(css-gradients-fallback/main-menu-bg.png);*/
	background-image:-moz-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#507abfy),color-stop(100%,#325286));
	background-image:-webkit-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:-o-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:-ms-linear-gradient(top,#507abf 0%,#325286 100%);
	background-image:linear-gradient(top,#507abf 0%,#325286 100%);
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius:0 0 8px 8px;
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}

.footerContainer
{
	margin-top: 5px;
	overflow:hidden;
}

.footerSection
{
	width:33%;
	height:52px;
	float:left;
	position:relative;

}
.footerSection > div
{
	position:absolute;
	width:100%;
	height:52px;
	display:table;
	text-align:center;
}

.footerSection > div > div
{
	display: table-cell;
	vertical-align:middle;
}

.footerText
{
	color:#fff;
	font-size:10pt;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}

.footerText a {
	font-size:120%;
	font-weight:bold;
	color:#fff;
}

.footerText a:hover, .footerText a:focus, .footerText a:active,
.footerText a.highlighted {
	color:#fff;
}

.contentinfo
{
	background-color: #525252;
}

.AppParamFormColLeft
{
	width: 180px;
	vertical-align: top;
}

.AppParamFormColRight
{
	font-size: 8pt;
	vertical-align: top;
	padding-bottom: 5px;
}

.AppFormValidate
{
	text-align: left;
	font-size: 8pt;
	margin-left: 20px;
}

.AppFormClass
{
	margin-top: 10px;
	text-align: left;
	font-size: 8pt;
	vertical-align: top;
}

.AppFormClass h1
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}

.AppFormColNumber
{
	margin-left: 5px;
	width: 10px;
	vertical-align: top;
}

.AppFormColName
{
	margin-left: 2px;
	width: 100px;
}

.AppFormColLeft
{
	width: 140px;
	vertical-align: top;
}

.AppFormColLeftHilite
{
	width: 140px;
	vertical-align: top;
	font-weight: bold;
	color:red;
}

.AppFormColLeftDisabled
{
	width: 140px;
	vertical-align: top;
	color:#cccccc;
}

.AppFormColRightHilite
{
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 20px;
	color:red;
}

.AppFormColRight
{
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 20px;
	color: #333333;
}

.AppFormColRightDisabled
{
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 20px;
	color:#cccccc;
}

.AppFormColRight input
{
	font-size: 7pt;
	width: 188px;
}

.AppFormColRight .radio input
{
	margin-right: 5px;
	width: 14px;
	border: 0px;
}

.AppFormColRight .checkbox
{
	font-size: 7pt;
	width: 14px;
	border: 0px;
}

.AppFormColRight .shortinput
{
	width: 50px;
}

.AppFormColRight .col3input
{
	width: 115px;
}

.AppFormColRight .medinput
{
	width: 188px;
}

.AppFormColRight .longinput
{
	width: 380px;
}

.AppFormColRight .CalendarInput2
{
	width: 20px;
}

.AppFormColRight .CalendarInput4
{
	width: 40px;
}

.AppFormColRight .CalendarInput
{
	width: 140px;
}

	/* CSS used for JavaScript page links */
a.page
{
	color: #6C893D;
	font-weight: bold;
	text-decoration: none;
}

a.page:hover
{
	text-decoration: none;
}


	/* CSS for multi-page form navigation */
#FormTop
{
	margin:0 auto;
	text-align: center;		/* Needed to override AppFormClass */
	width:75%;
}

#FormContents
{
	width:100%;
}

#FormBottom
{
	margin:0 auto;
	text-align: center;		/* Needed to override AppFormClass */
	width:75%;
}


#Navigation
{
	margin:0 auto;
	text-align: center;		/* Needed to override AppFormClass */
}

#Navigation div
{
	margin-left:0;	/* Even though they aren't used, other margins must be set to override inherited ExaminerInvitations div style*/
	margin-right:0;
}

#NavigationPages
{
	margin:10px 0;
}

#NavigationButtonContainer
{
	margin-top:10px;
	overflow:hidden;
}

div.NavigationButton
{
	float:left;
	min-height:1px;		/* Force empty div to use take up space */
}

a.pageServerControls
{
	border: 1px solid black;
	color: #6C893D;
	background-color: white;
	padding: 1px 9px;
	margin:0 1px;
	text-decoration: none;
}

a.pageServerControls:hover
{
	color:beige;
	background-color: #6C893D;
	text-decoration: none;
}

a.currentPage
{
	background-color: #cccccc;
}


tr.Q
{
	vertical-align: bottom;
}

tr.A
{
	vertical-align: top;
}

.QA
{
	font-weight: bold;
	font-size: 18pt;
	color: darkred;
	font-family: Garamond, 'Times New Roman';
	width: 30px;
}

.footnote
{
	font-size: 7pt;
	color: red;
}

.smallfont
{
	font-size: 7pt;
}

.IsRequired
{
	font-weight: bold;
	color:red;
}	

.IsRequiredDisabled
{
	color: red;
	margin-bottom: 40px;
}

.IsDisabled
{
	color:#cccccc;
}

.DisabledRow tr
{
	color:#cccccc;
}

.DisabledRow td
{
	color:#cccccc;
}

.ValidSummaryClass
{
	padding-left: 20px;
	font-weight: bold;
	color:red;
}

.ValidSummaryClass ul
{
	margin-left: 35px;
	padding-top: 5px;
}

.redflag
{
	padding-right: 5px;
}

.btn 
{
	color: #000000; 
	cursor: pointer; 
	border: solid 1px #808080; 
	font-size: 8pt;
	padding:1px;
}

.schedule_header
{
	color: #FFFFFF;
	background: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.schedule_header a, .schedule_header a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.schedule_header a:hover
{
	color: #cccccc;
	text-decoration: none;
}

.schedule_RowDk
{
	background: #CDCDCD;
}

.schedule_RowLt
{
	background: #ECECEC;
}

.AppFormColRight .radiobutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border: 0px;
	width: 20px;	
}

.UploadSpacer
{
	padding-top: 10px;
}

.topbordergray {
	border-top: 2px #999999 solid; 
	background-color: #EFEDCD;
}

.SubNavTabs
{
	background-color: #EFEDCD;
	border-bottom: 2px #999999 solid; 
	margin: 0px;
}

.shortinput
{
	width: 50px;
}

.col3input
{
	width: 115px;
}

.medinput
{
	width: 188px;
}

.longinput
{
	width: 380px;
}

.checkbox 
{
	border: 0px;
	width: 20px;
}

.radiobutton
{
	font-size: 7pt;
	border: 0px;
	width: 20px;	
}

.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.U
{
	text-decoration: underline;
}

.I
{
	font-style: italic;
}

.B
{
	font-weight: bold;
}

.green
{
	color:#279b27;
}

.red
{
	color:#ef0101
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.indent
{
	text-indent:5em;
}

.superScript
{
	position:relative;
	bottom:0.7em;
	font-size: 60%;
}

.MOCTrackerBox
{
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 12pt;
}

.MOCTrackerBox a, .MOCTrackerBox a:visited, .MOCTrackerBox a:hover
{
	font-weight:normal;
}

.MOCTrackerSpacerRow
{
	height: 1px;
	font-size: 1px;
}

.MOCTrackerSpacerCell
{
	border-top: 1px dotted #CDCDCD;
}

.MOCTracker_Button
{
	border: 1px solid #CDCDCD;
	font-size: 12pt;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #3300CC;
	color: #ffffff;
	text-decoration: none;
}

.MOCYearPanel
{
	padding-bottom: 10px;
}

.MOCTrackerMessage
{
	font-size: 9pt;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}

.ImpDocsTitle
{
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 50px;
	color: #000000;
	text-align: left;
}		

.tableHeader
{
	background-color: #9999FF;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	background: #9999FF;
	vertical-align: middle;
}		

.checkboxL1 input
{
	font-size: 8pt;
	border: 0px;	
	white-space: nowrap;
	margin-right:5px;	
	width: 14px;
}	 

.MarginBottom10
{
	margin-bottom: 10px;
}	 

.PaddingTop10
{
	padding-top: 10px;
}

.SurgeonSearchBox
{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #CDCDCD;
	margin: auto auto 10px auto;
	width: 85%;
}
table.MealChoiceRadioButtonList 
{
	border-collapse:collapse;
}
.MealChoiceRadioButtonList td:nth-of-type(2n)
{
	border-width: thin;
	border-color: black;
	border-left-style: dotted;
}
.ContinuousBorders td{
	padding: 0px;
}
.GrayBottomBorder td {
	border-bottom-style: solid;
	border-width: thin;
	border-color: #C0C0C0;
}
.MealChoiceRadioButtonList td {
	border-bottom-style: none;
	text-align:center;
}
.MealChoiceRadioButtonList td:nth-of-type(2n+1) {
	border-left-style: dotted;
	border-width: thin;
	border-color: #000000;
}

/* Gridview Field Styles */
.GridViewConflictsField
{
	text-align:center;
}


/* Styles for disabled GridView Pager Imagebutton controls */
	/* Animated disabled button state because IE 10 11 don't support CSS filters*/
.pageImageButton {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0;
}
:disabled, [disabled]
{
	background-position:0 -20px;

	/* Previously written CSS style for using the much more elegant grayscale filter */

	/*filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");*/ /* Firefox 3.5+ */
	/*filter: gray;*/ /* IE6-9 */
	/*filter: grayscale(100%);*/ /* Current draft standard */
	/*-webkit-filter: grayscale(100%);*/ /* Google Chrome, Safari 6+ & Opera 15+ */
	/*-moz-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
}

/* UpdateProgress control */
.overlay
{
	position: fixed;
	top:0; left:0; 
	z-index: 98;

	/* set it to fill the whole screen */
	width:100%; 
	height:100%;

	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 
}
.overlayContent
{
	z-index: 99;
	width:64px;
	height:30px; 

	font-weight:bold;
	color:white;
}
.overlayContent img
{
	width:30px; 
	height:30px; 
	height:30px; 
}

.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}


/* Style for CommandFields on each GridView (hide them) */
td.OralExamCommandFieldStyle, th.OralExamCommandFieldStyle
{
	display: none;
	padding: 0;
}
td.OralExamTemplateCommandFieldStyle, th.OralExamTemplateCommandFieldStyle
{
	display:none;
	width: 0;
	border: none;
}


.SearchResults
{
}

/* Gridview Row styles*/
.RowStyle > td
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid none none none;
}
.RowStyle > td:nth-of-type(2n)
{
	text-align:center;
}

.PagerStyle > td
{
	border:none;
}

.HeaderStyle > th
{
	border-style: none solid none none;
	border-color: #000000;
}

.HeaderStyle > th:nth-of-type(2n)
{
	border-style: none;
}


.FooterStyle > td 
{
	border-style: none;
	border-width: thin;
	border-color: inherit;
	text-align:center;
	display: table-row-group;
}

/* Examiner link list of links */
.ExaminerAdditions * {
	font-size: 120%;
	margin-bottom: 20px;
}
.ExaminerAdditions ul li ul li {
	font-size: 30px;
	margin-bottom:25px;
}

/* Examiner Invitations */
.ExaminerInvitations div
{
	/*text-align:center;*/
	margin:10px 5px 0;
}

/* Examiner Invitations Page 1 */
.sectionSpacing
{
	margin-top:20px;
}

div.hangingIndent
{
	margin-top:0;	/* Negate section spacing for this div*/
	text-align:left;
	margin:-1em 20px 0 0;
	text-indent:-0px;
	padding-left:20px;
}

div.alignToRadioButtonListIndent
{
	margin-top:0;	/* Negate section spacing for this div*/
	text-align:left;
	padding-left:18px;
}

input.ParticipationExplanation
{
	width: 80%;
}

.SpecialtyMix
{
	font-size:100%;
	border-collapse:collapse;
	margin:0 auto;
}

.SpecialtyMix th
{
	text-align:center;
}

.SpecialtyMix td, th
{
	border: 1px solid black;
}

.SpecialtyMix .SpecialtyPercentField
{
	text-align:right;
}

#CurrentPractice
{
	text-align:left;
}
.certifyDateContainer {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.certifyDate {
	vertical-align: top;
	float: left;
}
.clearMargin div {
	margin: 0;
	background-color: #FFFFFF;
}
.addBorder > div {
	border: 1px solid black;
}
.clearMargin .ajax__calendar_active {
	border-top: 1px #F5F5F5 solid;
}
.clearMargin .ajax__calendar_today {
	border: 1px solid #0066CC;
}
.clearMargin .ajax__calendar_footer {
	border-top: 1px #F5F5F5 solid;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
.clearMargin .ajax__calendar_header {
	border-top: 1px #F5F5F5 solid;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-bottom-color: #F5F5F5;
}
.conflictsValidatorMessage {
	width: 280px;
	text-align: center;
}
div.justify {
	text-align: justify;
}


/* Vertically center using table-cell method */
.vCenterContainer
{
	display:table;
	height:100%;
	margin:0 auto;
}

.vCenterElement
{
	display:table-cell;
	vertical-align:middle;
}


/* Equally distribute any number of divs in a container div */
.distributeHorizontally {
	text-align: justify;
}
/*
.distributeHorizontally:after {
	content: '';
	width: 100%;
	display: inline-block;
}*/
.distributeHorizontally > div {
	display: inline-block;
	vertical-align:top;

		/* IE fix. */
	*display: inline;
	zoom: 1;
}

/* Image rotator */
#imageRotatorContainer
{
	margin: 0;
	border:1px solid #000000;
	-moz-box-shadow: rgba(0,0,0,0.9) 5px 5px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.9) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.9) 5px 5px 10px;
}

/* Clickable regions on the header image */
#clickableHeaderSeal 
{ 
		position: absolute; 
		left: 100px; 
		top: 20px; 
		width: 92px; 
		height: 96px; 
		background-color: transparent; 
}

#clickableHeaderText 
{ 
		position: absolute; 
		left: 200px; 
		top: 20px; 
		width: 915px; 
		height: 80px; 
		background-color: transparent; 
}
/* Buttons in the Menu */
.menuButton
{
	margin:0 5px;
}

/* Links box*/
div.linksBox {
	-moz-box-shadow: rgba(0,0,0,0.3) 5px 5px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.3) 5px 5px 10px;
	border:1px solid #d2e9fc;
	height:282px; 
	width:25%; 
	margin-left:0px;
	overflow:hidden;
}

div.paleBlueGradientBackground
{
	background-image:-moz-linear-gradient(top,#ebf4fc 0%,#d2e9fc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebf4fc),color-stop(100%,#d2e9fc));
	background-image:-webkit-linear-gradient(top,#ebf4fc 0%,#d2e9fc 100%);
	background-image:-o-linear-gradient(top,#ebf4fc 0%,#d2e9fc 100%);
	background-image:-ms-linear-gradient(top,#ebf4fc 0%,#d2e9fc 100%);
	background-image:linear-gradient(top,#ebf4fc 0%,#d2e9fc 100%);
}

/***************************************************/
/* Currently unused, for links box with 4 quadrants*/
.linksBox .verticallyCentered
.linksBox .linkInABox
{
	margin:auto;
}

.linksBox .linkQuadrant
{

	padding:12.25% 0 12.25%;
	width:50%; 
	float:left;
	/*border:1px solid black;*/
}
/***************************************************/

#certifiedSurgeonLink
{
}
#ABMSLink
{
}

/* Linksbox rollover anchor style */
a:link.rollover  
{
	background-position: top;
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}

a:hover.rollover 
{
	background-position:bottom;
}

/* Important Notices Boxes */
	/* Notice Buttons */
.noticeFloatsContainer
{
	margin: 0;
	width:100%;
}

.noticeHeading
{
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) ;
	text-align: center;
}

.noticeHeaderImage
{							
	margin:-10px -5em 0;	/* Counteract padding on Well container with negative em margin on right and negative px margin on top */
	text-align: center;
}

.noticeBoxes
{
	width: 25%;
	margin: 0;
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position:relative;
}

a.noticeButton
{
	width:100%;

}

.noticeContent
{
	margin:0;
	margin-bottom: 5px;	/* Make room for the more/less button */
	text-align:left;
	overflow:hidden;
}

a.allowWordWrap
{
	white-space:normal;		/* Override Bootstrap style to force no line breaks in buttons*/
}

.noticeContent.less
{
	height:45px; 
}


.ellipsis {
	position: absolute;
	bottom: 2px;
	left:2px;
	right:2px;
}
.ellipsis > .readMoreLink
{
	float:right;
}
.ellipsis > .learnMoreLink
{
	float:left;
}

/* BREADCRUMB 
   ================================================================= */
#breadCrumb   
{
	font-size: 18pt;
	color:yellow;
	font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);

	padding-left:10px;
	padding-bottom: 3px;

	margin: 0;
	line-height: 23px;
}

	/* Override anchor style since the menu style is used for breadcrumb*/
#breadCrumb  a
{
	color:yellow;
	padding: 5px 2px 5px 0;
}
#breadCrumb > span > span:first-of-type a
{
	padding-left:5px;
	margin-left:-5px;
}

#breadCrumb  [id$=_SkipLink],	/* ASP:SiteMapPath's are bracketed with *_SkipLink anchors for screen readers*/
#breadCrumb  a[href$=_SkipLink]
{
	display: none;
}


/* Search form dropdown */
.searchContainer {
	position: relative;
	margin-right: 5px;	/* Push in so descends from flat edge above */
	z-index:999;
}


.searchVisibilityClip {
	position:absolute; 
	top:0;
	right:0; 
	overflow:hidden;
}

.searchVisibilityClip .search-form-container {  
	position: relative;
	right: 0;
	top:-80px; 
	float: right; 
	width: 400px;
	box-shadow: rgba(0,0,0,0.3) 5px 5px 10px; 
	margin: 0 10px 10px 0;	/* Extend container out for drop shadow*/
}

.searchVisibilityClip .search-form-container.is-visible   {
	top:0;
}	

/* UI Control panel under menu */
#subMenuControlsPanel
{
	margin: 0 15px 0;	/* Align with #pageTitle, compensate for search box height*/
	overflow:hidden;	/* Clear floats contained within */
	height: 20pt;

}

.controlPanel
{
}
		/* Bootstrap-theme-navy colors for tabs don't show well with this background image */
	.controlPanel .nav-tabs > li > a
	{
		/*border:1px solid #304b80;*/
	}
	.controlPanel .nav-tabs > li > a:hover	
	{
		/*border-color:#507abf    #507abf    #507abf;*/	/*Should be same as .controlPanel background color*/
	}


/* Tabs for members */
.panelSpacing
{
	padding-top:4px;
}

.nav-tabs.noTabBaseline
{
	border-bottom:0;
}
.LoggedInPanel
{
	margin:0 8px;
}

.tabsContent
{
	border: 1px solid #d0d0d0;/**/
	border-radius: 8px 8px 0 0;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.3);
	/*background-color: #C3E1FF;*/
}			


/* Data Web Control Styles */

.DataWebControlStyle
{
	font-family: TrebuchetMS,Arial,sans-serif;
	border: 0;
	font-size: 9pt;
	margin-top: 5px;
}

.DataWebControlStyle tr
{
	vertical-align: top;
}

.DataWebControlStyle td
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	border: 0;
}

.DataWebControlStyle input
{
	border-width: 1px;
	font-family: arial;
	font-size: 9pt;
	border-color: #666;
	border-style: solid;
	color: #333;
}		

.DataWebControlStyle .RowStyle .CommandField .CommandButton
{
	border-width: 1px;
	font-family: TrebuchetMS,Arial,sans-serif;
	font-size: 8.5pt;
	border-color: #666;
	border-style: solid;
	color: #0066B3;
	width: auto;
	height: auto;
	padding: 1px;
}

.DataWebControlStyle td.CenterField
{
	text-align: center;
}

.DataWebControlStyle td.LeftField
{
	text-align: left;
}							

.DataWebControlStyle .CalendarInputShort
{
	width: 80px;
}	

.modalBackground 
{ 
	background-color: Gray; 
	filter: alpha(opacity=70); 
	opacity: 0.7px; 
}					