/* Style Sheet of SOBI 2 Component com_s2case.css                               */
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* S2case 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 */

h3{
	color:#FBAF18;
	font-family:Helvetica,'Luxi Sans',sans-serif;
	font-size:100%;
}
h3 span{
	color:#221E1F;
}
img.left{
	float:left;
}
div.contentpaneopen{
	padding-top:10px;
}
div.case{
	float:left;
	clear:both;
	width:527px;
	padding-bottom:10px;
	border-bottom:1px dotted #221E1F;
	margin-bottom:10px;
}
.rightblack div.case{
	width:507px;
}

div.case p{
	display:inline;
	margin:0;
}
div.case p.s2caseListing_field_casestudy,
div.case p#s2caseDetails_field_casestudy{
	display:block;
}
div.case div.data{
	margin:0 0 0 90px;
}
div.case div.data h3{
	margin:0;
}
.article_seperator{
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}
#s2casePageNav{
	text-align:center;
}
.s2caseFooter{
	text-align:right;
	font-size:50%;
	color:#EEEEEE;
}


/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#s2caseEditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#s2caseReqFieldsInfo {
	padding: 5px;
}

form#s2caseEditForm table,
table#s2caseFormTable {
	padding: 5px;
}
table#s2caseFormTable2, table#s2caseFormTable3 {
    width: 99%;
}
table#s2caseFormTable td,
table#s2caseFormTable2 td,
table#s2caseFormTable3 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#s2caseMetaKey,
textarea#s2caseMetaDesc,
input#s2caseIco,
input#s2caseImg,
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.s2caseIco,
label.s2caseImg,
label.s2caseMetaKey,
label.s2caseMetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.s2caseFormNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#s2caseFormCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#s2caseFormCats 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 */
#s2caseAddCatBt, #s2caseRemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.s2caseCatButtons {
	width: 50px;
    vertical-align: top;
}
/* Style for column with selected Cats*/
td.s2caseCatSelected {
    vertical-align: top;
	width: 150px;
}

/* Style for Box with Selected Categories */
select#s2caseSlectedCats {
	height: 100px;
	width: 150px;
}
select#s2caseSlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}

/* Style for Safety Line */
table#s2caseFormFooter {
	float: left;
	clear: left;
}
table#s2caseFormFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#s2caseSendButton {
	float: right;
}
input#s2caseCancelButton {
	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;
}
