/*html*/
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
h1{
	text-align: center;
	font-size: 36px;
	_height:0;
}
h2{
	font-size: 18px;
	font-weight: bold;
	border: 0;
	_height:0;
}
a{
	font-weight: bold;

}
a:link{
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
table {
	background-color: #333333;
}
td {
	background-color: #CCCCCC;
	color: #000000;

}
input,select,textarea,iframe{
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
input:hover,select:hover,input:focus, select:focus input:active, select:active, textarea:active, textarea:focus{
	border: 1px solid #FF6600;

}
ul
{
	margin: 0;
	padding-left: 1.3em;
}
form
{
	margin: 0;
}
/*layout*/
.top{
	background-color: #FF6600;
	height:100px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-style: oblique;
	color: #FFFFFF;
}
.title1,.title1:link,.title1:visited,.title1:hover,.title1:active{
	color: #FFFFFF;
	font-size: 60px;
	padding-left:25px;
}
.title2{
	font-size: 18px;
	padding-left:75px;
}
.right{
	float:right;
	width:150px;
}
.left{
	float:left;
	width:150px;
	clip:  rect(auto auto auto 150px);
}
.bottom{
	clear:both;
}
.mainBody{
	margin-left:75px;
	margin-right:75px;
	margin-top:5px;
	width:auto;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:#333333;


}
/*box
	margin-left:75px;
	margin-right:75px;
	margin-top:5px;
	width:auto;
		padding-left: -150px;
	padding-right: -150px;
	padding-top: 5px;
	padding-bottom: 10px;



*/
div.boxBody hr {display: block; clear: both; margin: -0.25em 0;
  visibility: hidden;}


.box {
	border: 2px solid #FF6600;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 5px;
	color: #000000;
	margin-top:20px;
	__height:1px;
	min-height:10px;

}
.boxTop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #FFFFFF;
	min-height: 22px;
	font-size: 16px;
	/*width: 100%;*/
    
	background-color: #FF6600;
	padding:0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
}
.whiteLink.a, .whiteLink:link, .whiteLink:visited, .whiteLink:hover, .whiteLink:active {
		color: #FFFFFF;
		font-weight: normal;

}
.whiteLink:hover{
	text-decoration: underline;


}
.boxBody {
	padding: 4px;
	padding-right: 4px;
	__height:10px;
	min-height:10px;
}
/*text mod*/
.largeError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;

}
.smallError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.frontCell{
	padding: 2px;
}


.rowDark{
	background-color:#AFAF4D;
}
.rowLight{
	background-color:#959941;
}
.buttonLink:hover
{
	color: #000000;
	text-decoration: none;
}
.smallText{
font-size: 10px;
}
.avatarImage {
	border: solid #333333 2px;
	cursor: hand;
	margin: 2px;
}
.avatarImage:hover {
	border: solid #666666 2px;
}
.avatarImage:active {
	border: solid #00CCFF 2px;
}
.scrollTable {
	width: 170px;
	overflow: auto;
	visibility: visible;
	height: 200px;
	line-height: 5px;

}
.true {
	height: 100px;
	width: 400px;
	border: #33FF00 10px;
}
.rowLight {
	background-color: #CCCCCC;
}
.rowDark {
	background-color: #999999;
}
.padright {
padding-right:4px;
}
.padleft {
padding-left:4px;
}
.calenderNumber {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
.eventText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
}
.pathBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	height: 16px;
	width:100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}