@import "/css/lightbox.css";

body
{
	/*background-color: #aaaaaa;*/
	text-align: center;
	color: #MainForm;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: "Lucida Grande" ,Tahoma;
	background-color: #ebf1f5;
}

/****************************************
Header
****************************************/
#dvHeader
{
	width: auto;
	min-width: 1024px;
	height: 120px;
	max-height: 120px;
	min-height: 120px;
	border-bottom: solid 2px #333333;
	text-align: left;
	margin-top: 0px;
	padding-top: 20px;
	overflow: hidden;
	background-color: White;
}

#dvHeader img.logo
{
	margin-left: 10px;
}

#dvHeader .headerTop
{
	height: 60px;
	width: auto;
	min-width: 1024px;
	text-align: left;
	clear: right;
}

#dvHeader .headerMiddle
{
	margin-top: 0px;
	text-align: left;
	min-width: 1024px;
	width: auto;
	height: 14px;
	border-top: gray 1px dotted;
	border-bottom: gray 1px dotted;
	padding-top: 5px;
}

#dvHeader .headerBottom
{
	clear: both;
	margin-top: 10px;
	text-align: left;
	height: 15px;
	width: auto;
	min-width: 1024px;
}

#dvHeader .headerBottom .subArea
{
	margin-top: -35px;
	float: right;
	right: 0;
}

#dvHeader .headerBottom .date
{
	float: left;
	margin-left: 10px;
}

/********************
Header ULS
********************/
#dvHeader ul.sub
{
	float: right;
	margin-top: -5px;
	padding: 0px;
	white-space: nowrap;
}
#dvHeader ul.sub li
{
	list-style-type: none;
	display: inline;
}

#dvHeader ul.sub li a
{
	text-decoration: none;
	padding: 0px 10px;
	font-size: 1.0em;
	color: black;
	-webkit-transition: color .2s linear;
}

#dvHeader ul.sub li a:hover
{
	text-decoration: underline;
	-webkit-transition: color .2s linear;
}

#dvHeader ul.dateLine
{
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 0.8em;
	white-space: nowrap;
}
#dvHeader ul.dateLine li
{
	list-style-type: none;
	display: inline;
}

#dvHeader ul.dateLine li a
{
	text-decoration: underline;
	padding: 0px 20px;	
	color: Black;
	-webkit-transition: color .2s linear;
}

#dvHeader ul.dateLine li a:hover
{
	color: white;
	background-color: gray;
	-webkit-transition: color .2s linear;
}

#dvHeader ul.navTab
{
	float: left;
	margin-top: -8px;
	padding: 0px;
	white-space: nowrap;
}
#dvHeader ul.navTab li
{
	list-style-type: none;
	display: inline;
	border-right: dotted 1px gray;
}

#dvHeader ul.navTab li a
{
	text-decoration: none;
	padding: 0px 10px;
	font-size: 1.2em;
	color: black;
	-webkit-transition: color .2s linear; 
}

#dvHeader ul.navTab li a:hover
{
	color: #b70000;
	-webkit-transition: color .2s linear;
}

/****************************************
Main body
****************************************/
#dvFlashArea
{
	width: 910px;
margin-left: 0px auto;
margin-right: 0px auto;
margin: 0px auto;
height: 185px;
padding-top: 5px;
	margin-top: 5px;
background-color: white;
        border-left: solid 2px black;
border-top: solid 1px black;
border-right: solid 1px black;
border-bottom: solid 2px black;
	-moz-border-radius-topleft: 14px;
	-webkit-top-left-border-radius: 14px;
	-webkit-bottom-right-border-radius: 14px;
	-moz-border-radius-bottomright: 14px;
}

#dvMiddleBody
{
	width: 100%;
	background-color: #ebf1f5; /*background-color: #aaaaaa;
	background-image: url(/images/test.jpg);
	background-image: url(/images/hallbg.jpg);	*/
	background-image: url(/images/body2.png);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
}

#dvContentWrapper
{
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-top-left-border-radius: 14px;
	-webkit-bottom-right-border-radius: 14px;
	width: 910px;
	min-width: 910px;
	max-width: 910px;
	background-color: white;
	border-top: solid 1px #0a0a0a;
	border-left: solid 2px #0a0a0a;
	border-right: solid 1px #0a0a0a;	
	border-bottom: solid 2px #0a0a0a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	overflow: hidden;
}

#dvContentWrapper #dvContentLeft 
{
	float: left;
	min-width: 545px;
	width: 545px;
	max-width: 545px;
	text-align: center;
	overflow: visible;
	background-color: white;
margin-left: 14px;
margin-top: 5px;
}

#dvContentWrapper #dvContentRight
{
	float: right;
	min-width: 325px;
	width: auto;
	max-width: 325px;
	min-height: 800px;
	height: 100%;
	overflow: visible;
	text-align: center;
	background-color: white;
	padding-top: 10px;
	padding-left: auto;
	padding-right: auto;
margin-right: 10px;
margin-top: -5px;
}

#dvContentWrapper #dvContentRight #dvColRightContent
{
	margin-left: auto;
	margin-right: auto;
	min-width: 301px;
	width: 301px;
}

/* Top Stories */

#dvAnnouncements
{
	margin-top: 5px;
	width: 899px;
	min-width: 899px;
	overflow: hidden;
	height: 98px;
	min-height: 98px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	/*background-color: gray;*/
	border-right: #0a0a0a 1px solid;
	border-top: #0a0a0a 1px solid;
	border-left: #0a0a0a 2px solid;
	border-bottom: #0a0a0a 2px solid;
}

#dvAnnouncements:hover
{
	background-color: black;
}

.pnlAdmin
{
	text-align: center;	
}

/********************* IMAGE GRID ******************/

.dvImageGrid
{
	width: 560px;
	text-align: left;
	overflow: visible;
	margin-top: 0px;
	vertical-align: top;	
}

.dvImageGrid img.imghdr
{
	
}

.dvImageGrid img.imggrd
{
	width: 130px;
	height: 120px;
	text-align: center;
	float: left;
	margin: 5px;
	border: solid 1px gray;
}

/*.dvImage
{
	
	width: 110px;
	height: 100px;
	text-align: center;
	float: left;
	margin: 5px;
}*/

.dvImage img
{
	width: 130px;
	border:  black 1px solid;
	height: 120px;
}

.dvImage img:hover
{
	border:  yellow 1px solid;
}

/***********************
ARCHIVE
***********************/

.archiveGrid
{
	width: 538px;
	font-family: Helvetica, "Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #111111;	
	border-right: #0a0a0a 1px solid;
	border-top: #0a0a0a 1px solid;
	border-left: #0a0a0a 2px solid;
	border-bottom: #0a0a0a 2px solid;
	margin: auto;
}

.altArchiveGrid
{
	background-color: #e6e6e6;
	min-height: 30px;
	height: 30px;	
}

.archiveGrid a
{
	color: #050505;
	text-decoration: none;
	font-family: Helvetica, "Lucida Grande" ,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.rowArchiveGrid
{
	min-height: 30px;
	height: 30px;	
}

.archiveGrid a:hover
{
	color: crimson;
	text-decoration: underline;	
}

/***********************
Story in summary page
************************/
#dvArticles hr
{
	min-width: 540px;
	width: 540px;	
	margin-left: auto;
	margin-right: auto;
}

#dvArticles .divLiveBlog
{
	color: #2b2c2d;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#dvContentWrapper #dvContentLeft .storyBoxContainer
{
	min-width: 540px;
	width: 540px;
	margin-top: 5px;
	background-color: White;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
	line-height: 1.8em;
	overflow: auto;
	overflow: hidden;
}

#dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p, #dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p
{
	color: #2b2c2d;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p.artBody, #dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p.ReviewBody
{
	/*font-size: 1.0em;
	font-family: "Lucida Grande",Tahoma, sans-serif;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;*/
	color: #2b2c2d;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#dvContentWrapper #dvContentLeft .storyBoxContainer .video, #dvContentWrapper #dvContentLeft .storyBoxContainer .video
{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
}



#dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p.artBody a, #dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p.ReviewBody a
{
	color: #168bc1;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
}

#dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p.artBody a:hover, #dvContentWrapper #dvContentLeft .storyBoxContainer .storyBoxContent p.ReviewBody a:hover
{
	color: crimson;
}
#dvContentWrapper #dvContentLeft div.storyHeader
{
	width: 540px;
	min-width: 540px;
	text-align: left;
	min-height: 50px;
	height: 50px;	
}
#dvContentWrapper #dvContentLeft div.ByLineDiv
{
	width: 540px;
	min-width: 540px;
	text-align: left;
	margin-top: -10px;
	top: 0px;
}

#dvContentWrapper #dvContentLeft a.storyTitle
{
	/*font-family: Arial;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0px;
	text-decoration: none;*/
	color: #335d73;
	font-size: 22px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: -1px;
	margin: 0 0 .4em;
}

#dvContentWrapper #dvContentLeft p.pFullStory
{
	margin-top: 0px;
	line-height: 13px;
	min-height: 30px;
	text-align: left;
	overflow: visible;
}

#dvContentWrapper #dvContentLeft p.pFullStory a
{
	font-family: Helvetica, "Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #111111;
}

#dvContentWrapper #dvContentLeft p.pFullStory a.emailLink
{
	float: left;	
}

#dvContentWrapper #dvContentLeft a.contLink:hover, #dvContentWrapper #dvContentLeft p.pFullStory a:hover
{
	color: crimson;
	text-decoration: underline;	
}

#dvContentWrapper #dvContentLeft a.contLink
{
	font-family: Helvetica, "Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #111111;	
}

#dvContentWrapper #dvContentLeft p.pFullStory a.tweetMe
{
	float: left;	
}

#dvContentWrapper #dvContentLeft p.pFullStory a.contLink:hover, #dvContentWrapper #dvContentLeft p.pFullStory a.emailLink:hover
{
	color: #800517;
	text-decoration: underline;
}

#dvContentWrapper #dvContentLeft p.ByLine
{
	font-family: "Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	color: #111111;
	min-width: 540px;
	width: 540px;
	position: relative;
	left: 0px;
	margin-left: 0px;
	overflow: hidden;
}

#dvContentWrapper #dvContentLeft p.ByLine a
{
	font-family: "Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: 	#111111;
}

#dvContentWrapper #dvContentLeft p.ByLine a:hover
{
	color: #800517;
	text-decoration: underline;
}


#dvContentWrapper #dvContentLeft a.storyTitle:hover
{
	color: #bb3636;
}

.DiggScreencap
{
	float: right;
	margin-top: 4px;
}

/* individual story */

#dvContentWrapper #dvContentLeft #dvFullArticle
{
	min-width: 540px;
	width: 540px;
	margin-top: 5px;
	background-color: White;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
	line-height: 1.8em;
	overflow: auto;
	overflow: hidden;
}

#dvContentWrapper #dvContentLeft #dvFullArticle div.artBody
{
	color: #2b2c2d;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

/* NewsGrid */

div.newsGrid
{
	width: 100%;
	display: inline;
}

div.newsItem
{
	color: black;	
	font-family: 'Trebuchet MS', Arial, Courier New;
	font-size: 0.8em;
	border: solid 1px black;
	border-right-width: 2px;
	border-bottom-width: 2px;
	width: 148px;
	overflow: hidden;
	float: left;
	margin: 6px;
	min-width: 148px;
	max-width: 148px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	padding: 5px;
}

div.newsItem:hover
{
	background-color: Silver;
}

div.newsItem div.iTitle a
{
	color: dodgerblue;
	font-size: 1.0em;	
	font-family: 'Trebuchet MS', Verdana, Courier New;
	font-weight: bold;
	text-decoration: none;	
}

div.newsItem a
{
	color: black;
	font-size: 1.0em;	
	font-family: 'Trebuchet MS', Verdana, Courier New;
	font-weight: normal;
	text-decoration: none;
}

div.newsItem div.iTitle
{
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	overflow: hidden;	
}

div.newsItem div.iTitle a:hover
{
	color: Red;
}

div.newsItem label
{
	color: Red;	
}

/*************************************
Comments
*************************************/

#dvComments
{
	min-width: 525px;
	width: 525px;	
	border: solid 1px silver;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#dvComments p.cmtBody
{
	margin-top: -15px;
	padding-right: 5px;
}

#dvComments label
{
	color: black;	
	font-family: 'Trebuchet MS', Arial, Courier New;
	font-size: 0.8em;
	font-weight: bold;
}

.sngComment, .sngCommentAlt
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-right: dotted 1px gray;
	border-left: dotted 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	margin-top: 5px;
	background-color: #F8F8FF;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	min-width: 520px;
	width: 520px;
}

.sngCommentAlt
{
	background-color: whitesmoke;
}

/**************************************
Mini Boxes
**************************************/
.dvMiniBoxA
{
	min-width: 300px;
	width: 300px;
	min-height: 150px;
	overflow: visible;
	margin-left: 0px;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	line-height: 1em;
	background-image: url(/images/uBGBt.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.dvMiniBoxA .heading
{
	border: 1px dotted Gray;
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	padding-left: 0px;
	min-width: 300px;
	min-height: 15px;
	margin-left: 0px;
	text-align: center;
	height: 18px;
	width: 290px;
	/*background-color: #efefef;*/
	background-color: silver;
	color: black;
}

.dvMiniBoxA .heading h4
{
	margin-top: 0px;	
}

.dvMiniBoxA .Body
{
	margin-top: 5px;
	margin-left: 10px;	
	margin-right: 10px;
	text-align: left;
	min-width: 280px;
	width: 280px;
	/*font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;*/
	color: #1f1f1f;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.dvMiniBoxA .Body .miniStoryBox, .dvMiniBoxA .Body .miniStoryBoxAlt
{
	width: 285px;
	margin-left: -8px;
	border-bottom: dotted 1px silver;
	padding-left: 10px;
}

.dvMiniBoxA .Body hr
{
	width: 280px;
	margin-left: 0px;
	margin-right: 0px;
}

.dvMiniBoxA .Body .miniStoryBox:hover, .dvMiniBoxA .Body .miniStoryBoxAlt:hover
{
	background-color: #DDDDDD;
}

.dvMiniBoxA .Body a.miniStoryLink, .dvMiniBoxA .Body a.miniStoryLinkAlt
{
	color: Black;
	min-width: 280px;
	width: 100%;
	text-decoration: none;
}

.dvMiniBoxA .Body a.miniStoryLink:hover, .dvMiniBoxA .Body a.miniStoryLinkAlt:hover
{
	color: crimson;
}

/**************************************
Micro Boxes
**************************************/
.dvMicroBoxA
{
	float: right;
	min-width: 148px;
	width: 148px;
	min-height: 100px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	line-height: 12px;
	background-image: url(/images/uBGBmt.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 1px;
}

.dvMicroBoxA .heading
{
	border: 1px dotted Gray;
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	min-width: 138px;
	min-height: 15px;
	height: 15px;
	width: 138px;
	background-color: #efefef;
}

.dvMicroBoxA .heading h4
{
	margin-top: 0px;	
}

.dvMicroBoxA .Body
{
	margin-top: 5px;
	margin-left: 5px;	
	margin-right: 10px;
	min-width: 130px;
	width: 130px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 10px;
}

.dvMicroBoxA .Body .MicroStoryBox, .dvMicroBoxA .Body .MicroStoryBoxAlt
{
	width: 100%;
	border-bottom: dotted 1px silver;	
}

.dvMicroBoxA .Body hr
{
	width: 130px;
	margin-left: 0px;
	margin-right: 10px;
}

.dvMicroBoxA .Body .MicroStoryBox:hover, .dvMicroBoxA .Body .MicroStoryBoxAlt:hover
{
	
}

.dvMicroBoxA .Body a.MicroStoryLink, .dvMicroBoxA .Body a.MicroStoryLinkAlt
{
	color: Black;
	min-width: 280px;
	width: 100%;
	text-decoration: none;
}

.dvMicroBoxA .Body a.MicroStoryLink:hover, .dvMicroBoxA .Body a.MicroStoryLinkAlt:hover
{
	color: Crimson;
}

/**************************************
Right Ad Space
**************************************/

.dvRightAd
{
	text-align: center;
	margin-top: 10px;
	width: 325px;	
	min-width: 325px;
	overflow: hidden;
	margin-left: 0 auto;
	margin-right: 0 auto;
	height: 610px;
	min-height: 610px;
	max-height: 610px;
}

.dvRightAd .ad
{
	float: right;
	width: 120px;
	min-width: 120px;	
	margin-right: 35px;
}

/**************************************
USER BOX
**************************************/
#dvContentWrapper #dvContentRight #dvUserBox
{
	min-width: 300px;
	width: 300px;
	max-width: 300px;
	/*min-height: 160px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	overflow: visible;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/uBGBt.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 14px;
	color: Black;
}

#dvContentWrapper #dvContentRight #dvUserBox .dvLoginBoxA
{
	text-align: center;
	margin: auto;
}

#dvContentWrapper #dvContentRight #dvUserBox h3
{
	font-family: Arial, Tahoma, Verdana, Courier New;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: White;
	border-left: 1px dotted Silver;
	border-right: 1px dotted Silver;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #3E3535;
}

#dvContentWrapper #dvContentRight #dvUserBox .Left
{
	margin-left: 10px;
	width: 50px;
	max-width: 50px;
	max-width: 50px;
	height: 50px;
	max-height: 50px;
	max-height: 50px;
	overflow: hidden;
	float: left;	
}

#dvContentWrapper #dvContentRight #dvUserBox .Right
{
	margin-right: 10px;
	width: 230px;
	max-width: 230px;
	max-width: 230px;
	height: 50px;
	max-height: 50px;
	max-height: 50px;
	float: right;	
	clear: right;
	text-align: right;
}

/*****************************************
Channel Flip
*****************************************/

.cfWrapper
{
	width: 540px;
	text-align: right;
}

.cfWrapper div
{
	position: static;
	right: -200px;	
}

/*****************************************
FOOTER
*****************************************/

#dvFooter
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	font-size: 1.1em;
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	background-color: gray;
	overflow: hidden;
	border-top: #0a0a0a 2px solid;
	border-bottom: black 4px solid;
}

#dvFooter ul
{
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 0.8em;
	white-space: nowrap;
}
#dvFooter ul li
{
	list-style-type: none;
	display: inline;
}

#dvFooter ul li a
{
	text-decoration: underline;
	padding: 0px 20px;	
	color: Black;
}

#dvFooter ul li a:hover
{
	color: white;
	background-color: gray;
}

/*** Public Profile Page ***/

div.dvRankArea, div.dvSummaryArea, div.dvStatArea
{
	width: 540px;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

div.dvRankArea .pTitle, div.dvSummaryArea .pTitle, div.dvStatArea .pTitle
{
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

div.dvRankArea .pTitle img, div.dvSummaryArea .pTitle img, div.dvStatArea .pTitle img
{
	vertical-align: middle;
}

div.dvRankArea .pLeft, div.dvSummaryArea .pLeft, div.dvStatArea .pLeft
{
	width: 200px;
	float: left;
	height: 15px;
}

div.dvRankArea .pRight, div.dvSummaryArea .pRight, div.dvStatArea .pRight
{
	width: 240px;
	float: right;
	height: 15px;
}