﻿/********************************************************************
* Style group: (main layout)                                        *
* Description: Defines the general layout of the master page.       *
*********************************************************************/
#masterHeader
{
	background-image:url(Images/Header.jpg);
	height: 97px;
	width: auto;
	border-bottom:  solid 1px gray;
}

#mainMenu
{
	position:absolute;
	left: 175px;
	top: 73px;
	z-index: 9999;
}

#searchBox
{
	overflow: hidden;
	margin: 3px 2px 3px 2px;
	width: 158px;
}

/* Mac IE5 hack */

/*\*//*/
#right 
{
	margin-right: =15px;
	right: 15px;
}
/**/

/* End Mac IE5 hack */

/* Hide from Mac IE5 \*/

* html #container
{
	height: 1%;
}

/* End hide from Mac IE5 */


#masterFooter
{
	clear:both;
	width: 100%;
	text-align: center;
	margin: 10px 190px;
}

ul.menu li
{
	float: left;
	border-right: solid 1px #666;
	padding: 0 5px;
	margin:0 auto;
	
}
ul.menu li.last
{
	border-right: none;
}

/********************************************************************
* Style group: (standard elements)                                  *
* Description: Defines the general appearance of the website        *
*********************************************************************/

body
{
	background-color: Black;
	margin: 0;
	color: #FFFFCC;
	font-family: Sans-Serif;
	font-size: small;
	height: 100%;
	width: 100%;
}

a:link
{	
	color:#AAAAAA;
}	

a:visited, a:active
{	
	color:#CCCCCC;
}	
		
a:hover
{
	text-decoration: none;
	color:#CCCCCC;
}

hr
{
	clear: both;
}

ul 
{
	list-style-type: none;
	margin-left: -40px;
	padding-left: 40px;
}

li
{
	margin-left:0px;
}

ol li
{
	 list-style-type:decimal;
}

input[type="text"], input[type="password"]
{
	background-color: #DDDDDD;
	border: solid 1px #999999;
}

input[type="text"]:hover, input[type="password"]:hover
{
	background-color: #FFFFFF;
}

p { font-size: small; }

br { clear: left; }

h1
{
	font-size: 14pt;
	border-bottom: dashed 1px #FFFFFF;
	clear:both;
}

h2
{
	font-size: 12pt;
}

h3
{
	font-size: 10pt;
}

#masterHeader hr, #masterFooter hr
{
	display: none;
}

.inputForm, .box, .deckBox, .dataForm, .errorBox, .forumBox, .article
{
	border: 1px solid #922D2D;
	background-color: #333333;
}

.dataTable
{
	border: solid 1px #922D2D;
}

.footer
{
	border-top: solid 1px #FFFFFF;
	clear:both;
}

/*********************************************************************
* Style group: inputForm                                             *
* Description: Used for forms that require input by the user such as *
'*             the login form.                                       *
*********************************************************************/

.inputForm
{
	border-width: 2px;
	margin: 10px;
	padding: 5px;
}

.inputForm h2
{
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
}

.inputForm p
{
	font-size: small;
	margin-bottom:5px;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:10px;
}

.inputForm label
{
	font-weight: bold;
	display:block;
	text-align: right;
}

.inputForm input, .inputForm textArea, .inputForm select
{
	margin: 10px;
}

.inputForm label span, .inputForm .small
{
	font-size: smaller;
	display: block;
	text-align: right;
}

.inputForm .footer
{
	
	font-size:small;
	margin-top:5px;
	padding-top:10px;
}

.inputForm .checkbox label, .inputForm .checkbox input[type="checkbox"], .inputForm .checkbox input[type="radio"], .inputForm label.checkbox
{
	display: inline; 
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 2px 3px;
}


.inputForm fieldset 
{
	border-color: #999;
	padding: 5px;
	margin: 10px;
	display:block;
}

.inputForm fieldset legend
{
	color: #FFFFCC;
	padding: 2px 5px;
	font-weight: bold;
}

.inputForm fieldset p
{
	border-style: none;
	margin: 5px;
}

.inputForm hr
{
	height: 1px;
	background: #999;
	color: #999;
}

/*********************************************************************
* Style group: article                                               *
* Description: Used for formatting articles in the article section.  *
*********************************************************************/
div.article
{
	width:600px;
	margin:auto;
	padding: 5px;
	text-align:justify;
}

div.article h1
{
	font-size: 1.5em;
	border-bottom: none;
	margin-bottom:3px;
}

div.article .articleBody ul
{
	list-style-type:disc;
	margin:0px;
}

div.article .articleBody li
{
	margin:10px;
}

div.article span.author
{
	font-style:italic;
	display:block;
	margin-bottom:5px;
}

div.article span.category
{
	display:block;
	margin-bottom:10px;
}

div.article .articleBody
{
	background-color:White;
	color:Black;
	padding:10px;
	border: solid 1px #922D2D;
}

div.article .articleBody p
{
	font-size:1.1em;
}

div.article a
{
	color: Blue;
}

/*********************************************************************
* Style group: ESRBRating                                            *
*********************************************************************/

#gameDetails
{
	position:relative;
	font-size: 8pt;
}

#gameDetails label
{
	font-size: 8pt;
}

#gameDetails h1
{
	font-size: 11pt;
}

#gameDetails h1,#gameDetails h2
{
	border-bottom:none;
	margin-bottom:5px;
}

#gameDetails h2
{
	font-size: 12pt;
	float:left;
}

.boxText ul li
{
	list-style-type:disc;
}

.ESRBRating
{
	display:block;
	height:80px;
}

.ESRBRating ul li
{
	font-size: 8pt;
}

/*********************************************************************
* Style group: dataForm                                              *
* Description: Used for forms that display non-editable data         *
*********************************************************************/

.dataForm
{
	margin: 10px 0;
	padding: 5px;
}

.dataForm h2
{
	margin-top: 0;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: dashed 1px #FFFFFF;
}

.dataForm h3
{
	margin-top: 0;
	color: #FFFFCC;
	font-size: small;
	font-weight: bold;
	margin: auto auto 5px 20px;
	border-bottom: dashed 1px #FFF;
}

.dataForm p
{
	font-size: small;
	margin-bottom:5px;
	padding-bottom:10px;
}

.dataForm label
{
	font-weight: bold;
	display:block;
	text-align: right;
}

.dataForm .footer
{
	font-size:small;
	margin-top:5px;
}

.dataForm hr
{
	height: 1px;
	background: #FFFFFF;
	color: #FFFFFF;
}

/********************************************************************
* Style group: toolTip                                              *
* Description: Used for displaying tooltips.                        *
*********************************************************************/

a.toolTip
{
	Color: White;
	border-bottom: dashed 1px white;
	z-index: 100;
}

a.toolTip span
{
	display:none;
}

a.toolTip:hover
{
	color: White;
	position: relative;
}

a.toolTip:hover span
{
	display: block;
	position:absolute;
    top:2em; 
    left:2em; 
    width:15em;
    border:solid 1px #000;
    background-color:#ffeecc;
	Color: Black;   
	text-align: left;
	padding: 5px;
	font-size: small;
	font-weight: normal;
}

/********************************************************************
* Style group: deckBox                                              *
* Description: Used for displaying decks.                           *
*********************************************************************/

.deckBox
{
	margin: 10px;
	padding: 10px;
}

.deckBox h1
{
	color: White;
	padding: 5px;
	font-size: medium;
	border-bottom: solid 1px #922D2D;
	margin-bottom: 20px;
	background-color: #660000;
	margin: -10px -10px 0 -10px;
}

.deckBox h1 a
{
	color: White;
}

.deckBox h1 span
{
	font-style: italic;
	font-size:smaller;
	display: block;
	margin: 2px 0 7px 10px;
	font-weight: normal;
}

.deckBox h2
{
	width: 230px;
	float:left;
	font-size: small;
	border-bottom: dashed 1px #666;
}

.deckBox h2 span
{
	float: right;
	text-align: right;
}

.deckBox h3
{
	clear:both;
	border-top: solid 1px #922D2D;
	font-size: medium;
	text-align: right; 
	margin-top: 20px;
	padding: 5px;
	color: White;
	background-color: #660000;
	margin: auto -10px -10px -10px;
}

.deckBox h3 span
{
	font-style: italic;
	font-size:smaller;
	display: block;
	margin: 2px 0 7px 10px;
	font-weight: normal;
}

.deckBox div
{
	float: left;
	width: 250px;
	margin: 10px;
}

.deckBox ul
{
	clear:both;
	margin: 0;
}

.deckBox li
{
	margin-left: 15px;
}

/********************************************************************
* Style group: errorBox                                             *
* Description: Used for displaying errors during data entry.        *
*********************************************************************/
.errorBox
{
	padding: 10px;
	border: solid 1px red;
	background-color: #FFC;
	color: Red;
	margin: 5px;
	display: block;
}

.errorBox li
{
	list-style-type: disc;
	margin: 5px 15px 5px 15px;
	font-size: small;	
}

.errorBox a{color: Black;text-decoration:underline;}
/********************************************************************
* Style group: successBox                                           *
* Description: Used for displaying success messages.                *
*********************************************************************/
.successBox
{
	padding: 10px;
	border: solid 1px blue;
	background-color:#99FF99;
	color: Black;
	margin: 5px;
	display: block;
}

.successBox li
{
	list-style-type: disc;
	margin: 5px 15px 5px 15px;
	font-size: small;	
}
	
/********************************************************************
* Style group: box                                                  *
* Description: Defines the style for a standard box.                *
*********************************************************************/
.box 
{
	margin: 10px;
	padding: 5px;
	overflow: hidden;
}

.box h2
{
	font-weight: bold;
	font-size: small;
	background-color: #660000;
	margin: -4px -4px 0px -4px;
	padding: 3px;
	border-bottom: solid 1px #922D2D;
	color: White;
}

.box span.footer
{
	display:block;
	margin-top: 10px;
	padding: 5px;
}

.box table.dataTable
{
	border:none;
	margin: 0 -5px -5px -5px;
}

.box table.dataTable th.last
{
	border-right: none;
}

/********************************************************************
* Style group: forumBox                                             *
* Description: Defines the style for a fox in the forum.            *
*********************************************************************/

.forumBox 
{
	margin: 10px auto;
	overflow: hidden;
	max-width: 1000px;
}

.forumBox h2
{
	color: White;
	font-weight: normal;
	font-size: small;
	background-color: #660000;
	padding: 10px;
	border-bottom: solid 1px #922D2D;
	margin: -4px -4px 0px -4px;
}

.forumBox table
{
	max-width: 1000px;
	width:100%;
}

.forumBox .author
{
	color: White;
	background-color: #660000;
	border-right: solid 1px #922D2D;
	width: 200px;
	padding: 10px;
}

.forumBox .author a
{
	color: White;
}

.forumBox .body 
{
	background-color: #333333;
	min-width: 300px;
	padding: 10px;
}

.forumBox .body ul.menu
{
	margin: 5px 5px 5px auto;
}

.forumBox .body ul.menu li
{
	display: block; 
	float: Right;
}

.forumBox .signature
{
	display:block;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #922D2D;
}

/********************************************************************
* Style group: mainMenu                                             *
* Description: Defines the style for the main drop down menu.       *
*********************************************************************/
/* Make sure to include a width here */
#mainMenu li 
{
	margin-right: 5px;
}

#mainMenu ul li
{
	
	border-bottom: solid 1px black;
}

#mainMenu a
{
	padding: 5px;
	color: White;
	text-decoration: none;
}

#mainMenu ul a
{
	width: 9em;
}

#mainMenu, #mainMenu ul
{
	background-color: #404040;
	border: solid 1px #666;
	margin: 0;
	list-style: none;
}

#mainMenu ul
{
	width: 10em;
	padding: 5px;
}


#mainMenu li:hover
{
	background-color: #666;
}

#mainMenu li .parent
{
	padding-right: 15px;
	background: url(/images/SelectedDrop.gif) center right no-repeat;
}

#mainMenu li li .parent
{
	padding-right: 15px;
	background: url(/images/SelectedExpand.gif) center right no-repeat;
}

#mainMenu li .last
{
	border-bottom: none;
}

/********************************************************************
* Style group: AddressBook                                          *
* Description: Defines the style of various general elements        *
*********************************************************************/
.addressBook h3
{
	border-bottom: dashed 1px #666;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.addressBook h3 span
{
	float:right;
	font-size: x-small;
}

.addressBook li
{
	margin-top: 20px;
}

/********************************************************************
* Style group: (general classes)                                    *
* Description: Defines the style of various general elements        *
*********************************************************************/

.mtgImageSpoiler li
{
	display:block;
	float:left;
	max-width: 250px;
	margin: 10px;
	list-style-type:none;
}

.dataRow td, .altDataRow td
{
	padding: 7px 5px;
}

.dataRow
{
	background-color: #242424;
}
.altDataRow
{
	background-color: #333;
}

.dataRow:hover, .altDataRow:hover
{
	background-color: #660000;
	color: White;
}

.dataRow:hover a, .altDataRow:hover a
{
	color: White;
}

table.dataTable input[type="text"]
{
	width: 50px;
}

table.dataTable th
{
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #660000;
	Color: White;
}

table.dataTable th a
{
	color: White;
}

.Tiny
{
	font-size: smaller;
}

ul.galleryView *
{
	margin: 0;
}

ul.galleryView li
{
	list-style-type:none;
	float: left;
	margin: 5px;
}

ul.bulletList
{	
	margin-left: 0;
	list-style-type:disc;
}
