.ticker-choice
{
	float:left;
	width:284px;
	margin:20px 20px 40px 0;
	display:inline;
}

.ticker-choice h2, .column h3, #ticker-center h3, #backgrounds h3, #markers h3
{
	font-size:1.1em;
	color:rgb(75,109,130);
	text-align:center;
	margin:0 0 10px 0;
	border-bottom:1px solid rgb(75,109,130);
	padding:10px 0 5px 0;
}

.column h3, #backgrounds h3, #markers h3 {text-align:left;}

.ticker-choice p
{
	margin-top:-75px;
	height:50px;
	padding:0 10px 0 10px;
}

.ticker-choice a
{
	color:black;
	font-size:1em;
	text-decoration:none;
	display:block;
	text-align:center;
}

.ticker-choice a:hover
{
	text-decoration:underline;
}

.column 
{
	float:left;
	width:200px; 
	height:220px; 
	overflow:hidden;
	border:none;
	margin:20px 0 0 0;
}

* html .column {display:inline;}

#ticker-center 
{
	width:490px; 
	height:220px; 
	float:left;
	margin:20px 25px 0 25px;
	border:none;
}

.center-preview {background:url('/images/ticker/main/previewBG.jpg') repeat-x;height:200px;}
#ticker_preview 
{
	width:400px;
	height:80px;
	margin:auto;
	border:5px solid rgb(203,223,235);
	background:white;
	padding:5px;
}

* html #ticker_preview {margin-top:-20px;}



#backgrounds, #markers
{
	border:none;
	float:left;
}

#markers
{
	width:100px;
	text-align:center;
	margin:40px 0 0 0;
}

#backgrounds
{
	width:830px;
	margin:40px 0 0 10px;
}

#backgrounds li, #markers li
{
	list-style-type:none;
	margin:1px;
	cursor:pointer;
	border:5px solid rgb(203,223,235);
}

#markers li
{
	width:90px;
	margin:1px auto;
	background:white;
}

#backgrounds li
{
	float:left;
	width:400px;
	height:80px;
	overflow:hidden;
	text-align:center;
}

#markers li input, #backgrounds li input
{
	display:none;
}

.tools 
{
	height:25px;
	line-height:25px;
	float:right;
	margin-top:-35px;
}

.tools  img {margin-left:20px;}

#minimize, #maximize 
{
	color:rgb(75,109,130);
	cursor:pointer;
}

#datum label {display:block;font-weight:bold;}
#datum .date {float:left;width:60px;font-size:0.7px;}
#datum .small {margin:0 0 10px 0;font-size:0.7em;}

#ticker_portrait {width:180px;}

#show-ticker {text-align:center;}
#show-ticker img {margin:auto;border:5px solid rgb(203,223,235);}
#show-ticker p{text-align:left;margin:10px 0 5px 0;}
#show-ticker textarea{width:750px;height:60px;}

.button 
{
	
	display:block;
	color:white;
	text-decoration:none;
	width:115px;
	height:28px;
	background:url('/images/ticker/main/buttonBG.png') no-repeat;
	border:none;
	text-align:center;
	margin:5px auto 5px auto;
	cursor:pointer;
}

a.button 
{
	height:23px;
	padding:5px 0 0 0;
}

.prev-choice 
{
	float:left;
	width:240px;
	padding:5px 0 5px 5px;
	margin:10px 0 0 0;
	text-align:center;
	color:white;
}

.loader {width:100%;text-align:center;}
.loader img {margin:auto;display:block;}
.clear {clear:both;height:0;}
.assasin {display:none;}

