﻿

/* Layout Stylesheet */ 

body{
 padding:0;
 margin: 0;
 background: #222222;/* url(../BackW.jpg) repeat-y left top;*/
 font-family: Arial,Verdana;
 font-size: small;
 } 

body, html { 
    height: 100%; 
    /*overflow: hidden; */
}

body a 
{
    text-decoration: none;
    color: #555555;
}

#container
{
    height: 100%;
    min-height: 100%;
}
 
 #hdr{
	height:80px;
	/*background:#eeeeee;*/
	background-color: #222222;
	color:#00FF00;
	margin:0;
	padding:0;
	/*border: solid #222222;*/
	border: dashed #222222;
	/*border-bottom: dashed 1px #00FF00;*/
	/*border-width: 1px 1px 0 1px;*/
	text-align: center;
 } 
 
 
  #hdr2{
 height:20px;
 top: 40px;
 /*background:#eeeeee;*/
 background-color: #00FF00;
 	background-image: url('/images/menuBd.gif');
	background-repeat: repeat-x;
 color:#222222;
 margin:0;
 padding:0;
 /*border-bottom: dashed 1px #222222;*/
 font-family: Ariel,Verdana;
 font-size:small;
 text-align: center;
/*border-width: 1px 1px 0 1px;*/
 }
 
#lh-col{
 position: absolute;
 top: 110px;
 left: 0px;
 width: 145px;
 /*border: 1px solid #222222;*/
 background: #222222;
 color: #555555;/*#00FF00;*/
 /*margin: 2px 2px 2px 2px;*/
 margin: 0;
 padding: 0;
 height: 60%;
 min-height: 400px;
 z-index: 2;
 text-align: center;
 }
 
 #lh-col a:hover
{
    color: #00FF00;
}

#lh-col a
{
    color: #777777;
}

#lh-col h1
{
	color: #666666;
	font-size: 16px;
}

#lh-col h2
{
	color: #666666;
	font-size: 16px;
}

#lh-col h3
{
	color: #666666;
	font-size: 16px;
}

#lh-col h4
{
	color: #666666;
	font-size: 16px;
	
}

#rh-col{
 position: absolute;
 top: 110px;
 right: 0px;
 width: 145px;
 /*border: 1px solid #222222;*/
 background: #222222;
 color: #555555;/*#00FF00;*/
 margin: 0px;
 padding: 0px;
 height: 60%;
 min-height: 400px;
 z-index: 2;
 text-align: center;
 }
 
 #rh-col a:hover
{
    color: #00FF00;
}

  
#c-col{
 position: relative;
 /*margin: 0 151px 20px 151px;*/
 margin-left: 151px;
 margin-right: 151px;
 margin-top: 15px;
 margin-bottom: 15px;
 padding: 0px 10px 0px 10px; /*20px*/
 color: #999999; /*#C0C0C0;*/
 z-index: 3;
 text-align:center;
 height: 83%;
 vertical-align:middle;
 background: #222222;/* url(../BackW.jpg) repeat-y left top;*/
 }
 
 #c-col H3
 {
    font-family: Arial, Verdana;
    text-align: left;
    color: #C0C0C0;
 }
 
#c-col H2
 {
    font-family: Arial, Verdana;
    text-align: left;
    color: #C0C0C0;
 }
#c-col H1
 {
    font-family: Arial, Verdana;
    text-align: left;
    color: #C0C0C0;
 }
 
 #c-col HR
 {
    color: #333333;
    height: 1px;
    width: 80%;
 }

#c-col .HighlightLink
{
    text-decoration: none;
    color: #00FF00;
}

#c-col .HighlightLink:hover
{
    text-decoration: none;
    color: #555555;
}
 
#c-col a:hover
{
    color: #00FF00;
}

#c-col a
{
    color: #C0C0C0;
}





 /*#c-col a:hover
{
    BORDER-BOTTOM: #00FF00 1px dotted;
}*/
 
#flashcontent
{
    height: 100%;
    /*min-height:600px;*/
    /*height: 600px;*/
    padding: 0;
    margin: 0;
     /*background: #222222 url(../BackW.jpg) repeat-y left top;*/
}
 
 
 .tableform
 {
    border-color: #00FF00;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

 }
 
 .imgborder
{
	padding: 3px 3px 8px 3px;
	background-color: #333333;
	border: 1px solid #444444;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
	text-decoration:none;
}

 
.imgoutborder
{
    width: 130px;
    height: 130px;
    /*display: inline;*/
    float: left;
    text-align: center;
    vertical-align: middle;
}

#ccoltext
{
    clear:both;
}

a img { border-style:none; }

.infoP
{
    text-align: left;
}

.colourlink
{
    /*text-decoration: underline;*/
    color: #00FF00;
}

.colourlink a:hover
{
    BORDER-BOTTOM: #00FF00 1px dotted;
    text-decoration: underline;
}

.galbox
{
    width: 300px;
    height: 110px;
    float: left;
    margin-bottom: 20px;
}

.thumbbox
{
    width: 200px;
    height: 130px;
    float: left;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.newstitle
{
    color: #999999;
    text-decoration: underline;
    font-weight: bold;
}

 html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?43:26981) no-repeat top left; }
 
 
.scrollimg
{
	cursor:pointer;
}

/*------------------------------------ PLAIN MASTER -----------------------*/

  
#plain-col{
 position: relative;
 /*margin: 0 151px 20px 151px;*/
 margin-top: 15px;
 margin-left: 151px;
 margin-right: 151px;
 margin-bottom: 15px;
 padding: 0px 10px 0px 10px; /*20px*/
 color: #999999; /*#C0C0C0;*/
 z-index: 3;
 text-align:center;
 height: 83%;
 vertical-align:middle;
 background: #222222;
 /* url(../BackW.jpg) repeat-y left top;*/
 }
 
 #plain-col H3
 {
    font-family: Arial, Verdana;
    text-align: left;
    color: #C0C0C0;
 }
 
#plain-col H2
 {
    font-family: Arial, Verdana;
    text-align: left;
    color: #C0C0C0;
 }
#plain-col H1
 {
    font-family: Arial, Verdana;
    text-align: left;
    color: #C0C0C0;
 }
 
 #plain-col HR
 {
    color: #333333;
    height: 1px;
    width: 80%;
 }
 
  #plain-col a:hover
{
    color: #00FF00;
}

#plain-col a
{
    color: #C0C0C0;
}

.gallUpdateCent
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom: 20px;
}


/*Scroll table */

.scrollLinks
{
    border-width: 1px;
}

.scrollLinks TD
{
    border: 1px;
    border-color: #00FF00;
}