#myvoxHeaderWhite, #myvoxHeaderTop { 

	behavior: url(/iepngfix.htc); 
}

#spacer {

	position: relative;
	
	height: 15px;
}

#myvoxHeaderTop {

	position: relative;
	
	top: 0px;
	left: 0px;
		
	width: 645px;
	height: 10px;
	
	background-image: url(/images/myVox-header-top.png);
	background-color: transparent;
	
	overflow: hidden;
}

#myvoxHeader {

	position: relative;
	
	top: 0px;
	left: 0px;
		
	width: 460px;
	height: 28px;
	
	padding: 12px 20px 0px 165px;
	
	background-image: url(/images/myVox-header-bottom.png);
	background-color: transparent;
	
	overflow: hidden;
}

#myvoxHeader .link {
	
	margin-right: 15px;		
	
	color: #ff0000;
	
	font-size: 11pt;
	font-weight: bold;
	
}

#myvoxHeaderWhite {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: 645px;
	height: 5px;
	
	background-image: url(/images/header-white-645x10.png);
	background-color: transparent;
	
	overflow: hidden;
}

#myvoxWhite {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: 625px;
	height: auto;	
	
	/*min-height: 500px;*/
	
	padding: 0px 10px 0px 10px;
	
	background-color: #ffffff;
	
	color: #000000;
}

#myvoxBackground {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: 625px;
	height: auto;	
	
	padding: 0px 10px 0px 10px;
	
	background-color: #ffffff;
	
	color: #000000;
	
	background-image: url(/images/myVox-background.jpg);
	background-repeat: no-repeat;
}

#myvoxSubHeader {

	position: relative;
	
	top: 0px;
	left: 0px;
		
	width: 625px;
	height: 32px;
	
	overflow: hidden;
	
	color: #ff0000;
	font-size: 11pt;
	font-weight: bold;
	
	background-image: url(/images/myVox-line-solid-red.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#myvoxSubHeader .tab {

	position: relative;
	
	top: 0px;
	left: 0px;
		
	width: auto;
	height: 25px;
	
	margin: 7px 5px 0 0;
	
	overflow: hidden;
	
	color: #000000;
	
	font-size: 10pt;
	font-weight: bold;
	
	text-align: center;
	
	float: left;
}

#myvoxSubHeader .tab a {

	color: #3f3f3f;
	text-decoration: none;
}

#myvoxSubHeader .tab a:hover {

	color: #ff0000;
}

#myvoxSubHeader .tab .active {

	position: relative;
		
	width: auto;
	height: 20px;
	
	padding-top: 5px;
	
	background-color: #ffffff;
		
	float: left;
}

#myvoxSubHeader .tab .activeLeft {

	position: relative;
		
	width: 10px;
	height: 25px;
	
	background-image: url(/images/myVox-tab-active-left.gif);
	background-repeat: no-repeat;
	
	float: left;
}

#myvoxSubHeader .tab .activeRight {

	position: relative;
		
	width: 10px;
	height: 25px;
	
	background-image: url(/images/myVox-tab-active-right.gif);
	background-repeat: no-repeat;
	
	float: left;
}

#myvoxSubHeader .tab .inactive {

	position: relative;
		
	width: auto;
	height: 19px;
	
	padding-top: 5px;
	
	background-color: #d3d3d3;
	
	float: left;
}

#myvoxSubHeader .tab .inactiveLeft {

	position: relative;
		
	width: 10px;
	height: 24px;
	
	background-image: url(/images/myVox-tab-inactive-left.gif);
	background-repeat: no-repeat;
	
	float: left;
}

#myvoxSubHeader .tab .inactiveRight {

	position: relative;
		
	width: 10px;
	height: 24px;
	
	background-image: url(/images/myVox-tab-inactive-right.gif);
	background-repeat: no-repeat;
	
	float: left;
}

#myvoxData {
	
	position: relative;
	
	width: 605px;
	height: auto;
	
	margin-left: 10px;
	
	padding: 10px 0 10px 0;
		
	font-weight: bold;
	color: #000000;
	
	/*background-color: yellow;
	*/
}

#myvoxData a {
	
	text-decoration: none;
	color: #000000;
}

#myvoxData a:hover {
	
	text-decoration: none;
	color: #ff0000;
}

#myvoxData .header {
	
	width: 605px;
	height: 25px;
	
	margin-top: 10px;
	
	color: #ff0000;
	
	font-size: 16pt;
	font-weight: bold;
}

#myvoxData .header .headerTitle {
	
	position: relative;
	
	width: 200px;
	height: 25px;
	
	float: left;
}

#myvoxData .header .headerLink {
	
	position: relative;
	
	width: 350px;
	height: auto;
	
	top: 7px;
	left: 0;
	
	color: #3f3f3f;
	
	font-size: 10pt;
	font-weight: bold;
	
	text-align: right;
	
	float: right;
}

#myvoxData .header .headerLink .selected {
	
	color: #3f3f3f;
	font-size: 10pt;
	padding: 0 3px 0 3px;
	background-color: #ffcccc;
}

#myvoxData .header .headerLink a {

	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

#myvoxData .header .headerLink a:hover {

	color: #ff0000;
}

#myvoxData .footer {
	
	position: relative;
	
	width: 605px;
	height: auto;
		
	margin-top: 2px;
	
	font-size: 16pt;
	font-weight: bold;
	
	color: #3f3f3f;
	
	font-size: 10pt;
	font-weight: bold;
	
	text-align: right;
}

#myvoxData .footer .selected {
	
	color: #3f3f3f;
	font-size: 10pt;
	padding: 0 3px 0 3px;
	background-color: #ffcccc;
}

#myvoxData .footer a {

	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

#myvoxData .footer a:hover {

	color: #ff0000;
}

#myvoxData .greyHeader {
	
	position: relative;
	
	width: 605px;
	height: 12px;
	
	font-size: 7pt;
	
	background-color: #4c4c4c;
	
	color: #ffffff;
}

#myvoxData .greyHeader .headerTitle {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 1px;
	left: 5px;
}

#myvoxData .greyHeader .headerScore {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 1px;
	left: 365px;
}

#myvoxData .greyHeader .headerRank {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 1px;
	left: 425px;
}

#myvoxData .greyHeader .headerShare {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 1px;
	left: 470px;
}

#myvoxData .greyHeader .headerEntrant {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 1px;
	left: 520px;
}

#myvoxData .data {
	
	position: relative;
	
	width: 605px;
	height: 35px;
	
	font-size: 10pt;
}

#myvoxData .error {
	
	color: #ff0000;

	font-style: italic;
}

#myvoxData .data .small {
	
	font-size: 7pt;
}

#myvoxData .data .gameTitle {
	
	position: absolute;
	
	width: 360px;
	height: auto;
	
	left: 5px;
	top: 10px;
	
	background-image: url(/images/myVox-vline-grey.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#myvoxData .data .gameScore {
	
	position: absolute;
	
	width: 55px;
	height: auto;
	
	left: 370px;
	top: 10px;
	
	background-image: url(/images/myVox-vline-grey.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#myvoxData .data .gameDate {
	
	position: absolute;
	
	width: 100px;
	height: auto;
	
	left: 370px;
	top: 10px;
	
	background-image: url(/images/myVox-vline-grey.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#myvoxData .data .gameRank {
	
	position: absolute;
	
	width: 90px;
	height: auto;
	
	left: 430px;
	top: 10px;
	
	background-image: url(/images/myVox-vline-grey.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#myvoxData .data .gameShare {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	left: 475px;
	top: 10px;
}

#myvoxData .data .gameShare img {
	
	margin-left: 10px;
	
	border: 0;
}


#myvoxData .data .gameEntrant {
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	left: 550px;
	top: 3px;
}

#myvoxData .data .gameEntrant img {
	
	width: 28px;
	height: 28px;
	
	border: solid 1px #dfdfdf;
}

#myvoxData .alt {
	
	background-color: #fff7f7;
}

#myvoxData .greyFooter {
	
	position: relative;
	
	width: 605px;
	height: 2px;
		
	background-color: #4c4c4c;
}

#myvoxData .userIcon {
	
	position: relative;
	
	width: 120px;
	height: auto;
	
	margin: 10px 10px 10px 0;
	
	float: left;
}

#myvoxData .userName {
	
	position: relative;
	
	margin-top: 5px;
	
	font-size: 24pt;
}

#myvoxData .userCity {
	
	position: relative;
	
	font-size: 12pt;
	font-style: italic;
}

#myvoxData .userMessage {
	
	position: relative;
	
	margin-top: 5px;
	
	font-size: 10pt;
}

#myvoxData .userMessage a {
	
	color: #ff0000;
}

#myvoxData .userMessage a:hover {
	
	color: #000000;
}

#myvoxData .blackLine {
	
	position: relative;
	
	width: 605px;
	height: 1px;
	
	background-image: url(/images/myVox-line-black.jpg);
	
	overflow: hidden;
	
	clear: both;
}

#myvoxData .redLine {
	
	position: relative;
	
	width: 605px;
	height: 1px;
	
	background-image: url(/images/myVox-line-red.jpg);
	
	overflow: hidden;
	
	clear: both;
}

#myvoxData .form {
	
	position: relative;
	
	width: 585px;
	height: auto;
	
	padding: 10px 10px 10px 10px;
	
	margin-bottom: 1px;
	
	font-size: 11pt;
	
	background-color: #f2f2f2;
}

#myvoxData .form .username {

	
	position: relative;
	
	margin: 10px 10px 0 0;
	
	font-size: 24pt;
}

#myvoxData .form .inputArea {

	position: relative;
	
	margin: 10px 10px 0 0;
}

#myvoxData .form .title {

	position: relative;
	
	margin: 5px 10px 0 0;
}

#myvoxData .form .line {

	position: relative;
	
	width: 585px;
	height: 1px;
	
	margin: 10px 0px 10px 0;
	
	background-color: #ffffff;
}

#myvoxData form {
	
	position: relative;
}

#myvoxData label {  

	display: block;
	color: #000000;
	
	font-size: 9pt;
	font-weight: bold;
}

#myvoxData label .error {  

	color: #ff0000; 
	font-size: 8pt;
	font-weight: bold;
}


#myvoxData input[type="text"] {  

	position: relative;
	
	border-width: 1px;
	border-style: solid; 
	
	border-color: #9d9d9d;
	background-color: #ffffff;
}

.floatLeft { float: left; }