@CHARSET "UTF-8";

fieldset {
	float: left;
	min-height: 250px;
	border-width: 2px;
	padding-top: 10px!important;
}

fieldset div {
	text-align: right;
	width: 100%;
	min-height: 20px;
}

fieldset div img {
	margin-top: 80px;
}

.required {
	color: red;
	font-weight: bold;
}

.container {
	padding: 10px;
}

.news label {
	text-align: right;
}

.news {
	text-align: center;
}

.delete, .addbtn {
	background: none;
	border: none;
	background-image: url('../images/icon_remove.jpg');
	width: 25px;
	height: 25px;
}
.addbtn{
	background-image:url(../images/icon_add.png);
}

.edit {
	background: none;
	border: none;
	background-image: url('../images/editicon.png');
	width: 25px;
	height: 25px;
}

.menu a {
	color: #751896;
	font-weight: bold;
}

body {
	background-color: #0F4F7A;
}

textarea {
	width: 250px;
	height: 100px;
	float: inline;
}

.css-map-container {
	margin: 0px;
}

#filedrag {
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover {
	color: #20780E;
	border-color: #20780E;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

#messages {
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p {
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success {
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
	background: #c00 none 0 0 no-repeat;
}

.newsList {
	list-style: none;
}

.newsList li a {
	margin-left: 10px;
}

.span-24 {
	width: 1160px;
}

.ticker,.ticker-wrapper.has-js {
	width: 100%;
	height: 40px;
	font-size: 15px;
	margin-top: 0px;
}
.widgetList {
	border: 1px solid #ccc;
	font-size: 11px;
	height: 400px;
    overflow-y: auto;
}

.widgetList #widget_search_results {
	height: 300px;
}

.widgetList .row {
	border-top: 1px solid #ccc;
}

.widgetList .row div {
	border-left: 1px solid #ccc;
	margin-left: 5px;
}

.widgetList .header {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

.voting_widget_list {
	height: 250px;
	overflow-y: auto;
}

.top-date {
	background: #20780E;
	margin-top: 12px;
	border: #20780E 1px solid;
	border-radius: 0.8em 0.8em 0 0;
	color: #fff;
	font-weight: bold;
}
.sub-news{
	margin-top: 70px;
}
#recaptcha_response_field{
	height: 20px;
}