﻿body 
{     
    font-family: Verdana, 'Lucida Grande', Arial, Helvetica, Tahoma, sans;
    background: #F0EFED url(../images/background.gif) repeat-y center;
}

#container 
{
    width: 800px;
    margin: 0 auto;
    padding: 0 8px 0 8px;
    border-bottom: 8px solid #fff;
    z-index: 500;
}

A
{
	color: #C0C0C0;
}

IMG 
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.drop
{
	border: medium dotted #808080;
	width: 790px;
	height: 200px;
	opacity: 0.7;
	overflow: auto;
}

.droppable-active 
{
    opacity: 1.0;
}

.droppable-hover 
{
    outline: 1px dotted black;
}

.content 
{
	position:fixed;
    top: 5px;
    left: 5px;	
	visibility:hidden;
}

.dropText
{
	font-size: 34px;
	text-transform: inherit;
	font-variant: small-caps;
	color: #C0C0C0;
	text-align: center;
}

.block
{
    border: 2px dotted #000000;
    width: 135px;
    height: 75px;
    margin: 10px;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana;
    font-size: 20px;
    color: #FFFFFF;
	cursor: move;
}

.imageBlock
{
	cursor: move;
}

.dropImage
{
	color: #C0C0C0; 
	border-style: dashed; 
	border-width: medium; 
	margin: 2px; 
	font-variant: small-caps;
	height: 316px;
}

.dropImageText
{
	font-family: Verdana; 
	text-align: center; 
	vertical-align: middle; 
	color: #C0C0C0; 
}

.postHeader
{
	font-family: 'Segoe UI'; 
	font-variant: small-caps; 
	background-color: #DED5D3; border: 
	thin solid #C0C0C0; 
	font-weight: bold;
}

.postBox
{
	background-color: #F7F2F0; 
	border: thin solid #DAD5D4;
}

.postMessage
{
	padding: 3px; 
	font-family: 'Segoe UI'; 
	color: #800000; 
	font-weight: bold; 
	font-size: large;
}

.postCounter
{
	padding: 3px;
	font-family: 'Segoe UI';
	color: #FF0000;
	font-weight: bold;
	font-size: large;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
}

.postAnnouncer
{
	padding: 3px; 
	font-family: 'Segoe UI'; 
	color: #666666; 
	font-size: small;
}

.post
{
	font-family: 'Segoe UI'; 
	padding: 3px;
}

.footer
{
	margin: 10px; 
	background-color: #000000; 
	color: #C0C0C0; 
	font-family: Verdana; 
	font-variant: small-caps; 
	height: 40px; 
	font-size: 10px; 
	text-align: center;
}