body {
	background-color: white;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 25px;
}

a {
	color: #EF7716;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #EFA516;
	text-decoration: underline;
}

h2, h3 {
	color: #328D96;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight:bold;
}
h3 {
	font-size: 13px;
}
h4 {
    font-size: 11px;
    margin: 0;
    padding: 0;
}/*
.roundedpane h2, .roundedpane h3 {
	color: #666666;
}*/

hr {
    color: White;
    border: 0;
    border-top: 1px solid #328D96;
    margin: 15px 0;
}

hr.grey {
    color: White;
    border: 0;
    border-top: 2px solid #CBD3DD;
    margin: 15px 0;
}

img {
	border: 0;
}



/* LAYOUT STYLES  */

.float {
	float: left;
	margin-right: 20px;
}
.float.end {
	margin-right: 0;
}
.float.half {
	width: 50%;
	margin-right: 0;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: left;
}
.topborder {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #AAAAAA;
}
.small {
    font-size: 10px;
}

.floatright
{
	float: right;
	text-align: right;
}


/*  CONTENT STYLES */
.tiny {
	font-size: 11px;
	line-height: 1;
}
div.key {
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
a.key {
	text-align: center;
	font-size: 11px;
}
a.key:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.login {
	display: block;
	width: 60px;
	overflow: hidden;
	height: 0;
	padding-top: 24px;
	margin-right: 6px;
	background: url(../images/login.gif);
}
a.login:hover {
	background-image: url(../images/login_hover.gif);
}
a.delete {
	display: inline-block;
	width: 58px;
	overflow: hidden;
	height: 1px;
	padding-top: 25px;
	margin-right: 5px;
	background: url(../images/delete.gif);
}
a.delete:hover 
{
	display: inline-block;
	width: 58px;
	overflow: hidden;
	height: 1px;
	padding-top: 25px;
	margin-right: 5px;
	background-image: url(../images/delete_hover.gif);
}
a.deletedisabled 
{
	display: inline-block;
	width: 58px;
	overflow: hidden;
	height: 1px;
	padding-top: 25px;
	margin-right: 5px;
	background-image: url(../images/delete_disabled.gif);
}

/* Hack firefox because IE is so very lame */
html>body a.delete {
	display: block;
	width: 58px;
	overflow: hidden;
	height: 1px;
	padding-top: 25px;
	margin-right: 5px;
	margin-top: -31px;
	background: url(../images/delete.gif);
}
html>body a.delete:hover 
{
	display: block;
	width: 58px;
	overflow: hidden;
	height: 1px;
	padding-top: 25px;
	margin-right: 5px;
	margin-top: -31px;
	background-image: url(../images/delete_hover.gif);
}
html>body a.deletedisabled 
{
	display: block;
	width: 58px;
	overflow: hidden;
	height: 1px;
	padding-top: 25px;
	margin-right: 5px;
	margin-top: -31px;
	background-image: url(../images/delete_disabled.gif);
}

.roundedpane img.key {
	border: 3px solid black;
}
.smalllabels .label {
	width: 75px;
}
.biginputs input {
	width: 270px;
}
.medinputs input {
	width: 200px;
}
.smallinputs input {
	width: 125px;
}
.fullinputs input {
	width: 90%;
}
.fullinputs .field {
	margin-bottom: 10px;
}
.rcheader {
	margin-bottom: 0;
}

.sponsorshipInfo 
{
	padding: 11px 0px 15px 0px;
	font-size: 13px;
}

.sponsorship-col1 
{
	margin: 8px 10px 0px 8px;
	float: left;
	width: 349px;
}

.sponsorship-col2
{
	margin: 8px 8px 0px 0px;
	float: left;
	width: 359px;
}

.sponsorship-col1 span 
{
	display:block;
	font-weight:bold;
}

.sponsorship-col2 span 
{
	display:block;
	font-weight:bold;
}

.sponsorship-col1 span span
{
	display:block;
	margin: 5px 0px 15px 21px;
	font-weight:normal;
}

.sponsorship-col2 span span
{
	display:block;
	margin: 5px 0px 15px 21px;
	font-weight:normal;
}


ul.checkout-sponsorships 
{
	list-style: none;
	color: #328D96;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 15px 0px;
}


/* ROUNDED PANES */
.roundedpane {
	border: 1px solid #CBD3DD;
	padding: 15px;
	margin: 12px 0;
	width: 780px;
}/*
.roundedpane img {
	border: 1px solid black;
}*/
.editmode {
	border: 0;
	background-color: #328D96;
	color: white;
	padding: 15px;
	margin: 12px 0;
}

.editmode img {
	border: 1px solid white;
}
.editmode a {
	color: #F9DFC1;
}

.uploadpane {
	background: #328D96 url(../images/uploadpane.gif) no-repeat top left;
	color: white;
	padding: 15px;
	margin: 12px 0;
	height: 187px;
}
.itemcategory {
    font-weight: bold;
    padding: 10px 0 3px;
}
.itemrow {
    clear: left;
    padding: 3px 0;
}

/* BUTTONS */
p.button a, p.button a:hover {
	color: white;
	background-image: url(../images/button.gif);
	height: 26px;
}
p.button a:hover {
	background-image: url(../images/button_hover.gif);
}
p.button b {
	height: 26px;
	background-image: url(../images/button_end.gif);	
}
p.button a:hover b {
	background-image: url(../images/button_hover_end.gif);
}
p.button span {
	font-size: 13px;
}
/* hack-it like you got to :: used to overcome FF button in table issue*/
html>body table tr td table tr td p.button a, 
		  table tr td table tr td p.button b, 
		  table tr td table tr td p.button span {	
				display:block;
				width:63px;
				text-align:left;
		  }
p.button.end {
	margin-right: 0;
}
.editmode p.button a, .editmode p.button a:hover {
	background-image: url(../images/button_edit.gif);
}
.editmode p.button a:hover {
	background-image: url(../images/button_edit_hover.gif);
}
.editmode p.button b {
	background-image: url(../images/button_edit_end.gif);
}
.editmode p.button a:hover b {
	background-image: url(../images/button_edit_hover_end.gif);
}
p.button.disabled a, p.button.disabled a:hover {
	background-image: url(../images/button_disabled.gif);
}
p.button.disabled b, p.button.disabled a:hover b {
	background-image: url(../images/button_end_disabled.gif);
}

.Grid
{
 
 text-align:left;
}

.Grid tbody
{
	font-size:11px;
}

.Grid .ColumnSuppressed
{
	visibility:hidden;
}

.feedback {
	background-color: #328D96;
	border: 0;
	color: white;
	margin-bottom: 20px;
	text-align:center;
}

/* ERRORS */
.errors {
	background-color: #C30505;
	border: 0;
	color: white;
	margin-bottom: 20px;
}
.errors .errorPage {
	padding: 15px 0px 20px 20px;
}
.errors .errorPage h2 {
	color: White;
}
.errors ul, .errors li {
	margin: 0;
	padding: 0;
}
.errors ul {
	background: url(../images/errors.gif) no-repeat 10px 2px;
	padding: 5px;
	padding-left: 60px;
}
.minierror {
	background: url(../images/minierror.gif) no-repeat left;
	color: #C30505;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}
.check {
	background: url(../images/check.gif) no-repeat left;
	color: #03A503;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.nosession 
{
	color: #C30505;
	font-weight: bold;
}


/* REGIONS */
h1 {
	background: url(../images/logo.gif);
	height: 0;
	margin: 0;
	margin: 30px 0;
	padding: 0;
	padding-top: 75px;
	overflow: hidden;
	width: 770px;
	height: 0;
}
#CourtesyNav {
	position: absolute;
	top: -15px;
	right: 0;
	font-size: 12px;
}
#Content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#Footer {
	border-top: 1px solid #CBD3DD;
	font-size: 11px;
	margin-top: 35px;
	padding-top: 3px;
	text-align: center;
}
#DragList .roundedpane, #StaticList .roundedpane, #StaticList .editmode {
	margin-bottom: 40px;
}
#DragList .roundedpane {
	cursor: move;
}
