﻿*
{
}

html, body 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0;
	height: 100%;
    background: White;
    background-image: url(http://www.whedonitesunited.com/images/lgrey068.gif); background-repeat: repeat;
    }

.centered {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#container
{
    display: block;
    position: relative;
    min-height: 100%;
    width: 1010px;
    margin: 0 auto;
    border-left: solid 1px #002031;
    border-right: solid 1px #002031;
    padding: 2px 7px 0px 7px;
    background: White;
    background-image: url(http://www.whedonitesunited.com/images/lgrey068.gif); background-repeat: repeat;
}

    * html #container
    {
        height: 100%;
    }

.admin_grid
{
    padding-left: 3px;
    padding-left: 3px;
}

.registration_left 
{
    text-align: left;
    margin-right: 10px;
    width: 200px;
    font-weight: bold;
    vertical-align: top;
}

.registration_left_required
{
    text-align: left;
    margin-right: 20px;
     font-weight: bold;
   color: Red;
    width: 200px;
    vertical-align: top;
}

.registration_right
{ 
    vertical-align: top;
    text-align: left;
    margin-left: 20px;
}

.registration_line
{
    border-bottom: solid 1px black;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sponsor_table
{
    width: 1000px;
}

.sponsor_logo_cell
{
    text-align: left;
    vertical-align: top;
    width: 800px;
}

.sponsor_name_cell
{
    text-align: left;
    vertical-align: top;
    width: 800px;
}

.sponsor_text_cell
{
    text-align: left;
    vertical-align: top;
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 800px;
    height: 70px;
}

.sponsor_name
{
    font-size: medium;
    font-weight: bold;
}

.spacer_vertical_8
{
    height: 8px;
}

.merch_page
{
    width: 800px;
    border-collapse: collapse;
    float: left;
    border: 1px solid #000000;
}
.merch_item
{
    border: 1px solid #000000;
    border-collapse: collapse;
    font-weight: bold;
    text-align: center;
    width: 400px;
    height: 300px;
}

.merch_item_pic
{
  width: 200px;  
  height: 200px; 
}

.merch_item_text
{
  width: 200px;  
  height: 200px; 
  text-align: left;
  vertical-align: top;
  padding: 2px 2px 2px 2px;
}

.sponsorship_level_cells
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sponsorship_level_features
{
    font-style: italic;
     border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.sponsorship_levels_text
{
   font-weight: bold;
}

.sponsorship_levels_cells
{
     border-style: solid;
    border-width: 1px;
    border-color: Black;
    text-align: center;
}

.sponsorship_levels_cells_highlight
{
     background-color: #D7FDFC;
}

.sponsorship_levels_bottomline
{
     border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: Black;
}

.sponsorship_levels_topline
{
     border-top-style: solid;
    border-top-width: 1px;
    border-top-color: Black;
}

        .sponsorcell
        {
            text-align: center;
            vertical-align: middle;
            width: 500px;
            height: 100px;
            border: 1px solid black;
            padding-bottom: 5px;
        }
        
        .sponsorLevelHeader
        {
            padding: 5px;
            width: 1000px;
            text-decoration: underline;
            background-color: #7b0008;
            color: White;
            font-weight: bold;
        }

.WM_admin_main
{
    vertical-align: top;
    border: 1px solid black;
}

.WM_grid
{
    padding: 20px;
    background-color: Aqua;
    
}

.WM_buttonCell
{
    width: 166px;
}

#modalPopupBackground
{
display: none; 
position: absolute; 
height: 100%; 
width: 100%; 
top: 0; 
left: 0; 
background: #000000; 
border: solid 1px #cecece; 
z-index: 100; 
}
#modalPopup
{
display: none; 
position: absolute; 
height: 400px; 
width: 400px; 
background: #ffffff; 
border: solid 2px #cecece; 
z-index: 200; 
padding: 3px; 
}