/******************************
   AUTHOR:  Simeon Stavrev
 ******************************/



/**************************************************************
   Administration
 **************************************************************/

div.yes {
	width: 16px;
	height: 16px;
	background: url(/images/system/yes.png) no-repeat;
}

div.no {
	width: 16px;
	height: 16px;
	background: url(/images/system/no.png) no-repeat;
}

input.inplace_field{
	padding: 2px 2px;
	margin: 2px 0;
	width: 150px;
}

a.reload {
	display: block;
	font-size: 0;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url(/images/system/reload.png) no-repeat;
}

a.toggle {
	display: block;
	font-size: 0;
	text-decoration: none;
	width: 16px;
	height: 16px;
	background: url(/images/system/toggle.png) no-repeat;
}

.admin ul, ol{ margin: 0 0 1.5em 15px; }



/**************************************************************
   Tables
 **************************************************************/

table.list {
	border: 0;
}

	table.list td{
		border: 0;
		margin: 0;
		padding: 0;
		line-height: 18px;
		height: 18px;
	}

	#content table.list td img{
		border: 0;
		padding: 0;
		margin: 0;
	}

table.calendar td, table.calendar th {
	padding: 6px 11px;
	margin: 0;
	text-align: center;
}

	table.calendar tr:hover {
		background: none;
	}

table.calendar-inside td, table.calendar-inside th {
	padding: 5px 7.5px;
	margin: 0;
	text-align: center;
}

	table.calendar-inside tr:hover {
		background: none;
	}

	table.calendar td,
	table.calendar-inside td {
		text-align: right;
	}

.weekend {
	background-color: #E7E4B4;
	background-color: #F4F2CD;
	}

table tr.odd {
	background: #eee;
}

table tr:hover, table.calendar td:hover, table.calendar-inside td:hover {
	background-color: #E7E4B4;
}

tr th{
	color: #666;
	background-color: #F4F2CD;
	background-color: #E7E4B4;
}



/**************************************************************
   GALLERY AND VIDEO
 **************************************************************/

.galleryBox{
	width: 210px;
	height: 210px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

	.galleryBox img{
		float: right !important;
	}

	.galleryBoxVote{
		height: 250px;
	}

.galleryBoxLogged{
	height: 250px;
}

	.galleryBoxLoggedVote{
		height: 280px;
	}

.background{
	background: #eee;
}

/**************************************************************
   FRONTPAGE MAP
 **************************************************************/

#frontpageMap{
	width: 264px;
	height: 174px;
	background: url(/images/v5/maps/bg-map-264x174.jpg);
}

div.boxMapFrontpage {
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: url(/images/v5/maps/map-point-12x12.png);
}

#casesMap{
	width: 670px;
	height: 441px;
	background: url(/images/v5/maps/bg-map-670x441.jpg);
}

div.boxMapCases {
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(/images/v5/maps/map-point-16x16.png);
}


/**************************************************************
   AJAXES
 **************************************************************/

#latestAjax {
	min-height: 800px;
}

#casesAjax {
	min-height: 500px;
}

#petitionsAjax{
	min-height: 100px;
}

#randomKnow {
	min-height: 100px;
	line-height: 1.5em;
}

#randomFAQ {
	min-height: 50px;
}

#petitionSigned{
	min-height: 425px;
}

/*** set the width and height to match your images **/
#news-tab {
	position: relative;
	width: 677px;
	height: 300px;
}

	#news-tab div.entry {
		/*position:absolute;
		top:0;
		left:0;
		z-index:8;*/
		width: 677px;
		height: 300px;
		background: #303030;
		display: none;
	}

		#news-tab div.active {
			/*z-index:10;*/
			display: block;
		}
/*
		#nav {
			margin: 10px 0 0 600px;
			float: right;
			z-index: 10000;
			position: absolute;
		}

		#nav a {
			background: #303030;
			color: white;
			font-family: Arial, Verdana;
			border: #eee 1px solid;
			padding: 5px;
			margin: 3px;
		}

		#nav a.activeSlide {
			
		}
*/
/*
			#news-tab div.last-active {
				z-index:9;
			}
*/

