******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: 'Open Sans', sans-serif;
   font-size: 98.01%;
   line-height: 1.4em;
     background: #fff url(https://www.loskoprugbyklub.co.za/uploads/images/background.jpg) center top repeat-x;
   overflow-x: hidden;
}

/*
set font size for all divs,
this overrides some body rules
*/
div, table, td{
   margin: 0;
   padding: 0;
   line-height: 1.4em;
}

table {position: relative;}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   margin: 0;
}

.gallery {
 position: relative;
 width: 100%;
 margin-right: 0px;
 margin-bottom: 0px;
 border: 0px;
 z-index: 50;
}

.photo-left {
   float: left;
  text-align: center;
  padding: 9px 9px 16px 9px;
 box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 margin-right: 20px;
 margin-bottom: 20px;
 border: 1px #CCC solid;
url(tmp/configs/PIE.htc);
}

.photo-right {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
 border: 1px #FFF solid;
}

.photo {
 border: 1px #FFF solid;
 margin-bottom: 20px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   font-weight: 600;
   color: #000;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #000;                /* a different color can be used for visited links */
   font-weight: 600;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #000;
   font-weight: 600;
}

#flags a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #006600;
}

#flags a,
#flags a:link 
#flags a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #009900;
}

#content a.link h4, #header a.link h4, #sidebar a.link h4 {color: #FFF; margin: 0;}

h1, h2, h3, h4, h5, #menunav {
font-family: 'segoe_uilight', sans-serif; 
line-height: 1em;
text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
-moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
font-weight: 300;
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold {
font-family: 'Oswald', sans-serif; 
line-height: 1em;
text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
-moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

#content h1.bold {color: #009900; text-transform: uppercase; font-weight: bold}


div.link a, div.link a:visited {
   position: relative;
   float: left;
   margin-top: 10px;
   padding: 10px 20px 10px 20px;
   background: #FF0000;
   color: #FFF;
   font-size: 110%;
   text-transform: uppercase;
   font-weight: normal;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   border-radius: 4px; 
   behavior: url(tmp/configs/PIE.htc);
}

div.link a:hover {
   background: #003366;
}

a.link, a.link:visited, #header a.link, #header a.link:visited  {
   position: relative;
   margin-top: 10px;
   padding: 10px 20px 10px 20px;
   background: #FF0000;
   color: #FFF;
   font-size: 110%;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   border-radius: 4px; 
   behavior: url(tmp/configs/PIE.htc);
   font-weight: normal;
}

a.link:hover {
    color: #FFF;
    background: #003366;
}

#sidebar ul {
	width: auto;
	text-align: left;
	margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar ul li {
background-image: url(https://www.loskoprugbyklub.co.za/uploads/images/bullet.png);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 32px;
margin-bottom: 5px;
min-height: 24px;
}

#sidebar ul#menu li {margin-bottom: 0px;}

#main table {margin-bottom: 20px;}
#main fieldset table {margin-bottom: 0px;}
/*****************
basic layout 
*****************/
body {
   color: #333;
   margin: 0; /* gives some air for the pagewrapper */
   padding: 0px;
}

#social img {margin-bottom: 5px;}

table .header-t td { background: url(https://www.loskoprugbyklub.co.za/uploads/images/white20.png);}

.wrapper {
     max-width: 1680px;
     margin: 0 auto 0 auto;
}

div#pagewrapper {
   position: relative;
   border: 0;
   min-width: 1040px;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   padding: 0px;
   color: #000;
}

div#mainmenu {
  min-width: 1040px;
  max-width: 1360px;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0 30px;
}
   

div#menuholder {
  width: 100%;
  min-width: 1040px;
  max-width: 1360px;
  margin: 0px auto 0px auto;
  color: #333;
  z-index: 100;
}

#menuback { 
  width: auto;
  min-width: 1040px;
  max-width: 1360px;
  padding: 0px;
  margin: 0px auto 0px  auto;     /* this centers wrapper */
  background: #009900;
}

.headertitle {position: absolute; top: 25px; left: 60px; color: #CCC}

#topmenu {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1040px;
  margin: 0 auto 0 auto;
  z-index: 80;
}

#nav {width: 100%; max-width:1360px; margin: 0px auto 0px auto; padding: 0px 30px 0px 30px;}
#nav h1 {color: #fff; font-weight: bold; font-size: 64px; line-height: 1em; padding: 0; margin-top: 20px; margin-bottom: 10px;}
#logo-text { max-width: 1360px; height: 80px; margin: 0px auto 0px auto;}
#logo {width: 229px; height: 229px; position: absolute; bottom: -90px; left: 90px; z-index: 10;}
#menunav {width: 380px; float: right; display: inline;}
#menuicon {width: 370px; float: right; display: inline; height: 50px; padding-top:0px; text-align: right}

div#footerwrapper {
   position: relative;
   min-width: 1040px;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   color: #000;
   background: #fff url(https://www.loskoprugbyklub.co.za/uploads/images/background.jpg) center top repeat-x;
}

#page-container, #footer-container {
   position: relative;
   min-width: 1040px;
   max-width: 1360px;
   margin: 0px auto 0px auto;
   padding: 0 30px 0 30px;
   border: 0;
   background: none;
}

.header-background {
   width: 100%;
   padding: 0px;
}

#header-container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto; 
   padding: 0;
   border: 0;
   background: none;
}


/* ------------ Footer ------------ */


#footer-content {
        position: relative;
	min-height: 395px;
	height: auto!important;
	height: 395px;
	width: 100%;
        min-width: 1040px
        max-width: 1360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
        margin-bottom: 0px;
        padding: 10px 0px 0px 0px;
        background: none;
} 

#footer {
        position: relative;
	color: #fff;
	font-size: 1em;
	min-height: 375px;
	height: auto!important;
	height: 375px;
        width: 100%;
        margin: 0px auto 0 auto;
        padding: 20px 0px 0 0px;
}
#footer .block {
        float: left;
	width: 33%;
	margin: 20px 20px 0px 0px;
}
#footer .cms {
        font-size: 80%;
        float: right;
	text-align: left;
	color: #fff;
	margin: 0px 0px 0 0;
        padding: 20px 0 0 0;
        border: 0px;
	width: 30%;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #fff;
        list-style: none;
        text-transform: uppercase;

}
#footer ul ul {
	padding-left: 10px;
}
#footer ul li a, #footer ul li a:visited {
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #fff solid;
}

#footer ul li a.currentpage, #footer li.activeparent a, #footer li.activeparent a:visited {color: #eee; border-bottom: 1px #eee solid;}

#footer li.activeparent ul li a, #footer li.activeparent ul li a:visited {
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #ccc solid;
}

#footer ul li a:hover, #footer li.activeparent ul li a:hover {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer .cms a {
	color: #fff;
}

#footer .cms a:hover {
	color: #336699;
}
/* ------------ END LAYOUT ---------------*/

/*** header ***
we will hide text and replace it with a image
we need to assign a height for i h1
*/

div#header {
   position: relative;
   width: 100%;
   min-width: 1040px;
   margin-top: 0px;
   height: 550px;
   z-index: 10;
}

.headernavbutton {
   position: absolute;
   top: 0;
   left: 50%;
   width: 70px;
   margin-left: -35px;
}


div#search {
   position: relative;
   float: left;
   width: 100%;     /* enough width for the search input box */
   padding: 0px;
   margin: 0px 0px 15px 0px;
   border: 0;
   background: url(https://www.loskoprugbyklub.co.za/uploads/images/black20.png);
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   border-radius: 4px; 
   behavior: url(tmp/configs/PIE.htc); 
}

div#search .search-button {width: 28px; padding: 6px; margin: 0 0 0 5px;}

div#search input {
   position: relative;
   float: left;
   display: inline;
   font-size: 120%;
   width: 280px;     /* enough width for the search input box */
   text-align:left;
   padding: 10px;
   margin: 0;
   color: #fff;
   border: 0px #FFF solid;;
   background: none;
}

div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 95%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 10px 0 20px 0 ;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   height: 10px;
   color: #000;
}

div.breadcrumbs a, div.breadcrumbs a:visited {
   color: #333;
}

div.breadcrumbs a:hover {
   color: #CCC;
}

 div.breadcrumbs span.lastitem { 
   color: #000; 
 } 

div#content {
   position: relative;
   margin: 0px;
   padding: 0px;
   background: none;
}

div#mycontent {
   width: 100%;
   float: left;
   position: relative;
   margin: 20px 0 0 0;
   padding: 0px;
   background: none;
}


#camcontent {
   display: block;
   position: relative;
   margin-top: -15px; ; /* some air above and under menu and content */
   padding: 0px 30px 0 30px;
   height: 600px;
   min-width: 1040px;
   max-width: 1360px;
   margin: 0 auto 0 auto;
   z-index: 3;
}


div#content-nav {
   display: block;
   padding: 0px;
   width: 100%;
   height: 90px;
   padding-bottom: 10px;
   margin: 0px;
}


div#content-header {
   float: left;
   display: inline;
   margin-right: 0px ; /* some air above and under menu and content */
   height: 90px;
   padding: 0px;
   background: none;
   margin-top: 0px;
}

#content-bottom {
  width: 100%;
  margin: 0;
  z-index: 20;
  background: url(https://www.loskoprugbyklub.co.za/uploads/images/black20.png);
  height: 20px;
}

#content-bottom div {
  float: right;
  margin-top: 30px;
  border: 0;
}

#content-bottom div a,
#content-bottom div a:link {
  position: relative;
  border:0;
  padding: 10px 15px 20px 15px ;
     background: #3399cc;
   -moz-border-radius: 4px 4px 0 0; 
   -webkit-border-radius: 4px 4px 0 0; 
   border-radius:4px 4px 0 0; behavior: url(tmp/configs/PIE.htc); 
   overflow: hidden; 
  color: #fff;
}

#background {position: relative; width: 100%; float: left;}


div#main {
   margin: 0px 0px 20px 0px;
   padding: 0px;
   z-index: 2;
   width: 100%;
}

div#main.narrow {
   position: relative;
   float: left;
   display: inline;
   width: 67%;
}

div#main.narrow h3 {
   margin-left: 0px;
}

#network {margin: 0; position: relative; float: left; display: inline; min-width: 236px;}

#sidebar .camera_wrap {
   display: none;
   margin: 0 auto 0 auto;
   padding: 0px;
   z-index: 100;
   background: none;
   width: 280px;
}

.camera_wrap div#main {
   display: none;
   margin: 20% auto 0 auto;
   padding: 20px;
   z-index: 100;
   background: url(https://www.loskoprugbyklub.co.za/uploads/images/white50.png);
   width: 640px;
}

fieldset {
 box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
   behavior: url(tmp/configs/PIE.htc);
}

div#main fieldset {
   position: relative;
   float: none;
   color: #333;
   padding: 20px;
   width: 100%;
   max-width: 940px;
   margin: 0 0 10px 0;
}


div#header fieldset h6  {margin-left: 5px; margin-bottom: 5px;}
fieldset h6   {margin: 5px;}

div#sidebar {
   position: relative;
   float: left;
   display: inline;
   color: #000;
   width: 31%;
   max-width: 456px;
   margin-right: 20px;
   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 40px;
   padding: 0;
}

div#sidebar fieldset {
   position: relative;
   float: none;
   display: block;
   color: #333;
   max-width: 100%;
   padding: 20px;
   margin: 0 0 10px 0;
   background: #FFF;
background: linear-gradient(top, #FFFFFF 0%,#F2F2F2 100%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2));
 background: -webkit-linear-gradient(top, #FFFFFF 0%,#F2F2F2 100%);
 background: -o-linear-gradient(top, #FFFFFF 0%,#F2F2F2 100%);
 background: -ms-linear-gradient(top, #FFFFFF 0%,#F2F2F2 100%);
   border: 1px #D4D4D4 solid;
   behavior: url(tmp/configs/PIE.htc);
}


div#sidebar fieldset ul li {color: #333;}

div#sidebar fieldset div, div#sidebar fieldset div div {padding: 0; margin:0;}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0;
   border-bottom: 0px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 79%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 19%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
  margin: 0;
}

#sidebar strong {color: #000;}


/* HEADINGS */
div#content h1 {
   color: #000; 
   font-size: 46px;  /* font size for h1 */
   line-height: 30px;
   margin: 0;
}
div#content h2 {
   color: #000; 
   font-size: 34px;  /* font size for h2 */
   margin: 5px 0 20px 0;
   font-weight: 300;
}

div#content h3 {
   color: #000; 
   font-size: 30px;
   line-height: 26px;
   margin: 0 0 20px 0;
   font-weight: normal;
}
div#content .table h3 {
   padding-bottom: 0px;
   border-bottom: 0px;
}

div#sidebar fieldset h3 {
   color: #000; 
   font-size: 26px;
   margin: 0 0 15px 0;
   font-weight: normal;
}
div#content #sidebar h4 { margin: 0 0 5px 0;}

div#content #sidebar h3,
div#content #menuitem h3 { 
   color: #fff; 
   padding: 20px; 
   background: url(https://www.loskoprugbyklub.co.za/uploads/images/next.png) right center no-repeat;
   background-color: #009900;
}
div#content #menuitem h3 {margin: 0;}

div#header h2 {font-size: 36px; color: #FFF; padding: 20px; background: url(https://www.loskoprugbyklub.co.za/uploads/images/black20.png); margin: 0;}
div#header h3 {font-size: 24px; color: #333;}

div#footer h3 {
   color:  #fff; 
   font-size: 24px;
   margin: 0 0 10px 0;
   font-weight: normal;
   text-transform: uppercase;
}

div#content h4 {
   color: #333; 
   font-size: 18px;
   line-height: 18px;
   margin: 0 0 15px 0;
   font-weight: normal;
}

div#sidebar fieldset h4 {
  color: #FF0000;
}

div#content h5 {
   color: #333;  
   font-size: 16px;
   line-height: 22px;
   margin: 0 0 5px 0;
   font-weight: normal;
   /* text-transform: uppercase; */
}
h6 {
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 20px 0;  /* some air around p elements */
   line-height: 1.5em;
   padding: 0;
}
blockquote {
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: 600;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   line-height:1.4em;
   margin: 0;
   list-style: none;
}

/* LISTS */
div#main fieldset ul,
div#main fieldset ol,
div#main fieldset dl {
   line-height:1.4em;
   margin: 0 0 25px 0;
   list-style: none;
}

div#main ul li,
div#main ol li {
background-image: url(https://www.loskoprugbyklub.co.za/uploads/images/bullet.png);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 48px;
margin-bottom: 5px;
min-height: 24px;
}

div#main ul li.excluded,
div#main ol li.excluded {
background-image: url(https://www.loskoprugbyklub.co.za/uploads/images/excluded.png);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 48px;
margin-bottom: 5px;
min-height: 24px;
}
div#sidebar ul li,
div#sidebar ol li {
background-image: none;
padding: 0px;
margin-bottom: 0px;
min-height: 16px;
height: auto;
}

div#main ul ul ,
div#main ol ul {
background-repeat: no-repeat;
background-position: 0 0;
padding: 10px 0 10px 32px;
min-height: 24px;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

.header-logo {
   width: 100%;
   margin: 0px auto 0px auto; 
   padding: 0;
   border: 0;
   background: none;
}

.headercontent {
   position: absolute;
   bottom: 0;
   left: 0;
   margin: 0px;
   width: 100%;
   text-align: center;
   padding: 0;
}

.header-icon{
   position: relative;
   float: right;
   display: inline;
   width: auto;
   min-width: 40px;
   max-width: 250px;
   text-align: right;
   padding: 0;
   z-index: 7;
   margin: 20px 0 0 20px;
}

.throbber { display:none; margin:40px auto; width: 32px; height: 32px; }
.throbber img {width: 32px; height: 32px;}


div[id^='cggm_map_defn'] {float: right; display: inline; margin: 0px 0px 10px 0px; border: 0px; width: auto; padding: 0px; color: #333 width: 638px;}
div.cggm_directions {width: auto; max-width: 270px; padding: 3px;}
div.cggm_directions_form {width: 250px; padding: 3px;}
.cggm_dirfrom input, .cggm_dirto input {width: auto; max-width: 220px;}

#network td {font-size: 80%; line-height: 1.3em;}

#contact-top {position: relative; width: 100%; min-width: 1040px; background: #000;}
.contact-content {position: relative; color: #FFF; width: 980px; margin: 0 auto 0 auto; padding: 10px 30px 10px 30px; background: #000;}
.contact-content h3 {margin: 0;}

div#main fieldset fieldset {padding: 0px; margin: 0 6px 6px 0;}

.separator, span.separator {clear:both; padding:0; line-height: 0.5em;}

#sidebar fieldset .photo-left {
 float: left;
 margin-right: 12px;
 margin-bottom: 48px;
 border: 0;
}

hr {position: relative; width: 100%; clear: both; margin: 0; height: 0%; border: 0;}

 
                #sidebar .camera_pag {
                        margin: 0px;
}

		.camera_bar {
			z-index: 2;
		}
		.camera_thumbs {
			margin-top: -100px;
			position: relative;
			z-index: 1;
		}
		.camera_thumbs_cont {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.camera_overlayer {
			opacity: .1;
		}
                .camera_commands {
                        display: none;
}
#content div#sidebar h2 {margin: 0px 0px 6px 0px;}
div#sidebar h2.trigger { position: relative; text-align: left; cursor: hand; cursor: pointer; padding: 10px 25px 10px 25px; margin:0; font-size: 22px;color: #FFF; background: #993300; behavior: url(tmp/configs/PIE.htc); }
div#sidebar h2.trigger a { color: #333; text-decoration: none; display: block; }
div#sidebar h2.trigger a:hover { color: #FFF; }
div#sidebar h2.active {}
div#sidebar .toggle_container { margin: 4px 0 0px 0; padding: 0px; overflow: hidden; width: 100%; clear: both; }
div#sidebar .toggle_container .block { position:relative; border: 1px #CCC solid; color: #333; background: #FFF; padding: 10px; margin-bottom: 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; }
div#sidebar .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#sidebar .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

#content div#main h2 {margin: 0px 0px 3px 0px; }
div#main h2.trigger { width: auto; position: relative; text-align: left; cursor: hand; cursor: pointer; padding: 10px 15px 10px 15px; font-size: 24px; background: #3399cc; margin:0;  color: #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;  box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
   behavior: url(tmp/configs/PIE.htc); }
div#main h2.trigger a { color: #FFF; text-decoration: none; display: block; }
div#main h2.trigger a:hover { background: #000; }
div#main h2.active {}
div#main .toggle_container { margin: 10px 0; padding: 0px; width: 100%; clear: both; }
div#main .toggle_container .block { position:relative; border: 1px #CCC solid; padding: 20px; margin-bottom: 3px;  box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
   behavior: url(tmp/configs/PIE.htc); }
div#main .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#main .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

.table {border-collapse: collapse; border: 1px #CCC solid;}
.table td {border-collapse: collapse; border: 1px #CCC solid; padding: 10px;}
.table th {border-collapse: collapse; border: 1px #CCC solid; padding: 10px; background: #3399cc;}
#content .table th h3 {color: #FFF;}
.table td.th {border-collapse: collapse; border: 1px #CCC solid; padding: 10px; background: #336699; color: #FFF;}

#sidebar #mynav li { 
display: block;
float: left;
list-style: none;
padding: 2px 10px 3px 10px;
margin: 0 0 0 5px;
background: #009900;
}

#sidebar .cms-guestbook { width: 280px; position: relative; display: block; margin-bottom: 10px;}

#sidebar ul#mynav {float: left; display: block; position: relative;}

#sidebar #mynav li a {color: #FFF;}

#sidebar #mynav li.activeSlide {
background: #EEE;
color: #000;
}

#sidebar #mynav li.activeSlide a {color: #000;}

.etabs { margin: 0; padding: 0; }
#main .tab-container ul.etabs li {margin: 0; padding-left: 0; background-image: none;}
#main .tab-container ul li {margin: 0; padding-left: 0;}
#main .tab-container fieldset ul li {padding-left: 48px; margin-bottom: 5px;}
.tab { display: inline-block; zoom:1; *display:inline; background: #3399cc; border: solid 1px #CCC; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 18px; line-height: 2.5em; display: block; padding: 0 10px; outline: none; font-family: 'Playfair Display', Georgia, Palatino, Times New Roman, serif; color: #FFF; font-weight: normal }
.tab a:hover { text-decoration: none; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #CCC; }
.tab a.active { color: #000;}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
#main .tab-container .tabs-buttons-panel {text-align: right;}
#main .tab-container span.prev-tab btn {float: left;}

.searchstring {color: #FFF; background: #3399CC; padding: 1px 2px;}

#main .tab-container .category_form ul {margin-top: 10px;}
#main .tab-container .category_form li {
float: left;
list-style: none;
background-image: none;
padding: 0px;
font-size: 80%;
}

.backtotop {
color: #fff;
position: fixed;
bottom: 360px;
right: 0px;
text-decoration: none;
background-color: rgba(0, 153, 0, 0.80);
font-size: 12px;
padding: 1em;
display: none;
z-index: 100;
}

.backtotop:hover {	
background-color: rgba(0, 153, 0, 0.50);
}

.camera-shadow {
  position: relative;
  height: 46px;
  min-width: 1040px;
  max-width: 1360px;
  padding: 0px 30px 0 30px;
  margin: 0px auto 0px auto;
  background: url(https://www.loskoprugbyklub.co.za/uploads/images/camera-shadow.png) top center no-repeat;
}

#flags {text-align: left; width: 150px; margin: 20px 0 0 0; height: 20px; color: #fff;}

.camera-shadow img {max-width: 100%;width: auto\9;}

.ui-widget-content fieldset {background: none; border: 0;}
/* Stylesheet: LRLayout Modified On 2014-07-07 18:12:14 */
