/*-------- reset ---------- */
* {
	border:none;
	margin:0;
	padding:0;
}

ul, ul li{
	list-style:none;
}
ul, ol {
	margin:0 0 1.0em 0;
}
table {
	border-collapse:collapse;
	clear:both;
	margin:0 0 1.0em 0;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*-------- type ---------- */
body {
	font-family:arial,helvetica,sans-serif;
	color:#000;
	font-size: 0.75em;
	line-height:1.4em;
}
input, textarea{
	font-family:helvetica,arial,sans-serif;
	font-size: 1.0em;
	line-height:1.4em;
}
div, p, ul, ol,dl, address, blockquote, form {
	margin: 0 0 1.2em 0;
	line-height:1.25em;
}
img {
	vertical-align:middle;
}
th {
	text-align:left;
}
h1 {
	background: #ccc;
	color:#000;
	font-weight:bold;
	padding:0.5em;
	text-align:right;
	text-transform:uppercase;
	margin:0 0 0.5em 0;	
	border-bottom:1px solid #000;
}
h2 {
	font-size:1.75em;
	font-weight:normal;
	margin:0 0 0.5em 0;
	clear:both;
}
h3 {
	margin:0 0 0.5em 0;
	clear:both;
}

a:hover,
a {
	color:#333;
}
ul li {
	border-bottom:1px solid #ccc;
	margin:0 0 1.0em 0;	
}
/*-------- layout ---------- */
body {
	background:#fff;	
}
#container {
	margin:0 auto;
	margin-left:2.0em;
	margin-right:2.0em;
	position:relative;
	padding:25px;
	overflow:hidden;
}

#content {
	background:#fafbfb ;	
	float:left;
	display:inline;
	width:879px;	
	margin:0;
}
#footer {
	clear:both;
	width:796px;
	margin:0 auto;
	padding:20px;
	border-top:1px solid #ddd;
}
#flash_message {
	margin:0 0 20px 0;
	border:1px solid #ccc;
	background:#fff;
	font-size:1.25em;
	font-weight:bold;
}
#flash_message p {
	line-height:34px;
	margin:0 14px 0 14px;
}
ul#main_navigation {
	margin:100px 100px 100px 160px;
}
ul#main_navigation li {
	font-size:1.5em;
	line-height:3.5em;
	float:left;
	margin:20px;
}
ul#main_navigation li a{
	text-decoration:none;
	text-align:center;
	background:#ccc;
	width:200px;
	display:block;
}
ul#main_navigation li a:hover{
	background:#666;
	color:#fff;
}

/*-------- tables ---------- */
table {
	width:100%;
}
th {
	border-bottom:1px solid #999;
}
td {
	border-bottom:1px solid #ccc;
}
tr.even {
	background:#fff;
}
td, th {
	padding:5px;
}
/*-------- pagination ---------- */
.pagination div {
	display:inline;
}
.pagination div.disabled {
	color:#666;
}
.pagination .pagination_info {
	display:block;
	text-align:right;
}
/*-------- widgets ---------- */
.checkbox input,
.radio input {
	width:auto;
	margin: 0 5px 0 110px;
}
.select,
.checkbox,
.radio {
	clear:both;
}
.checkbox input,
.radio input {
	background:transparent;
	border:none;
}
textarea,
input {
	width:430px;
	padding:4px;
	float:left;
	border:1px solid #000;
}
.radio label,
.checkbox label{
	clear:none;
	float:left;
	text-align:left;
	display:inline;
}
textarea {
	height:140px;
}
textarea,
input,
select {

	font-size:1.0em;
	border:1px solid #e6dada;
	background:#fff url(/img/widgets/input_bg.png) repeat-x;
	margin-bottom:5px;
}
label {
	display:block;
	width:100px;
	padding: 0 10px 0 0;
	line-height:1.6em;
	text-align:right;
	clear:both;
	float:left;
	font-weight:bold;
}

form p {
	clear:both;
	color:#666;
	margin-left:110px;
}
form img {
	margin-left:110px;
}
ul.actions {
}
form .submit,
span.button ,
ul.actions li {
	float:right;
	cursor:pointer;
	height:26px;
	line-height:26px;
	width:auto;
	margin-left:10px;
	padding-top:0;
	background:#ccc;
}

form .submit input,
span.button a,
ul.actions li a {
	text-align:center;
	color:#000;
	margin:0;
	border:none;
	font-weight:bold;
	border:none;
	line-height:26px;
	font-size:1.0em;
	padding:0 15px 0 15px;
	cursor:pointer;
	display:block;
	float:left;
	width:auto;
	height:26px;
	text-transform:none;
	text-decoration:none;	
}
span.button a:hover,
ul.actions li a:hover{
	text-decoration:none;
	color:#000;
}
form .error-message {
	color:#f00;
	clear:both;
	float:none;
}
form .submit input {
	display:block;
	float:right;
	clear:none;
	width:auto;
	margin:0;
}
form .submit {
	display:inline;
	float:left;
	clear:both;
	width:auto;
	padding:0;
	margin:0;
}
form fieldset .submit {
	margin:0 0 0 110px;
}
fieldset {
	border:1px solid #ccc;
	clear:both;
	margin:0 0 20px 0;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}

ul#language_links li {
	float:left;
}
ul#language_links li a.current{
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
}