/*
Credit: http://www.templatemo.com
*/
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  background-color: #bdbdbd;
  background-image: url(../images/templatemo_body.jpg);
  background-repeat: repeat;
}

a,a:link,a:visited {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  text-decoration: none;
}

a.gototop {
  display: block;
  clear: both;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0 5px 7px;
  float: right;
  width: 68px;
  height: 20px;
  margin-right: -45px;
  background: url(../images/templatemo_gototop.png) no-repeat;
}

a.gototop:hover {
  color: #000;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

img {
  border: none;
}

blockquote {
  font-style: italic;
  margin: 0 0 0 10px;
}

cite {
  font-weight: bold;
  color: #333;
}

cite span {
  color: #333;
}

em {
  color: #333;
  font-weight: 400
}

h1,h2,h3,h4,h5,h6 {
  color: #333;
  font-weight: normal;
}

h1 {
  font-size: 34px;
  margin: 0 0 20px;
  padding: 5px 0;
}

h2 {
  font-size: 28px;
  margin: 0 0 20px;
  padding: 5px 0 10px 0;
  font-weight: 400;
  background: url(../images/templatemo_hr_divider.png) bottom repeat-x;
}

h3 {
  font-size: 20px;
  margin: 0 0 15px;
  padding: 0;
  color: rgb(232, 111, 0);
  font-family: "Arial Black";
}

h4 {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
}

h5 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
}

h6 {
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0;
}

.cleaner {
  clear: both
}

.h10 {
  height: 10px
}

.h20 {
  height: 20px
}

.h30 {
  height: 30px
}

.h40 {
  height: 40px
}

.h50 {
  height: 50px
}

.h60 {
  height: 60px
}

.float_l {
  float: left
}

.float_r {
  float: right
}

.image_wrapper {
  display: inline-block;
  position: relative;
  margin: 3px 0 10px 0;
  padding: 4px;
  background: #fff;
}

.image_wrapper img {
  border: 1px solid #ccc;
}

.image_fl {
  float: left;
  margin: 3px 20px 0 0;
}

.image_fr {
  float: right;
  margin: 3px 0 0 20px;
}

.templatemo_list {
  margin: 20px 0 20px 10px;
  padding: 0;
  list-style: none;
}

.templatemo_list li {
  color: #000;
  margin: 0;
  padding: 0 0 5px 25px;
  background: url(../images/templatemo_list.png) no-repeat scroll 0 4px;
}

.templatemo_list li a {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

.templatemo_list li a:hover {
  color: #000;
  text-decoration: underline;
}

#templatemo_wrapper {
  width: 700px;
  margin: 0 auto;
}

#templatemo_header {
  width: 780px;
  height: 80px;
  padding: 40px 10px 0 10px;
  background: url(https://howtoprogramwithjava.com/wp-content/uploads/2016/06/CodersCampusLogo-WhiteBackground-630px-width.png) no-repeat;
  margin-top: 67px;
}

#site_title {
  float: left;
  margin-left: 35px;
}

#site_title h1 {
  margin: 0;
  padding: 0;
}

#site_title h1 a {
  display: block;
  width: 237px;
  height: 111px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  outline: none;
  text-indent: -10000px;
  margin-top: -37px;
  margin-left: -32px;
}

/* menu */
#templatemo_menu {
  float: right;
  margin-top: -80px;
  width: 480px;
  background: url("../images/header.png") repeat-x bottom;
  height: 39px;
}

#templatemo_menu ul {
  padding: 9px 0 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
}

#templatemo_menu ul li {
  margin: 0;
  padding: 0;
}

#templatemo_menu ul li a {
  float: left;
  display: block;
  width: 80px;
  height: 26px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

#templatemo_menu ul li.last a {
  color: #fff;
  padding-top: 3px;
  height: 23px;
  background: url(../images/templatemo_menu_current.png) no-repeat;
}

#templatemo_menu ul li a:hover {
  color: #fff;
  padding-top: 3px;
  height: 23px;
  background: url(../images/templatemo_menu_hover.png) no-repeat;
}

/* end of menu */

/* sidebar */
#templatemo_sidebar {
  width: 151px;
  margin-left: -138px;
  float: left;
  height: 533px;
  margin-top: 47px;
}

/* end of sidebar */
#templatemo_main {
  clear: both;
  width: 800px;
  padding: 0;
}

.content_box_top {
  width: 800px;
  height: 10px;
  background: url(../images/templatemo_content_top.png) no-repeat;
}

.content_box_bottom {
  width: 800px;
  height: 28px;
  background: url(../images/templatemo_content_bottom.png) no-repeat;
}

.content_box {
  width: 700px;
  padding: 30px 50px 0;
  background: url(../images/templatemo_content_middle.png) repeat-y;
}

.col_w320 {
  width: 320px
}

.col_w220 {
  width: 220px;
  float: left;
}

.col_mr30 {
  margin-right: 30px
}

.post_box {
  width: 320px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.post_header {
  border-top: 3px solid #999;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 20px;
}

.post_box h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.post_box p.post_meta {
  font-size: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#gallery {
  margin: 0;
  padding: 0;
}

#gallery ul {
  margin: 0;
  padding: 0;
}

#gallery ul li {
  display: block;
  position: relative;
  float: left;
  width: 300px;
  height: 150px;
  padding: 6px;
  background: #fff;
  margin: 0 30px 30px 0;
}

#gallery ul li a img {
  width: 300px;
  height: 150px;
  border: 1px solid #ccc;
}

#contact_form {
  padding: 0;
  width: 300px;
}

#contact_form form {
  margin: 0px;
  padding: 0px;
}

#contact_form form .input_field {
  width: 290px;
  padding: 5px;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

#contact_form form label {
  display: block;
  width: 100px;
  margin-right: 10px;
  font-size: 14px;
}

#contact_form form textarea {
  width: 288px;
  height: 150px;
  padding: 5px;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

#contact_form form .submit_btn {
  margin: 10px 0px;
  padding: 5px 14px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
}

#templatemo_footer {
  clear: both;
  width: 760px;
  padding: 0 20px 20px;
  text-align: center;
  color: #000;
}

/* Tables */
table.sample {
  height: 237px;
  width: 539px;
  border-width: 1px;
  border-spacing: 2px;
  border-color: gray;
  border-style: none;
  border-collapse: separate;
  background-color: #EFEFEF;
  text-align: center;
}

table.sample th {
  font-size: 18px;
  border-width: 1px;
  padding: 10px;
  color: white;
  border-style: inset;
  border-color: gray;
  background-color: #1981F7;
}

table.sample td {
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  color: black;
  margin-left: auto;
  margin-right: auto;
  border-color: gray;
  background-color: #EFEFEF;
  font-size: 15px;
  font-weight: bold;
}

table.sample td.recommended {
  background-color: #BDBDBD;
}

/* end tables */
img.signup {
  cursor: pointer;
}

.login {
  margin-top: -125px;
  width: 37px;
  margin-left: 750px;
  text-align: right;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.error {
  color: red;
}

.thumbnail {
  cursor: pointer;
}

.thumbnailProgress {
  background-image: url("../images/progress.png");
  background-repeat: repeat;
  height: 3px;
}

.descriptionBox {
  float: right;
  width: 177px;
  height: 350px;
  margin-top: -287px;
}

.facebook {
  float: right;
  margin-right: -59px;
  margin-top: 87px;
  width: 50px;
  cursor: pointer;
}

.twitter {
  float: right;
  margin-right: -60px;
  margin-top: 153px;
  width: 50px;
  cursor: pointer;
}

.success {
  color: green;
}

.benFranklin {
  float: right;
  margin-right: 125px;
  margin-top: -73px;
}

.guarantee {
  float: right;
  margin-top: -74px;
  margin-right: -24px;
  height: 53px;
}

.next_video {
  float: left;
  margin-top: 593px;
  margin-left: -150px;
  width: 150px;
  color: red;
}

.top_border {
  background: url("../images/header-border.png") repeat-x;
  width: 100%;
  height: 21px;
}

.quote {
  width: 300px;
  margin-left: 393px;
  margin-top: -197px;
  height: 212px;
  font-size: 27px;
  line-height: 33px;
  font-style: italic;
}

.nounderline {
  border-bottom: none;
}

.unfocused {
  color: gray;
}

.orangeButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477
    ), color-stop(1, #fb9e25) );
  background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477',
    endColorstr='#fb9e25' );
  background-color: #ffc477;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #cc9f52;
}

.orangeButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25
    ), color-stop(1, #ffc477) );
  background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25',
    endColorstr='#ffc477' );
  background-color: #fb9e25;
  cursor: pointer;
}

.orangeButton:active {
  position: relative;
  top: 1px;
}

.button {
  -webkit-appearance: none;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  width: auto;
  white-space: nowrap;
  height: 32px;
  margin: 5px 5px 0 0;
  padding: 0 22px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
  border: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  vertical-align: top;
  background-color: #336699;
  color: #ffffff;
}

.link {
  color: orange;
  text-decoration: underline;
  cursor: pointer;
}

.link:HOVER
{
  color: rgb(223, 144, 0);
}

.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #A65B1A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.datagrid table td,.datagrid table th {
  padding: 3px 10px;
}

.datagrid table thead th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CF5D06
    ), color-stop(1, #7F4614) );
  background: -moz-linear-gradient(center top, #CF5D06 5%, #7F4614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF5D06',
    endColorstr='#7F4614' );
  background-color: #CF5D06;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #BF691E;
}

.datagrid table thead th:first-child {
  border: none;
}

.datagrid table tbody td {
  color: #7F4614;
  border-left: 1px solid #D9CFB8;
  font-size: 12px;
  font-weight: normal;
}

.datagrid table tbody .alt td {
  background: #F0E5CC;
  color: #7F4614;
}

.datagrid table tbody td:first-child {
  border-left: none;
}

.datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.datagrid table tfoot td div {
  border-top: 1px solid #A65B1A;
  background: #F0E5CC;
}

.datagrid table tfoot td {
  padding: 0;
  font-size: 12px
}

.datagrid table tfoot td div {
  padding: 2px;
}

.datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.datagrid table tfoot  li {
  display: inline;
}

.datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #A65B1A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A65B1A
    ), color-stop(1, #7F4614) );
  background: -moz-linear-gradient(center top, #A65B1A 5%, #7F4614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A',
    endColorstr='#7F4614' );
  background-color: #A65B1A;
}

.datagrid table tfoot ul.active,.datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #7F4614;
  color: #FFFFFF;
  background: none;
  background-color: #A65B1A;
}

.unreadMessages
{
  float: right;
  margin-right: -13px;
  margin-top: -3px;
  border-radius: 15px;
  border: 2px solid rgb(255, 0, 0);
  background-color: white;
  color: red;
  width: 15px;
  height: 14px;
  font-weight: bold;
  line-height: 14px;
}

.important
{
  font-size: 20px;
  line-height: 42px;
  color: red;
}

.start-learning-button {
  -moz-box-shadow: inset 0px 1px 31px 0px #fff6af;
  -webkit-box-shadow: inset 0px 1px 31px 0px #fff6af;
  box-shadow: inset 0px 1px 31px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64
    ), color-stop(1, #ffab23) );
  background: -moz-linear-gradient(center top, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',
    endColorstr='#ffab23' );
  background-color: #ffec64;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 3px solid #ffaa22;
  display: inline-block;
  color: #333333;
  font-family: Courier New;
  font-size: 21px;
  font-weight: bold;
  padding: 8px 26px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffee66;
  cursor: pointer;
}

.start-learning-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23
    ), color-stop(1, #ffec64) );
  background: -moz-linear-gradient(center top, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',
    endColorstr='#ffec64' );
  background-color: #ffab23;
}

.start-learning-button:active {
  position: relative;
  top: 1px;
}

.blueButtonClass {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.blueButtonClass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	cursor: pointer;
}.blueButtonClass:active {
	position:relative;
	top:1px;
}

.greyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.greyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.greyButton:active {
	position:relative;
	top:1px;
}

.signupLink
{
  cursor: pointer;
  text-decoration: underline;
}