/**
Game Center Registration Styles
*/
body
{
	margin: 10px auto;
	background-color: #ffffff;
}

.GameCenterGateway
{
	margin-top: 0px;
	background-color: #ffffff;
}

.GameCenterMemLvlSelect
{
	margin-top: 0px;
	background-color: #ffffff;
}

.GameCenterInfo
{
	margin-top: 0px;
	background-color: #ffffff;
}

.GameCenterPayment
{
	margin-top: 0px;
	background-color: #ffffff;
}

.GameCenterValidator
{
	color: #cc0000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 24px;
	font-weight: bold;
}

.GameCenterValidatorSmall
{
	color: #cc0000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GameCenterApproved
{
	color: #006600;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 18px;
	font-weight: bold;
}

.GameCenterDeclined
{
	color: #cc0000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 18px;
	font-weight: bold;
}

.ApplicationErrMsg
{
	color: #cc0000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GameCenterErrMsg
{
	color: #cc0000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 9px;
	font-weight: bold;
}

.GameCenterGatewayLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.GameCenterGatewayWrapper
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

.GameCenterMemLvlWrapper
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

.GameCenterInfoWrapper
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

.GameCenterPaymentWrapper
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

.GameCenterMemLvlAcctNoteLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10px;
}

.GameCenterMemLvlLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.GameCenterMemLvlReq
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GameCenterMemLvlContent
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	/*background-color: #ffffff;*/
}

.GameCenterPackageLabel
{
	color: #ffffff;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GameCenterMemLvlImportantAcctLabel
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 14px;
	/*background-color: #ffffff;*/
	font-weight: bold;
	text-decoration: underline;
}

.GameCenterMemLvlPriceTable
{
	width: 375px;
	border: 1px solid #005279;
}

.GameCenterInfoTextBox
{
	border: 1px solid #A0A0A0;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	width: 250px;
	/*height: 20px;*/
}

.GameCenterCCInfoTextBox
{
	/*border: 1px solid #A0A0A0;*/
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	width: 150px;
	height: 20px;
}

.GameCenterInfoCalendar
{
	border: 1px solid #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.GameCenterInfoBillingMsg
{
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10px;
	width: 100%;
	text-decoration: italic;
	color: #454545;
	text-align: center;
}

.GameCenterInfoLeftColumn
{
	width: 45%;
	text-align: right;
}

.GameCenterInfoRightColumn
{
	width: 55%;
	text-align: left;
}

.CorpMemInfoLeftColumn
{
	width: 40%;
	text-align: right;
}

.CorpMemInfoRightColumn
{
	width: 40%;
	text-align: left;
}

.CorpMemInfoExtraColumn
{
	width: 20%;
	text-align: right;
}

.GameCenterInfoLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.GameCenterInfoHeaderLabel
{
	color: #ffffff;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #005279;
}

.GalleryInfoLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GalleryInfoText
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.GalleryAdminPanel
{
	width: 600px;
	height: 500px;
	border: solid 1px #5B7F97;
	margin: 20px auto;
}

.GalleryHonoraryPanel
{
	background-color: #ffffff;
	border: solid 1px #005279;
	margin: 20px auto;
	padding: 2px 8px 2px 8px;
	width: 70%;
}

.GalleryLinkBtn, GalleryLinkBtn:visited
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	text-decoration: none;
	border: solid 1px #A0A0A0;
	padding: 1px 2px 1px 2px;
}

.GalleryLinkBtn:link, GalleryLinkBtn:hover
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	text-decoration: underline;
	border: solid 1px #A0A0A0;
	padding: 1px 2px 1px 2px;
}

.GameCenterPaymentHeaderLabel
{
	color: #ffffff;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GameCenterCCPymtTextBox
{
	border: 1px solid #A0A0A0;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	width: 250px;
}

.GameCenterPaymentMethodImg
{
	border: 2px solid #c4c4c4;
}

.GameCenterPaymentMethodImgSelected
{
	border: 2px solid #cc0000;
}

.GameCenterPaymentLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.GameCenterPaymentTotLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.GameCenterPaymentHdr
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.GameCenterPaymentErr
{
	color: Red;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

.CCPaymentLabel
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	height: 20px;
}

.CCPaymentExample
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.CCPaymentMsg
{
	color: #000080;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
}

.CCPaymentErr
{
	color: Red;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
}

.CCPaymentAmtTextBox
{
	border: 1px solid #A0A0A0;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	width: 80px;
}

.CCPaymentDateListBox
{
	border: 1px solid #A0A0A0;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	width: 100px;
}

.PayButton
{
	color: Black;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	font-weight: normal;
	/*width: 150px;*/
	height: 24px;
}

.FormButton
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	text-decoration: none;
}

.FormButtonSM
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10px;
	text-decoration: none;
}

.LinkButton, LinkButton:visited
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	text-decoration: none;
}

.LinkButton:link, LinkButton:hover
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
	text-decoration: underline;
}

.LinkButtonLG, LinkButtonLG:visited
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 16px;
	text-decoration: none;
	border: solid 1px #A0A0A0;
	padding: 1px 2px 1px 2px;
	background-color: #E0E0E0;
}

.LinkButtonLG:link, LinkButtonLG:hover
{
	color: #005279;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 16px;
	text-decoration: underline;
	border: solid 1px #A0A0A0;
	padding: 1px 2px 1px 2px;
	background-color: #E0E0E0;
}

.iBottomTable
{
	width:800px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10px;
}

.iBottomLink, iBottomLink:link, iBottomLink:visited, iBottomLink:hover
{
	color: #000000;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 10px;
}

.GameCenterProfileLabelNotEditable
{
	color: #0057BB;
	font-family: Arial, Verdana, MS Sans Serif;
	font-size: 12px;
}

.RefundPolicyHdr
{
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* any height or width */
.CommonContentBox
{
	border: solid 1px #e5e5e5;
	border-bottom: none;
	border-top: none;
	background-color: #f5f5f5;
	background-image: url(images/div_bottom_center.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.CommonContentBox .div_bottom_right
{
	margin-right: -3px;
}

.CommonContentBox .div_bottom_left
{
	margin-left: -3px;
}

.CommonContentBox .div_title_right
{
	margin-right: -3px;
}

/**
div title header styles
*/

.div_title_text
{
	padding: 5px 0px 5px 10px; 
	font-weight: bold; 
	font-family: Arial, Verdana, MS Sans Serif; 
	font-size: 12px;
	text-align: center;
}

.div_title_left
{
	background-image: url(images/div_title_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 6px;
}

.div_title_center
{
	background-image: url(images/div_title_center.png);
	background-repeat: repeat-x;
	margin-left: -3px;
	color: #fff;
	height: 27px;
}

.div_title_right
{
	background-image: url(images/div_title_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	width: 6px;
}

/** 
div bottom styles
*/

.div_bottom_left
{
	background-image: url(images/div_bottom_left.png);
	float: left;
	background-position: bottom left; 
	background-repeat: no-repeat; 
	width: 13px; 
	height: 13px;
	position: relative;
}

.div_bottom_right
{
	background-image: url(images/div_bottom_right.png);
	float: right;
	background-position: bottom right; 
	background-repeat: no-repeat; 
	width: 13px; 
	height: 13px;
	position: relative;
}

.Footer
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:#333;
	text-align:center;
}
/* admin stuff */

.AdminGateway
{
	margin-top: 10px;
	padding: 0px;
	background-color:#ffffff;
}
.AdminWrapper
{
	width: 1000px;
	height: 100%;
	margin: 10px auto;
}
.AdminSearchWrapper
{
	width:1200;
	height: 100%;
	margin: 10px auto;
}
.AdminFormLabel
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}
.AdminFormText
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:Black;
}

.GridBodySmall
{
	font-family:Arial,Helvetica;
	font-size:10pt;
}

.GridCellSmall
{
	border:solid 1px Silver;
}

.GridHdrSmall
{
	background-color:#000040;
	border:solid 1px Silver;
}
.GridHdrSmallSort
{
	color:White;
	background-color:#000040;
	border:solid 1px Silver;
}

.AdminPage
{
	background-color:Black;
}

.AdminApprovalLabel
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	font-weight:bold;
}
.AdminApprovalValue
{
	font-family:Arial,Helvetica;
	font-size:10pt;
}
.AdminApprovalButton
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	font-weight:bold;
	width:150px;
}
.AdminApprovalList
{
	font-family:Arial,Helvetica;
	font-size:10pt;
}
.AdminSearchLabel
{
	font-family:Tahoma,Helvetica;
	font-size:8pt;
	font-weight:bold;
}
.AdminSearchValue
{
	font-family:Tahoma,Helvetica;
	font-size:8pt;
}
.AdminSearchLeftCol
{
	background-color:White;
	font-family:Tahoma,Helvetica;
	font-size:8pt;
	height:20px;
}
.AdminSearchLeftColBold
{
	background-color:White;
	font-family:Tahoma,Helvetica;
	font-size:8pt;
	font-weight:bold;
	height:20px;
}
.AdminSearchRightCol
{
	background-color:#E0E0E0;
	font-family:Tahoma,Helvetica;
	font-size:8pt;
	height:20px;
}
.AdminSearchRightColBold
{
	background-color:#E0E0E0;
	font-family:Tahoma,Helvetica;
	font-size:8pt;
	font-weight:bold;
	height:20px;
}
.AdminSearchErrFlag
{
	font-family:Tahoma,Helvetica;
	font-size:14pt;
	font-weight:bold;
	color:Red;
}
.CenterSearchGridHdr
{
	border:solid 1px Gray;
	background-color:#404040;
	font-family:Arial,Helvetica;
	font-size:8pt;
	color:White;
	font-weight:bold;
	
}
.CenterSearchGridCell
{
	border:solid 1px Gray;
	font-family:Arial,Helvetica;
	font-size:8pt;
}
.AdminAccountStatus
{
	border:solid 1px Black;
	font-family:Arial,Helvetica;
	padding:4px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
.AdminLink
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:Blue;
}
.AdminMenuCell
{
	width:25%;
	vertical-align:top;
	background-color:White;
	border:solid 1px #A0A0A0;
}
.AdminMenuLabel
{
	font-family:Arial,Helvetica;
	font-size:10pt;
	color:Navy;
	font-weight:bold;
	background-color:#d0d0d0;
}
