body {
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    background-color: #909090;
    margin: 0px;
    font: 8.25pt Arial;
}

#pagebody {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1000px;
	height:100%;
	text-align: center;
	border-collapse: collapse;
}

#popup {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    visibility: hidden;
}

#popupcontent {
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    text-align: center;
}

img {
    border: 0px;
}

#container {
	float: left;
}

#page {
    background-color: #f7f7f7;
    background-image: url(images/page_background.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

#header {
    background-image: url(images/header.gif);
    width: 1000px;
    height: 178px;
}

#header #logo {
    margin-top: 54px;
    margin-left: 49px;
    background-image: url(images/logo.gif);
    width: 389px;
    height: 73px;
    float: left;
}

#header .headsponsor {
    margin-top: 40px;
    margin-right: 44px;
    /*background-image: url(images/sponsor_ycn.gif);*/
    width: 248px;
    height: 94px;
    float: right;
}

#topmenu {
    width: 1000px;
    height: 47px;
    background-image: url(images/topmenu_background.gif);
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#buttons {
    float: left;
}

#search {
    text-align: right;
    padding-top: 12px;
}

#search input {
    background-color: #333333;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #1b1b1b;
    border-right: 0px;
    color: #878787;
}

#search #button {
    background-image: url(images/button_search.gif);
    border: 0px;
    width: 60px;
    height: 29px;
}

#search #button:hover {
    background-image: url(images/button_search_hover.gif);
}

#submenu {
    width: 1000px;
    height: 27px;
    background-image: url(images/submenu_background.gif);
    margin: 0px;
    padding: 0px;
    font: 7.5pt Tahoma;
    color: #999999;
    text-transform: uppercase;
    text-align: left;
    clear: both;
    word-spacing: 18px;
}

#submenu #options {
    float: left;
    padding: 5px;
}

#submenu a {
    word-spacing: 2px;
    text-decoration: none;
    color: #999999;
}

#submenu a:hover {
    word-spacing: 2px;
    text-decoration: none;
    color: #ffffff;
}

#leftbar {
    padding: 9px 0px 0px 9px;
    width: 235px;
    float: left;
}

#leftbar .block {
    background-image: url(images/left_block_background.gif);
    width: 229px;
    margin-bottom: 10px;
    text-align: left;
}

#leftbar .block .header {
    background-image: url(images/left_block_header_background.gif);
    width: 220px;
    height: 20px;
    padding: 9px 0px 0px 9px;
}

#leftbar .block .footer {
    background-image: url(images/left_block_footer.gif);
    width: 229px;
    height: 3px;
}

#leftbar .block .content {
    padding: 13px 10px 13px 10px;
}

#rightbar {
    width: 259px;
    float: left;
    margin: 9px 0 0 4px;
}

#rightbar .block {
    background-image: url(images/right_block_background.gif);
    width: 259px;
    margin-bottom: 10px;
    text-align: left;
}

#rightbar .block .header {
    background-image: url(images/right_block_header_background.gif);
    width: 250px;
    height: 20px;
    padding: 9px 0px 0px 9px;
}

#rightbar .block .content {
    padding: 13px 10px 13px 10px;
}

#rightbar .block .footer {
    background-image: url(images/right_block_footer.gif);
    width: 259px;
    height: 3px;
}

#banner {
    width: 480px;
    height: 72px;
    padding-top: 9px;
}

#banner .topleftbevel {
    background-image: url(images/lefttopbevel.gif);
    width: 6px;
    height: 6px;
    float: left;
}

#banner .topbar {
    width: 468px;
    height: 6px;
    background-image: url(images/block_top_bar.gif);
    float: left;
}

#banner .leftbar {
    width: 6px;
    height: 60px;
    background-image: url(images/block_left_bar.gif);
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

#banner .image {
    float: left;
    width: 468px;
    height: 60px;
}

#banner .rightbar {
    height: 60px;
    background-image: url(images/block_right_bar.gif);
    float: left;
    margin: 0;
    padding: 0;
}

#banner .bottombar {
    width: 468px;
    height: 6px;
    background-image: url(images/block_bottom_bar.gif);
    float: left;
}

#banner .rightbar {
    width: 6px;
    height: 60px;
    background-image: url(images/block_right_bar.gif);
    float: left;
}

#banner .toprightbevel {
    background-image: url(images/righttopbevel.gif);
    width: 6px;
    height: 6px;
    float: left;
}

#banner .bottomleftbevel {
    background-image: url(images/bottomleftbevel.gif);
    width: 6px;
    height: 6px;
    float: left;
    clear: both;
}

#banner .bottomrightbevel {
    background-image: url(images/bottomrightbevel.gif);
    width: 6px;
    height: 6px;
    float: left;
}

#center {
    float: left;
    width: 480px;
}

#pagefooter {
    clear: both;
    height: 72px;
    background-image: url(images/footer_background.gif);
    background-repeat: repeat-x;
    padding-top: 20px;
    width: 1000px;
}

#newstickerframe {
    margin-top: 6px;
    font: 8.25pt Arial;
    width: 480px;
    height: 30px;
    background-image: url(images/newsticker_background.gif);
    background-repeat: no-repeat;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#newstickerframe #headertext {
    width: 80px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 8px;
    padding-left: 6px;
    float: left;
    text-align: left;
}

#newstickerframe #newstitle {
    width: 320px;
    margin-left: 40px;
    padding-top: 8px;
    float: left;
    text-align: left;
}

#newstickerframe #comments {
    float: left;
    padding-top: 8px;
}

#news {
    width: 480px;
    background-image: url(images/center_block_background.gif);
    background-color: #f7f7f7;
    text-align: left;
}
.contentblock {
    width: 480px;
    background-image: url(images/center_block_background.gif);
    background-color: #f7f7f7;
    text-align: left;
    margin-top: 6px;
}

.halfcontentblock {
    width: 220px;
    background-image: url(images/center_halfblock_background.gif);
    background-color: #f7f7f7;
    text-align: left;
    margin: 4px;
	float: left;
}

.subcontentblock {
    width: 464px;
    background-image: url(images/subpagecontent_background.gif);
    background-color: #f7f7f7;
    text-align: left;
    margin-top: 6px;
    margin-left: 2px;
}

.subcontentblock .bottombar {
    width: 460px;
    height: 1px;
    margin-top: 1px;
    background-color: #cdcdcd;
    float: left;
}

.subcontentblock .bottomleftbevel {
    background-image: url(images/content_leftbottombevel.gif);
    width: 2px;
    height: 2px;
    float: left;
    clear: both;
}

.subcontentblock .bottomrightbevel {
    background-image: url(images/content_rightbottombevel.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.contentblock .topleftbevel {
    background-image: url(images/lefttopbevel_content.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.contentblock .topbar {
    width: 476px;
    height: 2px;
    background-image: url(images/contentblock_top_bar.gif);
    float: left;
}

.contentblock .toprightbevel {
    background-image: url(images/righttopbevel_content.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.contentblock .bottombar {
    width: 476px;
    height: 1px;
    margin-top: 1px;
    background-color: #cdcdcd;
    float: left;
}

.contentblock .bottomleftbevel {
    background-image: url(images/content_leftbottombevel.gif);
    width: 2px;
    height: 2px;
    float: left;
    clear: both;
}

.contentblock .bottomrightbevel {
    background-image: url(images/content_rightbottombevel.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.halfcontentblock .topleftbevel {
    background-image: url(images/lefttopbevel_content.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.halfcontentblock .topbar {
    width: 216px;
    height: 2px;
    background-image: url(images/contentblock_top_bar.gif);
    float: left;
}

.halfcontentblock .toprightbevel {
    background-image: url(images/righttopbevel_content.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.halfcontentblock .bottombar {
    width: 216px;
    height: 1px;
    margin-top: 1px;
    background-color: #cdcdcd;
    float: left;
}

.halfcontentblock .bottomleftbevel {
    background-image: url(images/content_leftbottombevel.gif);
    width: 2px;
    height: 2px;
    float: left;
    clear: both;
}

.halfcontentblock .bottomrightbevel {
    background-image: url(images/content_rightbottombevel.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.contentblock .newsitem {
    background-image: url(images/news_snippet_background.gif);
    width: 151px;
    float: left;
    font: 7.5pt Tahoma;
    line-height: 10px;
    text-align: left;
    margin-left: 3px;
    margin-bottom: 5px;
}

.contentblock .newsitem strong {
    text-transform: uppercase;
}

.contentblock .newsitem .newsitemcontent {
    padding: 0px 7px 0px 7px;
    line-height: 1.5;
    line-through
    font: 7.5pt Tahoma;
    color: #333333;
}

.contentblock .newsitem .footer {
    background-image: url(images/news_snippet_footer.gif);
    width: 151px;
    height: 3px;
}

.contentblock .newsitem .newsitemcontent .readmore {
    font-weight: bold;
}

.page-content {
    padding: 5px;
}

.clear {
    clear: both;
}

.contentblock .scene {
    clear: both;
    border-bottom: 1px dotted #a1a1a1;
    height: 25px;
    margin-left: 8px;
    margin-right: 8px;
    width: 464px;
}

.contentblock .scene .icon {
    float: left;
    margin: 5px 6px 0 2px;
}

.contentblock .scene .content {
    padding-top: 6px;
    text-align: left;
    width: 410px;
    float: left;
}

.contentblock .scene .comments {
    width: 20px;
    padding-top: 6px;
    float: left;
}

#featuredproduct {
    width: 229px;
    height: 201px;
    padding-bottom: 9px;
}

#featuredproduct .topleftbevel {
    background-image: url(images/topleftbevel_fp.gif);
    width: 8px;
    height: 8px;
    float: left;
}

#featuredproduct .topbar {
    width: 213px;
    height: 8px;
    background-image: url(images/topbar_background_fp.gif);
    float: left;
}

#featuredproduct .leftbar {
    width: 8px;
    height: 185px;
    background-image: url(images/leftbar_background_fp.gif);
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

#featuredproduct .image {
    float: left;
    width: 213px;
    height: 185px;
}

#featuredproduct .rightbar {
    height: 185px;
    width: 8px;
    background-image: url(images/rightbar_background_fp.gif);
    float: left;
    margin: 0;
    padding: 0;
}

#featuredproduct .bottombar {
    width: 213px;
    height: 8px;
    background-image: url(images/bottombar_background_fp.gif);
    float: left;
}

#featuredproduct .toprightbevel {
    background-image: url(images/toprightbevel_fp.gif);
    width: 8px;
    height: 8px;
    float: left;
}

#featuredproduct .bottomleftbevel {
    background-image: url(images/lowerleftbevel_fp.gif);
    width: 8px;
    height: 8px;
    float: left;
    clear: both;
}

#featuredproduct .bottomrightbevel {
    background-image: url(images/bottomrightbevel_fp.gif);
    width: 8px;
    height: 8px;
    float: left;
}

.block .topleftbevel {
    background-image: url(images/topleftbevel_sponsors.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.block .toprightbevel {
    background-image: url(images/toprightbevel_sponsors.gif);
    width: 2px;
    height: 2px;
    float: left;
}

.block .topbar {
    background-color: #cccccc;
    width: 255px;
    height: 1px;
    margin-bottom: 1px;
    float: left;
}

.sponsors {
    text-align: center;
}

.leagueheader {
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    background-image: url(images/league_standing_header.gif);
    width: 257px;
    height: 25px;
}

.leagueheader .leaguename {
    font: bold 7.5pt Tahoma;
    margin: 8px 0px 0px 9px;
    float: left;
    text-transform: uppercase;
}

.leagueheader .link {
    font: bold 7.5pt Tahoma;
    margin: 8px 9px 0px 0px;
    float: right;
    color: #8d4040;
}

.rounds  {
    text-align: center;
}

.points {
    text-align: center;
}

.block table {
    font: 7.5pt Tahoma;
}

.overload .team {
    font-weight: bold;
    color: #922e2e;
}

.overload .rounds {
    color: #922e2e;
}

.overload .points {
    color: #922e2e;
}

.result {
    clear: both;
    border-bottom: 1px dotted #a1a1a1;
    height: 25px;
}

.result .icon {
    float: left;
    margin: 5px 6px 0 2px;
}

.result .opponent {
    text-align: left;
    width: 180px;
    float: left;
    padding: 6px;
}

.result .score {
    width: 40px;
    padding-top: 6px;
    float: left;
	text-align: right;
}

#homebutton {
    float: left;
    background-image: url(images/menu_news.gif);
    width: 80px;
    height: 47px;
}

#homebutton:hover {
    background-image: url(images/menu_news_hover.gif);
}

#communitybutton {
    float: left;
    background-image: url(images/menu_community.gif);
    width: 106px;
    height: 47px;
}

#communitybutton:hover {
    background-image: url(images/menu_community_hover.gif);
}

#overloadbutton {
    float: left;
    background-image: url(images/menu_overload.gif);
    width: 94px;
    height: 47px;
}

#coveragebutton {
    float: left;
    background-image: url(images/menu_coverage.gif);
    width: 94px;
    height: 47px;
}

#overloadbutton:hover {
    background-image: url(images/menu_overload_hover.gif);
}

#coveragebutton:hover {
    background-image: url(images/menu_coverage_hover.gif);
}

#sponsorsbutton {
    float: left;
    background-image: url(images/menu_sponsors.gif);
    width: 94px;
    height: 47px;
}

#sponsorsbutton:hover {
    background-image: url(images/menu_sponsors_hover.gif);
}

#mediabutton {
    float: left;
    background-image: url(images/menu_media.gif);
    width: 69px;
    height: 47px;
}

#mediabutton:hover {
    background-image: url(images/menu_media_hover.gif);
}

#contactbutton {
    float: left;
    background-image: url(images/menu_contact.gif);
    width: 86px;
    height: 47px;
}

#contactbutton:hover {
    background-image: url(images/menu_contact_hover.gif);
}

#topmenu img {
    float: left;
}

.row {
    width: 221px;
    height: 16px;
    background-color: #edecec;
    margin-left: 1px;
    padding: 3px;
}

.altrow {
    width: 221px;
    height: 16px;
    margin-left: 1px;
    padding: 3px;
}

#newestmembers {
    margin-top: 10px;
}

.user {
    float: left;
}

.right {
    float: right;
}

.blog {
    clear: both;
    border-bottom: 1px dotted #a1a1a1;
    height: 25px;
}

.block .last {
    border-bottom: 0px;
}

.block .blog .info {
    float: left;
    padding: 6px;
    
}

.block .blog .comments {
    float: right;
    padding: 6px;
}

a:link {
    color: #9b2222; text-decoration: underline;
}

a:visited {
    color: #9b2222; text-decoration: underline;
}

a:active {
    color: #9b2222; text-decoration: underline;
}

.block input {
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 180px;
    height: 18px;
    padding-left: 20px;
    padding-top: 2px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.block #user {
    background-image: url(images/icons/user.png);
}

.block #password {
    background-image: url(images/icons/key.png);
    margin-top: 3px;
}

.block #remember {
    color: #e7eaee;
    width: 11px;
    border: 1px solid #a0a2ab;
    height: 11px;
}

.block #login {
    background-image: url(images/button_login.gif);
    background-position: 0 0;
    border: 0px;
    width: 78px;
    height: 29px;
    margin-left: 15px;
    float: left;
}

.block #logout {
    background-image: url(images/button_logout_hover.gif);
    background-position: 0 0;
    border: 0px;
    width: 78px;
    height: 29px;
    margin-left: 15px;
}

.block #login:hover {
    background-image: url(images/button_login_hover.gif);
}

#registerbutton {
    float: left;
    background-image: url(images/button_register.gif);
    width: 86px;
    height: 29px;
    margin-left: 15px;
    float: left;
}

#registerbutton:hover {
    background-image: url(images/button_register_hover.gif);
}

.block .member {
    width: 52px;
    text-align: center;
    float: left;
    margin-right: 7px;
}

.block .member:hover {
    background-color: #eaeaea;
}

.gameselector {
    background-image: url(images/background_tabs.gif);
    border-left: 1px solid #cdcdcd;
    width: 259px;
    min-height: 29px;
    max-height: 29px;
}

.gameselector .game {
    float: left;
    font: bold 7.5pt Tahoma;
    color: #8b8b8b;
    margin-left: 17px;
    margin-top: 13px;
}

.tabbegin {
    background-image: url(images/tab_begin.gif);
    width: 2px;
    height: 29px;
    float: left;
    padding: 0px;
    margin-left: 9px;
}

.tab {
    background-image: url(images/tab_background.gif);
    height: 16px;
    font: bold 7.5pt Tahoma;
    color: #8b8b8b;
    float: left;
    padding: 13px 5px 0 5px;
}

.tabend {
    background-image: url(images/tab_end.gif);
    width: 2px;
    height: 29px;
    float: left;
    padding: 0px;
}

.result .topbar {
    background-image: url(images/result_topbar.gif);
    width: 247px;
    height: 2px;
    margin-top: 9px;
    float: left;
}

.result .info {
    background-image: url(images/result_background.gif);
    padding: 0 12px 0 12px;
    width: 223px;
    float: left;
}

.result .bottombar {
    background-image: url(images/result_bottombar.gif);
    width: 247px;
    height: 2px;
    float: left;
}

.ownlogo {
    border: 1px solid #c6c6c6;
    padding: 1px;
    float: left;
}

.opponentlogo {
    border: 1px solid #c6c6c6;
    padding: 1px;
    float: right;
}

.ownlineup {
    float: left;
    clear: both;
}

.opponentlineup {
    float: right;
}

.info .score {
    text-align: center;
    width: 103px;
    font: bold 18pt Tahoma;
}

.moreinfo {
    clear: both;
    text-align: center;
    width: 223px;
}

.contentblock .pagecontentheader {
    background-image: url(images/pagecontent_header.gif);
    width: 458px;
    height: 19px;
    padding: 10px 11px 0 11px;
    text-align: left;
    font: bold 7.25pt Tahoma;
    color: #f1f1f1;
    text-transform: uppercase;
}

.halfcontentblock .pagecontentheader {
    background-image: url(images/pagecontent_header.gif);
    width: 198px;
    height: 19px;
    padding: 10px 11px 0 11px;
    text-align: left;
    font: bold 7.25pt Tahoma;
    color: #f1f1f1;
    text-transform: uppercase;
}

.subcontentblock .pagecontentheader {
    background-image: url(images/subpagecontent_header.gif);
    width: 442px;
    height: 22px;
    padding: 10px 11px 0 11px;
    text-align: left;
    font: bold 7.25pt Tahoma;
    color: #3e3e3e;
    text-transform: uppercase;
}

.warwon {
	color: green;
	font-weight: bold;
}

.warlost {
	color: red;
	font-weight: bold;
}

.quote {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px #ff0000 dashed;
	background-color: #e2e2e2;
	padding: 2px;
}

.entryA {
	background-color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #000;
	border-collapse: separate;
	font: 6.5pt Arial;
}

.entryB {
	background-color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-collapse: separate;
	font: 6.5pt Arial;
}

.entryA .content {
	width: 300px;
	margin-left: 3px;
	float: left;
	font: 6.5pt Arial;
}

.entryB .content {
	margin-left: 3px;
	width: 300px;
	float: left;
	font: 6.5pt Arial;
}

.entryA .buttons {
	text-align: right;
	float: right;
	margin: 2px;
}

.entryB .buttons {
	text-align: right;
	float: right;
	margin: 2px;
}

.comment {
	border-bottom: 1px solid #000000;
}

.comment0 {
	border-bottom: 1px solid #000000;
	background-color: #e2e2e2;
}

.comment1 {
	border-bottom: 1px solid #000000;
}

#login ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#login li {
	padding: 0px;
	margin: 0px;
}

.adminmenu {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.adminmenu li {
	float: left;
	width: 94px;
	height: 14px;
	background-color: #ebebeb;
	border: 1px solid;
	margin: 2px;
	border-color: #b0b0b0;
	padding: 4px;
	list-style-type: none;
	text-transform: uppercase;
}

.adminmenu img {
	margin: -1px;
}

.adminmenu a {
	vertical-align: top;
	margin-left: 1px;
    margin-top: -10px;
}

.adminmenu li:hover {
	background-color: #d6d6d6;
}

.pagenav {
	/* border: 1px solid #000000; */
	/* background-color: #ebebeb; */
	border: 1px solid #dadada;
	background-color: #f7f7f7;
	text-align: center;
	width: 15px;
	height: 15px;
    padding: 2px;
	/*
	 * width: 12px;
	 * height: 13px;
	 */
	float: left;
	margin: 2px;
}

.pagenav:hover {
	border-color: #9b2222;
	background-color: #9b2222;
	font-weight: bold;
	/* background-color: #d6d6d6; */
}

.pagenav:hover a {
    color: #fff;
}

.pagenav a:active {
    font-weight: bold;
    border-color: #000000;
}

.selected {
	border: 1px solid #9b2222;
}

.optionmenu {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.optionmenu li {
	float: left;
	width: 165px;
	height: 14px;
	background-color: #ebebeb;
	border: 1px solid;
	margin: 2px;
	border-color: #b0b0b0;
	padding: 4px;
	list-style-type: none;
	text-transform: uppercase;
}

.optionmenu img {
	margin: -1px;
}

.optionmenu a {
	vertical-align: top;
	margin-left: 1px;
    margin-top: -10px;
}

.optionmenu li:hover {
	background-color: #d6d6d6;
}

h5 {
    font: bold 9pt Tahoma;
    color: #b10909;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 8px;
    margin-top: 12px;
}

.page-content a {
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}
.page-content .posted-by {
    font: 7.5pt Tahoma;
    color: #7c7c7c;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #c3c3c3;
}

.page-content .content {
    margin-top: 10px;
    font: 9pt Arial;
}

.newsheaderimage {
    border: 1px solid #000;
}

.board {
    border-bottom: 1px dotted #a1a1a1;
    height: 25px;
    padding: 10px 12px 10px 12px;
}

.board a {
    font: bold 9pt Arial;
}

.board .title {
    font: bold 8.25pt Arial;
}

.board .description {
    font: 7.5pt Arial;
}

.pmlist {
    border-bottom: 1px dotted #a1a1a1;
    height: 25px;
    padding: 10px 12px 10px 12px;
}

.pmlist .title a {
    font: bold 9pt Arial;
}

.pmlist .title  {
    font: bold 8.25pt Arial;
}

.pmlist .description {
    font: 7.5pt Arial;
}

.pmlist .description a {
    font: 7.5pt Arial;
    color: #9b2222
}

.list {
    border-bottom: 1px dotted #a1a1a1;
    height: 25px;
    padding: 10px 12px 10px 12px;
}

.list .title a {
    font: bold 9pt Arial;
}

.list .title  {
    font: bold 8.25pt Arial;
}

.list .description {
    font: 7.5pt Arial;
}

.list .description a {
    font: 7.5pt Arial;
    color: #9b2222
}

.players {
    border-bottom: 1px dotted #a1a1a1;
    height: 135px;
    padding: 10px 12px 10px 12px;
}

.players .image {
    width: 110px;
    float: left;
}

.players .title a {
    font: bold 9pt Arial;
}

.players .title  {
    font: bold 8.25pt Arial;
    float: left;
    width: 300px;
}

.players .description {
    font: 7.5pt Arial;
    float: left;
    width: 300px;
}

.players .description a {
    font: 7.5pt Arial;
    color: #9b2222;
    float: left;
    width: 300px;
}

.floatleft {
    float: left;
}

h3 {
    font: bold 11.25pt Arial;
    color: #454545;
}

.multioptions {
	font: 6.5pt Arial;
}

.ed_button {
    width: 18px;
    height: 18px;
    border: 1px solid #888;
    background-color: #ffffff;
    margin: 1px;
}

#ed_bold_context {
    background-image: url(images/icons/text_bold.png);
}

#ed_italic_context {
    background-image: url(images/icons/text_italic.png);
}

#ed_link_context {
    background-image: url(images/icons/link.png);
}

#ed_img_context {
    background-image: url(images/icons/image_add.png);
}

#ed_block_context {
    background-image: url(images/icons/pilcrow.png);
}

#ed_alignleft_context {
    background-image: url(images/icons/text_align_left.png);
}

#ed_aligncenter_context {
    background-image: url(images/icons/text_align_center.png);
}

#ed_alignright_context {
    background-image: url(images/icons/text_align_right.png);
}

#ed_underline_context {
    background-image: url(images/icons/text_underline.png);
}

#ed_goldmedal_context {
    background-image: url(images/icons/medal_gold_2.png);
}

#ed_silvermedal_context {
    background-image: url(images/icons/medal_silver_2.png);
}

#ed_bronzemedal_context {
    background-image: url(images/icons/medal_bronze_2.png);
}

#ed_floatleft_context {
    background-image: url(images/icons/image_float_left.png);
}

#ed_floatright_context {
    background-image: url(images/icons/image_float_right.png);
}

#popupwindow {
    width: 562px;
    height: 562px;
    padding-top: 9px;
}

#popupwindow .topleftbevel {
    background-image: url(images/cornertl.png);
    width: 31px;
    height: 31px;
    float: left;
}

#popupwindow .topbar {
    width: 500px;
    height: 31px;
    background-image: url(images/topbar.png);
    float: left;
}

#popupwindow .leftbar {
    width: 31px;
    height: 500px;
    background-image: url(images/leftbar.png);
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

#popupwindow .popupcontent {
    float: left;
    width: 500px;
    height: 500px;
    background-color: #ffffff;
}

#popupwindow .rightbar {
    height: 500px;
    background-image: url(images/rightbar.png);
    float: left;
    margin: 0;
    padding: 0;
}

#popupwindow .bottombar {
    width: 500px;
    height: 31px;
    background-image: url(images/bottombar.png);
    float: left;
}

#popupwindow .rightbar {
    width: 31px;
    height: 500px;
    background-image: url(images/rightbar.png);
    float: left;
}

#popupwindow .toprightbevel {
    background-image: url(images/cornertr.png);
    width: 31px;
    height: 31px;
    float: left;
}

#popupwindow .bottomleftbevel {
    background-image: url(images/cornerbl.png);
    width: 31px;
    height: 31px;
    float: left;
    clear: both;
}

#popupwindow .bottomrightbevel {
    background-image: url(images/cornerbr.png);
    width: 31px;
    height: 31px;
    float: left;
}