﻿body 
{
	background-color:Black;
	color:White
}

/***** Admin:For Table Field Editing *****/
.EditorTableHeader
{
	font-size:large;
	font-family:Arial;
	background-color:#DDDDFE;
	color:#4F4F00; 
}

.EditorTable
{	
	background-color:Gray;
	color:White;
}

/***** For Popup Menus and Dialogs. *****/
.DefintionPopup
{
	position:absolute;
	visibility:hidden;
	background-color:#A0A0A0;
	border-width:thin;
	border-style:solid;
	border-color:Yellow;
	color:White;
}

.DefinitionModalPopupBackground
{
	position:absolute;
	color:White;
}

.DefinitionModalPopup
{
	background-color:#4040B0;
	position:absolute;
	color:White;
}

.DefinitionModalPopupTitleBar
{
	background-color:#404060;
    border-width:0px;
    border-style:outset;
    border-color:Gray;
    padding:3px;
    height:15px;
    color:White;
    font-weight:bold;
    border-bottom:outset 2px;

}


/***** For Enumerated Table Rows. *****/
.DefinitionTable
{
	background-color:#707070;
}

.DefinitionTableHeaderRow
{
	background-color:#404060;
	color:White;
	font-size:large;
	font-weight:bolder;
}

.DefinitionTableRows
{
	background-color:#4040B0;
	color:White;
	font-size:medium;
}
.DefinitionTableRowsAlternating
{
	background-color:#202080;
	color:White;
}

.AdminBasePageTable
{
	text-align:left;
}

.BasePageTable
{
}

.BasePageTop
{
	background-image: url("../../Images/Misc/subnav.gif");
	background-repeat:repeat-x; 
	background-color:#2a2e4f;
	font-family:"Lucida Sans", Sans-Serif;
}

.BaseMenuTable
{
	background-image: url("../../Images/Misc/menu-vert.gif");
	background-repeat:repeat-x; 
	background-color:#2a2e4f;
}

.BaseMenuSelectedTable
{
	background-image: url("../../Images/Misc/menu-vert-selected.gif");
	background-repeat:repeat-x; 
	background-color:#b88c25;
    font-weight:bold;	
}

.GameSeriesItemTable
{	
	text-align:right;
	background-color:#303030;
	font-family:Arial, Sans-Serif;
}

.GameGirlStatsTable
{
	background-color:#4040B0;
	color:White;
	font-size:medium;
	text-align:left;
	vertical-align:text-top;
	border-color:#6060A0;
	border-width:3px;
	border-style:solid;
	font-family:Arial, Sans-Serif;
}

.GameGirlHotLinkTable
{
	background-color:#2a2e4f;
	border-color:#6060A0;
	border-width:3px;
	border-style:solid;
}

.GameGirlHotLinkTableHeader
{
	font-family:Arial, Sans-Serif;
	font-size:medium;
	font-weight:bold;
	color:#E0E080;
	background-color:#5050B0;
}

.GameSeriesHotLinkTable
{
	background-color:#2a2e4f;
	border-color:#6060A0;
	border-width:3px;
	border-style:solid;
}

.GameSeriesHotLinkTableHeader
{
	font-family:Arial, Sans-Serif;
	font-size:medium;
	font-weight:bold;
	color:#80E0E0;
	background-color:#5050B0;
}

.PortraitDefaultHeader
{
	font-family:Arial, Sans-Serif;
	font-size:small;
	font-weight:bold;
	background-color:#2a2e4f;
	color:White;
	border-width:1px;
	border-style:solid;
	border-bottom-style:none;
	border-color:#6060A0;
	padding-bottom:2px;
}

.PortraitDefaultHeaderLarge
{
	font-family:Arial, Sans-Serif;
	font-size:large;
	font-weight:bold;
	background-color:#2a2e4f;
	color:White;
	border-width:1px;
	border-style:solid;
	border-bottom-style:none;
	border-color:#6060A0;
	padding-bottom:3px;
}

.SummaryHeaderText
{
	color:#BBBBFF;
	text-align:center;
	font-size:small;
	font-family:Impact, Sans-Serif;
}

.SummaryHeaderTable
{
	border-width:2px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color:#EEEEFF;	
}

.WhatsNewSubHeader
{
	border-width:2px;
	border-top-style:solid;
	border-color:#EEEEFF;	
	font-family:Impact, Sans-Serif;
	padding-bottom:5px;
}

.WhatsNewContent
{
	text-align:left;
	font-family:Garamond, Serif;
}

.PagerTopStyle
{
}

.PagerBottomStyle
{
	padding-top:10px;
	border-width:4px;
	border-top-style:solid;
	border-color:#555588;	
}

.ImageTableLinkBar
{
	text-align:center;
	border-width:2px;
	border-style:solid;
	border-color:#5175a1;
	border-bottom-style:none;
}

.GirlTableLinkBar
{
	text-align:center;
	border-width:2px;
	border-style:solid;
	border-color:#5175a1;
	border-bottom-width:1px;
}


.ImageGirlLinkBar
{
	font-family:Arial, Sans-Serif;
	font-weight:bolder;
	background-color:#333366;
	color:White;	
	padding:2px;
}

.ImageGameSeriesLinkBar
{
	font-family:Arial, Sans-Serif;
    font-weight:bolder;
	background-color:White;
	color:#333366;
	padding:2px;
}

.GirlGameSeriesLinkBar
{
	font-family:Arial, Sans-Serif;
    font-weight:bolder;
	background-color:#997755;
	color:#FFFFFF;
	padding:2px;
	border-width:2px;
	border-style:solid;
	border-color:#FFFF66;
}

.ImageLabelLook
{
	font-family:Arial, Sans-Serif;
    font-weight:lighter;
    text-align:left;
    font-size:small;
	background-color:#333333;
	color:#AAAAEE;
	border-width:2px;
	border-style:solid;
	border-color:#222222;
}

.ImageSmallLabelLook
{
	font-family:Arial, Sans-Serif;
    text-align:center;
    font-size:smaller;
	background-color:#333333;
	color:#AAAAEE;
	border-width:1px;
	border-style:solid;
	border-bottom-style:none;
	border-color:#888888;
}
