/* CSS Document */

body {
	background-color: #FFFFFF; /*#666666;*/
/*	background-image: url('../images/bg1.gif'); */
	margin: 0px;
}

body, p, td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #444444;
	text-transform: uppercase;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }

p img {
	margin: 10px;
}

.staff img {
	margin: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

.error {
	color: #FF0000;
}

.outerbody {
	height: 100%;
}

.innerbody {
	/* background-color: #000000; */
	/* border: 1px solid #20F4BA;*/
	border: 1px solid #DDDDDD;
}

.uppercase {
	text-transform: uppercase;
}

a, a:link, a:visited {
	/* color: #20F4BA; */
	color: #666;
	text-decoration: none;
}

a:active, a:hover, a:visited:hover  {
	/* color: #66FFFF; */
	color: #888;
	text-decoration: underline;
}

a.mainmenu, a.mainmenu:link, a.mainmenu:visited {
	color: #333333;
}

a.mainmenu:active, a.mainmenu:hover, a.mainmenu:visited:hover {
	color: #333333;
	text-decoration: underline;
}

.inputform input[type='text'],
.inputform textarea
{
	/* border: 1px solid #20F4BA; */
	border: 1px solid #AAAAAA;
	/* background-color: #407060; */
	background-color: #EEEEEE;
	color: #000000;
}
input.inputbox {
	font-family: "Courier New", Courier, mono;
}

.inputform td.label,
.inputform td.labelR {
	width: 160px;
}

.inputform td.labelR {
	text-align: right;
	padding-right: 15px;
}

.inputbutton {
	border: 1px solid #000000; /*#407060;*/
	/* background-color: #20F4BA; */
	background-color: #DDDDDD;
	color: #000000;
}

td.thumbImage {
	text-align: left;
	vertical-align: top;
	width: 133px; 
	height: 85px;
	background-image: url('../images/frames/thumb_bg.gif');
	padding: 3px 0px 0px 4px;
}

td.gallery {
    border: 1px solid #DDD;
}

ul.gallery {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul.gallery li {
    float: left;
	margin: 10px;
	padding: 0;
}

div.thumbImage {
    float: left;
    background: url('../images/frames/shadowAlpha.png') no-repeat bottom right !important;
    background: url('../images/frames/shadow.gif') no-repeat bottom right;
    margin: 10px 0 0 18px !important;
    margin: 10px 0 0 12px;
}

div.thumbImage img {
    display: block;
    position: relative;
    border: 1px solid #999;
    background-color: #fff;
    margin: -6px 6px 6px -6px;
}

.required {
	color: #D00000;
}

ul.tabset {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

.tabset li {
	float: left;
	margin: 0;
	padding: 0;
}

.tabset a:link,
.tabset a:visited {
	font-size: .94em;
	font-weight: bold;
	float: left;
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #eee;
	margin-right: 5px;
}

.tabset a:active,
.tabset a:hover,
.tabset a:visited:hover {
	background-color: #ccc;
	color: #333;
}

.tabset a.selectedtab,
.tabset a.selectedtab:link,
.tabset a.selectedtab:active,
.tabset a.selectedtab:hover,
.tabset a.selectedtab:visited:hover
{
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	background-color: #a0a0a0;
	color: #fff;
}

div.formdiv {
	width: 750px;
	clear: left;
	border: 1px solid #a0a0a0;
}

/*
div.formdivtop {
	background: url('../images/frames/bg_shadow_top.gif') 0 0 repeat-x;
}

div.formdivleft {
	background: url('../images/frames/bg_shadow_left.gif') 0 0 repeat-y;
}

div.formdivtopleft {
	background: url('../images/frames/bg_shadow_topleft.gif') 0 0 no-repeat;
}

div.formdiv div div div {
}
*/

div.formcontent {
 	padding: 15px; 
}
