/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
font: 13px geneva, helvetica, verdana, sans-serif;
color: #333;
position: absolute;
}


#wrap {
position: relative;
width: 1035px;
clear: both;
margin-left: 10px;

}

#header {
margin: 10px 10px 15px 30px;
text-align: left;
width: 1000px;
}

#nav {
position: relative;
padding: 0;
float: left;
width: 100%;

}
#nav ul {
float: left;
margin-bottom: -1px;
padding-left: 10px;
}
#nav ul li {
list-style: none;
float: left;
border: 1px solid #ccc;
margin-right: 10px;
}
#nav ul li a {
text-decoration: none;
color: #333;
display: block;
padding: 2px 8px;
text-transform: capitalize;
float: left;

}

#content {
position: relative;
width: 1000px;
border: 1px solid #ccc;
padding: 15px;
/*float: right;*/
background: #F4F4F2;
margin-left: 5px;
min-height: 500px;

}
#left {
width: 230px;
padding-right: 0px;
margin-right: 10px;
height: 480px;
overflow: auto;
}
#left p:first-line {
font-weight: bold;
}

#right {
float: right;
}

div.slider {
margin-bottom: 6px;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
color: #B32C2C;
}
div.slider img {
vertical-align: middle;
margin-right: 10px;
}

#footer {
width: 100%;
position: relative;
clear: both;
font: 10px verdana, sans-serif;
color: #999;
padding: 2px 0px;
text-align: right;
}

img.map {
border: 1px solid #ccc;
display: block;
}

ul {
margin: 0 15px;
padding: 0 15px;
}

p {
margin: 15px;
}


a {
color: #333;
}
a:hover {
color: #666;
}

fieldset {
border: 0;
margin-bottom: 40px;
}

legend, h1 {
font-weight: normal;
font-size: 16px;
color: #CF9700;
margin-bottom: 8px;
}

fieldset div {
margin-left: 0;
/*text-align: right;*/
margin: 3px;
width: 300px;

}
fieldset div span {
font-variant:small-caps
}

div input, textarea, select {
margin-left: 4px;
width: 180px;
}
textarea {
height: 50px;
}
*html textarea {
width: 132px;
}

input {
	font: 12px geneva, helvetica, verdana, sans-serif;
	color: #333;
}

input.submit {
width: 60px;
}

legend a, h1 a {
display: block;
float: left;
color: #CF9700;
border: 1px solid #CF9700;
padding: 4px;
margin-right: 6px;
line-height: 8px;
background: #fff;
text-decoration: none;
}

table {
width: 100%;
text-align: left;
border-collapse: collapse;
margin-bottom: 8px;
}
th {
font-variant: small-caps;
background: #9F9F81;
color: #fff;
padding: 2px 4px;
}

td {
padding: 2px 4px;
}

tr {
background: #FCFFEF;
}
tr.alternate {
background: #ECEFE0;
}

.button a {
font: bold 12px Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: #fff;
background-color: #EF9700;
border: 1px solid #DF8D00;
padding: 0;
text-decoration: none;
padding: 0 3px;
}
.button a:hover {
color: #fff;
background-color: #FFA200;
}

hr {
height: 1px;
margin: 15px 0;
}

.label {
font-variant: small-caps;
font-weight: bold; 
}



div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 20px;
}

div.left_col {
    width: 165px;
    float:left;
    margin-right: 10px;
}

div.exacters {
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 3px;
}

div.exacters p {
	font-size: 13px;
}

div#event_div {
    width: 150px;
}

div#event_div span {
	font-size: 13px;
}

span.head {
    font-weight: bold;
}
span.second_line {
    padding-left: 10px;
}

div.right_col {
    width: 200px;
    height: 590px;
    /*height: 100%;*/
    border: 1px solid black;
    float: left;
    margin-left: 10px;
    padding: 5px;
    overflow: auto;
	font-size:13px;
}
.hidden_events {
    width: 200px;
	margin-top: 15px;
	display: none;
    border: 1px solid black;
    padding: 5px;
}

.right_col ul li {
    list-style: none;
}

table.mscross_info {
    border-collapse: collapse;
/*    opacity: 0.18; */
/*    filter: alpha(opacity=18)';  // Windows */
}

.mscross_info td {
    padding: 0;
}

.mscross_info tr {
    background: none;
}

input.points {
    width: 80px;
}

span.r_pad {
    margin-right: 185px;
}

.checkbox {
    width: 14px;
    height: 14px;
}

td.col1 {
	text-align: right;
	width: 100px;
}

sup {
	font-size: 8px;
	padding:2px;
}

.small_script {
	font-size: 9px;
}

.trade {
	color: 'red';
}

div.highlight {
	background-color: #9f9f81;
}


div.highlight a {
	color: #ffffff;
}

div.unhighlight a {
	background-color: #f4f4f4;
	color: #333333;
}

div.div_form {
}
div.form_row {
	width: 400px;
	background-color: #FCFFEF;
	padding: 3px;
	height: 20px;
}
.row_label {
	position: relative;
	float:left;
	width: 90px;
}

.form_element {
	position: relative;
	float: left;
}
