/* salmon.css 
	Copyright © 2005-2009, Hanson-Smith, Ltd. All rights reserved. */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* R E S E T - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- suppress
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
-- suppress */

/* focus styles still needed */
:focus { outline: 0; }

/* body {
	line-height: 1;
	color: black;
	background: white;
} -- suppress */

/* ol, ul { 
	list-style: none; 
} -- suppress */

/* table markup needs 'cellspacing="0"'  */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* caption, th, td {
	text-align: left;
	font-weight: normal;
} -- suppress */

blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* E L E M E N T S - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   
/* T E X T - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* html, 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: 12px/1.4em Helvetica, Arial, sans-serif;
} -- suppress */


/* a { 
	color: #385ea2; 
	text-decoration: none; 
} -- suppress */

a:hover { text-decoration: underline; }

strong { font-weight: 700; }

/* -- suppress
h1 {
	font: 28px/1em  Arial, Helvetica, sans-serif;
	padding: 60px 20px 20px;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
}

h1 a{
	color: #fff;
	text-decoration: none;
}

h2 { 
	font-size: 22px; 
	font-weight: 300;
	padding-top: 1em;
	padding-bottom: .25em;
}


p { 
	margin-top: .25em;
	margin-bottom: .5em;
}

ul { padding: 4px 5px; }
ul li { 
	padding: 4px 5px; 
	margin: 0 20px;
	list-style:square; 
} 
-- suppress */


code {
	display: block;
	background:#edffb8 none repeat scroll 0%;
	border-color:#b2da3a;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}

/* L A Y O U T - - - - - - - - - - - - - - - - - - - - - - - - - */


/* -- suppress

#header {
	background: #313131 url(../images/header-bg.jpg) repeat-x top left;
	height: 125px;
	position: relative;
}
	#logo { 
		padding: 0;
		margin: 0;
		background: url(../images/logo.gif) no-repeat 20px 20px;
		height: 106px;
		width: 272px;
		text-indent: -5000px;
		overflow: hidden;
	}

-- suppress */

	/* hide link text */

/*
	#logo a {
		display: block;
		color: #fff;
		text-indent: -5000px;
		overflow: hidden;
		height: 106px;
		width: 272px;
	}
	
	#version {
		color: #fff;
		position: absolute;
		right: 20px;
		top: 85px;
	}
-- suppress */

/* -- suppress
#content { width: 680px;}
#content { margin: 20px 90px; }
-- suppress */

/* F O R M - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
form {	
	margin: 0;
	padding: 0;
}

div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
	background-color: #FFF;
}
div.fieldset span#fsUploadLegend {
	position: relative;
	/* background-color: #FFF; */
	padding: 3px;
	top: -22px;
	font: 700 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy; /* #73b304; */
}

div.fieldset span#fsUploadLegend.dim {
	position: relative;
	padding: 3px;
	top: -22px;
	font: 700 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d0d0ff;
	/* background-color: #FBFEFE; */
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

/* -- suppress
button,
input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}
-- suppress */

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* T A B L E - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* -- suppress
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}
-- suppress */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../swfup/images/uploadCancel.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* S W F U P L O A D - - - - - - - - - - - - - - - - - - - - - - - - */
.swfupload {
	vertical-align: top;
}

#thumbctl #btnCancel {
	margin-left: 2px; 
	font-size: 10pt; 
	/* background-image: url(../swfup/images/uploadCancel.gif); */
	/* background: #FFF url(../swfup/images/WideButtonBlank_153x22.png) no-repeat -1px -1px; */
	height: 22px;
	width: 153px;
	/* border-width: 2px; */
}

#thumbctl #btnCancel.dim {
	margin-left: 2px; 
	font-size: 10pt; 
	/* background-image: url(../swfup/images/uploadCancel.gif); */
	background: #FFF url(../swfup/images/WideButtonBlank_153x22.png) no-repeat -1px -22px;
	height: 22px;
	width: 153px;
	/* border-width: 2px; */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* D E R B Y - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {margin: 0; padding: 0;}

body {
	color: Navy;
	background: #FBFEFE url(../images/bkgd-b.jpg) repeat-x 0 0; /* #F4F4FF */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 98%
	}
	
	
#footing {
	margin: 10px 0 0 0;
	padding: 6px 0 0 6px;
	background: #FBFEFE url(../images/bkgd-b2-inv.jpg) repeat-x 0 0; /* #F4F4FF */
	left: 0;
	width: 99.3%;
	position: absolute;
	overflow: hidden;
	}

a {
	color: Blue;
}
pre, h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
strong {
	color: rgb(208,4,22); /* Red; */
	font-weight: bold;
}
h1 {
	font-size: 20pt;
	vertical-align: middle;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
a:hover {
	color: #009001;
	/* background-color: #E1FFE1; */
}
img {
	border: none;
	width: 120px;
}
p img {
	width:300px; }

ol li {	padding: 6pt; }

#page {
	width: 860px;
	margin: 6px;
	padding: 6px;
}

/* navigation */

#topbar {
	margin: 6pt 0;
	position: relative;
	width: 888px;
}
	#topbar #topnavlinks {
	  width:888px;
	  padding:0; 
	  margin:0 auto; 
	  }
	#topbar #topnavlinks span.navitem {
	  float:left;
	  width:auto;
	  }

#leftnav {
	width: 180px;
	float: left;
	margin: 9pt 0 0 0;
}

	#leftnav #leftnavlinks {
	  width:150px;
	  padding:0; 
	  margin:0; 
	  }
	  
	#leftnav #leftnavlinks span.navitem {
	  float:left;
	  width:auto;
	  display:block;
	  }

#topbar a, 	#leftnav a { /* common */
	background: #E9F3FF url(../images/but-submenu2.gif) repeat-x 0 -3px; /* #EAEAFF */
	display:block;
	float:left; 
	text-align:center; 
	text-decoration: none;
	vertical-align: middle;
	border-style: solid;
	font-size: 8pt;
	font-weight: bold;
	margin: 2pt;
}

	#topbar a { /* topbar specific */
		color: rgb(208,4,22); /* red; */
		border-color: #E2E2EA #606080 #A0A0B0 #E2E2EA;
		border-width: 1.5px;
		border-style: solid;
		min-height: 18px;
		padding: 5pt 8pt 2pt 8pt;
	}
	#leftnav a { /* leftbar specific */
		display: block;
		text-align: center;
		/* background: #E9F3FF url(../images/but-submenu2.gif) repeat-x 0 -3px; /* #E0D0FF  */
		color: navy;
		border-color: #D0D0FF #6060C0 #A0A0F0 #D0D0FF;
		border-width: 1px;
		min-height: 16px;
		width: 150px;
		padding: 4pt 2pt 4pt 2pt;
		border-width: 1px;
	}
	#leftnav a.left2ref { /* leftnav a.left2ref specific */
		background: #E9F3FF url(../images/but-submenu2.gif) repeat-x 0 -3px; /* but-special.gif */
		width: 136px;
		margin: 1pt 1pt 1pt 14pt;
		padding: 3pt 1pt 1pt 1pt;
		min-height: 14px;
		font-weight: normal;
	}		
	/* topbar */
	#topbar a:hover {
		background: rgb(253,235,244) url(../images/but-submenu.gif) repeat-x 0 -3px; /* #E9F3FF #F0FFF0 */
		color: Green;
	}
	#topbar a.me {
		background: #E6F8EE url(../images/but-o.gif) repeat-x 0 -3px; /* #C3FFC4 */
		color: Green;
		border-color: #B0B0F0 #D0D0FF #D0D0FF #A0A0D0 ; /* had been FFFFFF */
	}
	#topbar a.me:hover {
		background: rgb(253,235,244) url(../images/but-submenu.gif) repeat-x 0 -3px; /* #E9F3FF #F0FFF0 */
		color: Green;
	}
	/* leftbar */
	#leftnav a:hover {
		background: rgb(253,235,244)  url(../images/but-submenu.gif) repeat-x 0 -3px; /* #E6E6E6 #F0FFF0  */
		color: Green;
	}
	#leftnav a.me {
		background: #E6F8EE url(../images/but-o.gif) repeat-x 0 -3px; /* #C3FFC4 */
		color: green;
		border-color: #B0B0F0 #E0E0FF #E0E0FF #A0A0D0 ;
	}
	#leftnav a.me:hover {
		background: rgb(253,235,244) url(../images/but-submenu.gif) repeat-x 0 -3px; /* #E9F3FF #C3FFC4  */
		color: Green;
	}
/* body */
#bodyblock, #body {
	float: left;
	/* margin-right: -200px; enable if rightbar in use */
	margin: 9pt 0 0 0;
	width: 680px;
}
#bodyblock {
	display: none;
}
/* #rightbar {
	float: right;
	width: 180px;
	color: black;
	background: #B5B5FF;
} */

#sponsors {
	margin: 1em;
	font-size: 9pt;
	}
	#sponsors td {
		width: 300px;
		text-align: right;
		margin: 0;
		padding: 0;
	}
	#sponsors td+td {
		width: 200px;
		text-align: left;
		padding: 0 0 0 2em;
	}
	

#gallery, #galleredit {
	padding: 0;
	margin: 0;
	}
	
	#gallery td {
		font-size: 7pt;
		text-align: center;
		vertical-align: baseline;
		}

	#galleryedit td {
		cursor: pointer;
		font-size: 7pt;
		text-align: center;
		vertical-align: baseline;
	}	
	
	#gallery a, #galleryedit a {
		width: 140px;
		display: block;
	}

	#galleryedit td .ed {
		width: 16px;
	}

	#gallery td img, #galleryedit td img {
		width: 140px;
	}
	
	#gallery td img.tall, #galleryedit td img.tall {
		width: 100px;
	}
	
	#gallery hr, #galleryedit hr {
		border: 0;
		color: #c0c0c0;
		background-color: #c0c0c0;
		height: 1px;
		width: 80%;
	}

.tinydate {
	font-size: 8pt;
	color: #606080;
	text-decoration: underline;
	}
	
.tiny {
	font-size: 8pt;
	}
.small {
	font-size: 8pt;
	}
.tight {
	padding: 0;
	margin: 0;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.clear {height:0; clear:both;}  /* used with float div columns */
	
.col1of3 {
	width: 120px;
	float: left;
	font-size: 8pt;
	}
.col2of3 {
	width: 320px;
	float: left;
	font-size: 8pt;
	}
.col3of3 {
	width: 220px;
	float: left;
	font-size: 8pt;
	}
.col1of2 {
	width: 310px;
	float: left;
	font-size: 9pt;
	}
.col2of2 {
	width: 310px;
	float: left;
	font-size: 9pt;
	}
.col1A {
	width: 220px;
	float: left;
	font-size: 9pt;
	}
.col1B {
	width: 90px;
	float: left;
	font-size: 9pt;
	}


.teeny {font-size: 7pt;}

.AlL {text-align: left;}
.AlR {text-align: right;}
.AlC {text-align: center;}


#home .col1of2, #home .col2of2, 
	#prizes .col1of2, #prizes .col2of2 {
	/* prize list */
	font-size: 8pt;
	}
#home .col1of2 {
	width: 240px;
	text-align: right;
	padding: 0 9pt 0 0;
	}
#home .col2of2 {
	width: 240px;
	text-align: left;
	padding: 0 9pt 0 0;
	}
#home .col1of3 {
	width: 70px;
	text-align: right;
	padding: 0 3pt 0 0;
	}
#home .col2of3 {
	width: 100px; 
	text-align: center;
	}
#home .col3of3 {
	width: 240px; 
	text-align: left;
	}

#home table {
	margin:2em;
	font-size: 9pt;
	}

#home td {
	padding: 0 1em;
	font-size: 9pt;
	}

#home #ladder {
	width: 1400px;
	font-size: 8pt;
}

#home #ladderhead td {
	text-decoration: underline;
	font-weight: bold;
}

#home #ladder td {
	font-size: 8pt;
	text-align: center;
}

#home #ladder td, #home #ladder td+td {
	width: 50px;
}
#home #ladder td+td+td { /* name */
	width: 150px;
}
#home #ladder td+td+td+td { /* from */
	width: 120px;
}
#home #ladder td+td+td+td+td { /* value */
	width: 60px;
}
#home #ladder td+td+td+td+td+td { /* prize */
	width: 300px;
}
#home #ladder td+td+td+td+td+td+td { /* donor */
	width: 200px;
}
#home #ladder td+td+td+td+td+td+td+td, #home #ladder td+td+td+td+td+td+td+td+td,
	#home #ladder td+td+td+td+td+td+td+td+td+td, #home #ladder td+td+td+td+td+td+td+td+td+td+td,
	#home #ladder td+td+td+td+td+td+td+td+td+td+td+td {
	width: 20px;
}

	#raffleresultstable {
		width: 1200px;
	}
	
	#raffleresultstable td, #raffleresultstable th  {
		width: auto;
		text-align:center;
		font-size: 8pt;
	}

	#raffleresultstable td+td+td+td+td, #raffleresultstable th+th+th+th+th  {
		text-align:left;
	}

#prizes .col1of2 {
	width: 250px;
	text-align: right;
	padding: 0 9pt 0 0;
	}
#home .col2of2, #prizes .col2of2 {width: 370px; }

#prizes .col1of3 {
	width: 60px;
	text-align: right;
	padding: 0 3pt 0 0;
	}
#prizes .col2of3 {
	width: 340px; 
	text-align: center;
	}
#prizes .col3of3 {
	width: 240px; 
	text-align: left;
	}

#prizes #sponsordiv {
	width:980px;
	}

#prizes table#sponsorlist {
	margin:1em;
	font-size: 8pt;
	}

#prizes table#sponsorlist td {
	padding: 0 6pt;
	font-size: 8pt;
	width: 200px;
	text-align: left;
	}

#prizes #sponsordiv .col1of2 {
	width:420px;
	}
	
#prizes #sponsordiv .col2of2 {
	width:420px;
	}

#prizes table#prizelist {
	margin:1em;
	font-size: 8pt;
	width:900px;
	}

#prizes table#prizelist td {
	padding: 0 6pt;
	font-size: 8pt;
	text-align: right;
	}
#prizes table#prizelist td+td {
	text-align: right;
	}
#prizes table#prizelist td+td+td {
	text-align: left;
	}

#prizes table#cashprizes, #prizes table#cashprizes td {
	font-size: 10pt;
	}

#links .col1of2, #links .col2of2 {
	width: 390px;
	font-size: 8pt;
	}

#links .col1of2 a, #links .col2of2 a {
	display: block;
	margin: 9pt 9pt 9pt 0;
	border-color: navy;
	border-width: 2px 0 0 0;
	border-style: solid;
	clear: right;
	font-size: 8pt;
	}

#links .col1of2 a img, #links .col2of2 a img  {
	float: right;
	width: 100px;
	}

#links img { margin:0 0 10px 0; }

#links a img.wide {
	float: right;
	width: 160px;
	}

#links a img.xwide {
	float: right;
	width: 240px;
	}

#links .col1A { /* for special two-column subblocks */
	width: 280px;
	float: left;
	font-size: 8pt;
	}

#links .col1AwideImage {
	width: 220px;
	float: left;
	font-size: 8pt;
	}

#links .col1B, #links .col1BwideImage {
	float: right;
	margin: 0 4.5pt 0 0;
	}

#links .col1B                        { width: 100px; }
#links .col1BwideImage               { width: 160px; }
#links .col1A a, #links .col1AwideImage a   { margin: 0; border: none; display: inline;}
#links .col1B a, #links .col1BwideImage a   { margin: 0; border: none; display: inline;}

#links .col1B img, #links .col1BwideImage img  {
	float: none;
	display: block;
	}

#links .col1B img                    { width: 100px; }
#links .col1BwideImage img           { width: 160px; }

#rules_rules li {
	list-style: none;
	text-indent: -16pt;
	margin: 6pt 0 0 16pt;
	}

#imgcntpref {
	font-size: 8pt;
	}

#formprelogin {
	width: 258px;
	top: 244px;
	left: 588px;	
	text-align: center;
	}
#formlogin {
	width: 262px; /* slightly wide */
	top: 0px;
	left: 588px;
	height: 300px;
	}
#formedit {
	width: 800px;
	top: 0px;
	left: 140px;
	height: 314px;
	}
#formupload {
	width: 800px;
	top: 0px;
	left: 140px;
	height: 500px;
	}
	
#formlogin, #formedit, #formprelogin, #formupload {
	position: absolute;	/* see above for position */
	margin: 6pt 1em;
	padding: 6pt 1em;
	background: #FBFEFE url(../images/bkgd-b2.jpg) repeat-x 0 0; /* #E0E0FF  */
	border-color: navy;
	border-width: 2px;
	border-style: ridge;
	font-size: 8pt;
	}

	#formedit .box, #formupload .box {
		border-color: navy;
		border-width: 1px;
		border-style: inset;
		font-size: 8pt;
		padding: 0 6pt;
		background: #E4EAF6;
		}

	#formedit td, #formupload td {
		text-align: right;
		vertical-align: top;
		height: 23px;
		}

	#formedit td+td, #formupload td+td{
		text-align: left;
		vertical-align: top;
		height: 23px;
		}

	/* #formedit #imagenote, #formedit #bychanged, #formedit #datechanged, #formedit #titlechanged */
	#imagenote, #bychanged, #datechanged, #titlechanged {
		color: rgb(208,4,22); /* red; */
	}
	
	.changed, .selected, #confirm {
		background: #ffc0c0;
	}	
	
	.changedOK {
		background: #c0ffc0;
	}	

	
	/* #formedit #imagenote #instruct */
	#instruct {
		color:black;
		}

	#thumbnails img { height: 100px; width: 100px; background-color: #FBFEFE;}

a #hsl {	
	background: url(/images/hsl32.png);
	height: 32px;
	width: 32px;
	vertical-align: bottom;
}

#links #hsl50 {	
	background: url(/images/hsl50.png);
	height: 70px;
	width: 50px;
	vertical-align: bottom;
}

.autosize {
	width: auto;
	height: auto;
}

/* end of salmon.css */