/*****************
 * Generic styles
 ******************/
body {
    /*font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;*/
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:12px;
    color:#444444;
    height: 100%;
    margin:0px;
    padding:0px;
    scroll-behavior: smooth;
    }
 html {
    scroll-behavior: smooth;
    }
    
.body1 {
/*    background: #F5F2EB url("../images/page.png") ;*/
    background: #DBD1B8 url("../images/page.png") ;
    }
.body2 {
/*    background: #F5F2EB url("../images/page.png") ;*/
    background: #DBD1B8 url("../images/page.png") ;
    }
.body3 {
/*    background: #F5F2EB url("../images/page.png") ;*/
    background: #DBD1B8 url("../images/jejardinebiobg.jpg") ;
    }
/*****************
 * Global Layout
 *****************/
#m-topnav{
    background: #3A3637 url("../images/topnav.png") ;
    height:36px;
    padding:0px;
    }
#container{
    position:relative;
    width:100%;
    margin:0px auto;
    }
.body1 #header{
    position:relative;
    background: #ABA188 url("../images/page.png") ;
/*    background: #DBD1B8 url("../images/page.png") ; */
    height: 340px; /*Height of top section*/
    min-height: 340px; /*Height of top section*/
    }
.body2 #header{
    position:relative;
/*    background: #DBD1B8 url("../images/page.png") ; */
    background: #ABA188 url("../images/page.png") ;
    height: 120px; /*Height of top section*/
    min-height: 120px; /*Height of top section*/
    }
.body3 #header{
    position:relative;
/*    background: #DBD1B8 url("../images/page.png") ; */
    background: url("../images/jejardinbiobg.jpg") ;
    height: 120px; /*Height of top section*/
    min-height: 120px; /*Height of top section*/
    }
#subheader {
    position:relative;
    width:1000px;
    margin:0px auto;
    height: 120px; /*Height of top section*/
    min-height: 120px; /*Height of top section*/
    }
#content{
    position:relative;
    top:-340px;
    margin: 0px auto; /*Center container on page*/
    width: 1000px; /*Width of main container*/
    background: #F5F2EB ;
    }
#content2{
    position:relative;
    margin: 0px auto; /*Center container on page*/
    width: 1000px; /*Width of main container*/
    background: #F5F2EB ;
    }
#top-banner{
    float: left;
    width: 100%;
    /*background-image: url("../images/line.jpg"); */
    /*background-position: 0px ;  /* horizontal x, vertical y */
    /*background-repeat:repeat-y;*/
    }
.layout-container{
    table-layout:fixed;
    width: 98%;
    margin:0px auto;

    }
.layout-table-left{
    vertical-align:top;
    width: 200px;
    margin:6px;
    }
.layout-table-main-1cols,.layout-table-main-2cols,.layout-table-main-3cols{
    vertical-align:top;
    }
.layout-table-right-2cols{
    vertical-align:top;
    width: 260px;
    }
.layout-table-right-3cols{
    vertical-align:top;
    width: 220px;
    }
.ui-cmds-dropdown {
    float:right;
    font-size:0.9em;
    }
#my_dialog,#mydialog2 {
    margin:0px;
    padding:0px;
    }
#my_dialog .validateTips, #mydialog2 .validateTips{
    margin:6px;
    }
#my_dialog label,#my_dialog2 label {
    display:block;
    font-size:0.9em;
    margin:4px 0px 0px 4px;
    }
#my_dialog fieldset,#my_dialog2 fieldset {
    border:none;
    }
.body1 #footer{
    clear: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #222222 url("../images/footer.png") repeat-x ;
    position:relative;
    top:-356px;
    color:#EEEEEE;
    }
.body2 #footer{
    clear: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #222222 url("../images/footer.png") repeat-x ;
    position:relative;
    top:0px;
    color:#EEEEEE;
    }
.body3 #footer{
    clear: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #222222 url("../images/footer.png") repeat-x ;
    position:relative;
    top:0px;
    color:#EEEEEE;
    }
.footnote {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height:200px;
    min-height:200px;
    }
.footnote .right{
    float: right;
    text-align: right;
    position:relative;
    top:0px;
    padding-right:10px;
    font-size:16px;
    }
.footnote .right a{
    text-decoration:none;
    color:#EEEEEE;
    }
.footnote .right a:hover{
    text-decoration:underline;
    }
.footnote .left{
    float: left;
    text-align: left;
    position:relative;
    top:0px;
    padding-left:10px;
    font-size:16px;
    }
.footnote .left a{
    text-decoration:none;
    color:#EEEEEE;
    }
.footnote .left a:hover{
    text-decoration:underline;
    color:#EEEEEE;
    }
/******************
 * Common Styles
 ******************/
h1 {
    font-size:16px;
    margin:0px 10px 10px 0px; /* top, right, bottom, left */
    text-transform:uppercase;
    }
h1 a {
    color:#333333;
    text-decoration:none;
    }
h1 a:hover {
    color:#333333;
    text-decoration:underline;
    }
h2 {
    font-size:14px;
    margin:8px 8px 8px 2px; /* top, right, bottom, left */
    text-transform:uppercase;
    }
h3 {
    font-size:12px;
    margin:6px 6px 6px 2px; /* top, right, bottom, left */
    text-transform:uppercase;
    }
h4 {
    font-size:11px;
    margin:2px 2px 2px 2px; /* top, right, bottom, left */
    text-transform:uppercase;
    }

a {
    color:#333333;
    text-decoration:none;
    }
a:hover {
    color:#333333;
    text-decoration:underline;
    }
/****************************
 * PAGE CREATION STYLES
 ****************************/
.pagetext li {
    margin-left:16px;
    }
.pagetext ol, .menu .pagetext ol {
    list-style-type:decimal;
    }                
.table-container2 {
    position:relative;
    top:140px;
}
/****************************
 * Maryza generic styles
 ****************************/
/* fonts */
.m-right
    {
    width:100%;
    text-align:right;
    text-transform:uppercase;
    }
.m-title
    {
    font-size:1.6em;
    font-weight:bold;
    padding-left:15px;
    }
.m-cmdtitle {
    width:100%;
    }
.m-cmdtitle td {
    }
.m-subtitle-container
    {
    }
.m-subtitle
    {
    font-size:1.4em;
    font-weight:bold;
    margin:10px;
    text-transform:uppercase;
    }
    
/* tables */
.m-table
    {
    width:100%;
    margin:0px auto;
    border-collapse:collapse;
    font-size:1em;
    border:1px gray solid;
    }
.m-table-small-cell
    {
    width:100%;
    margin:0px auto;
    border-collapse:collapse;
    font-size:0.8em;
    border:1px gray solid;
    }
.m-table-small-cell th {
    background-color:#CCCCCC;
    text-align:left;
    border:1px gray solid;
    font-weight:bold;
    font-size:1.1em;
    padding:1px 2px 1px 2px;
    }
.m-table-small-cell td {
    text-align:left;
    padding:1px 2px 1px 2px;
    border:1px gray solid;
    }
.m-table-small-cell .td-notused {
    background-color:#DDDDDD;
    }
.m-table-small-cell .td-available{
    background-color:#FFF;
    }
.m-table-small-cell .td-available-nocmd {
    background-color:#FFF;
    border-left:2px solid black;
    border-right:2px solid black;
    border-top:none;
    border-bottom:none;
    }
.m-table-small-cell .td-noavailable{
    background-color:#DDDDDD;
    }
.m-table-small-cell .td-noavailable-nocmd {
    background-color:#DDDDDD;
    border-left:2px solid black;
    border-right:2px solid black;
    border-top:none;
    border-bottom:none;
    }
.m-table-small-cell .td-reserved,.m-table-small-cell .td-reserved-nocmd {
    background-color:#1c94c4;
    color:#FFF;
    border-left:2px solid black;
    border-right:2px solid black;
    border-top:none;
    border-bottom:none;
    }
.m-table-small-cell .td-top {
    border-top:2px solid black;
    border-bottom:none;
    border-left:2px solid black;
    border-right:2px solid black;
    }
.m-table-small-cell .td-bottom {
    border-bottom:2px solid black;
    border-top:none;
    border-left:2px solid black;
    border-right:2px solid black;
    }
.m-table-small-cell .td-topbottom {
    border:2px solid black;
    }
.m-table-small-cell td:hover {
    background-color: #A2A2A2;
    }

.m-table-small
    {
    width:100%;
    margin:0px auto;
    border-collapse:collapse;
    font-size:0.8em;
    border:1px gray solid;
    }
.m-table-small th {
    background-color:#CCCCCC;
    text-align:left;
    border:1px gray solid;
    font-weight:bold;
    font-size:1.1em;
    padding:1px 2px 1px 2px;
    }
.m-table-small td {
    text-align:left;
    padding:1px 2px 1px 2px;
    border:1px gray solid;
    }
.m-table-small tr:hover {
    background-color: #A2A2A2;
    }
.m-table-large
    {
    width:100%;
    margin:0px auto;
    border-collapse:collapse;
    font-size:1.8em;
    border:1px green solid;
    }
.m-th
    {
    background-color:#666666;
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
    padding:2px;
    color:#ffffff;
    }
.m-td
    {
    text-align:center;
    padding:2px;
    }
.m-tr{
    }
.m-tr0{
    background-color: #E0E0E0;
    }
.m-tr1{
    background-color: #FFFFFF;
    }
.m-tr0-nohov{
    background-color: #E0E0E0;
    }
.m-tr1-nohov{
    background-color: #FFFFFF;
    }
.m-tr0:hover{
    background-color: #A2A2A2;
    }
.m-tr1:hover{
    background-color: #A2A2A2;
    }
.m-table-small th .ordered,.m-table th .ordered,.m-table-large th .ordered
    {
    color:red;
    }
.m-table-small td, .m-table-small th,.m-table td, .m-table th,.m-table-large td,.m-table-large th {
    padding-right:2px;
    padding-left:2px;
    }
.m-table-large .tlimg .tlpreview,.m-table .tlimg .tlpreview, .m-table-small .tlimg .tlpreview {
    display:none;
    }
.m-table-large .tlimg, .m-table .tlimg, .m-table-small .tlimg {
    position:relative;
    }
.m-table-large td a:hover .tlpreview, .m-table td:hover a .tlpreview, .m-table-small td:hover a .tlpreview {
    display: block;
    position: absolute;
	top: -20px;
	left: 20px;
    width:128px;
    height:128px;
	z-index: 1;
    border:5px solid gray;
    }
.m-table-large .tlimg img {
    width:48px;
    height:48px;
    border:none;
    }
.m-table-large .tlimg a {
    width:48px;
    }
.m-table .tlimg img  {
    width:40px;
    height:40px;
    border:none;
    }
.m-table .tlimg {
    width:40px;
    }
.m-table-small .tlimg img  {
    width:32px;
    height:32px;
    border:none;
    }
.m-table-small .tlimg {
    width:32px;
    }
.m-table-adm
    {
    width:100%;
    margin:0px auto;
    border-collapse:collapse;
    font-size:0.9em;
    border:1px gray solid;
    }
.m-table-adm th{
    background-color:#888888;
    color:#ffffff;
    border-bottom:1px solid white;
    }
.m-table-adm td{
    padding:1px;
    text-align:center;
    }
.m-emphase-adm
    {
    width:100%;
    text-align:right;
    text-transform:uppercase;
    font-weight:bold;
    }
.m-noemphase-adm
    {
    width:100%;
    text-align:right;
    text-transform:uppercase;
    }
.m-trspacer-adm{
    background-color:#888888;
    border-left:none;
    border-right:none;
    color:#ffffff;
    }
.m-trspacer-adm td{
    text-align:left;
    padding-left:20px;
    font-size:1em;
    font-weight:bold;
    }
/* tabed menus */
.m-tabmenu, .m-tabmenu-med {
    width:960px;
    display:block;
    position:relative;
    margin: 20px 0px 10px 20px; /* top, right, bottom, left */
    padding-left: 10px ; /* top */
    height: 17px;
    }
.m-tabmenu + .rounded-box .menu > table{
    width:100%;
    border-collapse:collapse;
    }
.m-tabmenu-2rows, .m-tabmenu-2rows-med {
    width:860px;
    display:block;
    position:relative;
    margin: 20px 0px 4px 24px; /* top, right, bottom, left */
    padding-left: 10px ;
    height: 45px;
    }
.m-tabmenu ul, .m-tabmenu-2rows ul,.m-tabmenu-med ul, .m-tabmenu-2rows-med ul {
    margin:0;
    padding:0;
    list-style-type:none;
    }
/* Define the first row position, when in two rows mode */
.m-tabmenu-2rows ul.m-tabmenu-firstrow,.m-tabmenu-2rows-med ul.m-tabmenu-firstrow {
    position: absolute;
    left:40px;
    top:-4px;
    }
/* Define the second row position, when in two rows mode */
.m-tabmenu-2rows ul.m-tabmenu-secondrow,.m-tabmenu-2rows-med ul.m-tabmenu-secondrow {
    position: absolute;
    left:0px;
    top:22px;   /* provides an overlapping effect of the first row over the second row */
    }
.m-tabmenu li, .m-tabmenu-2rows li ,.m-tabmenu-med li, .m-tabmenu-2rows-med li {
    float:left;
    position:relative;
    margin-right:4px;
    background-color: #FFF;
    font-weight:bold;
    }
.m-tabmenu a, .m-tabmenu-2rows a{
    display:block;
    width: 130px;
    height: 20px;
    text-align:center;
    text-decoration:none;
    padding-top:6px;
    margin:0;
    border:1px gray solid;
    }
.m-tabmenu-med a, .m-tabmenu-2rows-med a {
    display:block;
    width: 88px;
    height: 20px;
    text-align:center;
    text-decoration:none;
    padding-top:6px;
    margin:0;
    border:1px gray solid;
    }
.m-tabmenu .selected, .m-tabmenu-2rows .selected, .m-tabmenu-med .selected, .m-tabmenu-2rows-med .selected{
    border-bottom:1px #FFFFFF solid;
    background-color: #FFFFFF;
    }
/* front page loging box */
.m-frontpagelogin {
    padding: 0px;
    border-collapse:collapse;
    border:1px gray solid;
    margin:10px auto;
    width:100%;
  }
.m-frontpagelogin .m-errormsg{
    font-size:0.8em;
    margin: 2px;
    padding: 2px;
    border:1px solid gray;
    }
.m-frontpagelogin table{
    margin:4px;
    }
.m-frontpagelogin td{
    }
.m-frontpagelogin input{
    float:left;
    }
.m-frontpagelogin-go{
    width:20%;
    }
.m-frontpagelogin a{
    font-size:0.8em;
    }
/* online store */

.m-service-logolnk {
    position:absolute;
    top:15px;
    left:320px;
    }
.m-olstore-logolnk {
    position:absolute;
    top:15px;
    left:470px;
    }
.m-jardine-logolnk {
    position:absolute;
    top:15px;
    left:620px;
    }
.m-booking-logolnk {
    position:absolute;
    top:15px;
    left:770px;
    }
/*top horizontal bar */
.body1 #m-tophorbar {
    position:relative;
    top:0px;
    left:0px;
    height:120px;
    min-height:120px;
    border-bottom:1px solid gray;
    background: #F5F2EB ;
}
.body2 #m-tophorbar {
    position:absolute;
    top:-120px;
    left:0px;
    height:120px;
    min-height:120px;
    border-bottom:1px solid gray;
    background: #F5F2EB ;
    width:1000px;
}
.body3 #m-tophorbar {
    position:absolute;
    top:-120px;
    left:0px;
    height:120px;
    min-height:120px;
    border-bottom:1px solid gray;
    background: #F5F2EB ;
    width:1000px;
}

/* front page loging box */
.body1 .login          	           {position:absolute;width:270px;top:372px;right:-14px;margin:0px;padding:0px;z-index:100}
.body2 .login                      {position:absolute;width:270px;top:4px;right:-8px;margin:0px;padding:0px;z-index:100}
.body3 .login                      {position:absolute;width:270px;top:4px;right:-8px;margin:0px;padding:0px;z-index:100}
#loginbox, #loginbox a  	           {color:#333333; font-size:13px;	}
#loginid       		           {color:#333333; position:absolute;top:8px;right:56px;float:right;margin:0px;padding:0px; 	}
#loginid input 		           {width:80px; position:relative;top:0px;left:0px; 	}
#loginpw       		           {color:#333333; position:absolute;top:29px;right:56px;float:right;margin:0px;padding:0px; }
#loginpw input 		           {width:80px;}
#loginimg      		           {color:#333333;position:relative;top:15px;right:-225px;width:36px;margin:0px;padding:0px; 	}
#loginfgot       	           {color:#333333;position:absolute;top:68px;right:46px;margin:0px;padding:0px; 		}
#loginfgot-alone           	   {color:#333333;position:absolute;top:50px;right:46px;margin:0px;padding:0px; 		}
#loginfgot a, #loginfgot-alone a    {color:#333333;position:relative;top:0px;left:0px;font-size:11px;	}
#logincreate       	           {color:#333333;position:absolute;top:50px;right:46px;margin:0px;padding:0px;}
#logincreate a                      {color:#333333;position:relative;top:0px;left:0px; font-size:11px;}
#loginhi              	           {color:#333333;position:absolute;top:72px;left:120px; 		}
#loginmsg {
    color:red; 
    width:300px;
    background-color:white;
    position:absolute; 
    top:56px;	
    right:29px;
    padding:2px;	
    }
.news-slider-caption {
    display:none;
}
#news-slider .nivo-caption {
    color: #FFFFFF;
    min-width: 510px;
    position: absolute;
    top: 10px;
    left:310px;
    bottom:10px;
    background:none;
    opacity:1;
}
.caption-title {
    color:#EEEEEE;
    font-weight:bold;
    font-size:24px;
}
#news-slider .nivo-caption .caption-title a {
    border:none;
}
.caption-desc {
    margin-top:10px;
    height:160px;
    overflow-y:auto;
}
.caption-text {
    color:#EEEEEE;
    font-weight:normal;
    font-size:16px;
}

/* Social media */
.body1 .socialmedia {
    position:absolute;
    top:400px;
    right:34px;
    z-index:100;
}
.body2 .socialmedia {
    position:absolute;
    top:74px;
    right:26px;
    z-index:100;
}
.body3 .socialmedia {
    position:absolute;
    top:74px;
    right:26px;
    z-index:100;
}
.fblikeit {
    margin:0px auto;
    text-align:center;
}
.twitter-timeline {
    margin:0px auto;
    text-align:center;
    border:1px solid black;
}

/* Photo slideshow */
.m-slideshow-container
{
  width: 98%;
  margin-right:auto;
  margin-left:auto;
  border: 1px gray solid;
  background-color:#DCDFDD;
  clear:both;
}
.m-slideshow-container-large
{
  width: 100%;
  margin: 0px auto;
  margin-top: 5px;
  background-color:#DCDFDD;
  clear:both;
}
.m-slideshow-container-300x200
{
  width: 100%;
  margin: 0px auto;
  clear:both;
}
.m-slideshow-container-small
{
  width: 100%;
  margin:0px auto;
  clear:both;
}
.m-slideshow-container-sponsor-medium-left
{
  width: 100%;
  margin:0px auto;
  clear:both;
}
.m-slideshow-container-sponsor-medium-right
{
  width: 100%;
  margin:0px auto;
  clear:both;
}
.m-slideshow-container-sponsor-large
{
    width: 100%;
    margin: 0px auto;
    clear:both;
    height:250px;
    width:320px;
}
#m-slideshow-sponsor-medium-left {
    position:relative;
    width:160px;
    height:160px;    
    margin:0px auto;
}
#m-slideshow-sponsor-medium-right {
    position:relative;
    width:160px;
    height:160px;    
    margin:0px auto;
}
#m-slideshow-sponsor-large {
    position:relative;
    display:block;
    margin:0px auto;
    width:100%;
}
#m-slideshow-small {
    position:relative;
    width:160px;
    height:160px;    
    margin:0px auto;
}
#m-slideshow-mediumsquare {
    position:relative;
    margin:0px auto;
    margin-top:5px;
    margin-bottom:5px;
    width:400px;
    height:430px;    
}
#m-slideshow-mediumletter {
    position:relative;
    margin:0px auto;
    margin-top:5px;
    margin-bottom:5px;
    width:300px;
    height:440px;    
    overflow:hidden;
}
#m-slideshow-mediumlandscape {
    position:relative;
    margin:0px auto;
    margin-top:5px;
    margin-bottom:5px;
    width:400px;
    height:330px;    
    overflow:hidden;
}
#m-slideshow-large {
    position:relative;
    display:block;
    width:600px;
    height:640px;
    margin:0px auto;
    margin-top:30px;
}
#m-slideshow-300x200 {
    position:relative;
    display:block;
    width:300px;
    height:220px;
    margin:0px auto;
    margin-top:0px;
}

#m-slideshow-mediumsquare div,
#m-slideshow-mediumletter div,
#m-slideshow-mediumlandscape div,
#m-slideshow-300x200 div,
#m-slideshow-small div,
#m-slideshow-sponsor-medium-left div,
#m-slideshow-sponsor-medium-right div,
#m-slideshow-sponsor-large div {
    position:absolute;
    top:0px;
    left:0;
    z-index:8;
    display:none;
    opacity:0.0;
}
#m-slideshow-large div {
    position:absolute;
    top:20px;
    left:0;
    z-index:8;
    display:none;
    opacity:0.0;
}
#m-slideshow-large div.active, 
#m-slideshow-mediumsquare div.active,
#m-slideshow-mediumletter div.active,
#m-slideshow-mediumlandscape div.active,
#m-slideshow-300x200 div.active,
#m-slideshow-small div.active,
#m-slideshow-sponsor-medium-left div.active,
#m-slideshow-sponsor-medium-right div.active,
#m-slideshow-sponsor-large div.active {
    z-index:9;
    display:inline;
    opacity:1.0;
}

#m-slideshow-large div.last-active, 
#m-slideshow-mediumsquare div.last-active, 
#m-slideshow-mediumletter div.last-active, 
#m-slideshow-mediumlandscape div.last-active, 
#m-slideshow-300x200 div.last-active, 
#m-slideshow-small div.last-active,
#m-slideshow-sponsor-medium-right div.last-active,
#m-slideshow-sponsor-medium-left div.last-active,
#m-slideshow-sponsor-large div.last-active {
    opacity:0.0;
    display:none;
    z-index:9;
}
#m-newscarrousel {
    position:relative;
    top:-340px;
    left:0px;
    display:block;
    width:1000px;
    height:340px;
    overflow:hidden;
    margin:0px auto;
}
/* others */
.m-helpbox {
    display:block;
    width:90%;
    margin:0px auto;
    border:1px dotted gray;
    font-size:1em;
    margin-top:0px;
    margin-bottom:10px;
    padding:6px;
    text-align:left;
    }
.m-usermsg {
    padding:10px;
    margin:10px;
    }
.m-errormsg {
    background-color:white;
    color: red;
    padding:10px;
    margin: 10px;
    }

.tableinfo
    {
    width:100%;
    margin:0px auto;
    border-collapse:collapse;
    }
.tableinfo th
    {
    padding:4px;
    text-align:center;
    font-weight:bold;
    margin:2px;
    }
.tableinfo td
    {
    text-align:center;
    padding:4px;
    margin:2px;
    }
.tableinfo tr{
    }
.tableinfo .tr0{
    background-color: #E0E0E0;
    }
.tableinfo .tr1{
    background-color: #C2C2C2;
    }
.tableinfo .tr0:hover{
    background-color: #A2A2A2;
    }
.tableinfo .tr1:hover{
    background-color: #A2A2A2;
    }
.emphase
    {
    width:96%;
    margin:4px auto;
    margin-bottom:12px;
    padding:2px;
    border:none;
    background-color:#E0E0E0;
    }
.center{
	text-align:center;
    margin:0px auto;
	}
.small {
    font-size:10px;
    margin-left:8px;
    }
.section {
    margin:5px;
    padding:2px;
    border:1px solid gray;
    background:white;
    }
.eformhdr {
    width:90%;
    margin:0px auto;
    }
.eformcaption {
    width:90%;
    margin:0px auto;
    color:red;
    font-size:0.8em;
    }
.eform {
    width:90%;
    margin:0px auto;
    border:1px gray dotted;
    border-collapse:collapse;
    }
.eform td {
    padding:8px;
    }
.eform .label {
    width:33%;
    text-align:right;
    color:black;
    background:#DBD1B8;
    }
.eform .field {
    }
.eform .grpname {
    text-align:left;
    font-weight:bold;
    font-size:1.2em;
    text-transform:uppercase;
    }
.eform .pricetotal-nil{
    float:right;
    }
.eform .pricetotal{
    float:right;
    font-weight:bold;
    }
/******************
 * Front page login area
 ******************/
.frontpagetext {
    font-size:16px;
    margin:4px;
    padding:8px 12px 8px 12px; /* top, right, bottom, left */
  }
.frontpagetext_img {
  }
.frontpagetext_img img {
    float:left;
    margin-top:12px;
    margin-right:12px;
    margin-left:15px;
  }
.frontpagetext_imglarge {
    margin:0px auto;
    text-align:center;
    width:100%;
  }
.frontpagetext_imglarge img {
    margin:0px auto;
  }
.frontpagetext li{
    margin-left:30px;
    padding-top:2px;
    padding-bottom:2px;
    }
.logo {
    position:absolute;
    }
.logotext {
    position:relative;
    top:20px;
    left: 50px;
    height:100px;
    min-height:100px;
    width:800px;
    }
.logotext h1 {
    width:100%;
	font: bolder 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: white;
	text-transform: none;
	text-decoration: none;
	background: transparent;
    text-align:left;
    }
.logotext h3 {
    width:100%;
	font: normal 20px 'Trebuchet MS', Arial, Sans-serif;
    color:white;
    margin-left:20px;
    margin-top:-10px;
    text-align:left;
    }
.body1 .logolanguagebar {
    position:absolute;
    top:365px;
    right:26px;
    text-align:left;
    font-size:14px;
    font-weight:bold;
    color:#c61400;
    padding:2px;
    text-decoration:none;
    z-index:100;
   }
.body2 .logolanguagebar {
    position:absolute;
    top:25px;
    right:16px;
    text-align:left;
    font-size:14px;
    font-weight:bold;
    color:#c61400;
    padding:2px;
    text-decoration:none;
    z-index:100;
   }
.body3 .logolanguagebar {
    position:absolute;
    top:25px;
    right:16px;
    text-align:left;
    font-size:14px;
    font-weight:bold;
    color:#c61400;
    padding:2px;
    text-decoration:none;
    z-index:100;
   }
.logolanguagebar a {
    color:#c61400;
    }
/******************
 * Navigation Bar
 ******************/
/* First level navigation buttons */
.navbut {
    position:relative;
    top:0px;
    font-family: 'Tahoma, Arial, Helvetica, Sans-Serif';
    font-size:13px;
    font-weight: normal;
    font-style: normal;
    width:1020px;
    height:36px;
    margin:0px auto;
    padding:0px;
    text-align:center;
    z-index:10000;
    }
.navbut ul {
    height:36px;
    padding:0;
    margin:0;
    list-style-type:none;
    }
.navbut li {
    float:left;
    width:140px;
    position:relative;  /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
    border-right:1px dotted gray;
    }
.navbut a, .navbut a:visited {
    display:block;
    text-decoration:none;
    width:140px;
    text-align:center;
    line-height:36px;
    color:#eeeeee;
    }
.navbut :hover > a {
    padding:0;
    margin:0;
    color:#ff9a12;
    text-decoration:underline;
    }
/* Second level navigation buttons */
.navbut ul > li > ul {
    visibility:hidden;  /* hide the sub levels and give them a positon absolute so that they take up no room */
    position:absolute;
    }
.navbut ul > li > ul li {
    background:#404040;
    width:180px;
    border-top:1px dotted gray;
    }
 /* style the second level background */
.navbut ul  > li > ul a.drop, .navbut ul  > li > ul a.drop:visited {
    background:#601216;
    }
 /* style the second level links */
.navbut ul > li > ul a, .navbut ul  > li > ul a:visited {
    color:#eeeeee;
    height:auto;
    font-style:normal;
    line-height:1em;
    padding:5px 5px;
    width:180px;
    text-align:left;
    border:none
    }
 /* make the second level visible when hover on first level list OR link */
.navbut ul > li:hover > ul, .navbut ul > li > a:hover ul{
    visibility:visible;
    width:180px;
    text-align:left;
    position:absolute;
    z-index:20;
    top:30px;
    }
.navbut ul > li > ul a:hover, .navbut ul > li > ul > li:hover > a  {
    color:#ff9a12;
    padding:5px 5px;
    width:180px;
    }
/* Third level navigation buttons */
.navbut ul ul ul {
    visibility:hidden;  /* hide the sub levels and give them a positon absolute so that they take up no room */
    overflow:visible;
    position:absolute;
    top:4px;
    left:110px;
    }
.navbut ul ul li:hover ul, .navbut ul ul a:hover ul{
    visibility:visible;
    overflow:visible;
    width:120px;
    top:4px;
    left:110px;
    }
.navbut ul ul li:hover .rightmost, .navbut ul ul a:hover .rightmost{
    top:4px;
    left:-110px;
    }
/**************************************************************
 * front page styles
 *************************************************************/
.sectiontitle {
    width: 98%;
    margin-top: 5px;
    padding:4px;
    color:#758799;
    font-family:Arial,'Arial Unicode MS',Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight:normal;
    }
.sectiontitle a {
    text-decoration:none;
    color:#758799;
    font-family:Arial,'Arial Unicode MS',Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight:normal;
    }
.sectiontitle a:hover {
    text-decoration:underline;
    color:#758799;
    font-family:Arial,'Arial Unicode MS',Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight:normal;
    }
.visit-history {
    width:100%;
    vertical-align:top;
    font-size:10px;
   }
/**************************************************************
 * generic list
 *************************************************************/
.list {
    width:100%;
    border-collapse:collapse;
    color:black;
    }
.list th {
	font-size:12px;
    font-weight: bold;
    color:#fff;
    padding:2px;
    border:gray 1px solid;
    text-align:center;
    background-color: #387e28;
   	}
.list th a, .list th a:hover{
	color:#fff;
    text-decoration:none;
   	}
.list td {
	font-size:11px;
    padding:4px;
    border:#387e28 1px solid;
	}
.list td a{
	color:black;
    text-decoration:none;
	}
.list td a:hover{
	color:black;
    text-decoration:underline;
	}
.list td .emphase{
    color: red;
    }
.list .tr1{
    background-color: #DDDDDD;
    }
.list .tr2{
    background-color: #fff;
    }
.list .tr1:hover, .list .tr2:hover{
    background-color: #BBBBBB;
	cursor: pointer;
    }

/**************************************************************
 * document browser styles
 *************************************************************/
.docbrowser {
    width:100%;
    border-collapse:collapse;
    color:black;
    margin-left:10px;
    margin-top:10px;
    }
.docbrowser th {
	font-size:12px;
    font-weight: bold;
    color:#fff;
    padding:2px;
    text-align:center;
    background-color: #387e28;
   	}
.docbrowser .tr1{
	font-size:12px;
    font-weight:bold;
    }
.docbrowser .tr2{
	font-size:12px;
    font-weight:bold;
    }
.docbrowser .tr1doc{
    font-size:11px;
    }
.docbrowser .tr2doc{
    font-size:11px;
    }
.docbrowser .tr1:hover, .docbrowser .tr2:hover,.docbrowser .tr1doc:hover,.docbrowser .tr2doc:hover{
    background-color: #fff;
	cursor: pointer;
    }
.docbrowser td {
    padding:4px;
	}
.docbrowser .docname {
    font-weight:bold;
	}
.docbrowser td .numelements {
    font-size:9px;
    font-weight:normal;
	}
.docbrowser td a{
	color:black;
    text-decoration:none;
	}
.docbrowser td a:hover{
	color:black;
    text-decoration:none;
	}
.docbrowser .actioncolumn {
	width:100px;
	}
.docbrowser .firstletter {
    width:100%;
    border-bottom:gray 1px solid;
	}
.docbrowser .firstletter a {
	font-size: 18px;
    font-weight:bold;
    font-style:italic;
    color:gray;
	}
.docbrowser .charindex {
	font-size: 16px;
    font-weight:bold;
    color:gray;
    padding:10px;
    text-align:center;
    width:100%;
	}
.docbrowser .charindex span{
	padding-right:6px;
    padding-left:6px;
	}

/**************************************************************
 * Rounded Corners Box Style
 * - can be applied on any background - it is fully transparent
 * - can be used in association with tabmenu styles to create
 *   boxes that are tabulated.
 *
 *************************************************************/
.table-container2 {
    position:relative;
    top:10px;
    }
.menu-container {
    margin-bottom:10px;
    padding-bottom:30px;
    }
.table-container2 .menu-container{
    position:relative;
    top:0px;
    }
.table-container .menu-container{
    position:relative;
    top:0px;
    }
#content2 > .menu-container {
    position:relative;
    top:20px;;
}
.rounded-box{
    border:1px solid gray;
    width:97%;
    margin: 0px auto;
    padding-top:0px;
    margin-bottom:10px;
    min-height:400px;
    }
.rounded-box form li {
    clear:both;
    }
/************************
 * Generic Menus
 ************************/
.menu {
    position:relative;
    display: block;
    overflow:hidden; /* required to ensure the floating child elements stay within their parent containers */
    margin-left: 10px;
    padding: 6px;
    text-align: left;
    line-height: 18px;
    width: 97%;
    }
.menu .column {
    background:#E0E0E0;
    margin:0px;
    padding:10px;
    border:1px solid gray;
    }
.menu .column li{
    list-style:none;
    padding:4px;
    }
.menu .column li label{
    padding:2px;
    }
.menu .column1 {
    float:left;
    width:560px;
    margin:0;
    padding:0;
    }
.menu .column2 {
    position: absolute;
    top:10%;
    left:67%;
    right:0%;
    width:245px;
    padding: 1em;
    color:#333333;
    background-color: #f0e6d2;
    line-height: 16px;
    font-size: 12px;
    font-weight:bold;
    }
.menu .submit-area, .submit-area  {
    clear:left;
    text-align:center;
    margin:30px;
    }
.menu .section-title {
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    }
.menu legend {
    margin-left: 1em;
    font-weight: bold;
    }
.menu fieldset {
    padding:10px;
    min-width:90%;
    }
.menu .right-aligned-label {
    float: left;
    width: 22em;
    margin-right: 1em;
    text-align: right;
    }
.menu .left-aligned-text {
    float: left;
    width: 6em;
    margin-right: 1em;
    text-align: left;
    width: 60%;
    }
.menu .top-label {
    display: block;
    }
.menu ol {
    padding: 1em 1em 0 1em;
    list-style: none;
    overflow:hidden;
    }
.menu ol li{   /* For grouped field within a menu, apply some padding to distance it from the fieldset border */
    padding: 8px;
    width: 100%;
    padding-bottom: 1em;
    }

/*********************************
 * List of roles
 *********************************/
.rolelist-table {
    width: 100%;
    }
.rolelist-tr1{
    background-color: #E0E0E0;
    }
.rolelist-tr2{
    background-color: #C2C2C2;
    }
.rolelist-tr1:hover{
    background-color: #A3A3A3;
    }
.rolelist-tr2:hover{
    background-color: #A3A3A3;
    }
.rolelist-table th {
    font-size:12px;
    font-weight:bold;
    border-bottom:solid 1px;
    }
.rolelist-table td{
    font-size:10px;
    padding:4px;
    vertical-align: top;
    color:black;
    }
.rolelist-table .rolelist-name{
    font-size:10px;
    font-weight:bold;
    padding:4px;
    }
.role-checked{
    display:inline;
    font-weight:bold;
    }
.role-notchecked{
    display:inline;
    font-weight:normal;
    }

/*********************************
 * Right command drop down menu
 ********************************/
.cmds-droplist {
    text-align:right;
    }
.cmds-droplist option {
    background-color:white;
    color: black;
    }
/*********************************
 * Input buttons
 ********************************/
input.btn {
    color: #000;
    font-size:1em;
    padding:4px;
    margin:5px;
    }
input.btnhov {
    color: #000;
    font-size:1em;
    padding:4px;
    margin:5px;
    }
/*********************************
 * Messages to user
 ********************************/
.errormsg {
    background-color:white;
    color: red;
    padding:10px;
    margin: 10px;
    }
.usermsg {
    padding:10px;
    margin: 10px;
    }
.eventmsg {
    background-color: black;
    color: white;
    font-size: 10px;
    line-height: 12px;
    height:600px;
    overflow:scroll;
    }
.list-caption {
    font-size:10px;
    color:black;
    padding-left:10px;
    }
.help-box {
    display:block;
    width:80%;
    margin:0px auto;
    border:1px dotted gray;
    font-size: 0.9em;
    margin-top:-4px;
    margin-bottom:15px;
    padding:6px;
    }
/******************
 * Page navigator
 ******************/
.pagenav {
    border-collapse:collapse;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    margin-top:4px;
    margin-bottom:4px;
    }
.pagenav td{
    border:1px solid gray;
    }
.pagenav .noborder{
    border:none;
    font-size:14px;
    }
.pagenav a{
    color:black;
    font-size:14px;
    text-decoration:none;
    }
.pagenav a:hover{
    color:black;
    text-decoration:underline;
    }
.pagenav .curpage{
    color:red;
    font-weight:bold;
    text-decoration:none;
    }
/*********************************
 * Calendar (mini view)
 ********************************/
.cal-mini-withevent a{
    color:black!important;
    font-weight:bold!important;
    background:#999999 ! important;
    opacity:0.7!important;
    }
/*********************************
 * Calendar next event list
 ********************************/
.cal-nextevents-table {
    width: 100%;
    table-layout:fixed;
    border-bottom: 1px solid gray;
    }
.cal-nextevents-td {
    width: 100%;
    word-wrap: break-word; 
    color:black;
    }
.cal-nextevents-td a {
    text-decoration: none;
    color:black;
    }
/*********************************
 * List of event types
 *********************************/
.cal-evtype-table {
    width: 100%;
    }
.cal-evtype-tr1{
    background-color: #E0E0E0;
    }
.cal-evtype-tr2{
    background-color: #C2C2C2;
    }
.cal-evtype-tr1:hover{
    background-color: #A2A2A2;
    }
.cal-evtype-tr2:hover{
    background-color: #A2A2A2;
    }
.cal-evtype-th{
    font-weight:bold;
    font-size:12px;
    border-bottom:solid 1px;
    }
.cal-evtype-td{
    font-size:11px;
    padding-left:4px;
    color:black;
    }
/*********************************
 * Deatiled list of events
 *********************************/
.cal-evlist-table {
    width: 100%;
    }
.cal-evlist-tr1{
    background-color: #E0E0E0;
    }
.cal-evlist-tr2{
    background-color: #C2C2C2;
    }
.cal-evlist-tr1:hover{
    background-color: #A2A2A2;
    }
.cal-evlist-tr2:hover{
    background-color: #A2A2A2;
    }
.cal-evlist-th{
    font-weight:bold;
    font-size:12px;
    border-bottom:solid 1px;
    }
.cal-evlist-td, .cal-evlist-td a{
    font-size:11px;
    padding-left:4px;
    color:black;
    text-decoration:none;
    }
/*********************************
 * Forums
 ********************************/
.forums-msg {
	font-size:11px;
    margin:4px 4px 4px 4px; /* top, right, bottom, left */
    }
.forums-title {
	font-size:12px;
    font-weight:bold;
    }
/* style for the forums list */
.forums-list {
    width:100%;
    border-collapse:collapse;
    color:black;
    background-color: #f0e6d2;
    }
.forums-list th {
	font-size:12px;
    font-weight: bold;
    padding:2px;
    border:green 1px solid;
    text-align:center;
    background-color: #d1ac2a;
	}
.forums-list .trhovereffect:hover{
    background-color: #f0e6d2;
	cursor: pointer;
    }
.forums-list .trhovereffectnohand:hover{
    background-color: #f0e6d2;
    }
.forums-list td {
	font-size:11px;
    padding:2px;
    border:green 1px solid;
	}
.forums-list .poster {
    width: 20%;
	}
.forums-list td a{
	color:black;
    text-decoration:none;
	}
.forums-list td a:hover{
	color:black;
    text-decoration:underline;
	}
.forums-separator {
    background-color:#83aa37;
    }
/* styles for the list of topics in a forum */
.topics-list {
    width:100%;
    margin:4px 4px 4px 4px; /* top, right, bottom, left */
    border-collapse:collapse;
    background-color: #f0e6d2;
    }
.topics-list th {
	font-size:12px;
    font-weight: bold;
    padding:2px;
    border:green 1px solid;
    text-align:center;
    background-color: #d1ac2a;
	}
.topics-list .trhovereffect:hover{
    background-color: #f0e6d2;
	cursor: pointer;
    }
.topics-list .trhovereffectnohand:hover{
    background-color: #f0e6d2;
    }
.topics-list td {
	font-size:11px;
    padding:2px;
    border:green 1px solid;
	}
.topics-list td a{
	color:black;
    text-decoration:none;
	}
.topics-list td a:hover{
	color:black;
    text-decoration:underline;
	}
.topics_pagenav {
    border-collapse:collapse;
    text-align:center;
    margin-bottom:15px;
    }
.topics_pagenav td{
    border:1px solid gray;
    }
.topics_pagenav .noborder{
    border:none;
    font-size:11px;
    }
.topics_pagenav a{
    color:black;
    font-size:12px;
    text-decoration:none;
    }
.topics_pagenav a:hover{
    color:black;
    text-decoration:underline;
    }
.topics_pagenav .topics_curpage{
    color:red;
    font-weight:bold;
    text-decoration:none;
    }
/* styles for the list of messages in a topic */
.posts-list {
    table-layout:fixed;
	width: 100%;
    color:black;
	margin-left: auto;        /* center table */
	margin-right: auto;       /* center table */
	text-align: left;
	vertical-align:top;
    border-collapse:collapse;
    }
.posts-list .postheader {
	padding-left: 12px;
	font-size:11px;
	font-weight:normal;
	background-color:#d1ac2a;
	}
.posts-list .poster {
    width: 15%;
	  padding-right: 8px;
	  font-size:12px;
	  font-weight:bold;
	  text-align:right;
    background-color: #f0e6d2;
    border: 1px #A3A3A3 solid;
	}
.posts-list .posttext {
    color:black;
    font-size:12px;
    font-weight:normal;
    background-color: white;
    border: 1px #A3A3A3 solid;
    text-align:left;
    width: 70%;
    word-wrap: break-word;
    padding: 6px;
    }
.posts-list .posttext p {
    }
.posts-list li{
    margin-left:20px;
    }
.posts-list .addpost {
	padding-bottom:15px;
    padding-left:8px;
    padding-right:8px;
    padding-top:8px;
    font-size:11px;
    font-weight:bold;
    background-color:white;
	}
.addtopic-newpost {
    clear:left;
    width:100%;	
    padding-bottom:15px;
	font-size:11px;
	font-weight:bold;
    padding:8px;
	}
.posts-imgarea{
    width: 100%;
    text-align:center;
    padding: 2px;
    border-top:1px solid gray;
    }
.posts-imgarea td, .posts-imgarea p{
    text-align:left;
    vertical-align:top;
    }
.posts-imgarea .phototitle{
    text-align:center;
    font-weight:bold;
    }
.posts-imgarea .fileattach{
    text-align:center;
    }
.posts-imgarea .fileattach a{
    font-size:11px;
    color:black;
    text-decoration:none;
    }
.posts-imgarea .fileattach a:hover{
    font-size:10px;
    color:black;
    text-decoration:underline;
    }
.photo-item{
    border:1px dotted gray;
    }
.posts-imgarea table tr td{
    text-align:left;
    padding:8px;
    }
.posts-list .posttext .posts-imgarea img{
    border-style: ridge;
    }
.posts-list .posttext .posts-imgarea td{
    vertical-align:top;
    }
.posts-imgarea .post-imgs-innerlist
{
    margin:4px;
    list-style-type: none;
}
.posts-imgarea .post-imgs-innerlist a
{
    position: relative;
}
.posts-imgarea .post-imgs-innerlist li:hover a .preview, .posts-imgarea .post-imgs-innerlist li a:hover .preview
{
    display: block;
    font-size: 100%;
    z-index: 1;
}
.posts-imgarea .post-imgs-innerlist li a .preview,.posts-imgarea .post-imgs-innerlist li a .preview
{
    display: none;
    border-style: ridge;
}
.posts-imgarea .post-imgs-innerlist li:hover a .preview, .posts-imgarea .post-imgs-innerlist li a:hover .preview
{
    display: block;
    position: absolute;
    top: -60px;
    left: -50px;
    z-index: 1;
}
.posts-list .posttextedit {
    color:black;
    font-size:12px;
    font-weight:normal;
    background-color: white;
    border: 1px #A3A3A3 solid;
    text-align:left;
    width: 85%;
    word-wrap: break-word;
    padding: 6px;
    }
.posts-list .postactions {
    width: 15%;
    padding: 4px;
    font-size:12px;
    background-color: #E0E0E0;
    border: 1px #A3A3A3 solid;
    vertical-align:top;
    }
.posts-list .post-photo-inputarea{
    text-align:left;
    width:100%;
    }
.posts-list .post-photo-inputline{
    margin:4px;
    }
.posts-list .separator{
    height:8px;
    min-height:8px;
    }
.posts-notification{
    text-align:left;
    }
.first-post {
    width: 90%;
    color:black;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    vertical-align:top;
    border-collapse:collapse;
    }
.first-post .firstposttext {
    color:black;
    font-size:12px;
    font-weight:normal;
    border: 2px black solid;
    text-align:left;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 20px;
    padding-bottom: 6px;
    background-color: white;
    }
.first-post .firstposttext a img {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
    border-style: ridge;
    }
.first-post .firstposter {
    padding-right: 2px;
    font-size:11px;
    vertical-align:top;
    border: 1px #A3A3A3 solid;
    }
.smileys-box {
    height: 450px;
    overflow: auto;
    border: 1px solid black;
    padding:10px;
    background:white;
    font-size:12px;
    }
.smileys-box table{
    width:100%;
    }
.smileys-box table .smileys-box-actions{
    width:10%;
    }
.smileys-box table .smileys-box-single{
    border: 1px dotted gray;
    width:33%;
    }
/*********************************
 * News
 ********************************/
/* styles for the list of news */
.news-table {
    width: 96%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    vertical-align:top;
    }
.news-table td {
    text-align: left;
    padding: 4px;
    vertical-align:top;
    }
.news-table td a {
    font-size: 14px;
    font-weight:bold;
    color:black;
    text-decoration:none;
    }
.news-table td a:hover{
    text-decoration:underline;
    }
.news-table td div {
    font-size: 12px;
    line-height:14px;
    font-weight:normal;
    margin-left:10px;
    }
/* styles for the front page news */
.frontpagenews-table {
    width: 100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    }
.frontpagenews-table .frontpagenews-title{
    font-size: 20px;
    font-weight:bold;
    color:#758799;
    text-decoration:none;
    }
.frontpagenews-table a:hover{   /* title */
    text-decoration:underline;
    }
.frontpagenews-innertable {
    table-layout:fixed;
    word-wrap:break-word;
    width:100%;
    border: 1px gray dotted;
    font-size:14px;
    }
.frontpagenews-innertable ul, .frontpagenews-innertable ol{
	list-style-position: inside;
    }
.frontpagenews-innertable img{
    margin-top:8px;
    margin-bottom:8px;
    margin-left:8px;
    margin-right:15px;
    }
.frontpagenews-text{
    color:#fff;
    padding:4px;
    height:110px;
    overflow:hidden;
    }
.frontpagenews-newslist{
    width:98%;
    margin: 2px;
    padding: 2px;
    font-size: 12px;
    color:black;
    text-decoration:none;
    background-color:#f0e6d2;  /* light gray */
    border:1px gray solid;
    }
.frontpagenews-newslist tr:hover{
    background-color:#f0e6d2;  /* light gray */
    }
.frontpagenews-concis-title{
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
    }
.frontpagenews-concis-text{
    overflow:auto;
    height:120px;
    padding:8px;
    }
.frontpagenews-concis-author{
    font-size:0.8em;
    }
.frontpagenews-concis-color1 .frontpagenews-concis-title,.frontpagenews-concis-color1 {
    color:white;
    }
.frontpagenews-concis-color2 .frontpagenews-concis-title,.frontpagenews-concis-color2 {
    color:white;
    }
.frontpagenews-concis-color3 .frontpagenews-concis-title,.frontpagenews-concis-color3 {
    color:white;
    }
.frontpagenews-concis-color4 .frontpagenews-concis-title,.frontpagenews-concis-color4 {
    color:white;
    }
.frontpagenews-concis-bg1{
    background-color:#387e28;
    }
.frontpagenews-concis-bg2{
    background-color:#a52322;
    }
.frontpagenews-concis-bg3{
    background-color:#282828;
    }
.frontpagenews-concis-bg4{
    background-color:#387e28;
    }
.frontpagenews-tabmenu {
    border:1px gray solid;
    margin-top:24px;
    padding:10px;
    margin-left:4px;
    margin-right:4px;
    margin-bottom:4px;
    background-color:#FFF;  /* light gray */
  }
.frontpagenews-tabs {
    margin:0;
    padding:0;
    list-style-type:none;
    width:100%;
    position:relative;
    }
.frontpagenews-tabs li {
    float:left;
    padding:8px;
    position:relative;
    margin-left:10px;
    margin-top:7px;
    background-color: #e9e9e9;
    font-weight:bold;
    border:1px solid gray;
    }
.frontpagenews-tabs li.selected {
    float:left;
    padding:8px;
    position:relative;
    margin-left:10px;
    margin-top:8px;
    background-color: #FFF;
    font-weight:bold;
    border-top:1px solid gray;
    border-right:1px solid gray;
    border-left:1px solid gray;
    border-bottom:1px solid #FFF;
    }

/*********************************
 * Comments
 ********************************/
.comment-title {
    font-size:20px;
    font-weight:bold;
    margin-top:25px;
    padding-bottom: 2px;
    width:100%;
    margin-left: auto;        /* center */
    margin-right: auto;       /* center */
    border-bottom:1px white solid;
    }
.comment-table {
    width:100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    margin-top: 15px;
    font-size:14px;
    border-collapse:collapse;
    }
.comment-table table {
    width:100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    }
.comment-table table td{
    font-size:14px;
    }
.comment-table table .comment-cmd {
    text-align: right;
    }
.comment-table table .comment-cmd a{
    text-decoration:none;
    color:black;
    }
.comment-table table .comment-cmd a:hover{
    text-decoration:underline;
    color:black;
    }
.comment-table td{
    vertical-align: top;
    text-align: left;
    }
.comment-table .separator{
    height:8px;
    min-height:8px;
    }
.comment-table .poster{
    padding: 4px;
    font-size:14px;
    font-weight:bold;
    text-align:right;
    width:140px;
    }
.comment-table .posterdate{
    padding: 4px;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    }
.comment-table .posttext{
    border-left: 1px black dotted;
    width: 500px;
    padding: 8px;
    background-color:white;
    }
.comment-table .postaction{
    width: 50px;
    padding: 8px;
    }
.comment-usrmsg {
    font-size:11px;
    }
/*********************************
 * News
 ********************************/
.singlenew-table {
    width:96%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    font-size:12px;
    }
.singlenewposttext{
    font-size:12px;
    }
.singlenewposttext li {
    margin-left: 14px;
    }
/*********************************
 * Contacts
 ********************************/
.contacts-table {
    width: 100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    font-size: 11px;
    color:black;
    }
.contacts-table a {
    text-decoration:none;
    color:black;
    }
.contacts-table a:hover {
    text-decoration:underline;
    }
.contacts-table th {
    color:black;
    border-bottom:1px black solid;
    text-align:left;
    }
.contacts-tr1{
    background-color: #f0e6d2;
    }
.contacts-tr2{
    background-color: #f0e6d2;
    }
.contacts-tr1:hover{
    background-color: #d1ac2a;
    }
.contacts-tr2:hover{
    background-color: #d1ac2a;
    }
.contacts-table td{
    padding-left: 4px;
    }
.single-contact-table {
    width:90%;
    margin:0px auto;
    border:1px gray dotted;
    border-collapse:collapse;
    margin-top: 8px;
    }
.single-contact-table .td1{
    width:33%;
    text-align:right;
    color:black;
    background:#d1ac2a;
    padding-right:8px;
    vertical-align:top;
    }
.single-contact-table .td2{
    text-align: left;
    font-weight: bold;
    padding-left:8px;
    }
.toreachus {
    padding: 30px;
    }
/*********************************
 * Team list player and user
 ********************************/
.player-table {
    width: 100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    border:1px gray solid;
    font-size:14px;
    }
.player-table img {
    margin-left:20px;
    }
.playerinner-table {
    width: 100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    color:black;
    font-weight: normal;
    }
.playerinner-table td {
    font-size:0.9em;
    padding-right:4px;
    padding-left:4px;
    text-align: left;
    font-weight: bold;
    vertical-align:top;
    }
.playerinner-table .label {
    text-align: right;
    font-weight: normal;
    }
.playerinner-table table td {
    vertical-align: top;
    }
/*********************************
 * Statistics
 ********************************/
.stats-title, .stats-title a {
    display:inline;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    color:black;
    }
.stats-title a:hover {
    text-decoration:underline;
    }
.stats-table {
    width: 100%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    text-align: left;
    font-size: 10px;
    color:black;
    border-collapse:collapse;
    }
.stats-table th {
    font-weight: bold;
    border:1px gray solid;
    color:black;
    background-color:#CCCCCC;
    text-align:center;
    }
.stats-table th a {
    text-decoration: none;
    color:black;
    }
.stats-table th a:hover {
    text-decoration: underline;
    color:black;
    }
.stats-table td a {
    text-decoration: none;
    color:black;
    }
.stats-table td a:hover {
    text-decoration: underline;
    color:black;
    }
.stats-table td {
    text-align:center;
    vertical-align:text-top;
    border-right:1px solid gray;
    border-left:1px solid gray;
    }
.stats-table td div {  /* column is selected */
    color: red;
    }
.stats-table .divcaption {
    color:black;
    font-size:10px;
    text-align:left;
    padding: 4px;
    border-top:1px solid gray;
    border-right:none;
    border-left:none;
    border-bottom:none;
    }
.stats-table .stats-tr1 {
    background-color: #FFF;
    }
.stats-table .stats-tr1:hover {
    background-color: #CCCCCC;
    }
.stats-table .stats-tr2 {
    background-color: #DDDDDD;
    }
.stats-table .stats-tr2:hover {
    background-color: #CCCCCC;
    }
.stats-table .stats-ourteam-tr1 {
    background-color: #FFF;
    font-weight: bold;
    }
.stats-table .stats-ourteam-tr1:hover {
    background-color: #CCCCCC;
    font-weight: bold;
    }
.stats-table .stats-ourteam-tr2 {
    background-color: #DDDDDD;
    font-weight: bold;
    }
.stats-table .stats-ourteam-tr2:hover {
    background-color: #CCCCCC;
    font-weight: bold;
    }
.stats-table .team-looser, .stats-table .team-looser a {
    }
.stats-table .team-looser-us, .stats-table .team-looser-us a {
    color:red;
    }
.stats-table .team-winner, .stats-table .team-winner a {
    font-weight: bold;
    }
.stats-table .team-winner-us, .stats-table .team-winner-us a {
    font-weight: bold;
    color:red;
    }
.stats-table .team-tie-us, .stats-table .team-tie-us a {
  color:red;
    }
.stats-table .team-tie, .stats-table .team-tie a {
    }
.stats-table .teamname {
    font-weight:bold;
    text-align:left;
    padding-left: 15px;
    padding-top:4px;
    padding-bottom:4px;
    }
.stats-table .divisionname {
    text-align:left;
    padding-left: 15px;
    padding-top:4px;
    padding-bottom:4px;
    }
.stats-scoringsheet {
    width: 80%;
    margin-left: auto;        /* center table */
    margin-right: auto;       /* center table */
    font-size: 12px;
    color:black;
    border-collapse:collapse;
    border:1px solid gray;
    }
.stats-scoringsheet th{
    font-weight:bold;
    border:1px solid gray;
    padding: 4px;
    }
.stats-scoringsheet td{
    border:1px solid gray;
    padding: 4px;
    vertical-align:text-top;
    }
.stats-scoringsheet .caption{
    border:1px solid gray;
    font-size:10px;
    }
.stats-scoringsheet td .cmd,.stats-scoringsheet th .cmd{
    font-size:11px;
    color:blue;
    text-decoration:none;
    }
.stats-scoringsheet td .cmd:hover,.stats-scoringsheet th .cmd:hover{
    text-decoration:underline;
    }
.stats-scoringsheet .inner {
    width:100%;
    }
.stats-scoringsheet .inner td{
    border:none;
    font-size:11px;
    padding:0px;
    }
.stats-scoringsheet .inner td a{
    text-decoration:none;
    font-size:11px;
    color:black;
    }
.stats-scoringsheet .inner td a:hover{
    text-decoration:underline;
    font-size:11px;
    color:black;
    }
.stats-scoringsheet .inner td .cmd, .stats-scoringsheet .inner td .cmd:hover{
    font-size:10px;
    color:blue;
    }
.stats-scoringsheet .total{
    border:1px solid gray;
    padding: 4px;
    font-weight:bold;
    font-size: 14px;
    }
.stats-mini{
    width: 100%;
    margin-left: 0px;        /* center table */
    margin-right: 0px;       /* center table */
    text-align: left;
    font-size: 10px;
    }
.stats-mini th{
    font-weight:bold;
    color:black;
    text-align:left;
    border-bottom:1px gray solid;
    }
.stats-mini .divname{
    font-size: 12px;
    font-weight:bold;
    color:black;
    text-align:left;
    }
.stats-mini .ourteam{
    font-weight:bold;
    }
.stats-mini th a,.stats-mini td a{
    color:black;
    text-decoration:none;
    }
.stats-mini th a:hover,.stats-mini td a:hover{
    color:black;
    text-decoration:underline;
    }
.stats-mini .inner{
    width: 100%;
    text-align: left;
    margin-top:5px;
    border:1px gray solid;
    border-collapse: collapse;
    background-color:#E0E0E0;
    }
.stats-mini .inner td, .stats-mini .inner th{
    padding-right:2px;
    padding-left:4px;
    }
.stats-eventmsg-title {
    width: 80%;
    margin:0px auto;
    font-weight:bold;
    }
.stats-eventmsg {
    width: 80%;
    margin:0px auto;
    background-color: black;
    color: white;
    font-size: 10px;
    line-height: 12px;
    height:200px;
    overflow:auto;
    }
.stats-tabmenu {
    border:1px gray solid;
    margin-top:28px;
    padding:10px;
    margin-left:2px;
    margin-right:2px;
    margin-bottom:4px;
    background-color:#FFF;  /* light gray */
  }
.stats-tabs {
    margin:0;
    padding:0;
    list-style-type:none;
    width:100%;
    position:relative;
    }
.stats-tabs li {
    float:left;
    padding:5px 8px 4px 8px;  /* top right bottom left */
    position:relative;
    margin-left:16px;
    margin-top:0px;
    background-color: #e9e9e9;
    font-weight:bold;
    border:1px solid gray;
    }
.stats-tabs li.selected {
    float:left;
    padding:4px 8px 4px 8px;  /* top right bottom left */
    position:relative;
    margin-left:16px;
    margin-top:1px;
    background-color: #FFF;
    font-weight:bold;
    border-top:1px solid gray;
    border-right:1px solid gray;
    border-left:1px solid gray;
    border-bottom:1px solid #FFF;
    }
.stats-table .stats-notscheduled-tr1 {
    background-color:#c2ddee;
    }
.stats-table .stats-notscheduled-tr2 {
    background-color:#dcf1fe;
    }
.stats-table .stats-attention-tr1 {
    background-color: #FFFF99;
    }
.stats-table .stats-attention-tr2 {
    background-color: #FFFF99;
    }
.stats-table .stats-attentionbold-tr1 {
    background-color: #FF9900;
    }
.stats-table .stats-attentionbold-tr2 {
    background-color: #FF9900;
    }
.stats-table .stats-postponed-tr1 {
    background-color: #FB5050;
    }
.stats-table .stats-postponed-tr2 {
    background-color: #FB5050;
    }
.stats-table .stats-cancelled-tr1 {
    background-color: #FB5050;
    }
.stats-table .stats-cancelled-tr2 {
    background-color: #FB5050;
    }
.stats-table .stats-cancelled-tr1 td,.stats-table .stats-cancelled-tr2 td {
    text-decoration:line-through;
    }
.stats-table .stats-cancelled-tr1 .score,.stats-table .stats-cancelled-tr2 .score,
.stats-table .stats-cancelled-tr1 .actions,.stats-table .stats-cancelled-tr2 .actions {
    text-decoration:none;
    }
.stats-table .stats-attention-tr1:hover,
.stats-table .stats-attention-tr2:hover,
.stats-table .stats-attentionbold-tr1:hover,
.stats-table .stats-attentionbold-tr2:hover,
.stats-table .stats-notscheduled-tr1:hover,
.stats-table .stats-notscheduled-tr2:hover {
    background-color: #CCCCCC;
    }

/*********************************
 * List of Widgets
 ********************************/
.widgets-list {
    width:100%;
    border-collapse:collapse;
    }
.widgets-list .section-title {
    background:url("../images/sectiontitlebg.gif") no-repeat;
    padding-left:10px;
    }
.widgets-list td {
    margin-left: 4px;
    list-style-type:none;
    font-size:14px;
    font-weight:bold;
    }
.widgets-list td table{
    vertical-align:top;
    width: 100%;
    margin-left:auto;  /* center table */
    margin-right:auto;
    border:1px solid white;
    }
.widgets-list td td{
    vertical-align:top;
    padding-left:15px;
    text-align:center;
    font-size:12px;
    font-weight:normal;
    border:1px gray dotted;
    }
.widgets-list td td li{
    margin-left: 14px;
    padding:0px;
    list-style-type:square;
    font-size:12px;
    font-weight:normal;
    text-align:left;
    }
.widgets-list td td p{
    padding-left:4px;
    padding-right:4px;
    padding-bottom:6px;
    text-align:center;
    font-size:10px;
    line-height:10px;
    }
.widgets-list td td li:hover{
    }
.widgets-list td td li a, .widgets-list td td a{
    color:black;
    text-decoration:none;
    }
.widgets-list td td li a:hover, .widgets-list td td a:hover{
    text-decoration:underline;
    color: black;
    }
.widgets-list td td a img{
    margin-top: 8px;
    }
.widgets-list td td a div, .widgets-list td td div {  /* text with no image */
    margin-left:auto;
    margin-right:auto;
    margin-top:8px;
    padding:4px;
    border:solid 1px black;
    }
.widgets-list td td table{
    border:none;
    margin-top:6px;
    margin-bottom:6px;
    }
.widgets-list td td td{
    padding-left:10px;
    text-align:left;
    font-size:11px;
    font-weight:normal;
    border:none;
    }
.widgets-list td td td a img{
    margin-top:0px;
    margin-bottom:0px;
    vertical-align:text-top;
    border:none;
    }
.widgets-list .alphindex,.widgets-list .alphindex td {
    border:none;
    vertical-align:middle;
    height: 64px;
}
.widgets-list .firstletter {
    width:16px;
	}
.widgets-list .firstletter a {
	   font-size: 48px;
    font-style:italic;
    color:gray;
	}
.widgets-list .charindex {
	   font-size: 20px;
    font-weight:bold;
    color:gray;
    padding:10px;
    text-align:center;
    width:100%;
	}
.widgets-list .charindex span{
	   padding-right:6px;
    padding-left:6px;
	}
/* front page display of widgets */
.widgets-mini{
    width: 100%;
    margin-left: 0px;        /* center table */
    margin-right: 0px;       /* center table */
    text-align: left;
    font-size: 10px;
    border-collapse:collapse;
    }
.widgets-mini li{
    margin-left: 14px;
    padding:0px;
    list-style-type:square;
    font-size:11px;
    font-weight:normal;
    }
.widgets-mini li a{
    color:black;
    text-decoration:none;
    }
.widgets-mini li a:hover{
    text-decoration:underline;
    color:black;
    }
.widgets-mini td, .widgets-mini td .wdg-title { 
    font-size:12px;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
    width:50%;
    }
.widgets-mini td div{ 
    font-size:10px;
    font-weight:normal;
    text-align:center;
    padding-top:4px;
    height:100%;
    }
.widgets-mini td div a{ 
    text-decoration:none;
    color:black;
    }
.widgets-mini td div a:hover{ 
    text-decoration:underline;
    color:black;
    }
.widgets-mini td div p {   /* text with no image */
    margin-left:auto;
    margin-right:auto;
    border:solid 1px black;
    }
.widgets-mini td .goalscnt {   /* text with no image */
    border:2px solid gray;
    }
.widgets-mini td .goalscnt div {   /* text with no image */
    margin-left:auto;
    margin-right:auto;
    border:none;
    }
.widgets-mini td .goalscnt span {   /* text with no image */
    margin-left:auto;
    margin-right:auto;
    border:none;
    font-size:12px;
    font-weight:bold;
    }
.widgets-mini td .goalscnt p {   /* text with no image */
    margin-left:auto;
    margin-right:auto;
    padding:4px;
    border:none;
    }
/* single widget display */
.widgets-title{
    font-weight: bold;
    font-size: 18px;
    }
.widgets-table{
    width:100%;
    margin-left:auto;        /* center table */
    margin-right:auto;       /* center table */
    border-collapse:collapse;
    }
.widgets-table td {
    padding: 10px;
    }
.widgets-table .image{
    }
.widgets-table .image div{
    margin-left:auto;
    margin-right:auto;
    margin-top:8px;
    padding:4px;
    border:solid 1px black;
    }
.widgets-table .text {
    width:100%;
    vertical-align: middle;
    text-align: left;
    border:1px solid black;
    }
.widgets-table .textnoborder {
    width:100%;
    vertical-align: middle;
    text-align: left;
    }
.widgets-table .addedby{
    width:100%;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    }
.widgets-table .object{
    width:100%;
    padding-top:40px;
    text-align: left;
    }
.widgets-table .widget-table-subtext{
    width:100%;
    margin-left:auto;        /* center table */
    margin-right:auto;       /* center table */
    padding:0px;
    }
.widgets-table .widget-table-subtext table{
    width:100%;
    margin-left:auto;        /* center table */
    margin-right:auto;       /* center table */
    padding:0px;
    border-collapse:collapse;
    }
.widgets-table .widget-table-subtext table td{
    margin:0px;
    padding:4px;
    vertical-align:top;
    }
.widgets-table .widget-table-title {
    font-weight:bold;
    font-size:14px;
    }
/* top banner for sponsor*/
.topbanner{
    padding-top:4px;
    width:98%;
    margin-left:auto;        /* center table */
    margin-right:auto;       /* center table */
    text-align:center;
    }
.topbanner a{
    vertical-align:top;
    }
.topbanner td a,.topbanner td { 
    font-size:10px;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
    color:black;
    }
.topbanner td a:hover { 
    text-decoration:underline;
    color:black;
    }
.topbanner td div {   /* text with no image */
    margin-left:auto;
    margin-right:auto;
    margin-top:8px;
    padding:4px;
    border:solid 1px black;
    }
/*********************************
 * Photo Album
 ********************************/
.album-results-table {
    width:100%;
    font-size: 12px;
    color:black;
    border-collapse:collapse;
    background-color: #E0E0E0;
    }
.album-results-table th {
    text-align: left;
    font-weight: bold;
    border:1px gray solid;
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
    }
.album-results-table td {
    text-align: left;
    border:1px solid gray;
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
    }
.album-results-table table{
    width:96%;
    margin-left:8px;
    margin-top:8px;
    margin-bottom:8px;
    color:black;
    border-collapse:collapse;
    background-color: #E0E0E0;
    }
.album-results-table table td {
    text-align: left;
    border:1px solid gray;
    font-size: 11px;
    }
.album-results-table table td div{
    font-weight:bold;
    }
/* Photos album list */
.photo-list-table {
	  width:100%;
    margin-left:auto;
    margin-right:auto;
    }
.photo-list-table td {
    }
.photo-list-table .column1{
	  width:176px;
	  background: #eee;
    font-size:11px;
	  margin: 3px;
	  padding: 5px;
    border-right:2px solid gray;
    border-bottom:2px solid gray;
    vertical-align:top; 
    overflow:auto;
    }
.photo-list-table .column1 a{
    text-decoration:underline;
    font-weight:bold;
    color:black;
    }
.photo-list-table .column1 a:hover{
    text-decoration:none;
    font-weight:normal;
    color:black;
    }
.photo-list-table div {
	  border-top: 1px solid gray;
    }
.photo-list-table .pa-title {
    font-weight:bold;
	  color:gray;
    }
.photo-list-table div > .pa-info, .photo-list-table p > .pa-info {
	  color:gray;
    border:none;
    display:inline;
    }
.photo-list-table .photo-column {
  width:560px;
  vertical-align:top;
    }
.photo-list-table .photo-single {
  width:560px;
  text-align:center;
  vertical-align:middle;
    }
/* list of images */
.photo-list {
    list-style-type: none;
    }
.photo-list a {
  	position: relative;
    }
.photo-list a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.photo-list a .preview, .photo-list li a .preview {
    display: none;
}
.photo-list a:hover .preview, .photo-list li:hover a .preview {
    display: block;
    position: absolute;
    top: -33px;
    left: -46px;
    z-index: 1;
}
.photo-list p {
    font-size:10px;
    text-align:center;
    }
.photo-list img {
    background: #fff;
    border-color: #888 #aaa #bbb #999;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
    width: 80px;
    height:80px;
    }
.photo-list li {
    display: inline;
    position: static;
    float: left;
    background: #eee;
    border-color: #ccc #aaa #999 #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    margin: 3px;
    padding: 5px;
    }
.photo-list .preview {
    border-color: #000;
    width: 160px;
    height: 160px;
    }
.album-hdr-cmd {
    width:98%;
    margin:10px;
    font-size:14px;
    font-style:oblique;
    border-bottom:gray solid 2px;
    }
.album-hdr-cmd a{
    text-decoration:none;
    color:green;
    }
.album-hdr-cmd a:hover{
    text-decoration:underline;
    color:green;
    }
.album-hdr-cmd .selected{
    font-style:normal;
    font-weight:bold;
    }
.album-hdr-cmd .spacer{
    width:20%;
    }
.album-list {
    width:640px;
    text-align:left;
    vertical-align:bottom;
    }
.album-list table{
    width: 100%;
    margin-left: 20px;
    }
.album-icon{
    font-size:11px;
    background-image:url("../images/folder.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width:100px;
    height:140px;
    vertical-align:bottom;
    text-align:left;
    }
.album-icon p {
    margin:0px;
    }
.album-icon a {
    position:relative;
    }
.album-icon a .img1{
    width:60px;
    height:60px;
    position: absolute;
    bottom:24px;
    left:6px;
    border:1px solid black;
    }
.album-icon a .img2{
    width:60px;
    height:60px;
    position: absolute;
    bottom:12px;
    left:30px;
    border:1px solid black;
    }
.album-icon .empty{
    font-size:16px;
    color:white;
    font-weight:bold;
    position: absolute;
    bottom:30px;
    left:20px;
    border:none;
    }
.scroll_checkboxes {
    height: 150px;
    overflow: auto;
    border: 1px solid #ccc;
    background:white;
    font-size:12px;
    }
.scroll_checkboxes p{
    margin:0px;
    }
/*********************************
 * Pools
 ********************************/
.pools-msg {
	font-size:11px;
    margin:4px 4px 4px 4px; /* top, right, bottom, left */
    }
/* style for the pools list */
.pools-list {
	font-size:11px;
    width:100%;
    border-collapse:collapse;
    }
.pools-list .trhovereffect:hover{
    background-color: #C2C2C2;
	cursor: pointer;
    }
.pool-list-updated{
	color:red;
	}
.pools-list .trhovereffectnohand:hover{
    background-color: #C2C2C2;
    }
.pools-list th {
    font-weight: bold;
    padding:2px;
    border:green 1px solid;
	text-align:center;
	}
.pools-list td {
	font-size:11px;
    padding:2px;
    border:green 1px solid;
	text-align: center;
	}
.pools-list td a{
	color:black;
    text-decoration:none;
	}
.pools-list td a:hover{
	color:black;
    text-decoration:underline;
	}
.pools-selection {
	font-size:12px;
    width:80%;
    border-collapse:collapse;
    border:green 1px solid;
	margin:0px auto;
    }
.pools-selection th{
	font-size:12px;
	padding:6px;
    border:green 1px solid;
    font-weight: bold;
	text-align:center;
    }
.pools-selection td{
	font-size:12px;
	padding:6px;
    border:green 1px solid;
    }
.pools-frontpage {
	font-size:11px;
    margin:4px;
    width:100%;
    border-collapse:collapse;
    background-color: #fff;
    text-align: left;
    }
.pools-frontpage th {
	font-weight: bold;
    text-align: center;
    }
.pools-frontpage td a{
    text-decoration:none;
    color:black;
    }
.pools-frontpage td a:visited {
     text-decoration:none;
     color:black;
     }
.pools-frontpage td a:hover{
    text-decoration:underline;
    color:black;
    }
.pools-frontpage .pts {
    text-align: center;
	font-weight: bold;
    }
.pools-frontpage .delta {
    text-align: center;
    }
.pools-frontpage-title {
    text-align: center;
    font-weight: bold;
    }
.pools-frontpage-title a {
    text-decoration:none;
    color:black;
    }
.pools-frontpage-title a:visited{
    text-decoration:none;
    color:black;
    }
.pools-frontpage-title a:hover {
    text-decoration:underline;
    color:black;
    }
/* jquery resmgt toolbar */
#toolbar {
  padding:6px;
  text-align:center;
  vertical-align:middle;
  }
#toolbar button{
  }
#toolbar .right{
  float:right;
  margin-right:10px
  }
#toolbar .left{
  float:left;
  margin-left:10px
  }
/* jQuery Waiting logo */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .4 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
#ajax-content.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
#ajax-content.loading .modal {
    display: block;
}
/* A class used by the jQuery UI CSS framework for their dialogs. */
.ui-front {
    z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}
.config-form {
  width:90%;
  margin:0px auto;
  border:1px gray dotted;
  border-collapse:collapse;
}
.config-form td {
  padding:8px;
}
.config-form .label {
  width:50%;
  text-align:right;
  background:#D1Ac2A;
}
.config-form .field {
}
.select-editable { position:relative; background-color:white; border:solid grey 1px;  width:120px; height:18px; }
.select-editable select { position:absolute; top:0px; left:0px; font-size:14px; border:none; width:120px; margin:0; }
.select-editable input { position:absolute; top:0px; left:0px; width:100px; padding:1px; font-size:12px; border:none; }
.select-editable select:focus, .select-editable input:focus { outline:none; }

/* Style for the online store */

/* box */
.ols-box {
    margin-bottom:20px;
    background: url("../images/ols-boxtop.png") no-repeat ;
}
.ols-boxhdr {
    padding: 6px 0px 8px 7px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size:14px;
}
.ols-boxcontent {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:4px;
}
.ols-boxbottom {
    height:5px;
    background: url("../images/ols-boxbottom.png") no-repeat ;
}

.ols-cat-txt{
    font-size:14px;
    font-weight:bold;
}

#ols-cat ul li{
    padding-bottom:2px;
}
#ols-cat ul li:hover{
    background-color:#CCCCCC;
}

#ols-cat ul{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-left: 12px;
}
 

/* left pane */
.ols-leftpane {
    float:left;
    width: 180px;
    margin-right: 10px;
    clear: left;
}

/* right pane */
.ols-rightpane {
    float: right;
    width: 180px;
    margin-left: 10px;
    clear: right;
}

/**
 * Styling top level items
 */
 .nav > ul > li > .active,
 .nav > ul > li > ul li .active
 {
    background-color: #dddddd;
    color:#222222;
    font-weight:bold;
 }

 .nav a,
 .nav label {
   display: block;
   padding: 2px;
   color: #1C94c4;
   background-color: #f6f6f6;
   cursor:pointer;
   text-decoration:none;
}
 
 .nav ul {
   margin:0px !important;
   padding:0px !important;
 }
 .nav > ul > li {
    list-style-type: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-top:2px;
    margin-bottom:2px;
  }
 
  .nav > ul > li > ul > li {
    padding-left:10px;
  }

  .nav > ul > li > ul > li > ul > li{
    padding-left:10px;
  }
   
 .nav a:focus,
 .nav a:hover,
 .nav label:focus,
 .nav label:hover {
    background-color: #dddddd;
    color:#222222;
 }
 
 .nav label {
   cursor: pointer;
 }
 
 /**
  * Styling first level lists items
  */
 .sub-group-list a,
 .sub-group-list label {
   padding-left: 2rem;
   color: #1C94c4;
   background-color: #f6f6f6;
}
 
 .sub-group-list a:focus,
 .sub-group-list a:hover,
 .sub-group-list label:focus,
 .sub-group-list label:hover {
    background-color: #dddddd;
    color:#222222;
    cursor: pointer;
    text-decoration:none;
}
 
 /**
  * Styling second level list items
  */
  .nav > ul > li > ul.active,
  .nav > ul > li > ul > li > ul.active
  {
     max-height: 1000px;
     background-color: #dddddd;
     color:#222222;
    }

 .sub-group-list__list a,
 .sub-group-list__list label {
   padding-left: 4rem;
   background-color: #353535;
   box-shadow: inset 0 -1px #474747;
 }
 
 .sub-group-list__list a:focus,
 .sub-group-list__list a:hover,
 .sub-group-list__list label:focus,
 .sub-group-list__list label:hover {
   background-color: #232323;
   cursor: pointer;
   text-decoration:none;

}
 
 /**
  * Styling third level list items
  */
 .sub-sub-group-list__list a,
 .sub-sub-group-list__list label {
   padding-left: 6rem;
   background-color: #454545;
   box-shadow: inset 0 -1px #575757;
 }
 .sub-sub-group-list__list a:focus,
 .sub-sub-group-list__list a:hover,
 .sub-sub-group-list__list label:focus,
 .sub-sub-group-list__list label:hover {
   background-color: #333333;
   cursor: pointer;
 }
 
 /**
 * Hide nested lists
 */
 .group-list,
 .sub-group-list,
 .sub-sub-group-list {
   height: 100%;
   max-height: 0;
   overflow: hidden;
   -webkit-transition: max-height .5s ease-in-out;
   transition: max-height .5s ease-in-out;
 }
  
 .nav__list input[type="checkbox"]:checked + label + ul {
   /* reset the height when checkbox is checked */
   max-height: 1000px;
 }
 
 /**
  * Rotating chevron icon
  */
 label > .spanchevron {
   float: right;
   transition: transform 0.65s ease;
 }
 
 .nav__list input[type="checkbox"]:checked + label > .spanchevron {
   transform: rotate(90deg);
 }
 
/* middle pane */
.ols-centerpane {
    margin-left: 190px;
    margin-right: 190px;
    margin-bottom: 10px;
}
.ols-prodtopleft {
    background: url('../images/ols-prodleft.png') no-repeat;
    width: 5px;
    height: 32px;
    float: left;
}
.ols-prodtopcenter {
    background: url('../images/ols-prodtop.png') repeat-x;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 0px 8px 7px;
    color: #000000;
    font-weight: bold;
    font-size:14px;
}
.ols-prodtopcenter .catname{
    text-transform: uppercase;
}
.catdesc{
}
.ols-prodtopcenter span{
    text-transform: uppercase;
}
.ols-prodtopright {
    background: url('../images/ols-prodright.png') no-repeat;
    width: 5px;
    height: 32px;
    float: right;
}
.ols-prodbottomleft {
    background: url('../images/ols-prodbotleft.png') no-repeat;
    width: 5px;
    height: 5px;
    float: left;
}
.ols-prodbottomcenter {
    background: url('../images/ols-prodbotcenter.png') repeat-x;
    height: 5px;
    margin: 0 5px 10px 5px;}
.ols-prodbottomright {
    background: url('../images/ols-prodbotright.png') no-repeat;
    width: 5px;
    height: 5px;
    float: right;
}
.ols-prodcontent {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 10px 14px 1px 14px;
    min-height: 30px;
}

/* product cell */
.ols-prodcell {
    width:130px;
    margin:0px auto;
    text-align:center;
    padding:4px;
    vertical-align:top;
    background-color:#ffffff;
    border:1px solid #DDDDDD;
}
.ols-prodcell .desc {
    font-weight:bold;
}
.ols-prodcell a {
    text-align:center;
}
.ols-prodcell .name {
    text-decoration:underline;
}
.ols-prodcell .price {
    color:red;
}


/* Product page */
.ols-prodsheet .sectitle {
    font-size:16px;
    font-weight:bold;
}
/* Product page descriptif inner table */
.prodpage {
    width:100%;
}
.prodcharac {
    margin:8px;
    padding:10px;
}
.prodcharac .title {
    font-size:14px;
    font-weight:bold;
}
.prodcharac .value {
    font-size:14px;
    padding-left:20px;
}
.addcart {
    padding:4px;
    border:1px gray solid;
    text-align:left;
    background-color:#E4E4E4;
}
.addcartmany {
    padding:4px;
    border:1px gray solid;
    text-align:left;
    background-color:#E4E4E4;
}
.addcartmany input[type="submit"],.addcart input[type="submit"] {
    font-size: 16px;
    width:160px;
    padding:4px;
    margin:10px;
    background-color:#76b01b;
    color: #FFF;
}
.proddesc {
    clear:both;
    padding-top:20px;
}
.proddesc .sectitle{
    font-size:16px;
    font-weight:bold;
    border-bottom:gray 1px solid;
}
.minicart-total{
    text-align:right;
    font-size:0.9em;
}
.minicart-view{
    padding-top:10px;
    text-align:center;
    margin:0px auto;
}
.minicart-view button{
    padding-left: 8px;
    width:100px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.minicart-optname{
    color:gray;
    font-size:0.8em;
}
.minicart-order{
    padding-top:10px;
    text-align:center;
    margin:0px auto;
}
.minicart-order button{
    padding-left: 8px;
    width:100px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.maincart {
    width:100%;
}
.maincart th {
    border-bottom:1px gray solid;
}
.maincart .maincart-subtotal{
    text-align:right;
    padding-right:20px;
    font-weight:bold;
}
.maincart .maincart-subtotal span{
    font-weight: normal;
}
.maincart .maincart-taxes{
    text-align:right;
    padding-right:20px;
    font-weight:bold;
}
.maincart .maincart-taxes span{
    font-weight: normal;
}
.maincart .maincart-total{
    text-align:right;
    padding-right:20px;
    font-weight:bold;
    font-size:1.1em;
}
.maincart .maincart-total span{
    font-weight: normal;
    font-size:1.1em;
    color:red;
}
.maincart-order button{
    padding-left: 8px;
    width:100px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.maincart-continue button{
    padding-left: 8px;
    width:170px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.maincart-update button{
    padding-left: 8px;
    width:100px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.ols-prodcontent form ol {
    list-style:none;
    position:relative;
}
.ols-prodcontent form li {
    padding:4px;
}
.ols-prodcontent form li label{
    float: left;
    width: 12em;
    margin-right: 1em;
    text-align: right;
}
.ols-prodcontent .order-prev button{
    padding-left: 8px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.ols-prodcontent .order-next button{
    padding-left: 8px;
    margin-top:6px;
    margin-right:6px;
    background-color:#76b01b;
    color: #FFF;
}
.ols-suberr {
    margin-top:-10px;
    color:red;
}
#accordion p {
    margin:0px;
    padding:0px;
    }

#accordion h4 {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
    border-radius: 4px;
    padding:2px;
}

#accordion h4 a {
    color: #1c94c4;
    text-decoration: none;
   
}










