﻿body{
	background: #9ab067;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', 'Myriad Pro', 'Tahoma', 'Arial';
	font-size: 11.5px;
	color: #252f41;
}

.page-wrapper{ padding: 40px 0 }

a{ outline: none; color:#586b3e; }

.left{ float: left; }
.right{ float: right; }
.pointer{ cursor: pointer; }

.wrapper{
	width: 1000px;
	margin: 0 auto;
}


#header{
	position: fixed;
	width: 100%; height: 45px;
	background: #5c6f42;
	z-index: 999;
}
	#branding{
		float: left;
		padding: 5px 0 0 20px;
	}
		#branding h1{
			width: 230px; height: 32px;
			background: url('../images/interface/logo.png') no-repeat top left;
		}
			#branding h1 a{
				width: 125px; height: 100%;
				display: block;
				padding: 0 0 0 156px;

				font-style: italic;
				font-size: 16px;
				font-weight: normal;
				color: #b1c502;
				line-height: 39px;
			}

	#website{
		float: left;
		padding: 5px 0 0 20px;
	}
		#website h1{
			width: 230px; height: 32px;
			background: url('../images/interface/logo.png') no-repeat top left;
		}
			#website h1 a{
				width: 125px; height: 100%;
				display: block;
				padding: 0 0 0 156px;

				font-style: italic;
				font-size: 16px;
				font-weight: normal;
				color: #b1c502;
				line-height: 39px;
			}


#userpanel{
	float: right;
	position: relative;
	padding: 15px 10px 0 0;
	margin: 0 20px 0 0;
	color: #fff;
}
	#userpanel p{
		color: #e9f4d4;
		padding: 10px;
		text-align: right;
	}

.user-menu > li{
	float: left;
	padding: 0 0 0 5px;
}
	.user-menu > li > a{
		display: block;
		color: #fff;
		padding: 8px 10px;
		border: 1px solid #5c6f42;
	}
		.user-menu > li a.active{
			background: #fff;
			color: #5c6f42;
			border-bottom: 1px solid #fff;
		}

	#user-menu-anchor{
		padding-right: 25px;
		background: url('../images/interface/arrow-down-off.png') no-repeat center right transparent;
	}
		a#user-menu-anchor.active{
			background: url('../images/interface/arrow-down.png') no-repeat center right #fff;
		}

.user-submenu{
	display: none;
	position: absolute;
	background: #fff;
	width: 220px;
	border: 1px solid #5c6f42;
	border-top: 1px solid #fff;
	color: #000;
	z-index: 1000;
}
	.user-submenu-title{
		color: #5c6f42;
		border-bottom: 1px solid #e1e1e1;
		padding: 5px 10px;
		margin: 4px 0;
	}
	.user-submenu li a{
		display: block;
		color: #000;
		padding: 5px 10px;
		border: 1px solid #fff;
	}
		.user-submenu li a:hover{
			background: #b9cd8d;
			color: #586b3e;
			border: 1px solid #a0b570;
		}

#status-bar{
	height: 19px;
	color: #fff;
	text-align: right;
}
	#status-bar a{
		display: inline-block;
		height: 14px;
		padding: 3px 5px;
		background: #fff;
		color: #859bc6;
	}

#page{
	background: #fff;
	padding: 0 0 5px 0;
	float: left;
	width: 95%;
	margin: 60px auto 45px auto;
	border: 1px solid #596a3d;
}
		#page form p{
			padding: 0 10px;
		}

	#page h2, #page h3{ font-weight: normal; }

	#page h2{
		background: #596a3d;
		color: #fff;
		font-size: 12px;
		padding: 8px 10px;
	}

	#page h3, fieldset legend{
		background: #ed7800;
		color: #fff;
		padding: 8px 10px;
		width: 930px;
	}

	#page form h4{
		display: block;
		width: 935px;
		background: #5f7245;
		color: #fff;
		padding: 8px;
		clear: both;
	}

.block{
	float: left;
}
	.block .block-bottom{
		height: 20px;
		color: #fff;
		padding: 6px 0 0 15px;
	}
		.block .block-bottom a{
			color: #b6c3dd;
		}

		.block .block-bottom p, .block .block-bottom form{
			float: left;
		}
		.block .block-bottom .right > p{
			padding: 2px 0 0 0;
		}
		.block .block-bottom form{
			margin: -4px 15px 0 0;
		}

	table{
		width: 100%;
		table-layout: fixed;
	}

	tbody tr td{
		height: 15px;
		padding: 5px 10px;
	}
		tbody tr td span{
			display: block;
			width: 100%;
			font-size: 9px;
			color: #888;
		}

	thead tr td{
		height: 15px;
		padding: 10px;
	}

	ul.gateway-admin-legend,
	p.gateway-admin-legend
	{
		margin: 15px;
		width: auto;
		line-height: 1.3;
	}

	ul.gateway-admin-legend li{
		margin-top: 3px;
		margin-bottom: 3px;
	}

	thead{ color: #fff; }

	table.gateway-admin {
		width: 100%;
		table-layout: auto;
	}

	.gateway-admin tbody tr td,
	.gateway-admin tbody tr th{
		height: auto;
		padding: 5px;
		border: 1px solid lightgrey;
	}
	.gateway-admin tbody tr th{
		text-align: left;
		padding: 10px;
		position: relative;
		background: lightgrey;
	}
	.gateway-admin tbody tr th div{
		position: absolute;
		left: 490px;
		display: inline-block;
		vertical-align: middle;
	}

	.gateway-admin tbody tr td span
	{
		display: inline;
	}

	.gateway-admin thead tr td{
		height: auto;
		padding: auto;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		border: 1px solid lightgrey;
	}

	.gateway-admin thead{ color: #000; }

	.gateway-admin tr.neutral
	{
		opacity: 0.5;
	}
	.gateway-admin tr.error
	{
		background: #FF9382;
	}
	.gateway-admin td.error
	{
		background: #FF9382;
	}
	.gateway-admin tr.error th
	{
		background: #FFAAAA;
	}
	.gateway-admin tr.warn
	{
		background: #FFBF47;
	}
	.gateway-admin td.warn
	{
		background: #FFBF47;
	}

	.gateway-admin a.selected,
	.gateway-admin-legend a.selected
	{
		background: #85A7FF;
	}
	.gateway-admin a.ok,
	.gateway-admin-legend a.ok
	{
		background: green;
	}

	.gateway-admin a.neutral,
	.gateway-admin-legend a.neutral
	{
		background: #999999;
	}

	.gateway-admin a.warn,
	.gateway-admin-legend a.warn
	{
		background: orange;
	}
	.gateway-admin span.warn
	{
		background: orange;
		color: black;
		padding: 2px;
	}
	.gateway-admin span.error
	{
		background: red;
		color: black;
		padding: 2px;
	}

	.gateway-admin a.error,
	.gateway-admin-legend a.error
	{
		background: red;
	}

	.gateway-admin-legend a.ok,
	.gateway-admin-legend a.neutral,
	.gateway-admin-legend a.warn,
	.gateway-admin-legend a.error,
	.gateway-admin-legend a.selected,

	.gateway-admin a.ok,
	.gateway-admin a.neutral,
	.gateway-admin a.warn,
	.gateway-admin a.error,
	.gateway-admin a.selected
	{
		vertical-align: middle;
		display: inline-block;
		width: 16px;
		height: 16px;
		border-radius: 8px;
	}

	.gateway-admin#last_update
	{
		padding: 3px;
	}

.block-title{
	color: #fff;
	padding: 10px;
}

.block-wide { width: 960px; }

	.block-wide .block-content{
		background: url('../images/blocks/wide_top.png') no-repeat top left transparent;
		padding: 10px 30px 30px 30px;
	}
	.block-wide .block-bottom{ background: url('../images/blocks/wide_bottom.png') no-repeat top left transparent; }

.block-sms { width: 519px; }

	.block-sms .block-content{ background: url('../images/blocks/sms_top.png') no-repeat top left #fff; }
	.block-sms .block-bottom{ background: url('../images/blocks/sms_bottom.png') no-repeat top left transparent; }

.block-geo {
	width: 416px;
	margin: 0 0 0 7px;
}
	.block-geo .block-title{
		width: 396px; height: 16px;
		background: url('../images/blocks/geo_top.png') no-repeat top left #fff;
	}
	.block-geo .block-content{ background: #fff; }
	.block-geo .block-bottom{ background: url('../images/blocks/geo_bottom.png') no-repeat top left #fff; }

/* Google Maps API Usage Only */

#gmap-canvas{
	width: 961px; height: 750px;
	overflow: hidden;
}
#gmap-canvas-mini{
	width: 416px; height: 400px;
	overflow: hidden;
}
	#gmap-canvas span, #gmap-canvas-mini span{ display: none; }
	#logocontrol, #logocontrol + div{ display: none; }


.color-block{
	width: 25px; height: 12px;
	border: 1px solid gray;
	text-indent: -12000px;
}

.sms-in{ background: #fff; }
.sms-out{ background: #cbd7ee; }
.simulator-sms-out{ background: #9ab067; color: #fff; }
.simulator-sms-out  span{ color: #596a3d; }

.sms-in td,
.sms-out td
{
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.global-info{
	color: #fff;
	font-size: 13px;
	list-style-type: disc;
	padding: 5px 0;
}


.actions{
	clear: both;
	padding: 0 5px;
}
	.actions li{
		float: left;
		display: block;
		line-height: 24px;
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border: 1px solid #999;
		border-bottom-color: #888;
		background: url('../images/interface/button.png') repeat-x top left #fff;
	}
		.actions li a{
			padding: 4px 5px;
			font-size: 11px;
			font-weight: normal;
			color: #333;
		}

	#sec-column .actions{
		margin: 0 0 15px 0;
	}
		#sec-column .actions li{
			width: 238px;
			margin: 0 0 5px 0;
		}

.item{
	width: 98%;
	border: 1px solid #596a3d;
	margin: 8px 4px 0;
	float: left;
	word-wrap: break-word;
}
	.item.invisible
	{
		opacity: 0.5;
	}

	.item .red h5, .item thead{
		padding: 8px 0;
		background: #ffd9d9;
		width: 100%;
		margin: 0 0 0px 0;
	}
	.item.hovered  .red  h5{
		background: #b44646;
	}
	.red .printdate  {
		float: right;
		color: #b44646;
		padding: 5px 10px;
	}

	.item .yellow h5, .item thead{
		padding: 8px 0;
		background: #fff1d6;
		width: 100%;
		margin: 0 0 0px 0;
	}
	.item.hovered  .yellow  h5{
	background: #dba234;
	}
	.yellow .printdate  {
		float: right;
		color: #dba234;
		padding: 5px 10px;
	}


	.item .pink h5, .item thead{
		padding: 8px 0;
		background: #fcccff;
		width: 100%;
		margin: 0 0 0px 0;
	}
	.item.hovered  .pink  h5{
		background: #ab3378;
	}
	.pink .printdate  {
		float: right;
		color: #ab3378;
		padding: 5px 10px;
	}

	.item .flaglang {
		float: right;
		padding: 0 5px 0 5px;
	}

	.item .private {
		float: right;
		color : red;
		margin-top : -4px;
        	padding: 0 5px 0 5px;
	}

	.item .smart{
		float : right;
		margin-top : -4px;
		padding : 0 5px 0 5px;
	}

	.item .dollar {
		float:right;
		margin-top: -4px;
		padding:0 3px 0 5px;
	}

	.item h5, .item thead{
		padding: 8px 0;
		background: #d6e0bd;
		width: 100%;
		margin: 0 0 0px 0;
	}
	.printdate  {
		float: right;
		color: gray;
		padding: 5px 10px;
	}
		.item thead{
			color: #586B3E;
			border-bottom: 1px solid #596A3D;
			font-weight: bold;
		}
		.item h5 a{ padding: 0 8px; }
		.item .creator{ color: #9bb168; padding: 5px 10px; }
		.item .description{ padding: 8px 10px; }

	.item p{
		clear: left;
		text-align: justify;
		padding: 0 5px;
		color: gray;
	}

	.item .info
	{
		padding: 10px;
		margin: 0;
	}
	.item .info li
	{
		margin: 3px;
	}
	.item .actions{
		float: right;
		margin-top: 10px;
	}
	.item-step p{
		padding: 10px;
	}
	.item-game{
		width: 48.5%;
		display: inline-block;
		vertical-align: top;
		float: none;
		border-radius: 7px;
		}
		.item-game h5{
			margin: 0;
			text-transform: capitalize;
		}
		.item-game .actions{
			float: none;
			height: 30px;
			margin: 0 0 10px 0;
			padding: 5px 0 0 10px;
			background: #dbdbdb;
		}
		.item-game .lastaction{
			float: right;
			height: 30px;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
			background: #dbdbdb;
		}
		.item-game .last_update,
		.item-step .last_update
		{
			line-height: 1.3; color: gray; margin: 10px;
		}
		.item-game:hover .last_update > div.hidden
		{
			display: block;
		}
		.item-game .last_update > div.hidden
		{
			display: none;
			position: absolute;
			background: white;
			z-index: 200;
			padding: 20px;
			border: 1px solid grey;
		}
		.miss_warning
		{
			font-size: 16px;
			font-weight: bold;
			color: red;
		}
.annotation{
	clear: both;
	color: gray;
	padding: 15px 10px;
}

.alert{
	border: 1px solid #a1b000;
    margin: 5px 0px;
    padding: 5px 10px;
	color: #a1b000;
	background-color: #f0f3d7;
}

.validation-advice{
	display: block;
	padding: 5px 20px;
	background: #f6e7e7;
	clear: both;
	color: #ba3832;
    border-top: 2px solid #ba3832;
    border-bottom: 2px solid #ba3832;
	margin: 10px 0;
}

.returnlink{
	color: #ee7900;
}


#breadcrumbs{
	height: 28px; width: 952px;
	margin: 5px auto 0;
	position: fixed;

	background: #9ab067;
	padding: 10px 0 0 0;
	z-index: 90;
}
	#breadcrumbs ul{
		border: 1px solid #596a3d;
		background: url('../images/interface/breadcrumbs-back.png') repeat center right;
		height: 26px;
	}
	#breadcrumbs li{
		float: left;
		color: #fff;
		font-weight: bold;
	}
		#breadcrumbs li a{
			color: #637a35;
			display: block;
			padding: 7px 25px 7px 13px;
			background: url('../images/interface/breadcrumbs-link.png') no-repeat center right #fff;
		}
		#breadcrumbs li.last a{
			background: url('../images/interface/breadcrumbs-link-last.png') no-repeat center right #fff;
		}


#print{

}
	#print h4{
		font-size: 16px;
		border-bottom: 1px solid #000;
		margin: 5px 0;
		padding: 5px 10px;
	}
	#print ul{
		margin: 0 10px 20px;
	}
	#print li{
		padding: 2px 0;
		clear: left;
	}
	#print li strong{
		display: block;
		width: 200px;
		float: left;
	}

	#print ul ul{
		margin: 15px 0 15px 15px;
		padding: 15px 15px 25px;
		width: 580px;
		border: 1px solid #ccc;
	}

.ui-sortable-helper{
	height: 26px;
	overflow: hidden;
	background: #fff;
}

.floated-inputs{
	clear: both;
}
	.floated-inputs p{
		float: left;
		clear: none;
	}
	.floated-inputs-answers{
		margin-bottom: 20px;
	}
	.floated-inputs-answers p{ width: 315px; }
	.floated-inputs-mcq p{ width: 198px; }
	.floated-inputs-gps p{ width: 450px; }

	.floated-inputs-answers input{ width: 225px; }
	.floated-inputs-mcq input{ width: 240px; }
	.floated-inputs-gps input{ width: 180px; }

	.floated-inputs .phorm_help{
		clear: both;
	}
	.floated-inputs .counter{
		text-align: right;
		margin: 10px 10px 0 215px;
	}
	.floated-inputs-mcq .counter{
		text-align: right;
		margin: 10px 10px 0 114px;
	}

#answer_value, #answer_value3, #answer_value2, #answer_value4 { width: 215px; }
#mcq_choice1, #mcq_choice2, #mcq_choice3 { width: 159px; padding-right: 5px; }

#steps-wrapper.sorting > div{
	height: 26px;
	overflow: hidden;
}

#steps-wrapper .tabs-container ul{
	background: #edf1e3;
}
	#steps-wrapper .tabs-container ul li a.active{
		background: #edf1e3;
		border-bottom: 5px solid #edf1e3;
	}
#steps-wrapper .item {
	cursor: move;
}
	#steps-wrapper > div{
		clear: both;
		word-wrap: break-word;
	}
	.item-step-content{
		background: #d6e0bd;
		color: #586b3e;
		padding: 10px;
	}
		.item-step-content h4{
			clear: both;
			border-bottom: 1px solid #f5f8ef;
			padding: 5px 10px;
			margin: 0 0 7px 0;
		}
		.item-step-content dd ul{
			margin: 0 0 15px 0;
		}
			.item-step-content dd dt{
				margin-bottom: 10px;
			}

			.item-step-content dt{
				float: left;
				margin: 1px 1px 0 0;
				background: #586b3e;
				color: #fff;
				display: block;
				padding: 5px;
				width: 150px;
				clear: right;
			}
			.item-step-content dd{
				float: left;
				margin: 1px 0 0 0;
				background: #edf1e3;
				color: #586b3e;
				display: block;
				padding: 5px;
				width: 480px;
				min-height: 13px;
			}

h5 span.admin-tag{
	display: block;
	padding: 0 5px;
	width: 20px;
	margin: 0 10px;
	float: left;

	background: #b03535;
	border: 1px solid #5a2020;
	color: #fff;
	text-shadow: 0 1px 0 #2E1010;
}

#footer{
	position: fixed;
	height: 22px; width: 100%;
	top: 100%;
	background: #5c6f42;
	padding: 6px 0 0 0;
	margin: -28px 0 0 0;
	color: #fff;
	z-index: 99;
}
	#footer p{
		padding: 3px 0 3px 30px;
	}

	#footer a{ color: #9AB067; }


#env-warning{
	color: #fff;
	width: 100%;
	padding: 6px 0;
	margin: -60px 0 0 0;
	background: red;
	position: fixed;
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;
	z-index: 1001;
}

#tabs-container, .tabs-container{
	clear: both;
	padding: 10px 0 0;
}
	#tabs-container ul, .tabs-container ul{
		border-bottom: 1px solid #a0b570;
		height: 26px;
		padding: 5px 15px 0;
	}
		#tabs-container li, .tabs-container li{
			background-color: #d6e0bd;
			float: left;
			margin: 0 4px 2px 0;
			text-align: center;
		}

		#tabs-container li.more{
			float: right;
		}
			#tabs-container li a, .tabs-container li a{
				display: block;
				border: 1px solid #a0b570;
				height: 25px;
				line-height: 25px;
				padding: 0 8px;
				color: #555a42;
				font-size: 13px;
			}
			#tabs-container li a.active, .tabs-container li a.active{
				background-color: #fff;
				color: #576a3d;
				border-bottom: 1px solid #fff;
			}

.help_2
{
	float: left;
	margin: 5px;
}
.def_msg
{
	color: grey;
	font-style: italic;
}
.help{
	float: left;
	clear: right;
}
	.inline-help{
		color: #999;
		font-style: italic;
		padding: 5px 0;
		clear: both;
	}
.help a{
	width: 17px; height: 20px;
	background: url('../images/interface/form-hint.png') no-repeat top left #fff;
	display: block;
	text-indent: -12000px;
	margin: 5px 0 0 10px;
}

.tip{
	padding: 10px;
	background: #d6e0bd;
	color: #586b3e;
}
	.tip a{
		background: #586b3e;
		color: #fff;
		padding: 3px 8px;
		text-align: right;
	}

.warning{
	padding: 10px;
	background-color: #FFFBCC;
	border-bottom: 1px solid #E6DB55;
	color: #555;
}
	.warning a{
		color: #555;
		text-decoration: underline;
	}

#gmaps_link{
	margin: 20px;
	clear: both;
}

/* Gmaps */
#fs_advanced p {
	display: none;
}

#gmaps_finder {
	clear: both;
}
	#gmaps_finder #status{
		padding: 10px;
	}

	#gmaps_finder input{
		width: 170px;
		float: left;
	}

	#fs_address{
		margin-bottom: 20px;
	}
	#gmaps_finder fieldset legend{
		width: 260px;
		margin: 0 0 15px;
	}

#geolocation a{
	margin: 13px 10px 0 15px;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	border-bottom-color: #888;
	background: url('../images/interface/button.png') repeat-x top left #fff;
	display: block;
}

#form_step_edit-buttons-0{
	margin: 41px 0 0 0;
}

#main-column{
	width: 685px;
	float: left;
}

#sec-column{
	width: 255px;
	float: left;
	padding: 15px 0;
}
	#sec-column > h4{
		background: #d6e0bd;
		color: #55683a;
		padding: 7px 10px;
		margin: 0 5px 5px;
	}
	.hint-box{
		background: #d6e0bd;
		color: #55683a;
		border: 1px solid #a0b570;
		margin-bottom: 7px;
	}
		.hint-box p{
			padding: 10px;
		}
		.hint-box h4{
			background: #596a3d;
			padding: 7px 10px;
			color: #fff;
		}
		.hint-box a{
			display: block;
			background: #f9c989;
			color: #9c5002;
			padding: 8px 10px;
		}
		#lost-password-form input[type="email"]{
			width: 175px;
		}


form .counter{
	font-family: "Lucida Grande", "Lucida Sans", "Segoe UI", "Calibri", "Sans", Tahoma, Verdana, Arial, Sans-Serif !important;
	position: absolute;
	padding: 4px 0 0 0;
	font-size: 11px;
	z-index: 998;
	width: 50px;
	text-align: center;
}
	.counter-content {
		display: block;
		background-color: #596a3d;
		color: #fff;
		max-width: 200px;
		text-align: center;
		padding: 5px 8px 4px;
		left: 50%;
		border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	}

	.text .counter{ margin: 28px 0 0 552px; }
	.largetext .counter, .sms .counter{ margin: 40px 0 0 558px; }
	.simulator .sms .counter{ margin: 214px 0 0 169px; }

	.counter-arrow {
		position: absolute;
		width: 0;
		height: 0;
		top: 0;
		left: 50%;
		margin-left: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #596a3d;
	}

form .warningcount .counter-content{ background:#ed7800; }
	form .warningcount .counter-arrow{ border-bottom: 5px solid #ed7800; }
form .exceededcount .counter-content{ background: #b03535; }
	form .exceededcount .counter-arrow{ border-bottom: 5px solid #b03535; }

.item.hovered h5{
	background: #596a3d;
}
	.item.hovered h5 a{
		color: #fff;
	}

/* Fixes #448 */
#map_canvas{
	float: left;
}
#fs_address .text, #fs_advanced .decimal{
	padding: 0 0 0 15px;
}
/* --- */

.message-confirmation, .message-error{
	padding: 10px;
}

#user-infos p, #user-infos ul{
	padding: 15px;
}
	#user-infos li{
		background: #d6e0bd;
		margin: 1px 1px 0 0;
	}
	#user-infos ul strong{
		display: inline-block;
		width: 250px;
		background: #788756;
		color: #fff;
		padding: 5px;
		width: 150px;
	}

#form_user_lostpassword .help{
	padding: 10px;
}

#print-popup{
	background: #fff;
	padding: 15px;
}
	#print-popup h2{
		font-size: 20px;
		padding: 5px 0 10px;
		margin: 0 0 10px 0;
		border-bottom: 2px solid black;
	}

	#print-popup h3{
		font-size: 16px;
		color: gray;
		text-decoration: underline;
	}

#page-simulator{

}
	#page-simulator h4{
		padding: 8px 10px;
		color: #596A3D;
	}
	#page-simulator #main-column{
		width: 610px;
		padding: 10px;
	}
span.compulsory {
	color: red;
}



.pager
{
	margin: 10px;
}

.pager .pagination_item
{
	border: 1px solid lightgrey;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	line-height: 2;
}

.pager .pagination_item.current
{
	background: #BDCD02;
}

.pager .pagination_item.nolink
{
	background:  #EEEEEE;
	color: #AAAAAA;
}

.pager a.pagination_item:hover
{
	background: #EEFFCC;
	border: 1px solid #BDCD02;
}

.form_simple
{
	margin-left: 10px;
}

.form_simple select
{
	float : none;
}

.form_simple input
{
	display: inline-block;
	float: none !important;
}

.form_simple input[type="submit"]
{
	margin: 0;
	margin-left: 10px;
	margin-top: 1px;
}

.form_simple input[name="search"]
{
	width: 400px;
	margin-left: 10px;
}

.form_simple input[name="search_lang"]
{
	margin-left: 10px;
	width: 30px;
}

.form_simple input[name="search_id"]
{
	margin-left: 10px;
	width: 120px;
}

.form_simple input[name="search_game_id"]
{
	margin-left: 10px;
	width: 200px;
}

.form_simple select[name="status"]
{
	margin-left: 10px;
	width: 150px;
}

.form_simple input[name="start_date"]
{
	margin-left: 10px;
}

.form_simple input[name="end_date"]
{
	margin-left: 10px;
}

.form_simple input[name="no_pages"]
{
	margin-left: 10px;
}

.form_simple label
{
	display: inline-block;
	margin-left: 10px;
}
