/*--------------------------------------------------------------
   Standard page defaults
--------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #003366;
	margin: 10px;
}
a {
	text-decoration: none; color: #000000;
}
a:hover { 
	text-decoration: underline; color: #CC0000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
}
/*--------------------------------------------------------------
   Main page masthead
--------------------------------------------------------------*/
.topcomplete {
	background-color: #83AED1;
	vertical-align: middle;
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.topleft {
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
}
.topcentre {
	text-align: center;
	padding: 0px;
	vertical-align: top;
}
.topright {
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
}
/*--------------------------------------------------------------
   Main page layout
--------------------------------------------------------------*/
.mainwindow {
	padding: 20px 25px;
	background-color: #FFFFDA;
	text-align: center;
	vertical-align: middle;
	height: 300px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #C8B48C;
}
.mainwindownoshow {  /* admin area mainwindow when page set not to show */
	padding: 20px 25px;
	background-color: #FFFFDA;
	border: 2px dashed #555555;
	text-align: center;
	vertical-align: middle;
	height: 300px;
}
.mainwindownoheight {  /* as per mainwindow but with no set height */
	padding: 20px 25px;
	background-color: #FFFFDA;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.helpwindow {
	padding: 20px 25px;
	background-color: #FFFFDA;
	text-align: center;
	vertical-align: middle;
	height: 300px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #C8B48C;
}
.secondarywindow {  /* form windows used in admin area */
	padding: 20px 25px;
	background-color: #D0DCE2;
	border: 0px solid #002252;
	text-align: center;
	vertical-align: middle;
}
.menuback {  /* the table row that the menu sits in */
	background-color: #C8B48C;
}
.navbox {  /* the thin navigation box at the bottom of every page */
	color: #A18B55;
	font-style: italic;
	background-color: #FFFFDA;
	border: 0px solid #002252;
	text-align: center;
	vertical-align: top;
	padding: 9px;
}
.footnote {
	color: #87AFD0;
	text-align: center;
}
.creditline {
	color: #87AFD0;
	text-align: center;
}
#spacerline {  /* the space between the line of menu buttons */
	height: 2px;
}
.spacetop {  /* the space just above the menu bars */
	height: 1px;
	background-color: #C8B48C;
}
.spaceunder {  /* the space just below the menu bars */
	height: 1px;
	background-color: #C8B48C;
}
.spacemid {  /* the space imeadiately above the main window */
	height: 8px;
	background-color: #C8B48C;
}
.spacebot {  /* the space imeadiately below the main window */
	height: 1px;
	background-color: #FFFFDA;
}
/*--------------------------------------------------------------
  General text
--------------------------------------------------------------*/
.bodytext {
	line-height: 17px;
	color: #000000;
	padding: 2px 10px;
}
a.bodytext {
	color: #000000;
	padding: 0px;
}
.bodytextcolour1 {  /* the coloured text used on the 'backup' page */
	color: #3A659C;
}
.bodytextcolour2 {  /* not yet used */
	color: #AD302C;
}
.italic {
	font-style: italic;
}
.italicgrey {  /* used for notes, and nav buttons that are not live */
	font-style: italic;
	color: #555555;
}
.caption {
	font-size: 11px;
	font-style: italic;
	padding: 6px 10px 10px;
	line-height: 16px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	padding-right: 10px;
	padding-left: 10px;
}
.secondarytitle {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	padding-right: 10px;
	padding-left: 10px;
}
.titlecolour {
	font-size: 18px;
	font-weight: bold;
	color: #AD302C;
	line-height: 24px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	line-height: 30px;
}
.secondarysubtitle {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	line-height: 30px;
}
.subtitlecolour {  /* used on the help page, and on the 'pictures' page */
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #3A659C;
}
.next {
}
a.next {  /* this is the 'next' button */
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	line-height: 13px;
	vertical-align: middle;
}
a.next:hover { 
	background-image: url(images/next_in.gif);
	background-repeat: no-repeat;
}
.more {
}
a.more {  /* this is the 'more' button */
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	line-height: 13px;
	vertical-align: middle;
}
a.more:hover { 
	background-image: url(images/more_in.gif);
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------
  Splash Page
--------------------------------------------------------------*/
.splashbody {
	background-color: #8FB4D9;
	margin: 15px;
}
.splashintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
a.enter {
	text-decoration: none;
	color: #000000;
}
a.enter:hover { 
	text-decoration: none;
	color: #FFFF66;
}
.linksmall {  /* used for link to sinclairdesign.com */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a.linksmall {
	text-decoration: none;
	color: #333333;
}
a.linksmall:hover { 
	text-decoration: none;
	color: #FFFF66;
}
/*--------------------------------------------------------------
  Menu buttons A
--------------------------------------------------------------*/
.menua {
	background: #C8B48C;
	text-align: center;
	padding: 3px 10px;  /* size of menu bar: top/bottom from text, left/right from edge */
	border-top: 0px solid #AA9015;
	border-bottom: 0px solid #AA9015;
}
a.menua {
	background: #82AED1;
	border: 1px solid #002252;
	padding: 2px 15px;  /* size of box: top/bottom from text, left/right from text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menua:link, a.menua:visited {
	background: #FFFFDA;
	text-decoration: none;
}
a.menua:hover, a.menua:active {
	background: #FFFF66;
	text-decoration: none;
}
a.menuaa {  /* the class applied to the selected path buttons */
	background: #82AED1;
	border: 1px solid #002252;
	padding: 2px 15px;  /* size of box: top/bottom from text, left/right from text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menuaa:hover, a.menuaa:active {
	background: #FFFF66;
	text-decoration: none;
}
/*--------------------------------------------------------------
  Menu buttons B
--------------------------------------------------------------*/
.menub {
	background: #C8B48C;
	text-align: center;
	padding: 3px 10px;  /* size of menu bar: top/bottom from text, left/right from edge */
	border-top: 0px solid #AA9015;
	border-bottom: 0px solid #AA9015;
}
a.menub {
	background: #82AED1;
	border: 1px solid #002252;
	padding: 2px 15px;  /* size of box: top/bottom from text, left/right from text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menub:link, a.menub:visited {
	background: #FFFFDA;
	text-decoration: none;
}
a.menub:hover, a.menub:active {
	background: #FFFF66;
	text-decoration: none;
}
a.menubb {  /* the class applied to the selected path buttons */
	background: #82AED1;
	border: 1px solid #002252;
	padding: 2px 15px;  /* size of box: top/bottom from text, left/right from text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menubb:hover, a.menubb:active {
	background: #FFFF66;
	text-decoration: none;
}
/*--------------------------------------------------------------
  Menu buttons C
--------------------------------------------------------------*/
.menuc {
	background: #C8B48C;
	text-align: center;
	padding: 3px 10px;  /* size of menu bar: top/bottom from text, left/right from edge */
	border-top: 0px solid #AA9015;
	border-bottom: 0px solid #AA9015;
}
a.menuc {
	background: #82AED1;
	border: 1px solid #002252;
	padding: 2px 15px;  /* size of box: top/bottom from text, left/right from text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menuc:link, a.menuc:visited {
	background: #FFFFDA;
	text-decoration: none;
}
a.menuc:hover, a.menuc:active {
	background: #FFFF66;
	text-decoration: none;
}
a.menucc {  /* the class applied to the selected path buttons */
	background: #82AED1;
	border: 1px solid #002252;
	padding: 2px 15px;  /* size of box: top/bottom from text, left/right from text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.menucc:hover, a.menucc:active {
	background: #FFFF66;
	text-decoration: none;
}
/*--------------------------------------------------------------
  Navigation Links (in nav box and on intro templates)
--------------------------------------------------------------*/
.navlinka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A18B55;
	font-weight: bold;
	font-style: normal;
}
a.navlinka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A18B55;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.navlinka:hover { 
	text-decoration: none;
	color: #CC0000;
}
.navlinkb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A18B55;
	font-weight: bold;
	font-style: normal;
}
a.navlinkb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A18B55;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.navlinkb:hover { 
	text-decoration: none;
	color: #CC0000;
}
.navlinkc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A18B55;
	font-weight: bold;
	font-style: normal;
}
a.navlinkc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A18B55;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.navlinkc:hover { 
	text-decoration: none;
	color: #CC0000;
}
.linktext1 {  /* used for the text that introduces the second level of menu buttons */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #183471;
	text-align: center;
	vertical-align: middle;
	padding: 20px 5px 5px;
	font-weight: bold;
}
.linktext2 {  /* used for the text that introduces the third level of menu buttons */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #183471;
	text-align: center;
	vertical-align: middle;
	padding: 20px 5px 5px;
	font-weight: bold;
}
/*--------------------------------------------------------------
  Alerts and feedback
--------------------------------------------------------------*/
.alert {  /* normally used for notification of bad problems */
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF66;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.attention {  /* normally used to draw attention to a note */
	font-size: 13px;
	color: #000000;
	background-color: #F6F3B9;
	text-align: center;
	padding: 6px;
	line-height: 18px;
}
.success {  /* normally used for notification of a successful action */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2B7920;
	background-color: #F6F3B9;
	padding: 6px;
	line-height: 26px;
}
.failure {  /* normally used for notification of an unsuccessful action */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	background-color: #FFFF33;
	padding: 6px;
	line-height: 26px;
}
/*--------------------------------------------------------------
  Forms and lists
--------------------------------------------------------------*/
.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #183471;
	font-weight: bold;
	font-style: normal;
	padding-left: 5px;
}
.formbox {  /* puts padding around a form text entry box */
	text-align: left;
	padding: 7px 4px;
}
.formtop {  /* used for the top of the admin pages */
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #C8B48C;
	text-align: center;
	padding: 8px;
}
.formintro {  /* used for intro and submit areas of form tables */
	font-size: 15px;
	color: #002B57;
	background-color: #98B4D7;
	text-align: center;
	padding: 8px;
}
.formnote {  /* small (grey?) text used as notes for form entry boxes */
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
.formheader {  /* used for (grey?) section headers on admin area 'content' page */
	font-weight: bold;
	color: #FFFFFF;
	background-color: #888888;
	vertical-align: middle;
	font-size: 14px;
	padding: 7px;
}
/*--------------------------------------------------------------
  One-off formatting
--------------------------------------------------------------*/
.intropic {  /* removes top and left padding from pictures */
	padding: 0px 30px 0px 0px;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
}
.confignotes {  /* used for the text on the config page in the admin area */
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}
/*--------------------------------------------------------------
   Special Offers pages
--------------------------------------------------------------*/
.titleskyblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #2D5392;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	background-color: #DAF2F5;
}
.titleblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #2D5392;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	background-color: #DAF2F5;
}
.titleskysun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D32701;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	background-color: #FFF273;
}
.titlelilac {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #EEDDF9;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	background-color: #9268B0;
}
.titleyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C1A301;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	background-color: #FFF181;
}
.titlepink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	background-color: #FFCCCC;
}
.titlered {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #C6282D;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	background-color: #FFCCCC;
}
.titledarkgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #CCFFCC;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	background-color: #006600;
}
.titlepurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFCCFF;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	background-color: #990099;
}
.bodycopyroman {
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.bodycopyitalic {
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.introcopyitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #000000;
}
.introcopywhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #FFFFFF;
}
.introcopyroman {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	color: #000000;
}
.grass {
	background-color: #CEF2B6;
	background-image: url(offer_pics/grass.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.titleblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	background-color: #212025;
	color: #FFFF99;
	text-align: center;
}
.titlebrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	background-color: #7D4C37;
	color: #F7F4CA;
	text-align: center;
}
.noteswhite {
	font-size: 16px;
	color: #FFFFFF;
}
/*--------------------------------------------------------------
   Tables
--------------------------------------------------------------*/
.tablerow {
	font-weight: bold;
	background-color: #EDE29E;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: right;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6CB8F;
}
.tabletop {
	font-weight: bold;
	background-color: #B3D4EF;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	text-align: right;
	vertical-align: middle;
}
.tablecell {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: right;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.tablesub {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
}
/*--------------------------------------------------------------
   Admin Database List Buttons
--------------------------------------------------------------*/
.upload {
	background-color: #82AED1;
	padding: 8px 15px 9px;
	color: #000000;
	border: 1px solid #000000;
}
.edit {
	background: #BBBBBB;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-bottom: 2px solid #777777;
	text-align: center;
	padding: 5px;
}
a.edit {
	background: #FFCC99;
	padding: 2px 15px;
	color: #A24200;
	border-top: 1px solid #FFEAD4;
	border-right: 1px solid #CE893F;
	border-bottom: 1px solid #CE893F;
	border-left: 1px solid #FFEAD4;
}
a.edit:hover, a.edit:active {
	background: #DD8500;
	text-decoration: none;
	color: #FFFFCC;
	border-top: 1px solid #A86400;
	border-left: 1px solid #A86400;
	border-right: 1px solid #F8DBB6;
	border-bottom: 1px solid #F8DBB6;
}
.edittitle {
	background: #FFCC99;
	border-top: 2px solid #FFEAD4;
	border-right: 2px solid #CE893F;
	border-bottom: 2px solid #CE893F;
	border-left: 2px solid #FFEAD4;
	text-align: center;
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #A24200;
}
.delete {
	background: #BBBBBB;
	border-top: 2px solid #EEEEEE;
	border-right: 2px solid #777777;
	border-bottom: 2px solid #777777;
	text-align: center;
	padding: 5px;
}
a.delete {
	background: #FFC3C3;
	padding: 2px 7px;
	color: #B21618;
	border-top: 1px solid #FFDDDD;
	border-right: 1px solid #DC827F;
	border-bottom: 1px solid #DC827F;
	border-left: 1px solid #FFDDDD;
}
a.delete:hover, a.delete:active {
	background: #DD0502;
	text-decoration: none;
	color: #FFDDDD;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
}
.list {
	background: #BBBBBB;
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #777777;
	color: #555555;
}
.list1 {
	font-weight: bold;
	color: #000000;
}
.list2 {
	font-weight: bold;
	color: #94602F;
}
.new {
	text-align: center;
	padding: 5px;
}
a.new {
	background: #BDF4BD;
	padding: 3px 12px;
	color: #047F06;
	border-top: 1px solid #ECFFE5;
	border-right: 1px solid #75BF72;
	border-bottom: 1px solid #75BF72;
	border-left: 1px solid #ECFFE5;
	font-weight: bold;
}
a.new:hover, a.new:active {
	background: #028D05;
	text-decoration: none;
	color: #DAF4D2;
	border-top: 1px solid #002C00;
	border-left: 1px solid #002C00;
	border-right: 1px solid #42A643;
	border-bottom: 1px solid #42A643;
}
.newtitle {
	background: #BDF4BD;
	border-top: 2px solid #ECFFE5;
	border-right: 2px solid #75BF72;
	border-bottom: 2px solid #75BF72;
	border-left: 2px solid #ECFFE5;
	text-align: center;
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #047F06;
}
.nextlist {
	text-align: center;
	padding: 5px;
}
a.nextlist {
	background: #002E7D;
	padding: 2px 10px;
	color: #99FFFF;
	border-top: 1px solid #316FB9;
	border-right: 1px solid #000031;
	border-bottom: 1px solid #000031;
	border-left: 1px solid #316FB9;
}
a.nextlist:hover, a.nextlist:active {
	background: #2B5E9A;
	text-decoration: none;
	color: #CCFFFF;
	border-top: 1px solid #000031;
	border-left: 1px solid #000031;
	border-right: 1px solid #3476C5;
	border-bottom: 1px solid #3476C5;
}
.back {
	text-align: center;
	padding: 5px;
}
a.back {
	background: #3D84B8;
	padding: 2px 10px;
	color: #CDFFFC;
	border-top: 1px solid #A2C8EB;
	border-right: 1px solid #000031;
	border-bottom: 1px solid #000031;
	border-left: 1px solid #A2C8EB;
	font-size: 14px;
}
a.back:hover, a.back:active {
	background: #309CF2;
	text-decoration: none;
	color: #000066;
	border-top: 1px solid #0767B8;
	border-left: 1px solid #0767B8;
	border-right: 1px solid #75B6FA;
	border-bottom: 1px solid #75B6FA;
}
.piclink {
	text-align: center;
	padding: 5px;
}
a.piclink {
	background: #FFE679;
	padding: 3px 12px;
	color: #665A07;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #8B8A4E;
	border-bottom: 1px solid #8B8A4E;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
}
a.piclink:hover, a.piclink:active {
	background: #E9D50E;
	text-decoration: none;
	color: #4C4305;
	border-top: 1px solid #2C2601;
	border-left: 1px solid #2C2601;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.piclist {
	color: #3D648E;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.piclistselected {
	color: #3D648E;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFF99;
}
.pictitle {
	font-weight: bold;
	color: #003366;
	font-size: 16px;
	line-height: 34px;
}
.picheader {
	font-weight: bold;
	color: #3D648E;
	vertical-align: middle;
	font-size: 16px;
	padding: 1px;
	background-color: #A7C9CE;
	height: 30px;
}
a.picheader {
	color: #3D648E;
	text-decoration: none;
}
a.picheader:hover, a.picheader:active {
	color: #CC0000;
	text-decoration: underline;
}
