/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

sup
{
	color:blue;
	font-size: 70%;
}

h1,h2,h3,h4,h5,h6
{
	color: #0000cc;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	font-size: 12pt;
	font-family:Times New Roman;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */
td a:hover
{
  background: #4CA1AF; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4CA1AF , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4CA1AF , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFFFFF;
  font-size:1.10em;
}

table.courses
{
    border-collapse: separate;
    border-spacing: 12px 20px;
}


td a
{
  font-size:1.10em;
}


#outer
{
	margin: 5px 5px 5px 5px;
}

/* Header */

#header
{
	padding: 0px 0px 0px 10px ;
	height: 100px;
	width: 14%;
	float: left;
	position: relative;
	/* background: #AF0A0F url('images/a1.gif') top right no-repeat; */
	background: #4CA1AF; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #4CA1AF , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #4CA1AF , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
         
	font-family:'Times New Roman';
}

#header h1
{
	position: absolute;
	bottom: 1.750em;
	font-size: 1.60em;
	letter-spacing: 0.075em;
	margin-left:8px;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 1.45em;
	color: #FFFFFF; /*EFE0E0;*/
	font-size: 1.15em;
	margin-left:8px;
}

/* Menu */

#menu
{
	height: 8em;
	/*background: #fafafa url('images/a2.gif') top left repeat-x;*/
	margin-left: 13.5%;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
	margin-top:-20px;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
	padding-right: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0.48em;
	margin-right: 0.48em;
	font-size: 1.125em;
}

#menu li a:hover
{
	/*background:  #AF0A0A ;*/
    color: #FFFFFF;

    background: #4CA1AF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4CA1AF , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4CA1AF , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}

/* Content */

#content
{
	background: #fff url('images/a3.gif') top left repeat-x;
	/*margin-top: 1px;*/
	padding-top: 1.5em;
	margin-top:-10px;
	width: 100%;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

h3, h2
{
    padding: 0px;
    margin: 0px;
    display:inline; 
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	/*border-bottom: dotted 1px #cacaca; */
}

div .spacer5
{
  height:5px;
}

div .spacer10
{
  height:10px;
}

div .spacer15
{
  height:15px;
}

div .spacer40
{
  height:40px;
}

div .spacer50
{
  height:50px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	width: 70%;
}

.quote
{
  	font-style: italic;
	font-family: Satisfy, cursive;
	font-size: 1.45em;
	
}

.author
{ 
  font-weight:bold;
  color:#e68a00;
  text-align: right;
}

#content blockquote p
{
	display: inline;
}

/*
#content table
{
	border: none;
	padding: 0.0em;
	margin-bottom: 0em;
	font-size: 1.00em;
}

#content table th
{
	/*text-align: left;*/
	font-weight: bold;
}

#content table td
{
	padding: 0.5em;
}
*/
#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

section
{
  float: left;
  width: 80%;
  margin-top:-30px;
  padding-left: 1%;
}

#primaryContent
{
  margin: 0em 0em 0em 18em;
  padding: 1.5em;
  border-left: dotted 1px #cacaca;
}

/* Secondary Content */

aside
{
	float: left;
	width: 15%;
	padding: 2px;
	margin-top:2%;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.sidebar li {
    list-style-type: none;
    margin-left:   5%;
    margin-right:  0px;
    margin-top:    2%;
    margin-bottom: 2%;
    font-size: 1.12em;
}


.sidebar li a
{
  z-index: 13;
}

.clear
{
	clear: both;
}

#PCC_2, #PCC_3, #PCC_4, #PCC_5, #PCC_6,  #PCC_7
{
  display:none;
}

#PCC_2A
{
  width: 70%;
}

div.NB
{
	margin-left: 4em;
	margin-right: 4em;
}


.wrapper 
{
	margin: 0 auto;
	height: 16%;
	width: 12%;
	background: #4CA1AF; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #4CA1AF , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #4CA1AF , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	position: absolute;
	left:2px;
	top:2px;
	font-family: Satisfy, cursive;
}

.wrapper .hello 
{
  position: absolute;
  color: blue;
  font: 1.25vw/1.25vw times;
  top: calc(50% - 1.05vw);
  width: 100%;
  height: 25px;
  text-align: center;
  font-family: Satisfy, cursive;
}
.wrapper svg 
{
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: calc(50% - 6vw);
  left: calc(50% - 6vw);
  overflow: hidden;
  font-family: Satisfy, cursive;
}

.wrapper svg:after {
  display: block;
  content: "hello";
}

.wrapper svg .circle-text 
{
  /*font: 100px/100px times;*/
  font: 110px/110px times;
  letter-spacing: 28.5px;
  width: 100%;
  fill: white;
font-weight:bold;
font-family: Satisfy, cursive;
}

@-webkit-keyframes rotate 
{
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate 
{
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.tb_txa
{
	margin-top:1px;
	height:215px; 
	width:570px;
   /* overflow: none; */
	border:1px solid #000000;
	background-color:#e0ebe6;

	border-radius: 15px;
	padding:5px;
}

div ol
{
    margin-left:30px;
}

div ol li:not(:last-child) {
    margin-bottom: 2px;
}

.tb_txa_inner
{
	height:210px; 
	width:565px;
    overflow: auto;
	overflow-y: scroll;
	background-color:#e0ebe6;

	font-size: 1.00em;
	font-family:Times New Roman;
}

caption 
{
	display: table-caption;
	color:black;
	background-color: #eff5f3;
    font-weight: bold;
	font-size: 1.00em;
	font-family:Times New Roman;
	text-align:left;
	padding:3px;
	margin-bottom:6px;
}


table.sessions {
    border-collapse: collapse;
    width: 70%;
	border-spacing: 0;
	padding:0;
	text-align:center
}

th {
    /*text-align: left;*/
    padding: 0px;
	margin:0px;
	text-align: center;
}

table.sessions tr
{
text-align: center;
}

.left
{
text-align: left;
}

.nohover 
{
	/* pointer-events: none;*/
}

tr.nohover:hover {background-color: #ffffff}

tr:hover {background-color: #ffff66}
table.sessions tr:nth-child(even){background-color: #f2f2f2}
table.sessions tr:nth-child(2){background-color: white}

tr.border_bottom th {
  border-bottom:1pt solid black;
}

.left1
{
 text-align: left;
 border-right: thick double #ff0000;
 padding-left: 0px;
 padding-right: 4px;
}

.right1
{
 border-left: thick double #ff0000;
  padding-left: 2px;
}

table.academic {
 border-collapse: collapse;
 /*border: 1px solid #ddd;*/
/*width: 70%;*/
}

table.academic td{
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bottom
{
text-align: left;
 border-bottom: thick double #ff0000;
}

/* Theorems*/
div.theoremblock
{
	text-align: left;
	width: 100%;
}


.scrollingdiv
{
	height: 350px;
	overflow-y: scroll;
}


#button4id
{
 display:inline-block;
 padding:0.3em 1.2em;
 margin:0 0.1em 0.1em 0;
 border:0.16em solid rgba(255,255,255,0);
 border-radius:2em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Times New Roman';
 font-weight:300;
 color:#FFFFFF;
 text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
 text-align:center;
 transition: all 0.2s;
}

button4:hover
{
 border-color: rgba(255,255,255,1);
}


/* My Modal */

