@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin:0;
  padding:0;
}
a img {
  width:auto;
  height:auto;
  float:left;
  border:none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #555;
  margin: 0px;
  padding: 0px;
  background-image: url(/images/main_bg.gif);
  background-repeat: repeat-x;
  background-color: #F5F5F5;

}
a:link, a:visited, a:active {
  font-weight: bold;
  color: #0066CC;
  text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
h1 {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 1.3em;
  color: #0069BC;
  text-indent: 5px;
  width: 100%;
}
h2 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 1.1em;
  color: #333; 
  font-weight: bold;
}
h3 {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  color: #0069BC;
 padding: 0 0 10px 0;
}
p {
  padding-bottom: 10px;
  text-align: justify;
}
p span {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  color: #0069BC;
 padding: 0 0 10px 0;
 font-weight: bold;
}
.content_holder {
  width: 1030px;
  height: auto;
  margin: auto;
}
.bg_holder {
  width: 1000px;
  min-height: 800px;
  height: auto;
  background-image: url(/images/bg_content.png);
  background-repeat: repeat-y;
  clear: left;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}


.row_top {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
}
.top_links {
  float: right;
  height: 24px;
  width: 118px;
  text-align: center;
  background-image: url(/images/bg_link_top.png);
  background-repeat: no-repeat;
  line-height: 20px;
  font-size: 0.9em;
}
.top_links a:link, .top_links a:active, .top_links a:visited {
  text-decoration: none;
  color: #666;
  font-weight: normal;
  background-image: url(/images/comp.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  width: auto;
  text-indent: 15px;
}
.top_links a:hover {
  text-decoration: underline;
}
.top_links2 {
  float: right;
  height: 24px;
  width: 185px;
  font-size: 0.9em;
  background-image: url(/images/bg_link_top2.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.top_links2 a:link, .top_links2 a:active, .top_links2 a:visited {
  text-decoration: none;
  color: #FFF;
  font-weight: normal;
  display: inline-block;
  float: left;
  padding-left: 20px;
  line-height: 20px;
  width: auto;
  padding-right: 5px;
  margin-left: 15px;
}
.top_links2 a:hover {
  color: #FFF;
  text-decoration: underline;
}
.bg_rss {
  background-image: url(/images/rss.png);
  background-repeat: no-repeat;
  background-position: left;
}
.bg_follow {
  background-image: url(/images/twitter.png);
  background-repeat: no-repeat;
  background-position: left;
}
.row_center{
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  padding-top: 10px;
}
.row_bottom{
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 5px
}
.column_left {
  float: left;
  width: 240px;
  margin-left: 2px;
  margin-right: 2px;
  padding-right: 10px;
  padding-left: 10px;
  height: auto;
}
.column_center {
  width: 730px;
  float: left;
  height: auto;
}
.logo {
  float: left;
  height: 47px;
  width: 383px;
  margin: 30px 20px;
  background-image: url(/images/learning4legals_logo.gif);
  background-repeat: no-repeat;
  display: inline;
}
.holder_menu{
  float: left;
  height: 36px;
  width: 100%;
  display: inline;
  padding: 0 0 1px 0;
  background-image: url(/images/menu_bg.jpg);
  background-repeat: repeat-x;
  clear: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1px;
}

.menu_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
}
.menu_list li {
  height: 36px;
  background-image: url(/images/menu_seperator.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2px;
  float: left;
}
.menu_list li:first-child {
  background-image: none;
}
.menu_list li a:link, .menu_list li a:active, .menu_list li a:visited {
  display: block;
  line-height: 36px;
  height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  padding: 0px 15px 0 15px;

}
.menu_list li a:hover {
  background-image: url(/images/menu_bg_2.jpg);
  background-repeat: repeat-x;
}
.menu_list li a.selected {}

.bottom_menu {
  list-style-type: none;
  margin: 0px;
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  display: table;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
  background-color: #F5F5F5;
}
.bottom_menu li {
  float: left;
  text-align: center;
}
.bottom_menu a:link, .bottom_menu a:active, .bottom_menu a:visited {
  font-weight: bold;
  font-size: 0.85em;
  text-decoration: none;
  color: #999;
  padding-right: 8px;
  padding-left: 9px;

}
.bottom_menu a:hover {
  text-decoration: underline;
}

.holder_box {
  clear: left;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.box_top {
  clear: left;
  float: left;
  width: 100%;
  line-height: 33px;
  color: #FFF;
  background-image: url(/images/box_list_top.png);
  text-indent: 15px;
  height: auto;
  font-weight: bold;
}
.box_middle {
  clear: left;
  float: left;
  width: 238px;
  background-image: url(/images/box_list_middle.png);
  background-repeat: repeat-y;
  padding-right: 1px;
  padding-left: 1px;
}
.box_bottom  {
  clear: left;
  float: left;
  width: 100%;
  background-image: url(/images/box_list_bottom.png);
  height: 15px;
  text-align: center;
}
.course_list  {
  clear: left;
  float: left;
  width: 100%;
  height: auto;
  list-style-type: none;
}
.course_list li {
  float: left;
  height: 24px;
  width: 100%;
  clear: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  padding-top: 1px;
  padding-bottom: 1px;

}
.course_list li span {
  line-height: 24px;
  background-color: #F5F3F4;
  display: block;
  clear: left;
  float: left;
  height: 24px;
  width: 100%;
  text-indent: 15px;
  color: #666;
  font-weight: bold;
}
.course_list li a:link, .course_list li a:active, .course_list li a:visited {
  display: block;
  line-height: 24px;
  height: 24px;
  font-size: 0.9em;
  text-decoration: none;
  color: #666;
  background-color: #FFF;
  clear: left;
  float: left;
  width: 100%;
  text-indent: 25px;
  font-weight: normal;
}
.course_list li a:hover {
  background-color: #f7f7f7;

}
.course_list li a.selected {}
.holder_img_left {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

.flash_holder {
  /* background-color: #E5E5E5; */
  float: left;
  height: 350px;
  width: 100%;
  padding: 0px;
  display: inline;
  clear: left;
  margin-bottom: 10px;
}

.content {
  margin: auto;
  width: 725px;
  font-size: 1em;
  clear: left;
  float: left;
  height: auto;
}
.content_top {
  clear: left;
  float: left;
  width: 100%;
  line-height: 10px;
  color: #FFF;
  background-image: url(/images/box_content_top.png);
  text-indent: 15px;
  height: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
}
.content_middle {
  clear: left;
  float: left;
  width: 685px;
  background-image: url(/images/box_content_middle.png);
  background-repeat: repeat-y;
  padding-right: 20px;
  padding-left: 20px;
}
.content_middle2 {
  clear: left;
  float: left;
  width: 723px;
  background-image: url(/images/box_content_middle.png);
  background-repeat: repeat-y;
  padding-right: 1px;
  padding-left: 1px;
}
.content_bottom  {
  clear: left;
  float: left;
  width: 100%;
  background-image: url(/images/box_content_bottom.png);
  height: 16px;
  background-repeat: no-repeat;
}
.header {
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  clear: left;
  float: left;
  height: 27px;
  background-color: #676767;
  text-indent: 1em;
  margin-bottom: 1px;
  text-align: left;
  width: 100%;
  letter-spacing: 1px;
}
.flash_slideshow {
  width: 725px;
  font-size: 1em;
  clear: left;
  float: left;
  height: auto;
  margin-top: 10px;
}
.row_cright {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 0.85em;
  padding: 5px 0 10px 0;
}
.login_holder {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  padding-top: 30px;
}
.login_holder .login_fp_holder {
  float: left;
  height: auto;
  width: auto;
  clear: left;
  padding: 20px 0 0px 0px;
}
.login_fp_holder a:link, .login_fp_holder a:active, .login_fp_holder a:visited {
  font-weight: bold;
  font-size: 0.85em;
  text-decoration: none;
  color: #999;
  padding-right: 12px;
  padding-left: 12px;
}
.login_fp_holder a:hover {
  text-decoration: underline;
  color: #666;
}
.login_holder ul {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.login_holder ul li {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  padding-bottom: 5px;
}
.login_holder ul li label {
  float: left;
  height: auto;
  width: 240px;
  text-align: right;
  padding-right: 5px;
  color: #777;
}
.login_holder ul li input {
  float: left;
  height: auto;
  width: 200px;
  border: 1px solid #999;
  padding: 0 5px;
}
#signin_remember {
  width: auto !important;
  margin-top: 2px;
}

.login_holder .login_btn_holder{
  float: left;
  height: auto;
  width: auto;
  padding-left: 380px;
  padding-top: 0px;
}
.login_holder .login_btn_holder input {
  width: auto;
  padding: 0;
}
.login_holder ul li ul.error_list {
  clear: none;
  width: auto !important;
  white-space: nowrap;
  color: red;
  font-size: 0.85em;
  font-weight: bold;
}
.login_holder ul.error_list {
  clear: left;
  float: left;
  height: auto;
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  white-space: nowrap;
  color: red;
  font-size: 0.85em;
  font-weight: bold;
}
.login_holder ul div{
  display: none;
}
/*
.content_middle table {
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  color: #583333;
  text-align: center;
}

.content_middle table td {
  background-color: #ccc;
  line-height: 20px;
  padding: 0 10px;
}
*/
.content_middle table.course_table_pp th {
  background-color: #999;
  line-height: 25px;
  padding: 0 10px;
}
.content_middle table.course_table_pp td {
  height: 20px;
  font-size: 0.9em;
  padding: 3px 5px;
}
.content_middle table.course_table_pp td form {}
.content_middle table.course_table_pp td img {
  display: none;
}
.content_middle table.course_table_pp td form table {
  margin: 0;
}
.content_middle table.course_table_pp td input {
 
}


.content_middle .course_table {
    float: right ;
    clear: both;
    background-color: #fff;
    margin: 0px !important;
}
.content_middle .course_table td {background-color: #fff;}
.content_middle ol,
.content_middle ul {margin: 0 0 0 20px; padding: 0 0 0 30px;}
.content_middle .course_table td h3 {padding: 15px 0 0 0;}

.course_bottom_info {background-color: #f1f1f1;
 padding: 20px; margin-top: 20px;}
 
 .enrol {float:right; width: auto; padding: 10px 10px  0 0;}
td {padding: 3px 5px;}
th {padding: 3px 5px;}