﻿body { font-size: 14px; PADDING: 0px; MARGIN: 0px; WIDTH: 100%; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff }
a {	COLOR: #0000ff; TEXT-DECORATION: none;}
a:hover a:visited {	TEXT-DECORATION: none; }
a:hover { TEXT-DECORATION: underline; }
.ds_body   { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 150%; }
.credit    { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: brown; line-height: 110%; text-align: center; }
.head      { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
.big_head  { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; line-height: 110%; }
table {	font-size: 14px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; }
#CourseConditions {
	width: 488px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#CourseConditions p {
	padding: 0px;
	width: 488px; 
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 15px;
	font-size:13px;
}

#CourseConditionsWIDE {
	width: 534px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 0px;
	list-style-type: none;
}

#CourseConditionsWIDE p {
	padding: 0px;
	width: 534px; 
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	font-size:14px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: 1px #336600 solid;
    padding: 1px 5px 0px 5px;
}   
.btn-xs {
    font-size: 10px;
    line-height: 1.0;
    border-radius: 3px;
    cursor: pointer;
}
#editbutton:hover, #pwdbutton:hover {
  background-color: green;
  color:yellow;
}
a.btn-default {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.btn-default {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.btnlink-white {
    background-color: white;
    color: black;
    border: 1px #336600 solid;
}
.btnlink-white, .btnlink-solid {
    padding: 2px 5px 2px 5px;
    line-height: 1.0;
}
.btnlink, .btnlink-white, .btnlink-solid {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
