/**************** GENERAL ****************/
*
{
    margin:0;
    padding:0;	
}
a {
    color:inherit;
    text-decoration: none;
}
body
{
    background-color:black;
    color:#FFF;
}
img
{
    border:none;
}
img:active
{
    border:none;
}

input[type=submit] {
    padding:1px 3px; 
}

.center{
	text-align:center;
}

.slightBorder
{
	border:1px solid #222; 
	margin:1px;
	text-align:left;
}
.sideTitle
{
	text-align:center;
	margin:5px;
	margin-bottom:10px;
	font-size:24px; 
	font-weight:bold;
}

.formBox
{
	width:250px;
	border:2px solid #AAA; 
	margin:auto; 
	padding:8px;
	text-align:center;
}

.smallButton
{
	display: inline-block;
	padding: 1px 2px;
	border: 1px solid #777;
	cursor: pointer;
	color: white;
}

.greenButton{ background-color: #070;}
.greenButton:hover{ background-color: #0E0;}
.greenButton:active{ background-color: #040;}

.redButton{ background-color: #700;}
.redButton:hover{ background-color: #E00;}
.redButton:active{ background-color: #400;}

.blueButton{ background-color: #007;}
.blueButton:hover{ background-color: #00E;}
.blueButton:active{ background-color: #004;}


.handle {
	cursor: move;
	display: inline-block;
	background-color: #777;
	width:16px;
	text-align:center;
	margin-right:5px;
}

.dropZone {
	height:25px;
	margin-top:-15px;
	z-index: -100;
	position: absolute;
	width: 700px;
}
.dropZoneActive{
    background-color: #7896;
}

/*******/

.globalContainer
{
	width:1350px; 
	margin:auto;
}
.leftColumn
{
	float:left; 
	width:250px; 
	border-right:1px solid #005; 
	min-height: 95vh; 
	padding:10px;
	padding-right:15px;
	font-family: calibri;
}
.centerColumn
{
	width:800px; 
	float:left; 
	padding-top:12px; 
	text-align:center;
	font-family: calibri;
}
.rightColumn
{
	margin-left: 1075px;
	width:250px; 
	border-left:1px solid #005; 
	min-height: 95vh; 
	padding:10px;
	padding-left:15px;
	font-family: calibri;
}

@media (max-width: 1350px) { 
	.globalContainer
	{
		width:1150px; 
	}
	.leftColumn
	{
		width:200px; 
	}
	.centerColumn
	{
		width:700px; 
	}
	.rightColumn
	{
		margin-left: 925px;
		width:200px; 
	}
}

.contentWindow
{
	width:1000px; 
	margin:auto; 
	padding:10px; 
	padding-bottom:50px;
	margin-bottom:50px;
	border:2px solid grey; 
	font-family: calibri;
	min-height: 1000px;
	display:none;
}