/* style for big error box in the top-left corner */

/**
!!!!!! DO NOT MODIFY HERE !!!!!

COPY THIS FILE TO /site/common/css AND CHANGE THEN

!!!!!! DO NOT MODIFY HERE !!!!!
**/


.LuckyEngine_Error_Box {
    background-color: #FFC7C7;
    border: 1px solid #FF7070;
    padding: 5px;
}

.LuckyEngine_Error_Box .Hide_Link {
    color: blue;
}

/* style for form elements error messages (form checks) */

/**
!!!!!! DO NOT MODIFY HERE !!!!!

COPY THIS FILE TO /site/common/css AND CHANGE THEN

!!!!!! DO NOT MODIFY HERE !!!!!
**/

.LuckyEngine_Error_Messages {
    color: red;
}

/* style for big message box in the top-left corner */

/**
!!!!!! DO NOT MODIFY HERE !!!!!

COPY THIS FILE TO /site/common/css AND CHANGE THEN

!!!!!! DO NOT MODIFY HERE !!!!!
**/

.LuckyEngine_Message_Box {
    background-color: #DAEFF8;
    border: 1px solid #7CC7E4;
    padding: 5px;
}


ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none;
  z-index: 5;
}
ul.nice-menu li {
  border: none;
  border-top: 0;
  position: relative;
  float: left;
}
ul.nice-menu a {
    white-space     : nowrap;
    font-size       : 13.4px;
    font-weight     : bold;
    text-transform  : uppercase;
    padding         : 6px 25px 6px 0px;
    display         : block;
}
ul.nice-menu ul a {
    padding-left    : 15px;
    font-size       : 11px;
    text-transform  : none;
}

ul.nice-menu ul {
  position: absolute;
  left: -1px;
  border: 1px solid #ccc;
  margin-right: 0;
  display: none;
}
ul.nice-menu li.over ul {
  display: block;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

ul.nice-menu li:hover ul, 
ul.nice-menu li.over ul,
ul.nice-menu li:hover li:hover ul, 
ul.nice-menu li.over li.over ul,
ul.nice-menu li:hover li:hover li:hover ul, 
ul.nice-menu li.over li.over li.over ul,
ul.nice-menu li:hover li:hover li:hover li:hover ul, 
ul.nice-menu li.over li.over li.over li.over ul {
  display:block;
}

ul.nice-menu ul,
ul.nice-menu li:hover ul ul, 
ul.nice-menu li.over ul ul,
ul.nice-menu li:hover li:hover ul ul, 
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul, 
ul.nice-menu li.over li.over li.over ul ul {
   display:none;
}



ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down ul {
background:#E9E9E9;
}
ul.nice-menu-down ul li a{
    background:none;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down li ul li ul {
    left            : 40px;
    top             : 25px;
    background      : #E1E3ED;
}
ul.nice-menu-down ul li ul li a{
    font-weight     : normal;
}
ul.nice-menu-down ul li {
  clear: both;
}

.pages_nav {
    text-align: center;
/*    padding: 10px 0px 10px 0px; */
}

.pages_nav a {
    text-decoration: none;
}

.pages_nav .selected {
    color: red;
}

.pages_nav img {
    vertical-align: -1px;
}


body {
    margin              : 0px;
    padding             : 0px;;
    background          : #fff;
}

body, td {
    font                : 11px verdana;
    color: #5D6061;
}

p {
    margin-top      : 5px;
    margin-bottom   : 15px;
}

input,textarea,select {
    font            : 12px verdana;
    padding: 2px;
}

input.inp {
    border: 1px solid #888888;
    background: url(../img/t/finp.gif) top left repeat-x;
}
textarea.inp {
    border: 1px solid #888888;
    background: url(../img/t/finp.gif) top left repeat-x;
}

a {
    color           : #585E92;
    text-decoration : none;
    font-weight: bold;
    
}
a:hover {
    text-decoration : none;
    color           : #000;
}

img {
    border          : 0px;
}

.maintbl {
    width: 100%;
    height: 100%;
}
.ltd, .rtd {
    width: 50%;
}

.conttbl {
    width: 1010px;
    height: 100%;
}

.ltbl {
    width: 100%;
    height: 83px;
    background: #fff;/*url(../img/t/f1.gif) #7780B7 top left repeat-x;*/
}
td.ltbl_r {
    width:40%;
}
table.ltbl_r {
    width:100%;
    height: 83px;
    background: #fff;
}

.slogan {
    background: #E1E3ED;
}
td.menu {
    background: #7d7c82;
}

div.menu {
    background: #4b8abf;/*url(../img/t/f2.gif) top left repeat-x;*/
    margin:10px 0; 
}
td.menu .itm {
    padding-right: 45px;
    padding-top: 2px;
}
.menu .itm a {
    text-transform: uppercase;
    font-size: 13.4px;
    font-weight: bold;
}

.nice-menu { white-space:nowrap; }
ul.nice-menu a { color:#fff; }
ul.nice-menu a:hover { color:#000; }
ul.nice-menu .sublevel a { color:#585E92; }


.htable {
    width: 100%;
    background: #7D7C82;
    /*height: 230px;*/
}

.htable_m {
    /*height: 230px;*/
}
.htable_m td {
    vertical-align: top;
    text-align: center;
}
.htable_m td img {
    /*margin-bottom: 5px;*/
}
.htable_m td a, .htable_m td {
    text-transform: uppercase;
    font-size:10px; 
    font-weight:bold;
    color: #fff;
}
.htable_m td  { padding:0; }
.htable_m td a { display:block; margin:0 0 10px 0; position:relative; width:132px; }
.tflash { }
.htable_m { margin-left:7px; }
.htable_m img { width:130px; height:128px; position:absolute; top:-133px; left:2px; }
.htable_r {
    width: 100%;
    vertical-align: top;
    padding: 0px 5px 5px 10px;

}
.htable_r a {
    color: #fff;
    text-decoration: underline;
}
.htable_r .hr01 {
    padding: 3px 0px 0px 0px;
}
.htable_r .hr02 {
    padding: 20px 0px 0px 0px;
}
a.big {
    font-size: 14px;
}

.maincont {
    height: 100%;
    padding: 0px 0px 20px 0px;
    vertical-align: top;
    border-left: 9px solid #7D7C82;
    border-right: 9px solid #7D7C82;
}
.f {
    padding: 5px 15px 10px 15px;
    vertical-align: bottom;
}

.htbl {
    width: 100%;
}
.htbl td {
    vertical-align: top;
    padding: 10px 15px 15px 15px;
    /*color: #AFAFAF;*/
    border-right: 1px solid #7D7C82;
    width: 25%;
}
.htbl td.nobord {
    border: none;
}

a.gray {
    /*color: #B0B0B0;*/
}

h2 {
    color: #7B80AC;
    font-size: 14px;
    margin: 0px 0px 7px 0px;
}

.news_item {
    margin-bottom: 10px;
}
.htbl td .news_item a {
    /*color: #AFAFAF;*/
    font-weight: normal;
    text-decoration: underline;
}
.htbl td .news_item a span {
    color: #7A81AD;
    font-weight: bold;
}


.innerTbl {
width:100%;
height:100%;
}
.innerTbl a{
 /*   font-weight : normal;*/
}
.innerTbl .left {
vertical-align:top;
padding:10px 20px 40px 20px;
}
.innerTbl .right {
width:200px;
vertical-align:top;
padding:10px 20px;
}

h1 {
    color: #7B80AC;
    font-size: 19px;
    margin: 0px 0px 10px 0px;
}

div.rMenu {
height:100%;
border-left:1px dotted #ABAAB0;
padding:0 0 0 10px;
}

div.rMenu a {
font-weight:normal;
font-size:13px;
}
div.rMenu ul ul a {
font-size:11px;
}
div.rMenu li.sep {
line-height:0;
font-size:0;
margin:3px 0;
border-top:1px dotted #DDD;
}

div.rMenu ul {    
    margin-top: 0px; margin-bottom: 0px; padding-left: 3px; margin-left:0;
    margin-top:0px;
    padding-top: 0px;
    
}

div.rMenu ul li {
    margin-bottom: 0px; list-style: none;

    margin:0;
    padding:0;
    padding-left:5px;

}

div.rMenu ul ul {

    padding-left: 10px;
    padding-top: 5px;
    margin:0;
}
div.rMenu ul ul a {
font-weight:normal;
}
div.rMenu ul ul .sep {
/*border:none;*/
}

div.rMenu a.selected {font-weight:bold;}


.htable.inner {
    height: auto;
}
.htable.inner .htable_m {
    height: auto;
}
.htable.inner .hr01{
padding:12px 0 10px 0;
}

.bmenu {
margin:5px 0 0 15px;
}
.bmenu td {
padding: 0 10px 0 0;
}
.bmenu a {
color:#5D6061;
}
.bmenu a.black {
color:#000;
}

#pup, #pup_sub, #popup {
    Z-INDEX         : 200; 
    VISIBILITY      : hidden;
    POSITION        : absolute;
}

#popup {
    background      : #A3D6CF;
    color           : #000000;
    border          : 1px outset #162A29;
    padding         : 10px;
}

#popup a {
    /*color         : #ffffff;*/
}

.menutable {
    background      : #E9E9E9;
    border:1px solid #D1D1D1;
}

.menutable .menuitem {
    padding         : 0px 15px 15px 15px;
}

.menutable a {

    text-decoration: none;
}

.menutable a:hover {
    color       : #000;
}

.menutable_sub {
    background      : #E1E3ED;
    border:1px solid #C6C7CE;
}

.menutable_sub .menuitem {
    padding         : 10px 15px 15px 15px;

}

.menutable_sub a {
    color       : #585E92;
    text-decoration: none;
    font-weight:normal;
}

.menutable_sub a:hover {
    color       : #000;
}
ul.menu {
    list-style:none;
    margin-left     : 0px;
    margin-right    : 2px;
    margin-bottom   : 5px;
    margin-top  : 5px;
    padding-left:10px;
}
ul.menu li {
    margin-bottom   : 0px;
    padding-bottom  : 5px;
    padding-top : 2px;
}
ul.menu a.l2 {
    font-weight : normal;
    font-style  : italic;
}

/*  topMenu css */



.nofloat {
float:none;
clear:both;
}

.logo {
float:right;
margin: 0 0 10px 10px;
text-align  : right;
}

.highlighted {
width:20%;
background:#A6ADDB;
font-weight:bold;
float:left; 
padding:10px;
margin: 0 10px 10px 0;
}
.tbl_ver_compare {
    width       : 100%;
    text-align  : center;
    border-collapse : collapse;
    line-height : 16px;
}
.tbl_ver_compare_title {
    text-align      : left;
    font-weight     : bold;
}
.thorn{
    background  : url(../img/thorn.gif) center no-repeat;
}
.tbl_ver_compare_h1 {
    font-size       : 15px;
    font-weight     : bold;
}



.left UL LI {
margin-left: 35px;
margin-bottom:5px;
}
.left UL {
margin: 20px 0;
}

.btnSearch {
    background  : url(../img/buttons/search.gif) center no-repeat;
    width       : 55px;
    height      : 19px;
    border      : none;
}

.searchitem .h3 {
margin:0 0 5px 0;
padding:0;
font-size:12px;
}
.searchitem .h3 span {
font-size:10px;
margin-bottom:5px;
color:#9A9ED3;
font-weight:normal;}

.searchitem .h3 a:hover span {
color:inherit;
}

.searchitem {
padding:0 0 10px 0;
margin:0 0 10px 0;
border-bottom:1px dotted #ABAAB0;

}
.events {
    border-collapse : collapse;
}
.padbot5 {
    padding: 0px 0px 5px 5px;
}

.padbot5 label {
    width: 55px;
    float           : left; 
    clear           : left; 
}
.padbot5 input, .padbot5 textarea {
    /*width: 300px;*/
}
.padbot5 input.button {
    width: 100px;
}

.stretch {
    width: 100%;
}



.events th {
background:#7780B7;
color:#FFF;
font-weight:bold;
font-size:12px;
}
.events tr.odd td {
background:#FFF;
}
.events tr.even td {
background:#E1E3ED;
vertical-align:top;
}

.tblForm {
    width       : 100%;
}
.tblForm td {
vertical-align:top;
}
.tblForm .ttl {
    font-weight : bold;
    padding     : 20px 0px 10px 30px;
    color       : #7B80AC;
    font-size   : 14px;
}
.tblForm .ttl2 {
    padding     : 10px 0px 0px 50px;
    color       : #7B80AC;
    font-size   : 14px;
}
.tblForm .l {
    white-space     : nowrap;
    font-weight     : bold;
    padding         : 6px 4px 4px 8px;
}
.tblForm .r.large input{
    width           : 100%;
}
.tblForm .r {
    width           : 100%;
}
.tblForm .radio {
    padding-left    : 70px;
}
.btn_access {
    color           : white;
    font-size       : 14px;
    font-weight     : bold;
    background      : url(../img/btn_access.gif) center no-repeat;
    width           : 80px;
    line-height     : 20px;
    padding : 3px 30px;

}
.tblForm td.boxes {
    margin          : 0px;
    padding         : 0px;
    vertical-align  : middle;
}

.training_calendar_tbl {
    width           : 100%;
}
.training_calendar_tbl th {
    text-align      : left;
    padding         : 10px;

}
.training_calendar_tbl td {
    line-height     : 15px;
    padding         : 3px;
    padding-left    : 80px;
}


.smHead td {
padding:4px 2px;background:#ccc;font-size:12px;text-align:center;
}

.newsTbl { margin:0px 0 10px 9px; }

