﻿
html, body
{
	height: 100%;
	min-height: 100%;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}



.wrapper
{
}


img
{
	border: 0px none;
}

.footer
{
	background: url(footerbg.gif) repeat-x;
	height: 28px;
	width: 100%;
}

.sidebox
{
	margin: 0 auto; /* center for now */ /* width: 20em; ems so it will grow */
	font-size: 100%;
	width: 95%;
}

.boxfoot
{
	margin: 0;
	padding: 0;
	text-align: left;
	border-left: 1px solid #e5d2a4;
	border-right: 1px solid #e5d2a4;
	border-bottom: 1px solid #e5d2a4;
}

.boxhead
{
	background: #e5d2a4;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #e5d2a4;
	border-left: 1px solid #e5d2a4;
	border-right: 1px solid #e5d2a4;
	border-top: 1px solid #e5d2a4;
}

.boxhead h2
{
	padding: 0px 30px 0px;
	color: #e17901;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxfoot h2
{
	margin: 0;
	padding: 12px 30px 15px;
	color: #e17901;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}


.boxbody
{
	margin: 0;
	padding: 5px 5px;
	border-left: 1px solid #e5d2a4;
	border-right: 1px solid #e5d2a4;
}

.header
{
	background: url(bannerbg.gif) repeat-x;
	height: 57px;
	width: 100%;
}

/* TABLE */

#content table
{
	border-collapse: collapse;
	margin-top: -5px;
	width: 100%;
	font-size: small;
}

#content table thead th
{
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

#content tbody
{
	border-top: 1px solid #edc992;
}

#content tbody tr
{
}

#content tbody tr.alt-row
{
	background: #D9D9D9;
}

#content table tbody td, #content table th
{
	line-height: 30px;
	padding: 0 10px;
}

#content table th
{
	font-size: 12px;
	line-height: 45px;
}

#content table td
{
	vertical-align: top;
}

#content table tbody td img
{
	margin-right: 5px;
	vertical-align: text-top;
}

#content table tfoot td
{
	padding: 10px 0 0 0;
}


.tdwrap
{
	white-space: nowrap;
}

.tableBorder td
{
	border: 1px solid #cec9c9;
	vertical-align: top;
}

.tableBorder
{
	position: relative;
	top: 15px;
}


/* FORM */

.input
{
	background: #fff url(listbg.gif) repeat-x;
	border: 1px solid #878787;
	color: #333;
	font-size: 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.small
{
	width: 50%;
}

/* WELCOME BUTTONS LIST */


#container
{
	width: 100%;
	height: 100%;
}
.uilist
{
	padding: 10px 10px 0px 10px;
}

.uilist li
{
	padding: 5px;
	list-style-type: none;
	width: 95%;
	text-align: left;
}

.uilist li a
{
	background: #fff url(listbg.gif) repeat-x;
	border: 1px solid #878787;
	color: #436026;
	height: 21px;
	padding: 6px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 25px;
	display: block;
}

.uilist li a:hover
{
	background: #e17901;
	border: 1px solid #2a7ecd;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 15px;
}



.uiButtonBar
{
	padding: 5px -5px 0px 5px;
	width: 100%;
}

.uiButtonBar li
{
	list-style-type: none;
	text-align: left;
	float: left;
	padding: 3px;
}

.uiButtonBar li a
{
	background: #fff url(listbg.gif) repeat-x;
	border: 1px solid #878787;
	color: #436026;
	height: 25px;
	padding: 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 25px;
	display: block;
}

.uiButtonBar li a:hover
{
	background: #e17901;
	border: 1px solid #2a7ecd;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 15px;
}



.welcomeUL
{
	text-align: left;
}

.welcomeUL li
{
	margin: 10px 0px 10px 0px;
	list-style: none;
}

.welcomeUL li a
{
	font-size: large;
	color: #448fda;
	text-decoration: underline;
	cursor: pointer;
}


.breadcrumb
{
	margin: 10px 10px 10px 40px;
	font-size: small;
}

.buttonTable table
{
	width: 100%;
}


.buttonTable table tr td
{
	padding: 4px;
}

.breadcrumb
{
	font-size: small;
}


.alphaAffilate
{
	width: 100%;
	margin: 0;
	padding: 4px;
	color: #e17901;
	font-weight: bold;
	background: url('aff_bg.gif') repeat-x;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.alphaAffilateList li
{
	list-style: none;
}


