* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #4f4c4d;
  font-size: 11px;
}

ol, ul {
  margin-left: 3em;
}

ul {
	list-style-type: disc;
}

ul.none {
  list-style-type: none
}
	
a {
  color: #722; 
  text-decoration: underline;
}

a:hover {
  color: #4f4c4d;
}

a img {
  border: 0;
}

dt {
  font-weight: bold;
  margin-top: 2em;
}

dd {
  margin-top: 0.5em;
  margin-left: 2em;
}

table {
  font-size: 1em;
}

textarea {
  height: 10em;
}

input {
  margin: 0.5em 0;
  padding: 2px;
}

textarea,
input.textbox, select.select {
/*  display: block; */
  width: 20em;
  padding: 2px !important;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}

td {
  vertical-align: top;
  padding: 0 2px;
  line-height: 1.5em;
}

td.photo {
  line-height: 1.1em;
}

td.languages {
  vertical-align: bottom;
}

label {
  display: block;
  margin-top: 3px;
  font-weight: bold;
}

td.languages label {
  font-weight: normal;
  margin: 0;
  width: 15em;
}

#lable-lang-other {
  display: inline;
}

td.languages input {
  margin: 0 0.2em 0 0;
  padding: 0;
  vertical-align: middle;
}

td.submit {
  text-align: left;
}

#promos {
  float: right;
}

* html #promos {
  margin-top: 30px;
}

#promos a {
  margin-bottom: 10px;
  display: block;
}

#content {
  width: 750px;
}

* html #content {
  width: 870px;
}

#main {
  width: 100%;
  margin: 25px 0 0 120px;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 8px;
  padding: 3px 3px 3px 15px;
  background: url("/images/home/h3-bullet.gif") no-repeat 3px 9px;
  border-bottom: solid 1px #7B7D7B;
  color: #231F20;
}

h3 {
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

h4 {
  margin: 1em 0 0 10px;
  font-size: 1em;
  font-weight: bold;
}

.date {
  font-size: 90%;
  text-align: right;
  color: #666;
  margin-bottom: 2em;
}

p {
  margin: 1em 0 0 10px;
}

code {
  font-family: Courier, monospace;
  font-size: 1em;
}

h1 {
  clear: both;
  height: 52px;
  width: 950px;
}

h1 img {
  margin: 10px 0 0 20px;
}

#header {
  background-color: #013366;
  width: 100%;
  border-top: 1px solid #013366;
  font-weight: bold;
  font-size: 9px;
}

 #header table    { margin: 6px 0px; background: #722; width: 100%; border-top: 1px solid #94928C; border-bottom: 1px solid #94928C; }
 #header ul 	  { background: #722; list-style:none; }
 #header ul li 	  { margin: 0; padding: 0; float: left; position: relative; }
 #header ul li a 	{display: block; text-decoration: none; padding:9px 10px; padding-bottom: 10px; border-right: solid 1px #772222; border-left: solid 1px #772222; color: #FFFFFF; background: #772222;}
 #header ul li a:hover		    {background: #932A2A; border-right: solid 1px #944D4A; border-left: solid 1px #944D4A;}
 #header ul li.selected a	    {background: #932A2A; border-right: solid 1px #944D4A; border-left: solid 1px #944D4A;}
 #header ul li.selected a:hover	{background: #932A2A; border-right: solid 1px #944D4A; border-left: solid 1px #944D4A;}
 /* Sub Menu Styles */
 #header li:hover a             {background: #932A2A; border-right: solid 1px #904E50; border-left: solid 1px #904E50; }

#header img {
  margin: 5px 0 8px;
}

#ban-academy {
  position: relative;
  left: 110px;
}

#logo-academy {
  position: relative;
  left: 125px;
}

#copyright {
  clear: both;
  margin-top: 1em;
  width: 100%;
  padding: 15px 0;
  background: url("/images/footer/bg.gif") repeat-x;
  text-align: center;
  font-size: 0.9em;
  color: #7f7f7f;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.simple {
  margin: 1em 0 0 10px;
  border: 1px solid #000;
}

table.simple td {
  border: 1px solid #000;
  padding: 0.5em;
}

pre {
  margin: 1em 0 0 10px;
}

table.course {
  border-collapse: collapse;
  border-spacing: 0;
}

table.course thead th,
table.course thead td {
  font-weight: bold;
  text-align: center;
}

table.course th,
table.course td {
  padding: 0 5px;
}

table.course thead th {
  text-align: left;
/*  width: 100%;*/
}

table.course th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

table.course tbody td {
  vertical-align: middle;
  text-align: center;
}

table.course tbody tr>td {
  vertical-align: bottom;
}

table.course tbody tr.even th,
table.course tbody tr.even td {
  background-color: #eee;
}

table.timetable {
  width: 75%;
}

table.timetable caption {
  margin: 0;
  background: #722; 
  color: #fff;
  font-weight: bold;
  padding: 2px;
}

table.timetable tr td {
  border-bottom: 1px solid #333;
  padding: 1px 5px;
  text-align: center;
}

table.timetable tr td.time {
  border-bottom: 1px solid #333;
  text-align: left;
  font-weight: bold;
  padding: 1px 5px;
}

table.timetable tr th {
  width: 100%;
  border-bottom: 1px solid #333;
  text-align: left;
  font-weight: bold;
  padding: 1px 5px;
}

p.sorry {
  border: 1px solid #722;
  background-color: #eee;
  color: #722;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  width: 100%;
  margin: 25px 0 0 120px;
  padding: 5px;
}

img.photo {
  float: left;
  margin: 0.5em 20px 10px -10px;
}

#teachers dt {
  clear: both;
}

img.icon {
  background: #fff;
  border: 2px solid #fff;
  vertical-align: bottom;
  text-decoration: none;
  margin-bottom: -4px;
}

.screenshots {
  float: right;
  clear: right;
  width: 420px;
}

html>body .screenshots {
  width: auto;
  max-width: 420px;
}

.screenshots img {
  margin: 5px;
}

ol.progs li {
  clear: both;
}

ol.progs ol li,
ol.progs ul li {
  clear: none;
}

ul.files {
  list-style: none; 
}

input.button {
  width: 9.5em;
}

th.example-bad {
  color: red;
  font-weight: bold;
  width: 50%;
}

th.example-good {
  color: green;
  font-weight: bold;
  width: 50%;
}
