

/* Alternate button, white bg */
.mybutton {
	border: 1px solid #CCCCCC;
	background-color: #660000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: .86em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: 0.1em;
	}
.mybutton2 {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: .86em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border:1px solid #999;
	color: #999;
	background-color: #fff;
	}
.mybuttondd {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	border:1px solid #666;
	color: #fff;
	background-color: #666;
	}
.mybuttondd2 {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.1em;
	border:1px solid #999;
	color: #666;
	background-color: #fff;
	}
.mybutton3 {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: .86em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	border:1px solid #333;
	color: #fff;
	background-color: #666;
	}

dl.userforma {
	margin:25px 25px 25px 25px;
	color: #333333;
	line-height: 1.3;
	}
dl.userforma dd{
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
dl.userforma dd select {
	color: #333333;
	}
dl.userforma ul {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
dl.userforma ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 5px;
	}
	
#situator {
	background-color: #e7e7e7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.bsides h2 {
	font-size: .86em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.bsides dl dt {
	font-size: .86em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 8px;
	font-weight: bold;
	}
.bsides dl dd {
	font-size: 86%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 8px;	
	}
	
/* 
///////////////////////////////////////////////////////////// 
// Mini Calendar
///////////////////////////////////////////////////////////// 
*/

#minicalendar {
	/* div around calendar table */
	position:absolute; /* Do not change this. */
	left:0;            /* Do not change this. */
	top:0;             /* Do not change this. */
	z-index:3;         /* Do not change this. */
	border: 1px solid #333;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	background-color: #eee;
	padding:4px;
	font-size:x-small;
	width:180px;
	text-align:center;
	}
#minicalendar p {
	/* paragraph - used in the 'close' link */
	margin: 2px 0 2px 0;
	text-align: center;
	}
#minicalendar a, #minicalendar a:link, #minicalendar a:visited, #minicalendar a:hover, #minicalendar a:active {
	/* a tags */
	color: #600;
	}
#minicalendar table {
	/* calendar table */
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: verdana, arial, helvetica;
	empty-cells: show;
	border: 1px solid #333; 
	text-align:left;
	margin: 0 auto;
}
#minicalendar tr td {
	/* general definition for tds in calendar table */
	text-align:center;
	padding: 2px;
	border: 1px solid #333;
	background-color: #fff;
	}
#minicalendar thead tr.month td {
	/* tds that display month and links in teh header */
	border: 0;
	}
#minicalendar thead tr.days td {
	/* tds that display week days in teh header */
	background-color: #333;
	font-weight: bold;
	color: white;
	}
#minicalendar tbody tr td {
	/* tds in body portion of table */
	font-weight: bold;
	}
#minicalendar tbody tr td.nullday {
	/* tds in the body for months not in selected month */
	background-color: #ccc;
	}
#minicalendar tbody tr td.seldate {
	/* td of selected date */
	background-color: #333;
	color: white;
	}

/*
///////////////////////////////////////////////////////////// 
// Shopping cart
///////////////////////////////////////////////////////////// 
*/

.shoppingcart {

	}
.shoppingcart table {
	border-collapse: collapse;
	border-spacing:0;
	font-family: Verdana, Arial, Helvetica;
	empty-cells: show;
	border:0;
	width:100%;
	margin: 0 auto;
	margin-bottom: 20px;
	}
/* General definition for all cells in the table */
.shoppingcart table tr td {
	padding: 5px;
	border:0;
	background-color:#fff;
	/* font-size: small; */
	text-align:left;
	}
/* Cells in the header */
.shoppingcart table thead tr td {
	background-color: #ccc;
	color: #666;
	}
/* Cells in the footer */
.shoppingcart table tfoot tr td {
	background-color: #ccc;
	color: #666;
	text-align: right;
	}
/* Cells in the body */
.shoppingcart table tbody tr td {
	margin: 10px;
	text-align: left;
	border-bottom: 1px solid #999;
	margin: 5px 0 5px 0;
	}
/* Cells in the body, subtotal line */
.shoppingcart table tbody tr.subtotal td {
	text-align: right;
	border-bottom:0;
	}


/* 
///////////////////////////////////////////////////////////// 
// 
///////////////////////////////////////////////////////////// 
*/

.navlinks {
	margin: 0 0 20px 25px;
	padding:0;
}

.navlinks ul {
	margin:0;
	padding:0;
}

.navlinks ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 5px 0 15px 0;
	padding:0;
	font-weight: bold;
	color: #999;
}

.navlinks a {
	color: #666;
}

/* 
///////////////////////////////////////////////////////////// 
// 
///////////////////////////////////////////////////////////// 
*/

#hello {
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
	width:800px;
	font-size:x-small;
}
#hello #username {
	float:left;
}
#hello #wronguser {
	color: #999;
}
#hello #wronguser a {
	color: #999;
	font-weight: normal;
}
#hello #logout {
	float: right;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
#hello #logout a {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}
