body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	padding-top: 6px;
	/*background-image: url(../images/bg.gif);*/
	background-color: #f7f7f7;
}
body, p, td, th {
	font: 13px Arial, Helvetica, sans-serif;
}
a {
	color: #000066;
}

.detailRegistration {
	display: none;
}

.titleIndent {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 12px;
}
.title {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.largeTitleIndent {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 12px;
}
.largeTitle {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitle {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blockheadings {
	background-color: #060;
	color: #fff;
	font: 13px Arial;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}
.subblockheadings {
	background-color: #CCC;
	color: #000;
	font: bold 13px Arial;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.notes {
	font: 11px Arial, Helvetica, sans-serif;
	color: #00F;
}

.missingCatLink {
	color:#00C; 
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.formgroup {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font: bold 13px Arial;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #000;
	background-color: #D3E4E7;
}
.formfield {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.formlabel {
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 2px;
	font: 12px Arial, Helvetica, sans-serif;
}
input.button, button.button {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #060;
	color: #fff;
	font-weight: bold;
	padding: 9px 12px;
	border: none;
}
a.button {
    display: block;
    float: left;
	text-decoration: none;
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #060;
	color: #fff;
	font-weight: bold;
	padding: 9px 12px;	   
}

a.rounded-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #060; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 5px 7px;
    margin: 0 0 0 0.25em;
}

.form-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 4px 7px;
    margin: 0 0 0 0.25em; 	
}

.toolColumn100 {
	padding-left: 12px;
}

.toolColumn48 {
	float: left;
	width: 48%;
	padding-left: 12px;
}

.toolColumn33 {
	float: left;
	width: 33%;
	padding-left: 12px;
}
.toolColumn63 {
	float: left;
	width: 63%;
	padding-left: 12px;
}


.toolTitle {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 12px;
}

.toolTitleDescription {
	font-size: 16px;
	padding-bottom: 3px;
}

.toolFieldName, .toolSubTitle {
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 12px;
	font-size: 14px;
}

.toolSubTitle {
	color: #060;
	font-size: 16px;	
}

.toolFieldExplanation {
	font-size: 13px;
	padding-bottom: 6px;
}

.sectionbox {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff; 
    border: 1px solid #303437;
	padding: 12px 9px 0px 9px;	
}

.sectionTitle {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #7f8589;
	margin-bottom: 9px;
}

.sectionbox a{
	display: block;
	text-decoration: none;
	padding-bottom: 16px;
}
	

select,
input[type=text],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
textarea {
  /*width: 100%;*/
  padding: 6px;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;   
  border: solid 1px #E5E5E5;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
}

.hidden {
	display: none;
}
.uploadButton {
	border: 1px solid #333;
	padding: 5px 0px;
	margin: 5px;
	background: #777;
	color: #fff;
	width: 75px;
	text-align: center;
	display: block;
	float: left;
	cursor: pointer;
}
.uploadButtonReplace {
	float: left;
	width: 400px;
	display: block;
	padding-top: 10px;
}

/* event date items */
#event_dates table {
	margin: 0 0;
	width: 400px;
	border: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e2e2e2; 
}
#event_dates table tr td  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e2e2e2;
}

/* draggable items styles */
#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

.manage_headings {
	padding: 5px 0px;
	padding-bottom: 3px;
	background-color: #D3E4E7;
}
.manage_list {
	border-top: 1px solid #000000;
	height: 30px;
	padding-top: 3px;
	/*padding-bottom: 3px;*/
}
.cat-headings {
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cat-list li {
	display: block;
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#cat-list li img.handle {
	margin-right: 10px;
	cursor: move;
}

#ticket-list, #volunteer-list, #discount-list, #question-list, #mainpage-list, #goal-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ticket-list li, #volunteer-list li, #discount-list li, #question-list li, #mainpage-list li, #goal-list li {
	display: block;
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#ticket-list li img.handle, #volunteer-list img.handle, #discount-list li img.handle, #question-list li img.handle, #mainpage-list li img.handle {
	margin-right: 10px;
	cursor: move;
}

#mainpage-list li ul {
	list-style: none;
	margin: 0;
	padding-left: 25px;	
}

#mainpage-list li ul li{
	display: block;
	padding: 5px 0px;
	margin-bottom: 0px;
	background-color: #ececec;
}

#photo-list, #logo-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photo-list li, #logo-list li {
	display: block;
	padding: 5px 0px;
	margin-bottom: 3px;
	background-color: #D3E4E7;
}

#photo-list li img.handle, #logo-list li img.handle {
	margin-right: 10px;
	cursor: move;
}
/* end draggable items styles */

/* menu css */
#navcontainer {
	position: relative;	
}

#navcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #303437;
	color: #FFF;
	float: left;
	width: 100%;
	border-bottom: 6px solid #060;
	min-width: 600px;
	box-sizing: border-box;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.5em 1em;
	background-color: #303437;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 3px solid #fff;
}

#navcontainer ul li a.current {
	background-color: #060;
}
#navcontainer ul li a:hover {
	background-color: #FF7D7D;
	color: #000;
}
/* end menu css */

/* submenu css */
#submenu a {
	display: block;
	width: 90%;
	text-decoration: none;	
	background-color: #303437;
	color: #fff;
	padding: 12px 8px;
	margin-bottom: 12px;
}

#submenu .title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 9px;
}


/* end submenu css */

.navlink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.text10 {
	font: 10px Arial, Helvetica, sans-serif;
}
.text11 {
	font: 11px Arial, Helvetica, sans-serif;
}
.text12 {
	font: 12px Arial, Helvetica, sans-serif;
}
.text14 {
	font: 14px Arial, Helvetica, sans-serif;
}
.noprint {
  	font: 13px Arial, Helvetica, sans-serif;
}

.littlebutton {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ED1C24;
	font-weight: bold;
	padding: 1px 3px;
}
.lgbutton {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #ED1C24;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 3px 6px;
}
.graybutton {
	background-color: #c4c4c4;
	border: 1px solid #000000;
	padding: 3px 3px;
}
#divScrollDashBoard {
/*padding-left: 5px;
padding-right: 5px;*/
overflow-x: hidden; 
overflow-y: scroll; 
overflow: auto;
width: 980px;
height: 125px;
text-align:left;
}



.HistoryList {
	border: #000000 1px solid;
	padding: 5px;
	overflow: scroll;
	white-space: nowrap;
	width: 390px;
	height: 150px;
	background-color: #ffffff;
}
.MemberList {
	border: #000000 1px solid;
	padding: 5px;
	overflow: scroll;
	white-space: nowrap;
	width: 315px;
	height: 300px;
	background-color: #ffffff;
}
.RecipientList {
	border: #000000 1px solid;
	padding: 5px;
	overflow: scroll;
	width: 100%;
	height: 550px;
	background-color: #ffffff;
}
#tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	vertical-align: text-top;
}

#tooltip a {
	position: relative;
	color: #FFFFFF;
	/* color: #093073;*/
}

#tooltip a span {
	display: none;
}

#tooltip a:hover {padding: 1px;} /* IE/Win requires some link change on hover in order to show the tooltips */

#tooltip a:hover span {
	display: block;
	position: absolute;
	top: 15px; 
	left: -50px; 
	width: 200px;
	border: 1px solid black;
	background-color: #ececec; 
	color: #000000;
	padding: 8px 4px 4px 4px;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
  } 
#TJK_ToggleON,#TJK_ToggleOFF {display:none}  /* for FAQ open/close */
.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 12em;
    overflow: scroll;
	white-space: nowrap;
    width: 90%;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }

/*.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}*/

.checklistwlp {
    border: 1px solid #ccc;
    list-style: none;
    height: 8em;
    overflow: scroll;
	white-space: nowrap;
    width: 220px;
}

.checklistwlp, .checklistwlp li { margin: 0; padding: 0; }

.checklistwlp label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklistwlp label:hover { background: #777; color: #fff; }


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #060;
  color: white;
  padding: 10px 14px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 10px;
  right: 28px;
  width: 250px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  box-sizing: border-box;
}

/* Add styles to the form container */
.form-container {
  width: 280px;
  padding: 10px;
  background-color: white;
  box-sizing: border-box;
}

/* Full-width input fields */
.form-container input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 12px 0;
  border: none;
  background: #f1f1f1;
  box-sizing: border-box;
}

.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 12px 0;
  border: none;
  background: #f1f1f1;
  height: 100px;
  box-sizing: border-box;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container textarea:focus  {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #060;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  box-sizing: border-box;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
} 


* html .checklist label .checklistwlp label { height: 1%; }
