body {
	color: #0c0c0c;
}

h2 {
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
}

input.button[type="submit"] {
	padding: 10px 20px 11px !important;
}
#topLinks input{
	color: #1b4699 !important;
}
.radius.button {	
	background: #7396cc;
	background-image: -ms-linear-gradient(top,#9eb7db, #7396cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9eb7db), to(#7396cc));
	background-image: -webkit-linear-gradient(top,#9eb7db, #7396cc);
	background-image: -o-linear-gradient(top,#9eb7db, #7396cc);
	background-image: -moz-linear-gradient(top,#9eb7db, #7396cc);
	background-image: linear-gradient(top,#9eb7db, #7396cc);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7e7a7', endColorstr='#9eb7db', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border-color: #8f8f8f;
	color: #fff;
}

.radius.button:hover {
	background: #9eb7db;
	color: white !important;
}

.radius.button.teal {	
	background: #99c8d2;
	background-image: -ms-linear-gradient(top, #9eb7db, #73b1be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b2dce5), to(#73b1be));
	background-image: -webkit-linear-gradient(top, #b2dce5, #73b1be);
	background-image: -o-linear-gradient(top, #b2dce5, #73b1be);
	background-image: -moz-linear-gradient(top, #b2dce5, #73b1be);
	background-image: linear-gradient(top, #b2dce5, #73b1be);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b2dce5', endColorstr='#73b1be', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border-color: #508d9a;
	color: #fff;
}

.radius.button.teal:hover {
	background: #73b1be;
}

.radius.button.white {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	color: #9eb7db;
}

.radius.button.white:hover {
	background: #e6e6e6;
}

.radius.button.red, .ui-dialog-buttonset button.ui-button:first-child {
	background: #da4f49 !important;
	color: white;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)) !important;
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.radius.button.red:hover, .ui-dialog-buttonset button.ui-button:first-child:hover {
	background: #ee5f5b !important;
}

.ui-button-icon-only .ui-icon {
	margin-left: -8px !important;
	margin-top: -8px !important;
}

.editdelete {
	text-align: center;
}

p, td, div {
	font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

tr.sessionLine1 td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.hours {
	white-space: nowrap;
	text-align: center;
	padding: 10px !important;
}
#content #landingButtons {
	color: white !important;
	width: 20%;
}
#landingButtons{

}

.mobileShow {
	display: none;
}

.mobileTitle {
	padding-left: 20px;
	padding-bottom: 10px;
}


input#cert-email {
	width: 80%;
}

.ictable {
	border-collapse: collapse;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 12pt;
	width: 100%;
	border: none;
}

.ictableheader {
	background-color:#ccc; 
	color:#222; 
	font-size: 12pt; 
	vertical-align:middle; 
	padding: 2px 2px 2px 10px;
}

.icsubheader {
	margin-top: 10px;
	border-bottom-color: gray;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-bottom-style: solid;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 10px;
	background-color: #ffffff;
}

.ictable tr.bgwhite td {
	background-color: #ffffff;
}

.ictable tr.bggray td {
	background-color: #efefef;
}

.ictable tr.highlight td {
	background-color: rgba(255, 255, 0, 0.6);
}

.ictable td {
	padding-right:5px;
	font-size: 14px;
}

#topCEUlinks {
	padding-top:10px; 
	margin-bottom:10px; 
	text-align:right;
}
#bottomCEUlinks {
	text-align:right; 
	padding-top:20px;
}
#reviewTable {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

/* make responsive */
@media only screen and (max-width: 767px) and (min-width: 401px) {
	
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	tr.mobileShow {
		display: table-row;
	}
	.ui-accordion .ui-accordion-content {
		padding: 1em .5em !important;
	}
	tr.sessionLine1 td {
		padding-bottom: 0px;
	}
	input#cert-email {
		width: 100%;
	}
	.button.small {
		display: inline-block;
	}
	#overallObjectiveTable td {
		font-size: 12px;
		padding: 9px 4px;
	}
	
}

@media only screen and (max-width: 400px) {
	
	#overallObjectiveTable td {
		font-size: 10px;
		padding: 9px 0px;
	}	
	
}