@CHARSET "UTF-8";

/* ---------------------------- General --------------------- */
body {
	padding-top: 0px;
	padding-bottom: 40px;
}

/* ---------------------------- Header ---------------------- */
div.header {
	margin-bottom : 28px;
	position: relative;
	padding: 42px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	background: #020031; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #020031 0%, #6d3353 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* IE10+ */
	background: linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
		 -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
					box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
@media screen {
	div.header:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(//getbootstrap.com/2.3.2/assets/img/bs-docs-masthead-pattern.png) repeat center center;
		opacity: .4;
	}
}
div.header .title {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}
div.header .subtitle {
	font-size: 23px;
	font-weight: 300;
	line-height: 28px;
  margin-top: 14px;
}
/* ---------------------------- Sidebar --------------------- */
.nav-tabs.nav-stacked > li:not(.menufirst) > a {
    border-top: none;
}
.nav-tabs.nav-stacked > li.menufirst > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li.menulast > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav > li > a {
	cursor: pointer;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0088cc;
}
#langchoice {
	text-align:right;
	margin: 0 17px 7px 17px;
}
#langchoice > li{
	list-style:none;
	list-style-position:outside;
	border:none;
	display:inline;
	padding:0px;
	margin:4px;
}
#langchoice > li > a {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #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: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
					box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#langchoice > li > a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
		 -moz-transition: background-position 0.1s linear;
			 -o-transition: background-position 0.1s linear;
					transition: background-position 0.1s linear;
}
#langchoice > li > a > img {
	outline: 1px solid #777;
	box-shadow: 0px 0px 3px #DDD;
}
#langchoice > li.sellang > a > img {
	outline: 1px solid #444;
	box-shadow: 0px 0px 3px #AAA;
}
/* ---------------------------- Center ---------------------- */
.mainspan img, .mainspan iframe {
	border:1px solid #ccc;
	border-right:1px solid #999;
	border-top:1px solid #ccc;
	border-bottom:1px solid #999;
	padding:7px;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0 0 7px #ccc;
}

.mainspan img.loader {
	display: block;
	margin : 21px auto;
}
/* ---------------------------- Footer ---------------------- */

/* ---------------------------- Answers table --------------- */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 90%;
	text-align: left;
}
table.tablesorter thead tr th {
	font-weight: bold;
	color: white;
	padding: 4px;
	background: #08C;
	cursor: pointer;
}
table.tablesorter tbody tr td {
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F7F7FA;
}
@media screen {
	table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
		background-color: #07A;
	}
	table.tablesorter thead tr .header{
		background-position:95% 42%;
		background-repeat:no-repeat;
	}
	table.tablesorter thead tr .header {
		background-image: url(//www.mathconf.org/tablesorter/sortable_default_white.gif);
	}
	table.tablesorter thead tr .headerSortUp {
		background-image: url(//www.mathconf.org/tablesorter/sortable_asc_white.gif);
	}
	table.tablesorter thead tr .headerSortDown {
		background-image: url(//www.mathconf.org/tablesorter/sortable_desc_white.gif);
	}
}

/* ---------------------------- Forms ----------------------- */
#mainform label.labtitle {
	color : #08C;
	font-weight: bold;
	margin: 21px 0px 0px 0px;
}
#mainform label.labrequired:after {
	color:red;
	content:"*";
	vertical-align:top;
	font-size: 77%;
}
#mainform input,
#mainform textarea {
	min-width: 280px;
}
#mainform textarea {
	width: 70%;
}
#mainform input.error {
	color : #403;
}
#mainform label.error {
	color : #F00;
}

/* ------------------------ for Print ----------------------- */
@media print {
	div.menuspan {
		display: none !important;
	}
	.header {
		padding: 0px !important;
		background: none !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.header .title {
		font-size: 140% !important;
	}
	.header .subtitle {
		font-size: 100% !important;
	}
	footer {
		display: none !important;
	}
}
