@CHARSET "ISO-8859-1";

body {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 50px;
	background: url('/images/bg-pattern01.jpg') #000000;
	line-height: 140%;
}

div.bodyShell {
	width: 100%;
}

/* WEBSITE */
table.mainTabel {
	background: #7E3C15;
}

td#headerLeftSection {
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background: #157F76;
}

td#headerRightSection {
	height: 200px;
	background: url('/images/logo.gif') right no-repeat;
}

td#loginSection {
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
}

td#leftSection {
	background: #7E3C15;
	padding: 10px;
}

td#rightSection {
	background: url('/images/bg-pattern02.jpg') #CEDDDA;
	padding: 20px;
}

td#footerSection {
	background: #7E3C15;
	padding: 5px;
	color: #FFFFFF;
}

table.galleryTabel {
	
}

div.otherCategories {
	width: 100%;
	overflow: auto;
	border: 1px solid #000000;
	background: #7E3C15;
}

div.galleryDescription {
	font-family: Garamond;
	font-size: 18px;
	border: 1px solid #4B5B58;
	background: #BFCFCC;
	padding: 0px 5px 0px 5px;
	color: #4B5B58;
}

div.userComments {
	font-size: 13px;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4B5B58;
	background: #9EB2B1;
	padding: 0px 5px 0px 5px;
	color: #1F816A;
}

th {
	text-align: center;
}

h1,h2 {
	font-family: Comic Sans MS;
	color: #FF6600;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 24px;
}

h2.header1,div.header1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #FF6600;
}

img {
	vertical-align: middle;
}

img.gallery {
	border: 1px solid #1C7B75;
}

tbody.odd {
	background: #CBFFFA;
}

tbody.even {
	background: #E5FEFC;
}

.errorBack {
	background-color: #FF0000;
	border: 1px solid #FFFFFF;
}

tr.error {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #0600FF;
	border: 1px solid #FFFFFF;
}

tr.info {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

a {
	color: #B27921;
	text-decoration: none;
	vertical-align: middle;
}

a.link1 {
	color: #B27921;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.breadCrum {
	font-weight: normal;
	font-size: 15px;
	color: #FF6600;
	vertical-align: middle;
}

a.breadCrum b {
	color: #FF0066;
}
