/* Style Sheet of SOBI 2 Component com_s2news.css                               */
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* S2news is free software; you can redistribute it and/or modify               */
/* it under the terms of the GNU General Public License as published by        */
/* the Free Software Foundation.                                               */
/* Authors: Sigrid & Radek Suski, Sigsiu.NET                                   */


/* main SOBI Style to override standard styles */

.contentpaneopen .news h3{
	color:#FBAF18;
	font-family:Helvetica,'Luxi Sans',sans-serif;
	font-size:100%;
	margin-top:0;
}
h3 span{
	color:#221E1F;
}
img.left{
	float:left;
}
div.contentpaneopen{
	margin-top:10px;
}
div.news{
	float:left;
	clear:both;
/* start of bpf hack for MacIE only \*//*/
  	clear:none;
/* end of bpf hack for MacIE only */
	width:527px;
	padding-bottom:10px;
	border-bottom:1px dotted #221E1F;
	margin-bottom:10px;
}
.rightblack div.news{
	width:507px;
}

div.news p{
/*	display:inline; */
	margin:0;
}
div.news p.s2newsListing_field_pressrelease,
div.news p#s2newsDetails_field_pressrelease{
	display:block;
}
div.news div.data{
	margin:0 0 0 90px;
}
.article_seperator{
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}
#s2newsPageNav{
	text-align:center;
}
.s2newsFooter{
	text-align:right;
	font-size:50%;
	color:#EEEEEE;
}


/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#s2newsEditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#s2newsReqFieldsInfo {
	padding: 5px;
}

form#s2newsEditForm table,
table#s2newsFormTable {
	padding: 5px;
}
table#s2newsFormTable2, table#s2newsFormTable3 {
    width: 99%;
}
table#s2newsFormTable td,
table#s2newsFormTable2 td,
table#s2newsFormTable3 td {
	vertical-align: top;
}

/* Style of Input fields as entered in Fields Manager  */
input#field_entry_name,
input#field_postcode,
input#field_street,
input#field_city,
input#field_county,
input#field_country,
input#field_federal_state,
input#field_email,
input#field_website,
input#field_contact_person,
input#field_phone,
textarea#s2newsMetaKey,
textarea#s2newsMetaDesc,
input#s2newsIco,
input#s2newsImg,
input#field_fax,
input#field_hotline,
input#field_street {
}

label.field_entry_name,
label.field_postcode,
label.field_street,
label.field_city,
label.field_county,
label.field_country,
label.field_federal_state,
label.field_email,
label.field_website,
label.field_contact_person,
label.field_phone,
label.field_fax,
label.field_hotline,
label.field_description,
label.s2newsIco,
label.s2newsImg,
label.s2newsMetaKey,
label.s2newsMetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.s2newsFormNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#s2newsFormCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#s2newsFormCats td {
	padding: 10px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
p#catsTitle, p#catIntroText {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
p#catMsg {
	width: 100%;
}

/* Style for Add and Remove Button */
#s2newsAddCatBt, #s2newsRemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.s2newsCatButtons {
	width: 50px;
    vertical-align: top;
}
/* Style for column with selected Cats*/
td.s2newsCatSelected {
    vertical-align: top;
	width: 150px;
}

/* Style for Box with Selected Categories */
select#s2newsSlectedCats {
	height: 100px;
	width: 150px;
}
select#s2newsSlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}

/* Style for Safety Line */
table#s2newsFormFooter {
	float: left;
	clear: left;
}
table#s2newsFormFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#s2newsSendButton {
	float: right;
}
input#s2newsCancelButton {
	float: right;
}

/* Style for Standard Joomla! mosmsg-class, because often undefined */
/* To use the style of your template, delete this entry. */
.message {
	padding: 5px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}