body {
	padding-top: 10px;
	background-color: #FFF;
}

table td {
	 padding: 5px;
	 margin: 0px;
}
th{
    font-weight: normal;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}
.content {
	margin-top: 20px;
	letter-spacing: 1px;
	color: #000;
	font-size: 100%;
}
.content a:link {
	color: #000;
	text-decoration: underline;
}
.content a:visited {
	color: #000;
	text-decoration: underline;
}
.content a:active {
	color: #000;
	text-decoration: underline;
}
.content a:hover {
	color: #000;
	text-decoration: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
.formbord {
	border: 1px solid #999 !important;
}
.formbord2 {
	border: 1px solid #F00 !important;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #000;
}
#footer a:hover {
	text-decoration: none;
}
.content_choosel a:link, .content_choosel a:visited, .content_choosel a:active {
	color: #FFF; font-size: 20px; display: block; float: left; text-align: center; width: 100%; text-decoration: none; text-transform: uppercase; background-color: #7c7876; margin-right: 7px; height: 25px; padding-top: 25px; padding-bottom: 50px;
}
.content_chooser a:link, .content_chooser a:visited, .content_chooser a:active {
	color: #FFF; font-size: 20px; display: block; float: left; text-align: center; width: 100%; text-decoration: none; text-transform: uppercase; background-color: #7c7876; height: 25px; padding-top: 25px; padding-bottom: 50px;
}
.content_choosel a:hover, .content_chooser a:hover {
	color:#FFF; font-size: 20px;  text-decoration: none; text-transform: uppercase; background-color: #333333;
}
.content_menu { color: #FFF; }
.content_list { background-color: #eaeced; }
.alert_success {
	text-align: center;
	color: #000;
	background-color: #d9edc2;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #b2ce96;
}
.alert_fail {
	text-align: center;
	color: #000;
	background-color: #f9dbdb;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e9b3b3;
}
.form-control:focus {
  border-color: #58585A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(88, 88, 90, 0.6);
}
.sam_shadow {
	-webkit-box-shadow: inset 0px 17px 48px -8px rgba(52,58,64,1);
	-moz-box-shadow: inset 0px 17px 48px -8px rgba(52,58,64,1);
	box-shadow: inset 0px 17px 48px -8px rgba(52,58,64,1);
}
.navbar.compressed {
	max-height: 80px !important;
	margin: -10px 0 10px 0;
	background: #6dcc7c;
	color: #6dcc7c;
	padding: 6px 16px 0 32px;
	height: 64px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #FF7E8A;
  border-radius: 50%;
  display: inline-block;
}
.dot2 {
  height: 10px;
  width: 10px;
  background-color: #70DE67;
  border-radius: 50%;
  display: inline-block;
}
.nounderline{text-decoration: none !important;}