@charset "utf-8";
/* CSS Document */

/*Colors used:

Dark Grey: #333333

Purple: #9966CC

Other purple: #AA00FF

Orange: ffa800


*/

body {
	/*background-image:url(images/background_abstract.png); // Background Image*/
	background-position: top left;
	background-color: #CCC;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Text Styles*/

h1 {
	font-size: 24px;
	color: #000;
}

.darkgrey {
	color: #333;
}

.textboldsmall {
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

.small_gray_text {
	font-size: 10px;
	color: #333;
}

.small_white_text {
	font-size: 10px;
	color: #FFF;
}

.gray_text {
	color: #666666;
}

.white_text {
	color: #FFF;
}

.orange_text {
	color: #FF9600;
}
img {
	border-style: none;
}

a {
	color: #ff9600;
}

a:hover {
	
}

a:active {
}

td.block_link:hover{
	background-color: #333;
}

/* Pop-up code */

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;

/* End Pup-up code */

a.rollover_rollerskating {
	display: block;
	
	background: url("todo_rollerskating.png");
	}

a.rollover_rollerskating:hover {
	background: url("todo_selected_rollerskating.png");
	}
