/* General settings */
* {
	margin: 0;
	padding: 0
}

body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%
}

a {
	color: #2556ad;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

img, hr {
	border: none
}

hr {
	border-top: 1px #000 solid
}

hr.semantic {
	border-top: none
}

address {
	font-style: normal
}

blockquote cite {
	margin-top: 0.2em;
	display: block
}

sub, sup {
	font-size: 75%
}

abbr, acronym, dfn {
	font-style: normal;
	border-bottom: 1px dashed;
	cursor: help
}

samp {
	font: inherit;
	font-style: italic
}

pre, code {
	font-family: "Courier New", Courier, serif
}

pre.semantic, code.semantic {
	font: inherit
}

ul, ol {
	margin-left: 15px
}



ul.semantic, ol.semantic, dl.semantic dd {
	margin-left: 0;
	list-style-type: none
}

ul.inline, ol.inline {
	margin-left: 0;
	list-style-type: none
}

ul.inline li, ol.inline li {
	display: inline
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%
}

th, td {
	padding: 3px 5px
}

p, .p, h1, h3, h4 {
	margin-bottom: 0.5em
}

h1 {
	font-size: 180%
}

h2 {
	font-size: 150%;
	margin-bottom: 0.8em
}

h3 {
	font-size: 120%
}

h4 {
	font-size: 100%
}

h1 a, h2 a, h3 a, h4 a {
	color: #000 !important;
	text-decoration: none
}

p.semantic, h2.semantic, h3.semantic, h4.semantic {
	margin-bottom: 0
}

.small {
	font-size: 85%
}

.nowrap {
	white-space: nowrap
}

/* Positioning */
.clear {
	clear: both !important
}

.clear_l {
	clear: left !important
}

.clear_r{
	clear: right !important
}

.align_l {
	float: left !important
}

.align_r {
	float: right !important
}

.align_c {
	margin-left: auto !important;
	margin-right: auto !important
}

.talign_l {
	text-align: left !important
}

.talign_c {
	text-align: center !important
}

.talign_r {
	text-align: right !important
}

.valign_t {
	vertical-align: top !important
}

.valign_m {
	vertical-align: middle !important
}

.valign_b {
	vertical-align: bottom !important
}

/* Text */
div.text {
	line-height: 1.4;
	margin-bottom: -0.6em
}

div.text .small {
	line-height: 1.3
}

div.text p, div.text h4, div.text hr {
	margin-bottom: 0.6em
}

div.text h4 {
	margin-top: 1em
}

div.text ol, div.text ul, div.text dl {
	margin: 0 auto 0.6em;
	width: 85%;
	padding-bottom: 1px
}

div.text li {
	margin: 2px 0;
}

div.text ol ol, div.text ol ul, div.text ul ol, div.text ul ul {
	margin-bottom: 0;
}

div.text ol ol li, div.text ol ul li, div.text ul ol li, div.text ul ul li {
	margin: 1px 0;
}

div.text ul.screenshots {
	width: auto;
}

div.text dt {
	margin-top: 2px;
	font-weight: bold;
}

div.text dd {
	margin-left: 2em;
}

div.text table, div.text address, div.text blockquote, div.text pre {
	margin: 0 auto 0.6em auto;
	width: 85%;
	background-color: #edeff9;
	border: 1px #b1b2bd solid;
	padding: 3px;
	font-style: normal;
	font-size: 100%
}

div.text table {
	border-width: 0 0 1px 1px
}

div.text th, div.text td {
	padding: 3px 5px;
	border-color: #b1b2bd;
	border-style: solid;
	border-width: 1px 1px 0 0
}

div.text th {
	background-color: #d9dbe8
}

/* Specific classes */
a.image {
	display: block;
	min-height: 16px;
	background: no-repeat center left;
	padding-left: 18px;
	line-height: 16px;
	vertical-align: middle
}

a.image_rss {
	background-image: url(../images/rss.png)
}

.space_top {
	margin-top: 5px
}

div.paragraphs {
	margin-bottom: -0.5em
}

div.message {
	width: 80%;
	margin: auto;
	background-color: #8CACCE;
	padding: 10px;
	text-align: center
}

div.dialog {
	width: 80%;
	margin: auto;
	background-color: #8CACCE;
	padding-top: 10px;
	text-align: center
}

div.dialog div.paragraphs {
	padding: 0 10px
}

div.dialog fieldset {
	text-align: left
}

div.dialog fieldset.buttons {
	text-align: center;
	border-width: 1px 0 0 0;
	margin-bottom: 0
}

.indent, .indent2, .indent3 {
	margin-left: auto;
	margin-right: auto
}

.indent {
	width: 95%
}

.indent2 {
	width: 90%
}

.indent3 {
	width: 60%;
}

.box, table.list, ul.list, fieldset {
	margin: 15px 0;
	background-color: #94B6DF;
	border: 1px #AECCF0 solid
}

div.validate_box, div.important_box {
	background-color: #f9abb0;
	border-color: #d0454a;
	padding: 10px
}

dl.info {
	clear: left;
	padding: 3px 5px;
}

dl.info dt {
	width: 30%;
	float: left;
}

dl.info dd {
	overflow: hidden;
}

dl.info dd ul, dl.info dd ol {
	margin-left: 17px
}

ul.list {
	list-style-type: none;
	border-top: none
}

table.list th {
	background-color: #7A9CC5;
	color: #E7F2FD;
	text-align: left
}

table.list td, ul.list li {
	border-top: 1px #AECCF0 solid
}

.box, ul.list li, fieldset {
	padding: 3px 5px
}

fieldset.action {
	padding: 10px;
	text-align: center;
}

fieldset.action legend {
	text-align: left;
}

fieldset.buttons {
	background-color: #7b9fca;
	border-color: #a6c4e7;
	text-align: center
}

fieldset.buttons_single {
	margin-top: -15px;
	border-top: none
}

.box h3 {
	text-align: center
}

legend {
	font-size: 120%;
	font-weight: bold;
	margin-left: 2px;
	color: #000
}

div.list_t, div.list_b {
	font-size: 90%
}

div.list_t {
	margin: 0 2px -13px
}

div.list_b {
	margin: -13px 2px 0
}

div.list_link {
	float: left
}

div.list_pagination {
	text-align: right
}

div.download_box {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

div.download_box dl.info dt {
	width: 70%;
}

div.download_box dl.info dd {
	text-align: right
}

div.textarea_size {
	text-align: right;
	font-size: 90%;
	padding: 0 2px 1px 0
}

ul.screenshots {
	margin: auto;
	max-width: 720px;
	min-width: 360px;
	font-size: 85%;
}

ul.screenshots li {
	padding-bottom: 1em;
	float: left;
	width: 180px;
	text-align: center;
	list-style-type: none;
}

ul.screenshots a {
	display: block;

}

/* Forms */
fieldset.form {
	padding-top: 8px
}

table.form {
	width: 100%
}

table.form th, table.form td {
	padding: 4px 5px
}

table.form th {
	width: 40%;
	text-align: left;
	font-weight: normal
}

label {
	cursor: pointer
}

textarea, select, input.text, input.button, input.button_main {
	border: 1px #8c8c8c solid;
}

textarea, input.text {
	padding: 2px;
	font: inherit
}

textarea.maxsize, input.maxsize {
	width: 100%
}

select {
	background-color: #FFF
}

optgroup {
	font-style: normal;
	padding: 0 1px 0 2px
}

option {
	padding: 1px 10px 1px 2px
}

optgroup option {
	padding-left: 15px
}

option.disabled {
	color: #464646
}

input.button, input.button_main {
	padding: 2px 5px;
	background: #d9d9d9 url(../images/button.png) repeat-x top
}

input.button_main {
	font-weight: bold
}

/* Structure */
#top, #bottom {
	display: none
}

#header {
	background: #94B6DF url(../images/header.png);
	height: 100px;
	margin-bottom: 40px
}

#logo {
	height: 100px;
	width: 365px;
	float: left
}

#menu {
	margin-top: 70px;
	list-style-type: none;
	float: right
}

#menu li {
	float: left;
	padding-left: 5px;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	background-position: left
}

#menu a {
	display: block;
	min-height: 30px;
	padding: 0 20px;
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	line-height: 33px;
	vertical-align: middle
}

#nav {
	list-style-type: none;
	float: left;
	background: #ffa420 url(../images/nav.png) repeat-x top;
	min-width: 140px;
	padding: 5px 10px;
	margin-left: 10px;
	margin-right: 20px
}

#nav li {
	margin: 1px 0
}

#nav ul {
	list-style: none;
	margin-left: 10px
}

#content {
	background-color: #8CACCE;
	padding: 10px 10px 20px;
	margin-right: 10px;
	overflow: hidden
}

#footer {
	clear: both;
	margin: 30px 10px 10px;
	font-size: 80%;
	text-align: center;
}

#debug_info {
	margin-top: 0.5em;
}

#debug_queries {
	list-style-type: none;
	margin-top: 1em;
}

#debug_queries li {
	margin: 1px 0
}

/* Blog site */
#site_blog #nav {
	min-width: 200px;
}

/* News page */
#p_news div#news_info dl.info dt {
	width: 20%
}

/* Info page */
#p_info div#info_box {
	padding: 10px
}

#p_info div#info_foto {
	text-align: center;
	width: 190px;
	float: left;
	margin-right: 10px;
	font-size: 85%
}

#p_info div#info_foto img {
	width: 179px;
	height: 247px;
	display: block;
	border: 1px #737F8D solid;
	margin: 0 auto 2px
}

#p_info div#info_data {
	overflow: hidden;
}

#p_info div#info_data dt {
	font-weight: bold;
}

#p_info div#info_data ul {
	list-style-type: square;
	margin: 0 0 0.5em 15px
}

#p_info div#info_life dl.info dt {
	width: 20%;
}

/* MOD/Script detail page */
#p_mod div#mod_history table.list, #p_script div#script_history table.list {
	width: 100%;
	margin: 0;
}

#p_mod ul#mod_links_special {
	margin-bottom: 0.5em;
	text-align: center
}

#p_mod ul#mod_links_general {
	margin-left: 15px
}

#p_mod ul#mod_pictures li {
	float: left;
	width: 50%;
	text-align: center
}

#p_mod ul#mod_pictures li img {
	margin: 10px
}

/* Contact page */
#p_contact table.form {
	width: 80%;
	margin: auto
}

#p_contact table.form th {
	width: auto;
	text-align: right
}

#p_contact table.form th label {
	white-space: nowrap
}