/* @group tags */

body, div {
	margin: 0px;
	padding: 0px;
	color: #4C4C4C;
	font: 92%/100% "Lucida Grande", LucidaGrande, Lucida, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background-color: #FFCC33;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: underline; color: #333333;
	}

a:hover {
color:#CC0000
}

p {
	margin-bottom: 8px;
	margin-top: 8px;
}

td {
	vertical-align: top;
}

td .pad {
	padding: 4px;
}

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	text-transform: uppercase;
}

h3 {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	margin: 0px;
	padding: 2px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}

h3 a {
	text-decoration: none;
	color: #666666;
}

h5 {
	font-size: 10px;
	padding: 2px;
	background: #7f7f7f;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #e5e5e5;
	padding-right: 6px;
	padding-left: 6px;
	color: #ffffff;
}

.h5 {
	margin: 16px 0px 8px;
}

.hr {
	border-bottom: 1px dotted #666666;
	height: 1px;
	width: 100%;
	margin-top: 6px;
}

ul {
	margin: 0px;
	padding: 2px;
	padding-left: 2px;
}

ul li, ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:  1.2em;
	list-style-type: circle;
}

ol {
	font-size: 12px;
}

ul.nobullets li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group tables */

table.default {
	border: 4px solid #FFF;
	background-color: #FFF;
}

table.default td {
	padding: 4px;
	vertical-align: top;
}

table.default p {
	font-size: 1em;
	line-height: 1.5em;
}

tr.subhed {
	background-color: #999;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

tr.subhed td {
	padding: 4px;
}

table.default dl {
	border-top: 1px solid #ccc;
	padding: 4px;
	position: relative;
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
	clear: both;
	min-height: 1.2em;
}

table.default dt {
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}

table.default dd {
	text-align: right;
	position: relative;
	float: right;
}

table.default input, table.default select, table.default textarea {
	width: 240px;
	font-size: 1em;
	padding: 0.2em;
	background: #E8E8E8;
	color: #333;
	border: 1px solid #999;
	margin-bottom: 4px;
}

table.default textarea {
	height: 100px;
}

table.default input.radio {
	width: auto;
}

table.default .gray {
	background-color: #CCC;
}

table.data {
	border-collapse: collapse;
}

table.data td, table.data th {
	padding: 4px 12px;
	border-bottom: 1px dotted #b1b1b1;
	width: auto;
	white-space: nowrap;
}

table.data th {
	background: #ff9900;
	color: #ffffff;
	font-weight: bolder;	
}

table.data tr.stripe td {
	background: #E8E8E8;	
}



/* @end */

/* @group details */

.tinted {
	font-size: 10px;
	padding: 2px;
	background: #b3b3b3;
	border: 1px solid #e5e5e5;
	padding-right: 6px;
	padding-left: 6px;
	color: #ffffff;
}

.header {
	background: #ff9900;
	color: #ffffff;
	font-weight: bolder;
	padding: 4px;
}

.smaller {
	font-size: 11px;
	line-height: 11px;
}

#container {
	background-color: #FFCC33;
}

#page_header {
	background-repeat: no-repeat;
	background-image: url(../images/ultiplex_logo.gif);
	width: 600px;
	height: 88px;
	z-index: 11;
	position: absolute;
	top: 24px;
	left: 36px;
}

#header_bg {
	background-color: #FFCC33;
	width: 100%;
	height: 87px;
}

#content {
	padding: 36px;
	padding-top: 64px;
	width: 500px;
}

#sidebar {
	width: 140px;
	float: right;
	margin-left: 16px;
	border: 1px dotted #cccccc;
	padding: 12px;
	background-color: #E5E5E5;
}

#sidebar p {
	color: #323232;
	font-size: 11px;
	line-height: 13px;
}

#choose_season select option {
	text-align: right;
}

.plain {
	text-decoration: none;
}

.white {
	color: #FFFFFF;
}

.dropdown {
	background: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	border: 1px solid #999;
}

.stacked ul {

	margin: 0px;
	padding: 0px;
}
.stacked ul li {
	width: 102px;
	text-align: left;
	padding: 4px 12px 4px 12px;
	font-weight: bold;
	color: #333333;
	font-size: .7em;
	line-height: .9em;
	border-bottom: 1px solid #9485BF;
	margin: 0px;
	list-style-type: none;
}



/* @end */

table input[type=radio], table input.radio {
	width: auto;
}

.button, table.default input[type=submit] {
	background: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	border: 1px outset #999;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	cursor: pointer;
	/*border-color: #999;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px; */
}

.button:hover, table.default input[type=submit]:hover {
	background: #FFF;
}

/* @group form elements */

input[type=checkbox], .check {
	margin-right: 8px;
	position: relative;
	top: .2em;
}



/* @end */

