* { padding: 0; margin: 0; }

p {
	margin-bottom: 12px;
	margin-top: 12px;
}
.caption {
	font-size: 10px;
	font-style: italic;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
ul  {
	margin: 0px;
	padding: 0px;
}
#content li {
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
h1   {
	font-size: 26px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	display: block;
}
h2 a {
	text-decoration: none;
	color: #666666;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
}
h4 a {
	color: #FFFFFF;
	text-decoration: none;
}
.ReadMoreLinks {
	margin-bottom: 15px;
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}
#footer {
	width: 1000px;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: right;
	font-size: 12px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer #links {
	float: right;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

hr {
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 20px;
}
#deftable {
	float: right;
	width: 160px;
	background-color: #DFE1DC;
	padding: 8px;
}

/*Table Drag Section CSS*/
a.tabledrag-handle .handle {
	/*background: url("../images/draggable.png") no-repeat scroll 0 0 transparent;*/
	background: url("../images/up_down.gif") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	cursor: move;
}
a.tabledrag-handle:hover .handle {
	background: url("../images/up_down.gif") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	cursor: move;
}
.draggable a.tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em;
	padding: 0.42em 1.5em 0.42em 0.5em;
	text-decoration: none;
}
div.warning, tr.warning {
	background: none repeat scroll 0 0 #FFFFDD;
	color: #222200;
	padding: 2px;
}
div.warning {
	border: 1px solid #F0C020;
}
/*The Table sorter table rows hidden*/
#book_list_warn_hide {
	display:none;
}
.textareastyle {
	width: 140px;
	height: 80px;
	border: 1px solid #000000;
	text-align:center;
	font-weight:bold;
	color:#000604;
	font-size:13px;
	overflow: hidden;
}
.rotate {
-moz-transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
 -o-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
 width:30px;
 white-space:nowrap;
 margin-bottom:20px;
}
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background: black;
}
.button3d {
    background: #EEE -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0% 0%;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #AAA #AAA #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    margin: 5px 10px 5px 0px;
    line-height: normal;
    padding: 8px 10px;
    font-family: Arial,Helvetica,sans-serif;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #555555;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.track-mentoring-hour .fa-clock-o {
	font-size: 55px;
  vertical-align: middle;
  margin-right: 10px;
	color: #D9534F;
}
a.track-mentoring-hour:hover .fa-clock-o {
	color: #D9534F;
}
.goals-pdf-report .fa-file-pdf-o {
	font-size: 55px;
  vertical-align: middle;
  margin-right: 10px;
	color: #e12025;
}
a.goals-pdf-report:hover .fa-file-pdf-o {
	color: #e12025;
}
.icon-placeholder {
	max-width: 100px;
  float: left;
}
.delete-team {
  color: #fafafa;
  font-size: 15px;
  font-weight: bold;
}
.delete-team:hover {
  color: #fafafa;
  text-decoration: none;
}
