html, body {
      margin: 0;
      padding: 0;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      background: #DDF3FE url(../images/bg.jpg) top center no-repeat;
}

.descpanelbg {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 140px;
    background: #FFF; 
    opacity: 0.3;
    padding: 5px;
}

.descpanelfg {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 140px;
    height: 25px;
    padding: 5px;
    display: inline;
    overflow: hidden;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    font-family: verdana;
    line-height: 18px;
    
}

p { line-height: 17px; }

.lightblue {
      color: #037bd7;
}

#infoDiv {
      position: absolute; 
      overflow: hidden; 
      visibility: hidden;
      z-index: 999;      
      margin: 0;
      padding: 10px;
      color: #000;
      border: 1px solid #ccc; 
      text-align: justify;  
      background: #f5fafd;
}

.errormessage {
      background-color: #F66; 
      border: 1px solid #F00; 
      padding: 10px 5px;
      color: #FFF;
}

/************************************************************************************************/
/*                                     STRUCTURE                                                */
/************************************************************************************************/

#wrap { 
      width: 980px; 
      margin: 0 auto;
}

#header {
      width: 980px;
      height: 160px;
}

#menu {
      float: right; 
      margin-top: 20px;
      width: 683px;
      height: 156px;
      background: url(../images/menu_bg.png) no-repeat top left;
}

#logo {
      float: left;
      background: url(../images/richlyn_logo.png) no-repeat 0px 30px;
      padding: 5px;
      width: 250px;
      height: 150px;
}

#logo a{
   display: block; width: 200px; height: 125px;
}

#header-text {
      background: url(../images/header_text.png) no-repeat 0px 10px;
      padding: 0px;
      width: 970px;
      height: 80px;
}

#sub-menu-top {
      background: url(../images/submenu_top.png) no-repeat top left;
      width: 980px;
      height: 10px;
      text-align: center;
      margin: 0;
      padding: 0;
      overflow: hidden;
}

#admin-sub-menu-top {
      background: url(../images/admin_submenu_top.png) no-repeat top left;
      width: 980px;
      height: 10px;
      text-align: center;
      margin: 0;
      padding: 0;
      overflow: hidden;
}

#sub-menu {
      background: #FFF url(../images/submenu_bg.jpg) no-repeat top left;
      width: 980px;
      height: 157px;
      text-align: center;
      margin: 0;
      padding: 0;
      overflow: hidden;
}

#website-design-sub-menu {
      background: #FFF url(../images/website_design_submenu_bg.jpg) no-repeat top left;
      width: 980px;
      height: 137px;
      text-align: left;
      margin: 0;
      padding: 0;
      overflow: hidden;
}

#sub-menu-small-top {
      background: url(../images/submenu_small_top.png) no-repeat top left;
      width: 980px;
      height: 12px;
      text-align: center;
      margin: 0;
      padding: 0;
      overflow: hidden;
}

#submenu-small {
      background: #FFF url(../images/submenu_small.jpg) no-repeat top left;
      width: 920px;
      height: 132px;
      text-align: center;
      margin: 0;
      padding: 0 30px;
      overflow: hidden;
}

#quick-contact {
      float: left;
      width: 180px;
      text-align: left;
}

#footer-links {
      float: right;
      width: 710px;
      text-align: right;
}

#admin-footer-links {
      float: right;
      width: 940px;
      text-align: left;
}

#client-logos {    
      background: #FFF;
      padding: 5px 15px;
      width: 950px;
      text-align: center;
      padding-bottom: 20px;
}

#client-logos a{   
   padding: 0px 5px;
   text-decoration: none;
}

#client-logos img{
   border:none;  
}
/************************************************************************************************/
/*                                              TEXT ALIGN                                      */
/************************************************************************************************/

.text-align-left { text-align: left; font-size: 13px; color: #333; }
.text-align-justify { text-align: justify; font-size: 13px; color: #333; }
.text-align-right { text-align: right; font-size: 13px; color: #333; }

/************************************************************************************************/
/*                                              FRAMES                                          */
/************************************************************************************************/

.full-width-frame {
      background: #FFF;
      padding: 30px;
      width: 920px;
      overflow: hidden;
      margin: 0;
      margin: 0;
}


/* Half width frame */
.half-left-frame { width: 445px; float: left; }
.half-right-frame { width: 445px; float: right; }

/* 75% Left width frame */
.medium-left-frame { width: 650px; float: left; border-right: 1px solid #CCC; padding-right: 30px; }
.small-right-frame { width: 200px; float: right; margin-right: 5px; }


/************************************************************************************************/  
/*                            CONTENT HOLDERS i.e Portfolio, News etc                           */  
/************************************************************************************************/  

 
.full-width-content {
      width: 920px;
      float: left;
      text-align: left;
      font-size: 13px;
      color: #333;
      padding-bottom: 30px;
      overflow: hidden;
}

.full-width-title {
      width: 900px;
      float: left;
      text-align: left;
      font-size: 17px;
      font-weight: bold;
      color: #C44810;
      margin-bottom: 4px;
      padding: 0px 0px 3px 5px;
      border-bottom: 1px solid #CECECE;
}

.full-width-text {
      width: 900px;
      float: left;
      text-align: left;
      font-size: 13px;
      color: #333;
      padding: 10px 10px 0 5px;
      text-align: justify;
}

.medium-width-content {
      width: 640px;
      float: left;
      text-align: left;
      font-size: 13px;
      color: #333;
      padding-bottom: 35px;
      overflow: hidden;
}

.medium-width-title {
      width: 635px;
      float: left;
      text-align: left;
      font-size: 17px;
      font-weight: bold;
      color: #C44810;
      margin-bottom: 4px;
      padding: 10px 0px 3px 5px;
      border-bottom: 1px solid #CECECE;
}

.medium-width-text {
      width: 625px;
      float: left;
      text-align: left;
      font-size: 13px;
      color: #333;
      padding: 10px 10px 0 5px;
      text-align: justify;
}

.half-width-content {
      width: 445px;
      float: left;
      text-align: left;
      font-size: 13px;
      color: #333;
      padding-bottom: 30px;
      overflow: hidden;
}

.half-width-title {
      width: 445px;
      float: left;
      text-align: left;
      font-size: 17px;
      font-weight: bold;
      color: #C44810;
      margin-bottom: 4px;
      padding: 0px 0px 3px 5px;
      border-bottom: 1px solid #CECECE;
}

.half-width-text {
      width: 430px;
      float: left;
      text-align: left;
      font-size: 13px;
      color: #333;
      padding: 0 10px 0 5px;
      text-align: justify;
}

img.float-right { float: right; padding: 0 0 20px 30px; border: 0; }
img.float-right-border { float: right; margin: 0 0 20px 30px; border: 1px solid #CCC; }
img.float-left { float: left; padding: 0 30px 20px 0; }

.content-date {
      float: right;
      font-size: 13px;
      font-weight: bold;
      color: #C44810;
      
}

.ecommerce-table-text {
    width: 180px; padding: 4px;
}

.ecommerce-tick {
    width: 32px; padding: 4px;
}

.ecommerce-list {  
    list-style-type: none; 
    margin: 0; 
    padding: 0;
}

.ecommerce-list li {
    padding: 6px 0 6px 35px; 
    margin: 5px 0px; 
    color: #C44810;
}

.website-design-list {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    text-align: left;
}

.website-design-list li {
    padding: 7px 0 7px 35px; 
    margin: 5px 0px; 
}

.PIMS-list {
    list-style-type: none; 
    margin: 0; 
    padding: 0;
}

.PIMS-list li {
    padding: 2px 0 5px 30px; 
    margin: 0px 0px; 
    background: url(images/PIMS-Small-Logo.jpg) no-repeat top left;
}

.web-list-title {
    color: #C44810;
}

.casestudy-thumbnail { 
    padding: 6px; 
    margin: 10px 0px; 
    border: 1px solid #CCC;
}



/************************************************************************************************/
/*                                        RSS                                                   */
/************************************************************************************************/

.rss-feed {
      padding: 0;
      margin: 0;
}

.rss-feed li {
      padding: 0px 0px 15px 0px;
      margin: 0;
      list-style: none;
}

.rss-feed a {
      color: #C44810;
      text-decoration: none;
      padding: 3px 0px 5px 0px;
      display: block;
      font-weight: bold;
}

.rss-feed a:hover {
      color: #C44810;
      text-decoration: underline;
}

/************************************************************************************************/
/*                                        MENU                                                  */
/************************************************************************************************/

table.main-menu {      
      padding: 0;
      border-spacing: 0px;
      border-collapse: collapse;
      margin: 20px 0px 0px 25px;
      font-size: 10px;
      font-family: arial; 
}

table.main-menu a { 
      padding: 2px 4px; 
      font-size: 10px; 
      font-family: arial; 
      color: #2E2E2E; 
      text-decoration: none; 
}

table.main-menu a:hover { 
      color: #FFF;
      padding: 2px 4px; 
      text-decoration: none;
      font-size: 10px;
      font-family: arial;
      background: #6699FF;
}

table.main-menu th { 
      padding: 0px 4px; 
      font-size: 11px;
      font-family: arial;
      text-align: left;
      color: #0033CC;      
      font-weight: bold;
}

table.main-menu td {      
      padding: 0px;
      width: 172px;
      text-align: left;
      vertical-align: top;
      color: #FFF;
      
}

table.main-menu ul  {
      padding: 10px 0 0 0;
      margin: 0;
      list-style-type: none;      
}

table.main-menu li {      
      padding: 1px 0px; 
      margin: 0px;
      color: #2E2E2E;
      font-family: arial;
      font-size: 10px;
      overflow: hidden;
      
}


/************************************************************************************************/
/*                                       ADMIN MENU                                             */
/************************************************************************************************/

#admin-menu {
      width: 980px;
      margin: 0 auto;
      height: 50px; 
      vertical-align: top;
      padding: 0;
      text-align: left;
      margin-top: 15px;
}

#admin-menu ul {
      padding: 0;
      margin: 0;
}

#admin-menu li {
      float: left;
      list-style-type: none;
      margin: 0 3px;
}

#admin-menu li a {
      float: left;
      display: block;
      height: 35px;
      background: url(../images/menu_off.jpg) no-repeat top left;
      color: #222;
      /*text-transform: lowercase; */
      text-decoration: none;
      
}

#admin-menu li a span {
      float: left;
      background: url(../images/menu_off_right.jpg) no-repeat top right;
      height: 15px;
      display: block;
      padding: 10px 20px;
}

#admin-menu li a:hover {
      background: url(../images/menu_hover.jpg) no-repeat top left;
      color: #FFF;
      cursor: pointer;
}

#admin-menu li a:hover span {
      background: url(../images/menu_hover_right.jpg) no-repeat top right;
}

#admin-menu li .current {
    background: url(../images/menu_hover.jpg) no-repeat top left;
      color: #FFF;
      cursor: pointer;
}

#admin-menu li .current span {
      background: url(../images/menu_hover_right.jpg) no-repeat top right;
}

/************************************************************************************************/
/*                                        SUB MENU                                              */
/************************************************************************************************/

.submenu-title {
      float: left;
      width: 175px;
      padding: 15px 10px 5px 25px;
      font-size: 16px;
      font-weight: bold;
      font-family: arial;
}

.submenu-text {
      float: left;
      padding: 5px 25px;
      width: 100px;
      color: #FFF;
      font-size: 11px;
      line-height: 13px; 
}

.submenu-service {
      float: left;
      width: 222px;
      height: 175px;
      text-align: left;
      margin: 2px 6px;
      
}


#website-design-sub-menu p { 
      line-height: 20px; 
      font-size: 13px; 
      text-align: left; 
      width: 710px; 
      color: #EEE; 
      padding: 0px 31px;
}

#website-design-sub-menu h1 {
      position: relative;
      top: 7px;
      left: 31px;
      color: #FFF;
      font-size: 16px;
      font-weight: bold;
      font-family: arial;
      letter-spacing: 0px;
}


/************************************************************************************************/
/*                                     RECENT WORK                                              */
/************************************************************************************************/

#recent-work-holder {
      width: 440px;
      height: 270px;
      background: url(../images/recent-work-bg.jpg) no-repeat top center;
      
}

.recent-work-title {
      font-size: 14px;
      font-weight: bold;
      padding: 0px 0px 3px 0px;
      display: block;
      margin-bottom: 10px;
      color: #FFF;
      border-bottom: 1px solid #666;
      width: 110px;      
}

#excerpt a { color: #000; background: url(../images/more-button.jpg) no-repeat top left; display: block; width: 86px; height: 22px; padding: 3px 5px; text-decoration: none; }

#excerpt .recent-work-plain-link{
   background: none; 
   padding: 0px; 
   color: #fff; 
   margin: 0px; 
   height: auto;
   display: inline;
}

.portfolio-work-holder {
      width: 272px;
      height: 120px;
      background: url(../images/portfolio-work-bg.jpg) no-repeat top center;
      float: right; 
      margin: 0 0 30px 30px;      
}

.portfolio-image {
    border: 1px solid #DDD; margin: 10px;
}


/************************************************************************************************/
/*                                     TESTIMONIALS                                             */
/************************************************************************************************/

/***********************************     Home page      *****************************************/

.homepage-testimonials-header {
      background: url(../images/homepage-testimonails-header.jpg) no-repeat top left;
      width: 425px;
      height: 31px;
      padding-top: 24px;
      padding-left: 15px;
      letter-spacing: -1px;
      font-size: 18px;
      font-family: verdana;
      text-align: left;
      color: #FFF;
      font-weight: lighter;
}

.homepage-testimonials-text {
      color: #333;
      text-align: left;
      font-family: arial;
      width: 440px;
      font-style: italic;
      font-size: 13px;
      padding-top: 5px;
}

.homepage-testimonials-name {
      color: #333;
      text-align: right;
      font-family: arial;
      width: 440px;
      font-weight: bold;
      font-size: 12px;
}

.homepage-testimonials-header a { color: #FFF; text-decoration: none; display: block; width: 415px; }

/************************************************************************************************/
/*                                     PROJECT FEATURES TABLE                                   */
/************************************************************************************************/

.project-features {
    float: left; 
    font-size: 11px; 
    background: #EEE; 
    border: 1px solid #CCC; 
    padding: 3px; 
    text-align: left;
    width: 625px;
}

.project-features-table {
    border-spacing: 0px;
    border-collapse: collapse;
}

th.project-features-table {
    font-size: 12px; 
    font-weight: bold;
}

.project-features-table .icon {
    padding: 3px; width: 35px;
}

.project-features-table .description {
    padding: 3px; width: 90px;
}

/************************************************************************************************/
/*                                     NEWS STYLE                                               */
/************************************************************************************************/

.news-item {
      width: 440px;
      margin: 15px 0 20px 0; 
      overflow: hidden;
}

.news-date {
      float: left;
      width: 53px;
      height: 60px;
      background: url(../images/date_bg.jpg) no-repeat left top;
}

.news-month {
      width: 53px;
      text-align: center;
      font-size: 11px;
      padding-top: 4px;
      color: #FFF;
      font-weight: bold;
}

.news-day {
      width: 53px;
      text-align: center;
      font-size: 18px;
      padding-top: 1px;
      font-weight: bold;
      font-family: verdana;
      color: #E8771A;
      letter-spacing: -2px;
}

.news-year {
      width: 53px;
      text-align: center;
      font-size: 11px;
      padding-top: 1px;
      font-weight: bold;
      color: #FFF;
}

.news-info {
      float: right;
      width: 360px;
      overflow: hidden;
}

.news-title {
      width: 360px;      
      border-bottom: 1px solid #CCC;
      padding: 0 5px 4px 5px;
      font-size: 13px;
      font-family: verdana;
      text-align: left;
      color: #333;
      font-weight: bold;
}

.news-text {
      width: 350px; padding: 5px;
      font-size: 13px;
      color: #333;
      text-align: left;
      line-height: 17px; 
      text-align: justify; 
}


/************************************************************************************************/
/*                                       HEADERS                                                */
/************************************************************************************************/


h1 { 
      letter-spacing: -1px;
      font-size: 20px;
      font-family: verdana;
      text-align: left;
      color: #575757;
      font-weight: lighter;
      margin: 0.67em 0; 
}

h2 { 
      letter-spacing: -1px;
      font-size: 20px;
      font-family: verdana;
      text-align: left;
      color: #575757;
      font-weight: lighter;
      margin: 0.67em 0;
}

/************************************************************************************************/
/*                                   ADMIN TABLE                                                */
/************************************************************************************************/

table.fancy-table {
      border-spacing: 0px;
      border-collapse: collapse;
      width: 445px;
}

table.fancy-table .title-cell {
      width: 130px;
      padding: 7px;
      text-align: left;
      border: 1px solid #CCC;
      font-weight: bold;
      background: #EEE;
}

table.fancy-table .normal-cell {
      width: 184px;
      padding: 7px;
      text-align: left;
      border: 1px solid #CCC;
}

/************************************************************************************************/
/*                                   MAIN CONTACT FORM                                          */
/************************************************************************************************/

table.contact-table {
      border-spacing: 0px;
      border-collapse: collapse;
      width: 445px;
}

table.contact-table .title-cell {
      width: 130px;
      padding: 7px;
      text-align: left;
      border: 1px solid #CCC;
      font-weight: bold;
      background: #EEE;
}

table.contact-table .normal-cell {
      width: 184px;
      padding: 7px;
      text-align: left;
      border: 1px solid #CCC;
}

textarea {
    resize: none;
}

.fancy-table input, .fancy-table textarea, .fancy-table select {
      padding: 1px;
      font: 12px verdana, sans-serif;
      color: #333;
      background: #FFF;
      border: 1px solid #CCC;
      width: 280px;
      padding: 5px;
}

.fancy-table input:focus, .fancy-table input:hover,
.fancy-table textarea:focus, .fancy-table textarea:hover,
.fancy-table select:focus, .fancy-table select:hover {
      color: #333;
      background: #E7F1F3;
      border: 1px solid #888;
      padding: 5px;
}

.contact-table input, .contact-table textarea, .contact-table select {
      padding: 1px;
      font: 12px verdana, sans-serif;
      color: #333;
      background: #FFF;
      border: 1px solid #CCC;
      padding: 5px;
}

.contact-table input:focus, .contact-table input:hover,
.contact-table textarea:focus, .contact-table textarea:hover,
.contact-table select:focus, .contact-table select:hover {
      color: #333;      
      background: #E7F1F3;
      border: 1px solid #888;
      padding: 5px;
}

.submit-button {
      padding: 5px;
      background: #FFF;
      color: #333;
      width: 120px;
      font-size: 12px;
      border: 0;
      float: right;
      cursor: pointer;
      border: 1px solid #CCC;
}

.submit-button:hover, .submit-button:focus {
      background: #E7F1F3;
      color: #333;
      font-size: 12px;
      border: 0;
      border: 1px solid #888;
}


/************************************************************************************************/
/*                                  QUICK CONTACT FORM                                          */
/************************************************************************************************/

table.quick-contact-form {      
      padding: 0;
      margin: 0;
      border-spacing: 0px;
      border-collapse: collapse;
      margin: 8px 0 0 30px;
}

table.quick-contact-form th {      
      padding: 2px;
      letter-spacing: -1px;
      font-size: 18px;
      font-family: verdana;
      text-align: left;
      color: #FFF;
      font-weight: lighter;     
}

table.quick-contact-form td {      
      padding: 1px;
}

table.quick-contact-form input {
      width: 140px; 
      padding: 3px;
      font-size: 11px;
      font-family: arial;
      border: 1px solid #1C68C6;
      background: #FFF url(../images/input_bg.jpg) repeat-x top left;
      color: #666;
}

table.quick-contact-form textarea {
      width: 140px; 
      height: 50px; 
      padding: 3px;
      font-size: 11px;
      font-family: arial;
      border: 1px solid #1C68C6;
      background: #FFF url(../images/input_bg.jpg) repeat-x top left;
      color: #666;
}

table.quick-contact-form .submit-button {
      width:76px; 
      height: 26px;
      font-size: 11px;
      font-family: arial;
      border: 0;
      background: url(../images/quick-contact-send-button.png) no-repeat top left;
      float: right;
      cursor: pointer;
}

table.quick-contact-form #image {
      height: 22px;
      float: left;
}

table.quick-contact-form #securitycode {
      width: 58px;
      float: right;
      height: 14px;
      border: 1px solid #B8B8DA;
}

/************************************************************************************************/
/*                                        FOOTER LINKS                                          */
/************************************************************************************************/

table.footer-links-table {      
      padding: 0;
      border-spacing: 0px;
      border-collapse: collapse;
      margin: 15px 30px 0px 0px;
}

table.footer-links-table th { 
      padding: 2px;
      letter-spacing: -1px;
      font-size: 18px;
      font-family: verdana;
      text-align: left;
      color: #FFF;
      font-weight: lighter;
}

table.footer-links-table td {      
      padding: 2px;
      width: 175px;
      text-align: left;
      vertical-align: top;
      color: #FFF;
}

table.footer-links-table ul  {
      padding: 10px 0 0 0;
      margin: 0;
      list-style-type: none;
      
}

table.footer-links-table li  {      
      padding: 3px 0px 3px 13px;
      margin: 0;
      color: #FFF;
      font-family: verdana;
      font-size: 11px;
      background: url(../images/orange-bullet.png) no-repeat 0px 7px;
}

table.footer-links-table .info-image {
      width:20px;
      padding:3px;
      text-align: center;
}

table.footer-links-table .info-text {
      width: 120px; 
      padding: 0px 3px 0px 3px;
      vertical-align: middle;
}

/************************************************************************************************/
/*                                        LINKS                                                 */
/************************************************************************************************/

table.footer-links-table a { color: #FFF; text-decoration: none; }
table.footer-links-table a:hover { color: #FFF; text-decoration: underline; }

a.orange-link { color: #D55E15; text-decoration: none; }
a.orange-link:hover { color: #A8410F; text-decoration: none; }

.full-width-frame a { color: #D55E15; text-decoration: none; }
.full-width-frame a:hover { color: #A8410F; text-decoration: underline; }

#sub-menu a { text-decoration: none; color: #FFF; cursor: pointer; }
#sub-menu a:hover { text-decoration: none; color: #F48C1A; cursor: pointer; }

#website-design-sub-menu a { text-decoration: none; color: #F48C1A; }
#website-design-sub-menu a:hover { text-decoration: underline; color: #F48C1A; }


a.link-button {
      width: 120px;
      display: block;
      float: right;
      cursor: pointer;
      text-align: center;
      font: 12px verdana, sans-serif;
      color: #333;
      background: #FFF;
      border: 1px solid #CCC;
      padding: 5px;
}

a.link-button:hover, a.link-button:focus {
      color: #333;
      background: #E7F1F3;
      border: 1px solid #888;
      padding: 5px;
      text-decoration: none;
}

a.back-button, a.back-button:visited {
    text-decoration: none; 
    font-size: 12px; 
    float: left; 
    background: #D1D9FF; 
    color: #2E2E2E; 
    padding: 2px 10px; 
    text-align: center; 
    border: 1px solid #999; 
    margin: 0px 0px 5px 5px;
}

a.back-button:hover {
    background: #6699FF; 
    color: #FFF; 
    text-decoration: none;
}

a img { border: none; }

a.subtle { color: #333; }
a.subtle:hover { 
    color: #333; 
    /*text-decoration: none;*/ 
}

/************************************************************************************************/
/*                                       DATA GRID                                              */
/************************************************************************************************/

table.tbl { 
    width: 100%; border: 1px solid #BBB; font-size: 12px; clear: both; border-spacing: 0px; border-collapse: collapse;
}

td.tbl-header { 
    background: url(datagrid/images/head_bg.jpg); text-align: left; padding: 5px; font-weight: bold; border-bottom: 1px solid #BBB; 
}
tr.tbl-footer {}
table.tbl-footer { font-size: 1em; }
tr.tbl-row {}
tr.tbl-row:hover { background: #CCC; } /* Old color: #E9E9E9 */
tr.tbl-row-even { background: #f4f4f4; }
tr.tbl-row-odd { background: white; }
tr.tbl-row-highlight:hover { background: #777; cursor: pointer; }
td.tbl-nav { background: url(datagrid/images/head_bg.jpg); height: 15px; border-top: 1px solid #EEE; color: #4D4D4D; }
td.tbl-pages { text-align: center; }
td.tbl-row-num { text-align: right; }
td.tbl-cell { text-align: left; padding: 3px 5px; }
td.tbl-controls { text-align: center; }
td.tbl-found {}
td.tbl-checkall {}
td.tbl-page { text-align: right; }
td.tbl-noresults { font-weight: bold; color: #9F0000; height: 45px; text-align: center; }
span.tbl-reset { margin: 5px 5px; }
img.tbl-reset-image { margin-right: 5px; border: 0; }
span.tbl-create { margin: 5px 0; }
img.tbl-create-image { margin-right: 5px; border: 0; }
div.tbl-filter-box {}
img.tbl-arrows { border: 0; }
img.tbl-order-image { margin: 0 2px; border: 0; }
img.tbl-filter-image { border: 0; }
img.tbl-control-image { border: 0; }
span.page-selected { color: black; font-weight: bold; }
input.tbl-checkbox {}


/************************************************************************************************/
/*                                       FOOTER                                                 */
/************************************************************************************************/

#footer {
      background: url(../images/footer.jpg) no-repeat top center;
      padding: 5px;
      width: 970px;
      height: 210px;
      margin-bottom: 15px;
}

#footer-keywords{
   text-align: center; 
   padding-bottom: 10px; 
   font-size: 12px; 
   font-weight: bold; 
   color:#D55E15;
}

#footer-keywords a{
   text-decoration: none; 
   color:#D55E15;
}

#admin-footer {
      background: url(../images/admin-footer.jpg) no-repeat top center;
      padding: 5px;
      width: 970px;
      height: 150px;
      margin-bottom: 25px;
}

/*** Virtual tours ***/
#tour-holder {
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
	overflow: hidden;
	width: 900px;
	font: 10px normal Arial, Helvetica, sans-serif;
}
 

#tour-holder .main-tour {
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
	width: 580px; height: 454px; margin: 0px; text-align: left; border: 1px solid #CCC;
}
 
#tour-holder .tour-thumbs {
	float: right;
	width: 300px;
	height: 456px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	overflow:auto;
	
}
#tour-holder .tour-thumbs img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
	margin: 0 10px 0 0;
}
#tour-holder .tour-thumbs ul {
	margin: 0; padding: 0;
	list-style: none;
}
#tour-holder .tour-thumbs ul li{
	margin: 0; padding: 0;
	background: #f0f0f0;
	text-align: left;
	width: 279px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #ccc;
}

#tour-holder .tour-thumbs ul li a {
    font-size: 11px;
    display: block; 
    width: 260px; 
    padding: 5px 10px; 
    overflow: hidden; 
    color: #333; 
    text-decoration: none;
    border: none;
}

#tour-holder .tour-thumbs ul li a:hover, #tour-holder .tour-thumbs ul li .selected {
    background: #DDD;
    
}

/**** Bulleted List - virtual tours page***/
#bulletedList{
    padding: 10px 0 0 0; margin: 0 0 0 15px; list-style-type: none;
}

#bulletedList li{
    background: url(../images/orange-bullet.png) no-repeat 0px 7px; padding: 3px 0px 3px 13px;
}
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(../images/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../images/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(../images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(../images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(../images/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	line-height: 20px;
      background: #FFF;
      padding: 0px 10px;
}

/**html #lightwindow_title_bar { float: left; }*/

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #000;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #000;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}#slider {

	/* You MUST specify the width and height */
	width:420px;
	height:250px;
	position:relative;	
	overflow:hidden;
	top: 10px;
	left: 10px;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:1200px;
	overflow:hidden;
}

#gallery li {
	
	/* float left, so that the items are arrangged horizontally */
	float:left;
}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:800;
	
	/* width should be lesser than #slider width */
	width:130px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;
	opacity: 0.9;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:130px;
	background:#222;
	overflow:hidden;
	font-family:tahoma;
	font-size:13px;	
}

#excerpt li {
	padding:10px;
	color: #FFF;
	
}
