/* @override http://symfonyframework/css/main-yui.css */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	color: black;
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

td {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

body {
	padding: 0px;
}

#ft {
	font-size: 11px;
	background-color: #d6aa73;
	padding: 7px;
	text-align: center;
}

.sf_menu {
	padding: 2px;
	background-color: #73798c;
	background-image: url('/images/menubackground.png');
	color: white;
	height: 32px;
	text-align: right;
	line-height: 32px;
}

.sf_menu a {
	color: white;
	font-weight: bold;
	font-size: 13px;
	height: 16px;
	margin-right: 10px;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.sf_container {
	width: 100%;
}

#hd {
	width: 100%;
	height: 52px;
	background-color: #6b3800;
	background-image: url('/images/symfony-framework.png');
	background-repeat: no-repeat;
}

.sf_subtitle {
	font-weight: bold;
	font-size: 1.2em;
}

.sf_content {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.content_split {
	width: 40%;
	padding-left: 10px;
	float: left;
}

p {
	padding-bottom: 7px;
}

ul {
	padding-left: 25px;
}

.blockheader_grey {
	background-color: #7a7f90;
	background-image: url('/images/blockheader-grey.png');
	color: white;
	font-weight: bold;
	height: 21px;
	font-size: 16px;
}

.blockheader_brown {
	background-color: #382400;
	background-image: url('/images/blockheader-brown.png');
	color: white;
	font-weight: bold;
	height: 21px;
	font-size: 16px;
}

.blockheaderleft_grey {
	background-image: url('/images/cornerleft-grey.png');
	width: 13px;
	background-repeat: no-repeat;
}

.blockheaderright_grey {
	background-image: url('/images/cornerright-grey.png');
	width: 78px;
	background-repeat: no-repeat;
}

.blockheaderleft_brown {
	background-image: url('/images/cornerleft-brown.png');
	width: 13px;
	background-repeat: no-repeat;
}

.blockheaderright_brown {
	background-image: url('/images/cornerright-brown.png');
	width: 81px;
	background-repeat: no-repeat;
}

.blockbody_brown {
	background-color: #d6aa73;
}

.blockbody_brown p,.blockbody_grey p,form {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.blockbody_grey {
	background-color: #c6cfde;
}

.bh-b {
	background-image: url('/images/cornerright-brown.png');
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.bh-b a {
	color:  white;
	text-decoration: none;
}

.bh-g {
	background-image: url('/images/cornerright-grey.png');
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

strong {
	font-weight: bold;
	font-size: 12px;
}

em {
	font-style: italic;
}

li {
	list-style: disc;
}

.FAP_intro {
	font-size: 0.9em;
	color: #333333;
}

#logoklik {
	float: left;
}

#currentversion {
	float: left;
	margin-left: 20px;
}

blockquote {
    margin-left: 40px; 
    background-color: #ffd28e;
    margin-right: 75px;
    padding: 3px;
    border: dotted 1px black;
}
.forumlist {
	margin-left:  50px;
	padding-top:  10px;
	padding-bottom:  10px;
	padding-left:  10px;
	padding-right: 10px;
	margin-right:  50px;
	margin-bottom: 10px;
	border: 1px dotted grey;
	background-color: #ffd28e;
}

table.forumtable {
	margin-left:  50px;
	padding-top:  10px;
	padding-bottom:  10px;
	padding-left:  10px;
	padding-right: 10px;
	margin-right:  50px;
	margin-bottom: 10px;
	background-color: #ffd28e;	
	width: 87%;
}

.forumtable th {
	background-color:  #cca05b;
	color:  white;
	padding:  5px;
	font-weight: bold;
	text-align:  center;
}

.forumtable tbody tr {
	border: 1px dotted grey;
}

.forumtable td {
	padding: 5px;
	color:  black;
}

.forumtable td a {
	color: black;
	font-weight:  bold;
}

.forum_message {
	margin-left:  50px;
	padding-top:  10px;
	padding-bottom:  10px;
	padding-left:  10px;
	padding-right: 10px;
	margin-right:  50px;
	margin-bottom: 10px;
	border: 1px dotted grey;
	background-color: #ffd28e;
}

.forum_message p.main {
	color: black;
}
.forum_message p.sub {
	font-size: 0.9em;
}
.forum_respond {
	margin-left:  50px;
	padding-top:  10px;
	padding-bottom:  10px;
	padding-left:  10px;
	padding-right: 10px;
	margin-right:  50px;
	margin-bottom: 10px;
	border: 1px dotted grey;
	background-color: #ffd28e;
}
.forum_respond textarea {
	width: 300px;
	height:  100px;
}
.respond_info {
	float:  right;
	width: 400px;
	margin-top: 15px;
}