/* used by layout.cfc in header_RWD */
nav.top-bar {
	background-repeat: repeat;
	background-color: #00AA00; 
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#00AA00), to(#AAFFAA));
	background-image: -webkit-linear-gradient(left, #00AA00, #AAFFAA, #00AA00); 
	background-image: -moz-linear-gradient(left, #00AA00, #AAFFAA, #00AA00);
	background-image: -ms-linear-gradient(left, #00AA00, #AAFFAA, #00AA00);
	background-image: -o-linear-gradient(left, #00AA00, #AAFFAA, #00AA00);
	
	height: 100%;
}

#top-div {
	background-image: url("/images/edge.png");
	height: 120px;
}

@media only screen and (max-width: 640px) {
	#top-div {
		height: 90px;
	}
}

.lf-min-width {
	/*min-width: 415px;*/
}

/* navigation tabs */
#marklist {
    padding-bottom: 2px;
}

#marklist > li {
	background-color: #1f8ec2;
    border: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    padding: 5px 20px 6px;
}

@media only screen and (min-width: 525px) and (max-width: 690px) {
	#marklist > li {
		background-color: #1f8ec2;
	    border: 1px solid white;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    display: inline;
	    font-size: .7em;
	    font-weight: bold;
	    list-style-type: none;
	    padding: 5px 10px 6px;
	    white-space: nowrap;
	}
}

@media only screen and (max-width: 525px) {
	#marklist > li {
		background-color: #1f8ec2;
	    border: 1px solid white;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    display: inline;
	    font-size: .55em;
	    font-weight: bold;
	    list-style-type: none;
	    padding: 5px 5px 6px;
	    white-space: nowrap;
	}
}

.nav-tabs {
	padding: 0;
	position: absolute;
	top: 50px;
	z-index: 1;
}

#myLocContainer {
	position: absolute;
	right: 0;
	top: -2em;
	color: white;
	font-weight: bold;
	font-size: .8em;
	margin-right: 10px;
	vertical-align: middle;
	height: auto;
}

@media only screen and (min-width: 100px) and (max-width: 760px) {
	#myLocContainer {
		position: absolute;
		right: 0;
		top: -6em;
		color: white;
		font-weight: bold;
		font-size: .8em;
		vertical-align: middle;
		height: auto;
	}
}

#myLocContainer:hover {
	cursor: pointer;
}

.page-frame-center {
	background-color: white;
	margin-top: -42px;
	padding-top: 1.2em;
	min-height: 300px;
	
	/* border */
	border: 0;
	border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	
	/* shadow */
	box-shadow: 5px 0 15px -6px black, -5px 0 15px -6px black;
}

.top-bar .toggle-topbar.menu-icon {
	top: 0;
	margin-top: 0;
	height: 100%;
	width: auto;
}

.top-bar .toggle-topbar.menu-icon a {
	height: 40px;
	line-height: 39px;
	padding: 0 2.5rem 0 0;
	color: #FFFFFF;
	position: relative;
	width: 100%;
}

.top-bar .toggle-topbar.menu-icon a span::after {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -6px;
	right: 0.9375rem;
	box-shadow: 0 0 0 1px #F4F4F4, 0 9px 0 1px #F4F4F4, 0 18px 0 1px #F4F4F4;
	width: 30px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
	box-shadow: 0 0 0 1px "", 0 9px 0 1px "", 0 18px 0 1px "";
}

/* used in login.cfm */
.memberLoginBox {
	background-color: #f4f4f4;
    border: 2px solid #888;
    border-radius: 12px;
    box-shadow: 3px 3px 5px 0 #cccccc;
    color: #444;
    overflow: hidden;
    padding: 30px 20px;
    border-collapse: separate;
    box-sizing: initial;
}

.no-pad-right {
	padding-right: 0 !important;
}

.no-pad-left {
	padding-left: 0 !important;
}

.featureListHeading {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.0em;
}

ul.featureList {
	padding-right: 10px;
	color: #444;
	margin-bottom: 0px;
}

ul.featureList li {
	font-size: .9em;
	margin-left: 1em;
	margin-bottom: .5em;
}

div.rotator {
	width: 100%;
	overflow: auto;
	height: 250px;
}

div.rotator ul {
	margin: 0;
	padding: 0;
}

div.rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
}

div.rotator ul li.show {
	z-index: 1;
}

div.rotator ul > li a {
	cursor: default;
}

div.rotator ul li > a img {
	width: 100%;
	border: 0;
}

@media only screen and (min-width: 40.063em) {
	.login-neg-marg {
		margin-top: -10px;
	}
}

@media only screen and (min-width: 852px) and (max-width: 990px) {
	button.sso-button.resize {
		height: 35px;
		width: 100%;
	}
	
	button.sso-button.resize span.sso-button-icn {
		margin-right: 5px;
	}
	
	button.sso-button.resize span.sso-button-icn img {
		width: 15px;
		height: 15px;
		vertical-align: middle;
		border: 0;
	}
	
	button.sso-button.resize span.sso-button-txt {
		white-space: nowrap;
		font-size: 85%;
	}
}

@media only screen and (min-width: 641px) and (max-width: 852px) {
	button.sso-button.resize {
		height: 70px;
		width: 100%;
	}
	
	button.sso-button.resize span.sso-button-icn {
		margin-right: 5px;
	}
	
	button.sso-button.resize span.sso-button-icn img {
		width: 15px;
		height: 15px;
		vertical-align: middle;
		border: 0;
	}
	
	button.sso-button.resize span.sso-button-txt {
		white-space: normal;
		font-size: 85%;
	}
}

@media only screen and (min-width: 641px) {
	div.sso-button-container-border {
		border-right: 1px solid #888;
	}
}


/* used in /web/bottomSEO.cfm, included from login.cfm */
.smlFH {
	font-size: 1.0em;
	margin: 10px 0;
	font-weight: bold;
}

ul.smlFL {
	padding-left: 30px;
	color: #444;
}

ul.smlFL li {
	padding-bottom: 3px;
	font-size: .9em;
}

/* used in /web/whatcustomersaresaying.cfm, included from bottomSEO.cfm and tour.cfm */
.teacherQuoteBox {
	background-color: #F4F4F4;
    border: 2px solid #888;
    border-radius: 12px;
    box-shadow: 3px 3px 5px 0 #cccccc;
    color: #444;
    overflow: hidden;
    padding: 5px;
}

/* used in /web/tour.cfm */


/* used in /web/singup.cfm */
table.accountTbl {
	/*width: 600px;*/
	margin: auto;
	border: 0;
	border-collapse: collapse;
	background-color: #F4F4F4;
}

table.accountTbl th {
	color: #F26522;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	/*border-width: 1px;
	border-style: solid;
	border-color: black;*/
	border-spacing: 0;
	padding: 10px 7px 10px 7px;
}

table.accountTbl td:not(.noBord) {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	/*border-width: 1px;
	border-style: solid;
	border-color: black;*/
	border-spacing: 0;
	padding: 10px 7px 10px 7px;
	white-space: nowrap;
}

table.accountTbl td.noBord {
	border: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	background-color: white;
}

table.accountTbl td.shadeCol {
	background-color:#d4d4d4;
}

@media only screen and (max-width: 405px) {
	table.accountTbl th {
		color: #F26522;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
		border: 1px solid black;
		border-spacing: 0;
		padding: 5px 3px;
	}
	
	table.accountTbl td:not(.noBord) {
		font-size: 70%;
		font-weight: bold;
		text-align: center;
		border: 1px solid black;
		border-spacing: 0;
		padding: 5px 3px;
	}
	
	table.accountTbl td.noBord {
		border: 0;
		font-size: 70%;
		font-weight: normal;
		text-align: right;
		background-color: white;
		padding-left: 0;
	}
	
	table.accountTbl td.colHeader {
		font-size: 90%;
	}
	
	table.accountTbl span.freeTrial {
		font-size: 100%;
	}
	
	table.accountTbl span.thirtyDays {
		font-size: 100%;
	}
	
	table.accountTbl span.noCC {
		font-size: 80%;
	}
	
	table.accountTbl button.markBut {
		border: 1px solid #666666;
	    border-radius: 25px;
	    box-shadow: 3px 3px 5px 0 #444444;
	    color: #ffffff;
	    display: inline-block;
	    font-family: Verdana;
	    font-size: 100%;
	    font-weight: bold;
	    padding: 8px 12px;
	    text-decoration: none;
	}
}

/* used in /web/contactus.cfm */
.markInfoBox {
	width: auto;
}

/* tabs styling */
dl.tabs {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
 	padding: 0.2em 0.2em 0;
	background-color: #C1E1FF;
}

.tabs dd > a, .tabs .tab-title > a {
	color: #FFF;
	background-color: #1F8EC2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: .4em 1em;
}

.tabs dd.active a, .tabs dd.active a:hover, .tabs .tab-title.active a, .tabs .tab-title.active a:hover {
	color: #212121;
	background-color: #FFF;
}

.tabs dd a:hover, .tabs .tab-title a:hover {
	color: #FFF;
	background-color: #33CCCC;
}

.tabs-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

/* used by layout.cfc in footer_RWD */
div.footer {
	background-repeat: repeat;
	background-color: #00AA00; 
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#00AA00), to(#AAFFAA));
	background-image: -webkit-linear-gradient(left, #00AA00, #AAFFAA, #00AA00); 
	background-image: -moz-linear-gradient(left, #00AA00, #AAFFAA, #00AA00);
	background-image: -ms-linear-gradient(left, #00AA00, #AAFFAA, #00AA00);
	background-image: -o-linear-gradient(left, #00AA00, #AAFFAA, #00AA00);
	vertical-align: bottom;
	color: white;
	height: 135px;
	top: -84px;
	padding-top: 90px;
	z-index: -1;
}

div.footer-edge {
	background-image: url("/images/edge.png");
	height: 135px;
	top: -84px;
	z-index: -1;
}

div.footer > a {
	color: white;
}

#sidebar {
	width: 250px;
}

.sidebar-header a {
	text-align: center;
	text-transform: none;
	font-weight: bold;
}

.list-unstyled {
	list-style: none;
	padding-left: 0;
	margin: 0;
}