﻿body {
    background-color: Black;
}

.ui-raise-rollover
{
    height: 32px; overflow: hidden; 
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	position: relative;
}

.clear { clear: both; }
#select_party
{
    position: absolute;
    width: 255px;
    top: 30px;
    left: 341px;
}

#select_party div
{
    margin-top: 7px;
}

#submit_form_fields
{
    width: 916px;
    height: 316px;
    position: absolute;
    left: 45px;
    top: 247px;    
    background-image: url(/images/submit/form_fields.png);
    background-repeat: no-repeat;
}

#marlin_logo
{
    position: absolute;
    top: 529px;
    left: 921px;
    display: none;
}

#home_left_text
{
    position: absolute;
    left: 52px;
    top: 332px;
    display: none;
}

#home_right_text
{
    position: absolute;
    left: 716px;
    top: 360px;
    /*top: -205px;*/
    display: none;
}

#home_top_text
{
    position: absolute;
    left: 211px;
    top: 76px;
    top: -50px;
}

#home_top_critter
{
    width: 152px;
    height: 188px;
    background-image: url(/images/home/top_critter_sign.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 27px;
    top: 0px;
    top: -189px;
    
}

#home_top_critter #top_critter_img
{
    display: block;
    position: relative;
    top: 19px;
    left: 33px;
    width: 91px;
    height: 51px;
}



#home_bestiary
{
    width: 152px;
    height: 188px;
    background-repeat: no-repeat;
    position: absolute;
    left: 823px;
    top: 0px;
    top: -189px;
    
}

#home_submit
{
    position: absolute;
    left: 781px;
    top: 491px;
    top: -38px;
}

#home_hand
{
    position: absolute;
    left: 707px;
    top: 491px;
}

.critter
{
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}

.critter .entry
{
    width: 135px;
    height: 135px;
    position: absolute;
    top: 37px;
    left: 30px;
}

.critter .entry .icon
{
    position: absolute;
    bottom: 10px;
    left: 11px;
}

.critter .entry .vote
{
    position: absolute;
    bottom: 13px;
    left: 39px;
}


.R
{
    background-image: url(/images/bestiary/frame_R.jpg);  
}

.D
{
    background-image: url(/images/bestiary/frame_D.jpg);  
}

.I
{
    background-image: url(/images/bestiary/frame_I.jpg);  
}

.O
{
    background-image: url(/images/bestiary/frame_O.jpg);  
}

.G
{
    background-image: url(/images/bestiary/frame_G.jpg);  
}

.L
{
    background-image: url(/images/bestiary/frame_L.jpg);  
}

.blank_party
{
    background-image: url(/images/bestiary/frame_blank.jpg);  
}