/* global classes */

center{
	top: 0;
	left:0;
	right:0;
	bottom:0;
}


.pointer{
	cursor:pointer;
}

.bold{
	font-weight:bold;
}

.unbold{
	font-weight:normal;
}

.italic{
	font-style:italic;
}

.highlight{
	color:#000;
}

.odd{
	background-color:#5e5e5e;
}

.even{
	background-color:#ccc;
}

.nopad{
	padding:0;
	margin:0;
}

.float{
	float:left;
}
.floatr{
	float:right;
}

.floatc{
	float:center;
}

.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:#000;
	text-decoration:none;
}

a:hover, td a:hover{
	text-decoration:underline;
}

.block{
	display:block;
}

.inline{
	display:inline;
}

.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;
	color:#000;
}

.bgblack{
        background-color:#1b1b1b;
        color:#fff;
}

.bgblack a{
	color:#fff;
}

.bggray{
        background-color:#dedede;
        color:#000;
}



.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;
}

.verdana,
.verdana a{
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

ul.redbullet{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul.redbullet li{
	background-image:url('/fls/17400/site_graphics/2010/redbullet.png');
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 8px;
}

ul.bluebullet{
        list-style-type: none;
        margin: 0;
        padding: 0;
        }
ul.bluebullet li{
        background-image:url('/fls/17400/site_graphics/2010/bluebullet.png');
        background-position:left;
        background-repeat:no-repeat;
        padding:0 0 0 8px;
}

ul.bluebullet li,
ul.bluebullet li a{
	color:#134f91;
}


ul.blackbullet{
        list-style-type: none;
        margin: 0;
        padding: 0;
        }
ul.blackbullet li{
        background-image:url('/fls/17400/site_graphics/2010/blackbullet.png');
        background-position:left;
        background-repeat:no-repeat;
        padding:0 0 0 10px;
}

ul.blackbullet li,
ul.blackbullet li a{
        color:#2f2f2f;
}

/* overlib */

.overlibdiv{
        width:200px;
        overflow:hidden;
        background-color:#fff;
        color:#000;
        border:2px solid #000;
	z-index:99999999 !important;
}

.overlibdiv td{
        padding:4px !important;
}



