/* general page */
html {
	background: #ffffff;
	margin: 0px;
	padding: 0px;	
}

img {
	border:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
a {
	color: #000000;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 0;
}
a img {
	border:0;
} 
/* page header */
div#container {
	width:960px;
	margin:auto;
}

div#wrapper {
	float:left;
	background-color: #FFFFFF;
	background-image:url(/common/images/bg_shadow.png);
	padding-left: 20px;
	padding-right:20px;
}


#container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#EFF4FA; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:210px;
	background:#FFFFFF; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:540px;
	background:#EFF4FA; /* column 1 background colour */
}
#left {
	float:left;
	width:190px;
	position:relative;
	left:765px;
	overflow:hidden;
}
#content {
	float:left;
	width:480px;
	position:relative;
	left:800px;
	overflow:hidden;
	margin-top: 20px;
}
#right {
	float:left;
	width:190px;
	position:relative;
	left:845px;
	overflow:hidden;
}

div#header {
	width:960px;
	height:140px;

	background-image:url(/common/images/bg_header.gif);
	background-repeat:repeat-x;

}
div#header-banner {
	position:relative;
	width: 340px;
	height: 100px;
	left: 20px;
	top: 20px;
	float: left;
}
div#header-logo {
	position:relative;
	width: 562px;
	height: 100px;
	right: 20px;
	top: 20px;
	float: right;
}
div#header-banner-admin {
	position:relative;
	/* border: 1px solid #000000; */
	width: 345px;
	height: 116px;
	left: 20px;
	top: 9px;
	float: left;
}
div#header-logo-admin {
	position:relative;
	width: 568px;
	height: 116px;
	right: 20px;
	top: 9px;
	float: right;
}
div#nav {
	
	height: 20px;
	line-height: 20px;
	background-color: #0084CA;
	color: #FFFFFF;
	
}
div#navleft {
	float:left;
	position:relative;
	overflow:hidden;
}
div#navright {
	float:right;
	position:relative;
	overflow:hidden;
	right: 10px;
}


div#content_deprecated {
	float:left;
	width: 480px;
	padding-top: 10px;
	position:relative;
	overflow:hidden;
}
div#left_deprecated {
	float:left;
	width: 200px;
	background-color: #EFF4FA;
	padding-left: 20px;
	padding-top: 10px;
	position:relative;
	overflow:hidden;
	
}
div#right_deprecated {
  float:right;
	width: 240px;
	background-color: #EFF4FA;
	padding-left: 20px;
	padding-top: 10px;
	position:relative;
	overflow:hidden;
}

.lefthead {
	margin-top:20px;
	font-size: 16px;
}
.righthead {
	margin-top:20px;
	font-size: 16px;
	float:left;
	height: 30px;
	
}
#righthead_btn {
	float:right;
	position:relative;
	right: 00px;
}

#cartoonlist td {
	height: 50px;
	vertical-align: top;
}
#cartoonlist th {
	width: 100%;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 10px;
}

/* button image sprites */
#cartoon-index {
		padding-right: 20px;
    padding-left:0px;
    margin: 0px;
    list-style: none;
    height: 16px;
    overflow: hidden;
    float: right;
		text-align:right;
}

#cartoon-image {
	
}

#cartoon-list {
	margin-top: 10px;
	
}
#cartoon-index li {
   float:left;
   margin: 2px;
}
#cartoon-index a {
	display: block;
	background-image: url(/common/images/buttons.png); 
	padding-top: 12px; /* same as height of #example-nav */
	text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#cartoon-index-prev {
	width: 12px;
	background-position: 0px -40px;
}
#cartoon-index-prev:hover {
	background-position: 0px -52px;
}

#cartoon-index-next {
	width: 12px;
	background-position: -12px -40px;
}
#cartoon-index-next:hover {
	background-position: -12px -52px;
}

#cartoon-buttons {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#cartoon-buttons-admin {
	width: 232px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#cartoon-buttons-list {
	padding:0px;
    margin: 0px;
    list-style: none;
    height: 24px;
    overflow: hidden;
    	
		
}
#cartoon-buttons-list li {
   float:left;
   margin: 4px;
}
#cartoon-buttons-list a {
	display: block;
	background-image: url(/common/images/buttons.png); 
	padding-top: 20px; /* same as height of #example-nav */
	text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#cartoon-prev {
	width: 20px;
	background-position: 0px 0px;
}
#cartoon-prev:hover {
	width: 20px;
	background-position: 0px -20px;
}
#cartoon-print {
	width: 20px;
	background-position: -40px 0px;
}
#cartoon-print:hover {
	width: 20px;
	background-position: -40px -20px;
}
#cartoon-link {
	width: 20px;
	background-position: -60px 0px;
}
#cartoon-link:hover {
	width: 20px;
	background-position: -60px -20px;
}
#cartoon-next {
	width: 20px;
	background-position: -20px 0px;
}
#cartoon-next:hover {
	width: 20px;
	background-position: -20px -20px;
}
#cartoon-tellafriend {
	width: 20px;
	background-position: -120px 0px;
}
#cartoon-tellafriend:hover {
	width: 20px;
	background-position: -120px -20px;
}
#cartoon-new {
	width: 20px;
	background-position: -100px 0px;
}
#cartoon-new:hover {
	width: 20px;
	background-position: -100px -20px;
}
#cartoon-edit {
	width: 20px;
	background-position: -140px 0px;
}
#cartoon-edit:hover {
	width: 20px;
	background-position: -140px -20px;
}
#cartoon-delete {
	width: 20px;
	background-position: -160px 0px;
}
#cartoon-delete:hover {
	width: 20px;
	background-position: -160px -20px;
}

#cartoon-search-buttons {
		padding:0px;
    margin: 0px;
    list-style: none;
    height: 24px;
    overflow: hidden;
    	
		
}
#txtSearch {
	
	width: 130px;
	float:left;
}
#cartoon-search {
	margin-top: 20px;
	width: 160px;
}

#cartoon-search-buttons a {
	
	background-image: url(/common/images/buttons.png); 
	padding-top: 20px; /* same as height of #example-nav */
	text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	float:right;
}
#cartoon-search-submit {
	width: 20px;
	background-position: -80px 0px;
}

#cartoon-search-submit:hover {
	width: 20px;
	background-position: -80px -20px;
}

#tellafriend-head {
	font-size: 16px;
	
}
.tellafriend-label {
	float:left;
	width:90px;
	margin-right:0.5em;
	text-align:left;
}
.tellafriend-message {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}


.left-item {
	margin-top: 10px;
	margin-bottom: 20px;
}

.left-item-small {
	margin-top: 10px;
	font-size: 10px;
	/* margin-bottom: 20px; */
}

.left-item-medium {
	margin-top: 10px;
	font-size: 12px;
	/* margin-bottom: 20px; */
}

.left-item-head-date {
	float:right;
	position:relative;
	right: 5px;
	width: 70px;
	font-size: 12px;
	margin-bottom: 4px;
}

.left-item-head-name {
	width: 120px;
	float:left;
	font-size: 12px;
	margin-bottom: 4px;
}

/* cartoonlist */
.cartoonlist-small {
	font-size: 10px;
}
.cartoonlist-thumb {
	border: 0;
	width: 40px;
	height: 40px;
	
}
.cartoonlist {
	width: 220px;
}
#cartoon {
	width:340px; 
	height:415px;
	background:url(/common/images/shadowcartoon.gif);
	margin-left: auto;
  margin-right: auto;
}
#cartoon img {
	margin-left: 20px;
	margin-top: 20px;
	
}

#contentlist-table {
	margin-left: 10px;
}

.news-head {
	font-size: 16px;
	float: left;
}
.news-date {
	float:right;
	font-size: 16px;
}
.news-content {
	margin-top: 30px;
}
.links-bottom td {
	border-bottom: #e0e0e0 1px solid;
}
.news-top td {
	vertical-align: top;
	height: 30px;
	padding-top: 10px;
}
.news-bottom td {
	border-bottom: #e0e0e0 1px solid;
	vertical-align: top;
	padding-bottom: 20px;
	padding-right:2px;
}






ul.nav{
	list-style-type:none;
	margin: 0;
	padding: 0;

}
ul.nav li {
	display:inline;
	
}
ul.nav li.sep{
	border-left: 1px solid #FFFFFF;
}
ul.nav a {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}

ul.nav a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 0;
}


div#simpleContent {
	width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
}
div#galleryContent {
    width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
}
div#imageGallery {
	position: relative;
	top: 35px;
	left: 170px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  /* margin-right: 300px; */
  width: 70%;
}
div#imageGalleryContent {
margin-top: 1m;
    width: 100%;
}

div#imageGalleryContentContent {
	position: absolute;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    /*width: 70%;*/
    width: 600px;
}
div#galleryContent {
/*	
	position: relative;
	float: left;
*/
	width: 100%;
}
/*
div#imageGalleryDescription {
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    width: 200px;
}
*/
div#imageGalleryImage {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    text-align: center;
}
div#imageGallerySelect {
    width: 90px;
    right: 20px;
    top: 35px;
    position: fixed;
    height: 90%;
}
div#slider {
	height: 90%;
	position:relative;
	overflow: auto;
	}
div#slider img {
    border: 1px solid #BBBBBB;
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
}
.imgbutton {
	border: 0px;
	margin-top: 4px;
	display: block;
}

div#leftbar {
	position: fixed;
	width: 130px;
	top: 0px;
	left: 20px;
 	height: 100%;
 	background-color: #000000;
}
div#navbottom {
	vertical-align: bottom;	
}

img.headerbutton {
	margin-left: 10px;
	border-style: none;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
.mandatory {
	font-weight: bold;
	color: #ff0000;
}
fieldset { 
	margin: 0px;
	border-style: none; 
}

legend {
  border-style: none;
}
label.login {
	float:left;
	width:100px;
	margin-right:0.5em;
	text-align:right;
}
label.admin {
	float:left;
	width:75px;
	margin-right:0.5em;
	text-align:left;
	font-weight: bold;
}
.gbitem {
	width: 480px;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 40px;
}
.gbitem-head {
	font-size: 16px;
	float: left;
	margin-top: 5px;
}
.gbitem-date {
	float:right;
	font-size: 16px;
	margin-top: 5px;
}
.gblabel {
	float:left;
	width:100px;
	margin-right:0.5em;
	text-align:left;
}

input,textarea {
	margin-bottom: 5px;
}
input.login {
	width: 200px;
}

select {
	margin-bottom: 10px;
	width: 175px;
}
a.adminlink {
	font-size: 10px;
}
#print {
	display:none;
}