	body, td, pre {		
						font-family: Arial, sans-serif;
						/* font-family: "Lato Latin", sans-serif; */
						font-size: 13px;
						color: #111;
	}
	

  h1,h2,h3,h4 {
    color: #333;
    /* font-family: pt_sans_narrowregular, sans-serif; */
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 0 rgba(200, 200, 200, 0.7);
  }
	h1, h2, h3, h4		{ margin-bottom: 3px; /*color: #00498B;*/ }
	h3, h4						{ margin-top: 0px; }
	h1, h2						{ margin-top: 5px; }
  
  hr { border: 1px solid #CCC; border-width: 1px 0px 0px 0px;}
  
  input[type="text"], input[type="tel"], input[type="email"], input[type="name"], textarea, select, .formfield {
    border: 1px solid #9CBDCF;
    border-radius: 4px;
    background: #FFFFFF;
    background:              -webkit-gradient(linear, left top, left bottom, color-stop(0,#EFF2F6), color-stop(0.4,#FFFFFF)); 
    background-image: -webkit-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:    -moz-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:      -o-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:         linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    color: #262626;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-bottom: 5px;
    outline: none;
    padding: 6px;
  }

  input[type="text"], input[type="tel"], input[type="email"], input[type="name"] {
    line-height: 20px;
    height: 20px;
  }

  input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="name"]:focus, textarea:focus {
    box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
    background: #FFFFFF;
    background-image: none;
    border-color: #5FA9D4;
    color: #262626;
    font-style: normal;
  }
  
  
  
  #righttitle a, #righttitle a:link, #innercontainer a, #innercontainer a:link, .mceContentBody  a, .mceContentBody  a:link, #submenu a, #submenu a:link {
		/* color: #000; */
    /* font-family: "Lato Latin Bold", sans-serif; */
    font-family: Arial, sans-serif;
		font-weight: bold;
	}

	#righttitle a:visited, #innercontainer a:visited, #submenu a:visited {
		color: rgb(0,0,238); 
	}
	
	#righttitle a:hover, #innercontainer a:hover {
		text-decoration: none;
		/*text-decoration: underline;*/
	}
	
  
	a.img, a.img:hover { border-bottom: none; } 

	.mceContentBody  ul {border: 1px dashed grey; min-height: 20px; }
	/* .mceContentBody  p {border: 1px dashed blck; min-height: 20px; } */
	
	.page a[target="_blank"]::after {
		content: "\00a0\f08e";
		font-family: FontAwesome;
		display: inline-block;
	}
	
	img	{ border: none; }
	
	#errbox, #succbox, #bckbox { margin: 20px 20px 20px 0px; padding: 15px 19px; border: 1px solid #000; font-size: 14px; font-weight: bold; color: #000;  }
	#errbox { border-color: #F00; background-color: #FAA; }
	#succbox { border-color: #0F0; background-color: #AFA; }		
	
	#startnewsbox { float: left;  border: 1px solid #CCC; margin-top:15px; margin-left: 5px; width: 500px; }
	#startnewsbox .startnewsdet { width: 483px; }
	
	.newsentry {
		padding-bottom: 5px;
		border: 1px solid #333;
		border-width: 0px 0px 1px 0px;
		border-bottom-color: #CCC;
		margin-bottom: 10px;
	}
	
	.newswrap {
		overflow: hidden;
	}
	
	.newsimg {float: left; margin-right: 20px; width: 160px;}
	.newsimg img {width: 160px; }
	.newsaddimg {margin: 12px 0px 5px 180px; }
	.newsaddimg img {width: 600px; }
	
	.newsdet {float: left; width: 720px; }
	
	.contenttitle{
		padding: 0px 6px 4px 0px;
	}

	.contentblock{
		text-align: justify; 
		padding: 4px 6px 8px 0px;
	}
	
  
  #up {
      bottom: 12px;
      font-size: 25px;
      position: fixed;
      right: 20px;
  }
  #up a {
      color: #555;
      text-decoration: none;
  }
  #up a:hover {
      color: #666;
  }
	
	#sitemap ul {
		list-style-type: none;
		padding-left: 15px;
		margin-bottom: 8px;
		/*
		border: 1px solid #555;
		border-width: 1px 0px;
		*/
	}
	#sitemap li {
		margin-bottom: 2px;
		border: 0px solid #BBB;
		border-bottom-width: 1px;
		font-size: 11px;
	}
	#sitemap li a { display: block; padding-left: 2px; }
	#sitemap li a:hover {
		background: #EEE;
	}
	
	
	
	table.gbentry {
		width: 100%;
		border: none; 
	}

	table.gbentry td {
		padding: 2px;
	}
	
	table.gbentry input {
		padding: 2px; 
		background: #EDEDED; 
		border: 1px solid #343434;
	}
	
	table.gbentry textarea {
		padding: 2px; 
		background: #EDEDED;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px; 
		overflow: auto; 
		border: 1px solid #343434;
	}	
	
	
	

	.page, .cmspage, .rightpage, .cmsrightpage { 
		margin: 0px auto 5px auto;
		padding: 10px 15px 5px 15px;
		border: 1px solid #343434;
		text-align: left;
	}
	
	.page {
		border: none;
    /*width: 790px;*/
    width: 97%;
		min-height: 555px; 
    overflow: hidden;
	}
	

	.cmspage {
		width: 835px;
		min-height: 640px;
		margin: 0px;
		padding-top: 8px;
	}	
	
	.rightpage, .cmsrightpage {
		width: 145px;
		min-height: 646px;
		padding: 0px 0px 5px 0px;
		font-size: 13px;
	}
	
	.rightpage {
		border-width: 0px;
	} 
	
	.cmsrightpage {
		float: left;
		margin-left: 4px;
		margin-top: 1px;
	}
	

	
	.page table.listlong, .page table.list, .page table.overview {
		width: 100%;
		border: 1px solid #006633;
		margin-bottom: 10px;
	}
	
	.page table.overview {
		background: #efefdd;
	}
	
	.page table.listlong td, .page table.list td, .page table.overview td {
		border: 1px solid #006633;
		padding: 2px 4px;
	}


	.page table tr.trtitle, .page table.listlong tr:first-child, .page table.overview tr:first-child {
		background: #e4fdb4;
		font-weight: bold;
	}
	
	.page table tr.trtitle td {
		/*border: none;*/
	}
	
	
	/****** IMAGES *******/
	.page img.jimage, .page img.leftbound, .page img.rightbound {
		
	}
	
  
	.page img.imgdefault, .mceContentBody img.imgdefault {
		margin: 11px;
    max-width: 500px;
		margin-top: 5px;
	}
	
	.page img.leftbound, .mceContentBody img.leftbound {
		float: left;
		margin-left: 0px;
	}

	.page img.rightbound , .mceContentBody img.rightbound {
		float: right;
		margin-right: 0px;
	}	
	
	
	#srch {
		float: right;
		margin-right: 12px;
	}
	
	#srch form {
		display: inline;
	}
	
	#srch input {
		font-size: 10px;
		padding: 0px;
		margin: 0px;
		height: 11px; 
	}
	
	#srch input.srchsub {
		border: none;
		height: 15px;
		background: #000;
		color: #FFF;
	}
	
	.gallmin {
		margin: 4px 0px;
		padding: 23px 0px 0px 0px;
		background: #999;
		border: solid 1px #333;
		height: 50px;
		font-weight: bold;
		text-align: center;
	}
	
	
	#filmlogos img {
		max-width: 97px;
		max-height: 60px;
		margin: 1px;
		vertical-align: middle;
		
		/*
		border: 1px solid #BBB;
		margin-left: 2px;
		*/
	}
	
	
	.allcorners { 
		position: relative;
		behavior: url(/js/PIE.htc);
		border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 3px solid #000; width: 80%; 

	}

	.topcorners { 
		position: relative;
		behavior: url(/js/PIE.htc);
		border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px;
	}

	.bottomcorners { 
		position: relative;
		behavior: url(/js/PIE.htc);
		border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
	}
	

	
	.small { line-height: 0.8; font-size: 10px; }
	
	.redstar {font-weight: bold; color: #900; }

	.warningemail {background-color: #FF6F6F; border: solid 2px #7F0000;  }
	
	
	.darkBg{background:#2d0f0f url(images/smashing.jpg) top center;background-repeat:no-repeat;}
	.lightBg{background : url(images/snow.jpg) #b1dde0 top center no-repeat;}
	.collectonme{margin:120px auto; background: red; width:50%; text-align:center; font-size:1.2em; color:#fff;}