
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #ships */

#ships
{
	margin: 1em 0;
}

#ships a
{
	display: inline-block;
    margin: 2px 0;
	border: 4px solid white;
    border-radius: 5px; -moz-border-radius: 5px;
	overflow: hidden;
}

#ships a:hover
{
	background: none !important;
}

#ships a.enabled:hover
{
	border: 4px solid #FFFF87;
}

#ships a.selected,
#ships a.selected:hover
{
	border: 4px solid red;
}

#previewShip
{
	height: 263px;
	margin-bottom: 1em;
	display: none;
}

/* $$$ END $$$ */






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #islands */

#islands
{
	width: 677px;
	height: 460px;
	background: transparent url(/static/img/map.gif) no-repeat 0 0;
	margin: 0px auto 20px auto;
	position: relative;
}

#islands a:link,
#islands a:visited
{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	border: 3px solid transparent;
    border-radius: 10px; -moz-border-radius: 10px;
	cursor: pointer;
}

#islands a:hover
{
	border-color: #3535FF;
}


#islands a.selected,
#islands a.selected:hover
{
	border: 3px solid red;
}

#previewIsland
{
	width: 300px;
	height: 263px;
	margin-bottom: 1em;
	display: none;
}

/* $$$ END $$$ */






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #thirdLevelImages */

#items
{
	margin: 2em 0;
}

#items a
{
	display: inline-block;
	border: 4px solid white;
    border-radius: 4px; -moz-border-radius: 4px;
	overflow: hidden;
}

#items a:hover
{
	background: none !important;
}

#items a.enabled:hover
{
	border: 4px solid #FFFF87;
}

#items a.selected,
#items a.selected:hover
{
	border: 4px solid red;
}

/* $$$ END $$$ */






#lotteryForm
{
	margin-bottom: 1em;
}

#lotteryForm input[type="submit"]
{
	padding: .7em 1em;
	font-size: 1.1em;
}

div.lottery-players table tr.true-2 td
{
	background: #FFFFA6;
}

div.lottery-players table tr.true-3 td
{
	background: #EAFFDF;
}

td.inputsList div
{
    margin-bottom: 2px;
}

p.currentEvents
{
    text-align: center;
}

p.currentEvents a
{
    display: inline-block;
    margin: 0 2em;
}

#mapLoaderText
{
    position: relative;
    top: 210px;
    margin-bottom: -1em;
}

div.lottery-start h2
{
    font-size: 1.7em !important;
    margin: .2em 0 1.3em 0 !important;
}

div.lottery-start div.prizeInfo
{
    font-size: 1.2em;
    margin-bottom: 2em;
}

div.lottery-start div.prizeInfo span.prizeName
{
    background: #AEFF9F;
    padding: 0 .3em .1em .3em;
}

div.prizes
{
    text-align: center;
    margin: 1.5em 0 1em 0;
}

div.prizes img
{
    background: white;
    padding: 3px;
    border: 1px solid #C4C4C4;
    margin: 4px 2px;
}
