body {                 
     background-color: #C5D6E4;
    color: black;
    font-size: 100%;
    font-weight: normal;
    font-family: Hei, YaHei, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 15px;
    margin: 10;
    
}

form { margin-bottom: 0 }

input { margin: 10px auto 10px 5px; padding: 3px 8px; font-style: normal; font-weight: normal; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #e2e2e2; width: 95%; box-shadow: #888 0 2px 3px, #fff 0 0 15px inset; border: 1px solid black; }
input:focus { outline: 0; }

input[type="submit"] { margin: 10px auto 10px 5px; padding: 5px 10px; border-radius: 8px; text-shadow: #fff 1px 1px 1px; box-shadow: #bbb 0 2px 3px, #fff 0 0 15px inset; border: 1px solid black; }

input[type="button"] {
    width: 150px;
}

input[type="button"] { margin: 10px auto 10px 5px; padding: 3px 10px; border-radius: 8px; text-shadow: #fff 1px 1px 1px; box-shadow: #bbb 0 2px 3px, #fff 0 0 15px inset; border: 1px solid black; width:auto }

input[type="submit"]:hover, input[type="button"]:hover { border: 1px solid #ccc; box-shadow: 0 2px 3px #777, 0 0 15px #333 inset;
color: #fff; text-shadow: 1px 1px 1px #000; background-color: #777; } 

input[type="radio"] {  margin-right: 8px; width: auto; box-shadow: none }

select { font-style: normal; font-weight: normal; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #fefdfd; padding: 2px 0px 0px 2px; width: 94% }
select:focus { outline: 0; }


textarea { font-style: normal; font-weight: normal; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #fefdfd; padding: 3px 3px 1px; width: 95% }
textarea:focus { outline: 0; }

#cathead { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none; text-indent: 2px; letter-spacing: 2px }

.cathead { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none;  }

h1.cathead { font-size: 22px; }

h2.cathead { font-size: 18px; }

h3.cathead { font-size: 16px; }


#comment { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
#instruction { color: #1d2f43; font-style: normal; font-weight: bold; font-size: 16px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
#resname { color: black; font-style: normal; font-weight: bold; font-size: 16px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
#restext { color: black; font-style: normal; font-weight: normal; font-size: 14px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
#small { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
#warn { color: red; font-weight: bold; font-size: 14px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; }
/*.button { width: 60px }*/
.button {}
.autobutton { width: auto }
.checkbox { width: auto }
.newclass { }
.radiobtn { background-color: transparent; width: auto }
.submit { text-align: right; width: 60px }
.text { width: 150px }

table.one	{	border: none; width:98%    }
table.two   {	border: none; width:100% 	}
.borders {padding-left: 10px; padding-top: 10px; padding-right: 10px;}


a	img		{	border:	none; 	} 	
a:link { color: #136584; font-style: normal; font-weight: bolder; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
a:visited { color: #136584; font-style: normal; font-weight: bolder; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
a:hover { color: #b22222; font-style: normal; font-weight: bolder; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }
a:active { color: #b22222; font-style: normal; font-weight: bolder; font-size: 12px; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; text-decoration: none }		
a:focus { outline: 0; }

.note {  font-size: 90%; }		


		/* removed in favor of transparent iframes
/*		    background-image: url( bg.png );
 /*   background-repeat: repeat-x;
 /*   background-color: #AE9375;
 
/*   Close Button	*/
 
 .buttons {
	font-size: 10px;
	float: right;    
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffbf4), to(#dedad4));
	background-image: -webkit-linear-gradient(top, #fffbf4, #dedad4);
	background-image: -moz-linear-gradient(top, #fffbf4, #dedad4);
	background-image: -ms-linear-gradient(top, #fffbf4, #dedad4);
	background-image: -o-linear-gradient(top, #fffbf4, #dedad4);
	background-image: linear-gradient(top, #fffbf4, #dedad4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffbf4', EndColorStr='#dedad4');
	border: 1px solid #777;
	padding: 0 1.25em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}
.buttons:link { /* font-size: 10px; */ }

.buttons:hover {
	/* font-size: 10px; */
	background-color: #ddd;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #eae6df);
	background-image: -moz-linear-gradient(top, #fafafa, #eae6df);
	background-image: -ms-linear-gradient(top, #fafafa, #eae6df);
	background-image: -o-linear-gradient(top, #fafafa, #eae6df);
	background-image: linear-gradient(top, #fafafa, #eae6df);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#eae6df');        
}

.buttons:active {
	/* font-size: 10px; */
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.buttons:focus {
	/* font-size: 10px; */
	outline: 0;
	background: #fafafa;
}    

.buttons:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em 0 .4em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .3em 0 0 .3em;
	-webkit-border-radius: .3em 0 0 .3em;
	border-radius: .3em 0 0 .3em;
        pointer-events: none;        
}

a.btn, button, button.add, input[type="submit"] { background-color: #e6e6e6;  cursor: pointer; font-family: Hei, YaHei, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; text-align: center; text-decoration: none; margin: 0px auto 7px 0px; padding: 5px 10px; border-radius: 8px; text-shadow: #fff 1px 1px 1px; box-shadow: #888 0 2px 3px, #fff 0 0 15px inset; border: 1px solid black; padding-left: 15px; padding-right: 15px; }

 button:hover, button.add:hover, input[type="submit"]:hover { border: 1px solid #ccc; box-shadow: 0 2px 3px #777, 0 0 15px #333 inset; color: #fff; text-shadow: 1px 1px 1px #000; background-color: #777; }
/* Hexadecimal entities for the icons */

.bttn { text-shadow: none; box-shadow: none; }

.delete:before { content: "\2718"; }

/* Dialog style */
.dialog {
	display: none;
	position: fixed;
}
.dialog-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100;
}
.dialog-box {
	position: fixed;
	top: 10%;
	left: 10%;
	right: 10%;
	border-radius: .5em;;
	background-color: #c1c5cc;
	z-index: 999;
	padding: 1em;
}

.lti-connections table {
	margin: 1em auto;
}
.lti-connections th,
.lti-connections td {
	text-align: left;
	padding: .25em .5em;
}
.lti-connections tbody tr:nth-child(odd) {
	background: white;
}
.lti-content-wrapper {
	max-width: 900px;
	margin: 1em auto;
}
.lti-info th {
	text-align: left;
	width: 12em;
}