/* global classes */

center{
	top: 0;
	left:0;
	right:0;
	bottom:0;
}



.pointer{
	cursor:pointer;
}

.bold{
	font-weight:bold;
}

.unbold{
	font-weight:normal;
}

.highlight{
	color:#000;
}

.odd{
	background-color:#5e5e5e;
}

.even{
	background-color:#ccc;
}

.nopad{
	padding:0;
	margin:0;
}

.float{
	float:left;
}
.floatr{
	float:right;
}

.clear{
	clear:both;
}

.relative{
	position:relative;
}

.absolute{
	position:absolute;
}

.topmargin{
	margin-top:10px;
}

.botmargin{
	margin-bottom:10px;
}

.vmargin{
	margin-top:10px;
	margin-bottom:10px;
}

a, a:link, a:visited,
td a:link, td a:visited{
	color:#e1393e;
	text-decoration:none;
}

a:hover, td a:hover{
	text-decoration:underline;
}

.transparent{
	background:transparent;
}

.alltall{
	height:100%;
}

.allwide{
	width:100%;
}

.halfwide{
	width:50%;
}

.thirdwide{
	width:33%;
}

.quarterwide{
	width:25%;
}

.fivewide{
	width:20%;
}

.aleft{
	text-align:left;
}

.aright{
	text-align:right;
}

.acenter{
	text-align:center;
}



.vamiddle{
	vertical-align:middle;
}

.vmiddleOuter{
	position:absolute;left:0;top:50%;height:50%;
}

.vmiddleInner{
	position:absolute;left:0;top:-50%;height:100%;
}

.bgwhite{
	background-color:#fff;
}



.fwidth{
	width:960px;
}

.whover:hover{
	border-bottom:1px solid #fff;
}

.rhover:hover{
	border-bottom:1px solid #e1393e;
}

/* doubleclick ads */

.dcad{
	overflow:hidden;
	background-color:#ccc;
}

.leaderboard{
	width:728px;
	height:90px;
}

.skyscraper{
	width:160px;
	height:600px;
}

.cube{
	width:300px;
	height:250px;
}


