/* Clear browser style sheet oddities */
form, h1, h2, h3, h4, h5, h5, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/* Links */
a {
	text-decoration: none;
	color: #EF009B;
	border-bottom: 1px dashed #EF009B;
}

a:hover {
	border-bottom: 1px solid #EF009B;
}

/* Page layout */
body {
	text-align: center;
	margin: 15px 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;	
}

/* Text hide code */
#header h1 {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

/* Lists */
dl {
	margin-bottom: 10px;
	margin-left: 10px;
}

dt {
	margin-bottom: 5px;
}

dd {
	margin-bottom: 5px;
}

#content ul {
	margin-bottom: 10px;
	margin-top: 0;
}

#content li {
	list-style-type: none;
	margin-bottom: 8px;
	background: url(/media/bullet-arrow-small.gif) 0px 3px no-repeat;
	padding-left: 12px;
}

#content li ul {
	margin-top: 4px;
}

#content li ul li {
	list-style-type: circle;
}

/* Form */
.formBox {
	background-color: #EAEBEC;
	border: 1px solid #EF009B;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

.formBox p.note {
	margin-bottom: 15px;
	color: #EF009B;
}

.formBox p {
	clear: left;
	padding-bottom: 5px;
}

.formBox p label, .formBox .label {
	width: 30%;
	padding-right: 5%;
	text-align: right;
	font-weight: bold;
	float: left;
}

.formBox p input, .formBox p textarea, .formBox p select {
	border: none;
	width: 60%;
	padding: 0;
	background-color: #FFFFFF;
}

.formBox p select.timeList {
	width: auto;
}

.formBox p input.date {
	width: 75px;
}

.formBox p input.fileName {
	width: 200px;
}

.formBox p input.datePicker {
	width: auto;	
}

.formBox p textarea {
	height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formBox p input.btn, div.buttons input.btn {
	color: #FFFFFF;
	background-color: #EF009B;
	padding: 5px;
	text-transform: uppercase;
	width: auto;
	font-weight: bold;
}

.formBox p input.chk {
	width: auto;
	background-color: transparent;
}

.formBox p input.auditInfo {
	background: transparent;
}

.formBox h3 {
	margin-bottom: 10px;
	color: #EF009B;
	font-size: 14px;
}

.formBox .checkBoxList {
	width: 60%;
	float: left;
	margin: 0 0 10px 0;
}

.formBox .checkBoxList label {
	float: none;
	font-weight: normal;
	width: auto;
}

.formBox .fixedInput {
	font-size: 12px;
}

#alert {
	border: 1px solid #000000;
	background-color: #EF009B;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 10px 10px 0 10px;
}

#content #alert p {
	color: #FFFFFF;
}

/* Tab Menu */
#tabMenu {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom: 1px solid #EF009B;
	margin-bottom: 10px;
}

#tabMenu ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style:none;
}

#tabMenu li {
	display:inline;
	margin:0;
	padding:0;
}

#tabMenu a {
	float:left;
	background:url("/media/tabmenu/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none !important;
	border: none;
}

#tabMenu a span {
	float:left;
	display:block;
	background:url("/media/tabmenu/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #000000;
}

#tabMenu a.disabled {
	cursor: default;
}

#tabMenu a.disabled span {
	color: #666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabMenu a span {
	float:none;
}
/* End IE5-Mac hack */

#tabMenu a:hover span, #tabMenu a.selected span {
	color:#EF009B;
	background-position:100% -42px;
}

#tabMenu a:hover, #tabMenu a.selected {
	background-position:0% -42px;
	border: none;
}

#tabMenu a.disabled:hover span {
	background-position: 100% 0px;
	color: #666666;
}

#tabMenu a.disabled:hover {
	background-position: 0% 0px;
	cursor: default;
}

/* Data Display */
.data {
	margin-bottom: 10px;
	border-collapse: collapse;
}

.data td, .data th{
	border: 1px solid #EF009B;
	padding: 4px;
	vertical-align: top;
	color: #000000;
	font-size: 11px;
}

.data tr.inactive td {
	background-color: #CCCCCC;
}

.data tr.noBorder td {
	border: none;
}

.data tr.hover td {
	background-color: #EAEBEC;
}

.data .links, .report .links {
	text-align: right;
}

.data .links a, .report .links a {
	margin-left: 2px;
	margin-right: 2px;
}

.data th {
	text-align: left;
	color: #FFFFFF;
	background-color: #EF009B;
	font-weight: bold;
}

.dataNav {
	border: 1px solid #EF009B;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
}

.dataNav span.numbers {
	float: left;
}

.dataNav span.links {
	float: right;
}

.dataNav span.links img {
	margin-right: 5px;
}

.dataNav span.links a, .dataNav span.links a:hover {
	border-bottom: none;
}

/* Miscellaneous */

.clearBoth {
	clear: both;
}

.hidden {
	visibility: hidden;
	display: none;
}

.errorInfo {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.errorInfo th, .errorInfo td {
	padding: 5px;
	border: 1px solid #EF009B;
}

.errorInfo td {
	border-left: none;
}

.errorInfo th {
	width: 150px;
	text-align: left;
	background-color: #EF009B;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;
	vertical-align: top;
}

.errorInfo th.last {
	border-bottom: 1px solid #EF009B;
}

#simplemodal-overlay {
	background-color: #000000;
	cursor: wait;
}

#simplemodal-container {
	border: 6px solid #CECECE;
	padding: 8px;
	background-color: #FFFFFF;
	width: 328px;
}

#simplemodal-container a.modalCloseImg {
	background:url(/media/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-10px;
	right:-13px;
	cursor:pointer;
}