/* Default */

body,td {
	font-family: helvetica, verdana, bitstream vera sans, arial, sans-serif;
	font-size: 12px;
	color: #313131;
	line-height: 18px;
}

body {
  margin: 0px;
  background-color: #53c05d;
  background-image: url('/images/pictures/large/system-files/img_1px_bg.jpg');
  background-repeat: repeat-x;
}

input,select,textarea {
	font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
	font-size: 11px;
}

/* Headings, styles */

.heading { font-size: 18px; color: #174e10;}
.heading2 { font-family: trebuchet ms; font-size: 20px; color: #000000;}
.yellowheading { font-size: 18px; color: #E5B80C; }
.subheading { font-size: 14px; color: #174e10;}
.subheadingyellow { font-size: 14px; color: #E5B80C; }

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.grey { color: #a0a0a0; }
.green { color: #3F7E13; }
.yellow { color: #E5B80C; }
.blue { color: #0100cc; }
.red { color: #cc0001; }

/* Misc */

form {
	margin: 0px;
}

hr {
	border-width: 0px;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
}

/* Links */

a {
	color: #1C63C5;
}
a:visited {
	color: #1C63C5;
}
a:hover {
	color: #1C63C5;
}

/* Nav Links */

a.navlink {
	/*font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, trebuchet ms, verdana, sans-serif;
	font-size: 13px;*/
	font-weight: bold;

	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:hover {
	color: #E0E0E0;
	text-decoration: none;
}


/* Misc */

.star {
	font-family: verdana;
	font-size: 13px;
	color: #c01010;
}

#mainCell {
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 20px;
}

div.siteByInfo {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #a0a0a0;
}
div.siteByInfo a { color: #808080; text-decoration: none; }
div.siteByInfo a:visited { color: #808080; text-decoration: none; }
div.siteByInfo a:hover { color: #949494; text-decoration: none; }

td.positionRight {
	background-position: top right;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

a.footerLink, a.footerLink:visited {
	color: #FFF;
	text-decoration: none;
}

a.footerLink:hover {
	color: #ffcb08;
	text-decoration: none;
}div.galleryListName { font-weight: bold; }

/* This is to fix a fade issue in IE when using jquery */
.gallery_image_title { background:#fff}

