﻿body
{
	width: 894px;
	margin: auto;
}

#header
{
	height: 170px;
	width: 885px;
	background: url(images/Kaboodle-hdr.jpg) no-repeat;
}

.content
{
	padding-top: 5px;
	padding-left: 15px;
	width: 643px;
	font-size:10pt;
}

.leftcol
{
	float: left;
	width: 383px;
}

.rightcol
{
	float: left;
	width: 244px;
	padding-left: 15px;
}

.red-panel
{
	background-color: #E31B1D;
	border: solid 2px #F76529;
	color: White;
	padding: 5px;
}

.validator
{
	background-color: #FFFACD; /* #FFFACD = lemonchiffon */
}

/* links panel */

.links-panel
{
	border: solid 2px #F46522;
	background-color: #FFB12B;
	padding: 10px 5px 30px 5px;
	text-align: center;
}

.links-panel .hr
{
	background-image: url(images/strip.gif);
	height: 2px;
	overflow: hidden; /* required for IE6 */
	margin-bottom:10px;
}


/* messages */
.messages
{
	border: solid 1px black;
	color: White;
	font-size: 11pt;
	margin-bottom: 7px;
}

.messages p
{
	margin: 7px;
}

.messages a
{
	color: White;
	font-weight: bold;
}

/* validators */
.highlight
{
    background-image: none !important;
    background-color: #fffacd;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* calendar */
.calendar div
{
	background-color: White;
}

.calendar td
{
	padding: 1px !important;
}

li
{
	font-size:10pt;
}

/* gallery */
.gallery
{
	width: 100%;
}

.gallery td
{
	text-align: center;
	padding-bottom: 10px;
	vertical-align: top;
}

#gallery
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#gallery li
{
	float: left;
	width: 210px;
	height: 220px;
	text-align: center;
	padding-bottom: 20px;
}

/* testimonials */
#testimonies
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* progress-bar */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.progress-bar
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	float: left;
}

.progress-label
{
	float: left;
	font-size: 12pt;
	margin-left: 10px;
	margin-top: 2px;
}

.progress-close
{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
	background-color: Gray;
	color: Black;
	padding: 3px;
	line-height: 6px;
}

/* nav */
.nav
{
	height: 100%;
	width: 227px;
	background: #21923A url(images/Nav_btm.gif) no-repeat bottom;
	color: White;
}

.nav div
{
	overflow: hidden !important;
	font-size:0px;
}

.nav a
{
	color: White;
	display: block;
	width: 206px;
}

.nav a:hover
{
	text-decoration: none;
}

.nav .link
{
	padding: 5px 0px 0px 20px;
	font-size: 15pt;
	cursor: pointer;
}

.nav ul a
{
	display: inline;
}

.nav ul
{
	list-style-type: none;
	margin: 0px;
	padding-left: 35px;
	overflow: hidden;
}

.nav ul a:hover, .nav li.selected a
{
	color: rgb(242, 206, 39);
}

.nav .purplelink
{
	height: 32px;
	background: url(images/Nav_1_Home.gif) no-repeat;
}

.nav .purplelink-hover, .nav .purplelink-selected
{
	background-position: left -37px;
	color: rgb(242, 206, 39);
}

.nav .redlink
{
	height: 33px;
	background: url(images/Nav_2_OurBags.gif) no-repeat;
}

.nav .redlink-hover, .nav .redlink-selected
{
	background-position: left -38px;
	color: rgb(242, 206, 39);
}

.nav .pinklink
{
	height: 33px;
	background: url(images/Nav_3_ShoppingCart.gif) no-repeat;
}

.nav .pinklink-hover, .nav .pinklink-selected
{
	background-position: left -38px;
	color: rgb(242, 206, 39);
}

.nav .navylink
{
	height: 33px;
	background: url(images/Nav_4_Fundraising.gif) no-repeat;
}

.nav .navylink-hover, .nav .navylink-selected
{
	background-position: left -38px;
	color: rgb(242, 206, 39);
}

.nav .orangelink
{
	height: 31px;
	background: url(images/Nav_5_Kids.gif) no-repeat;
}

.nav .orangelink-hover, .nav .orangelink-selected
{
	background-position: left -36px;
	color: rgb(242, 206, 39);
}

.nav .greenlink
{
	height: 37px;
	background: url(images/Nav_6_Faq.gif) no-repeat;
}

.nav .greenlink-hover, .nav .greenlink-selected
{
	background-position: left -42px;
	color: rgb(242, 206, 39);
}

.nav .bluelink
{
	height: 122px;
	background: url(images/Nav_7_Contact.gif) no-repeat;
}

.nav .bluelink-hover, .nav .bluelink-selected
{
	background-position: left -127px;
	color: rgb(242, 206, 39);
}

/* tables */
.table
{
	font-size: 11pt;
	width: 100%;
	border: solid 3px;
}

.table th
{
	color: White;
	font-size: 13pt;
	text-align: left;
	padding: 0px 7px 3px 7px;
}

.table td
{
	padding: 3px 7px 3px 7px;
}

.table table td
{
	padding: inherit;
}

.table .even
{
}

.table .odd
{
	background-color: #EEAF2E;
}

.table .subtitle
{
	font-size: 13pt;
	padding: 5px 7px 5px 7px;
}

.table-footer
{
	width: 200px;
	background: url(images/edge.gif) no-repeat left bottom;
	margin-left: auto;
	height: 20px;
}

.table-footer a
{
	color: White;
	text-decoration: none;
	float: right;
	width: 90px;
	text-align: center;
}

.table-footer img
{
	float: right;
}

.table-footer a:hover
{
	color: rgb(242, 206, 39);
}

.action-form
{
	padding: 15px;
	color: White;
}

.text-form
{
	width: 95%;
}

/* red */

table.red, table.red td, table.red th
{
	border-color: #E31B1D;
}

table.red th
{
	background-color: #E31B1D;
}

table.red .subtitle
{
	color: #E31B1D;
}

div.red
{
	background-color: #E31B1D;
}

/* green */

table.green, table.green td, table.green th
{
	border-color: #21923A;
}

table.green th
{
	background-color: #21923A;
}

table.green .subtitle
{
	color: #21923A;
}

div.green
{
	background-color: #21923A;
}

/* blue */

table.blue, table.blue td, table.blue th
{
	border-color: #1A99C6;
}

table.blue th
{
	background-color: #1A99C6;
}

table.blue .subtitle
{
	color: #1A99C6;
}

div.blue
{
	background-color: #1A99C6;
}
