/*****************************
 ****       BIGCSS    ****
 *****************************/


#nav {
	margin: 0;
	padding: 0;
	height: 22px;
}

#nav a {
	font-weight: normal;
	float: left;
	text-decoration: none;
	display: block;
	float: left;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
  overflow: hidden;
}

#nav li li a{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li li {
	padding: 0;
	background: none;
}

/* top level links */
#nav a {


}

/* sub level links */

#nav ul ul a {
	display: block;
	text-decoration: none;
	width: 100%;
	text-transform: none;
}

/* top level buttons */

#nav li {
	float: left;
	padding: 0;
  background: none;
  height: 24px;
}

#nav ul li {
	position: relative;
}

#nav li ul {
	top: 22px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
}
	
#nav ul {
	padding: 0;
	margin: 0;
}

#nav li.active li a {
	background: none;
}

#nav li li {
	float: left;
	padding: 0;
  width: 170px;
}

/* margin for pullouts */
#nav li ul ul {
	margin: -23px 0 0 170px;
}


#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,  
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	z-index: 100;
	left: -1px;
}

#nav li:hover, #nav li.sfhover {
      left: 0;
}

#nav ul ul a {
	background: none;
}

#nav li li.active {
	background: none;
}

/************************************
 *
 *  Replace these colors as needed
 *  
 *  #488DD3 - main color
 *  #3F7CB9 - shadow color
 *  #fff    - font color 
 *
 ************************************/   

body #color-insert {
  background: #488DD3;
}

/* menu area */
div#horiz-menu {
	border-color: #3F7CB9; 
	background: #488DD3; 
}

div.botbox {
	border-color:  #3F7CB9; 
	background:  #488DD3; 
}

div.botbox div.moduletable h3 {
	color: #fff;
	background: #3F7CB9;
}

a:link,
a:visited {
  color: #3F7CB9;
}

td a.mainlevel:hover {
	background: #488DD3;
	color: #fff;
}

.contentheading {
  color: #3F7CB9;
}

div.componentheading {
  color: #fff;
  background: #488DD3;
}

/* suckerfish */

#nav a {
	color: #fff;
}

#nav a.topdaddy,
#nav li.active a.topdaddy {
	border-right:  1px solid #3F7CB9;
}

#nav ul ul a.daddy {
	border: 0;
}

#nav li a {
	border-right:  1px solid #3F7CB9;
}

#nav li li a {
	border: 0;
}

#nav ul li a:hover,
#nav ul li ul li a:hover,
#nav ul li ul li ul li a:hover,
#nav ul li.active ul li a:hover,
#nav ul li.active ul li ul li a:hover,
#nav li.active li.active a,
#nav li.active li.active a:hover {
	background: #3F7CB9;
}

#nav li li {
	border-bottom: 1px solid #3F7CB9;
}

#nav ul ul a {
	color: #fff;
}

#nav li ul {

}

#nav li:hover a, #nav li.sfhover a {
  color: #fff;
}

#nav li li:hover a, #nav li li.sfhover a {
  color: #fff;
}



#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	background: #488DD3;
	border:  1px solid #3F7CB9;
}

/************************************
 *
 *  Replace these colors as needed
 *  
 *  #3a393e - default font
 *  #666666 - background
 *  #5a5a5a - background shadow
 *  #d8dce3 - header main
 *  #bec1c7 - header shadow
 *  #e9eef5	- left main
 *  #cdd1d7 - left shadow
 *  #a4a4a4 - left color
 *          - left links
 *  #ebf0f7 - left hilite main
 *  #ced3d9 - left hilite shadow
 *  #ffffff - body main
 *  #e0e0e0 - body shadow
 *  #a4a4a4 - mid modules main
 *  #909090 - mid modules shadow
 *  #d8dce3 - right main
 *  #bec1c7 - right shadow
 *  #dde1e9 - right hilite main
 *  #c2c6cd - right hilite shadow
 *  #babfc7 - footer main
 *  #a3a8af - footer shadow
 *  #74777c - footer color
 *
 ************************************/

/* font colors */

body {
  color: #3a393e;
  background: #666666; 
}

td.left {
  color: #3a393e;
}

div.botbox {
  color: #dddddd;
}

td.left a:link, 
td.left a:visited {

}

td.left a.mainlevel:hover {
  color: #fff;
}

a.mainlevel { 
	border-bottom:  1px solid #cdd1d7;
}

td.right a:link,
td.right a:visited,
div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited {
  color: #3f7cb9;
}

td.left div.moduletable h3 {
	color: #666;
	background: #cdd1d7;
}

td.right div.moduletable h3 {
	color: #333;
	background: #bec1c7;
}

td.left div.moduletable-hilite {
	background: #ebf0f7;
	border-color: #cdd1d7;
}

td.left div.moduletable-hilite h3 {
	color: #666;
	background: #ced3d9;
}

td.right div.moduletable-hilite {
	background: #dde1e9;
	border-color: #bec1c7;
}

td.right div.moduletable-hilite h3 {
	color: #333;
	background: #c2c6cd;
}

td.middle div.moduletable h3 {
	color: #666;
	background: #e0e0e0;
}

div.midbox div.moduletable h3 {
	color: #fff;
	background: #909090;
}

div.moduletable h3 {
  background: #e0e0e0;
	color: #fff;
}

table.outer td.sectiontableheader {
  color: #a3a8af;
  background: #e0e0e0;
}

div#outer-border {
	border-color: #5a5a5a;
}

div#top-head {
	border-color: #bec1c7;
	background: #d8dce3;
}

div#access-bar {
	background: #bec1c7;
}

table.outer td.left {
	border-color:  #cdd1d7; 
	background:  #e9eef5; 
}

table.outer td.middle {
	border-color:  #e0e0e0; 
	background:  #ffffff;
}

table.outer td.right {
	border-color:  #bec1c7; 
	background:  #d8dce3; 
}

div.midbox {
	border-color:  #909090; 
	background:  #a4a4a4;
	border-bottom:  6px solid #e0e0e0;
}

div#bot-footer{
	border-color:  #a3a8af;
	background: #babfc7;
	color: #74777c;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #74777c;
}


#logo {
	background-repeat: repeat-x; 
}

#nav li.active a,
#nav li.active a:hover {
	background: #cdd1d7;
	color: #333;
}

#nav li.active li a:hover {
	color: #fff;
}



/* typography */
h2 {
  color: #666;
}

blockquote {
  background: #fcfcfc;
  border-top: 6px solid #E0E0E0;
  border-bottom: 6px solid #E0E0E0;
}

pre {
  background: #E9EEF5;
}


/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway {
	display: block;
	vertical-align: middle;
	margin-top: 5px;
	font-weight: normal;
}

span.pathway img {
  padding: 0px 10px;
  vertical-align: middle;
}

span.pathway a {
  line-height: 150%;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
  line-height: 300%;
}

/*** fonts ***/
body {
		line-height: 125%;
		font-family: Tahoma, Helvetica, sans-serif;
}

/* size attributes */

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 11px;
}

body.f-larger {
	font-size: 13px;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 90%;
}

#nav a,
#inset a {
	font-size: 100%;
}

div.moduletable h3,
div.moduletable-hilite h3,
td.side h3,
.componentheading {
	font-size: 93%;
	line-height: 100%;
}

table.outer .contentheading {
  font-size: 150%;
  line-height: 100%;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 0px;
}

div.componentheading {
  text-transform: uppercase;
	font-weight: normal;
}


/* font family */
h1,
h2,
h3,
h4,
h5,
.contentheading,
.componentheading,
.sectiontableheader {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* component heading */

.componentheading {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: -4px;
	padding: 6px;
}

/* module settings */

div.moduletable h3,
div.moduletable-hilite h3 {
  text-transform: uppercase;
	font-weight: normal;
  padding: 5px; 
  margin: 0 -5px 5px -5px;
}

div.moduletable,
div.moduletable-hilite {
	margin-bottom: 5px;
	padding: 6px 5px;
}

td.left div.moduletable-hilite,
td.right div.moduletable-hilite {
	margin: 0 -6px;
	padding: 6px 12px;
	border-width: 6px 0;
	border-style:  solid;
}

/* default menu link styles */
a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

td a.sublevel:hover {
	text-decoration: underline;
}

/** regular joomla menu **/

a.mainlevel {
	display: block;
	padding: 3px 0px;
	text-indent: 4px;
	width: 100%;
}

/* headings */

h1 {
    line-height: 100%;
    font-size: 120%;
padding: 0;
margin-top: 0 px;
margin-bottom: 2px;
}

h2 {
   line-height: 100%;
   font-size: 110%;
padding: 0;
margin-top: 0 px;
margin-bottom: 2px;
}

h3 { 
   line-height: 100%;
   font-size: 100%;
padding: 0;
margin-top: 0 px;
margin-bottom: 2px;
}

h4 {
	 line-height: 100%;
	 font-size: 90%;
padding: 0;
margin-top: 0 px;
margin-bottom: 2px;
}

.small,
.modifydate,
.createdate {
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
 	vertical-align: bottom;
}

td.buttonheading img {
	margin-right: 5px;
}

table.outer td.sectiontableheader {
  font-weight: bold;
  padding: 0 4px;
  line-height: 20px;
}

table.outer tr.sectiontableentry1 td, 
table.outer tr.sectiontableentry2 td,
table.outer td.sectiontableentry1, 
table.outer td.sectiontableentry2 {
  padding: 4px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.contentpaneopen td p {
  padding-right: 10px;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
	width: 950px;
}

.w-thin div.wrapper {
	width: 775px;
}

.w-fluid div.wrapper {
	
}

/** template layout stuff **/

body {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.wrapper {
	margin: auto;
	position: relative;
}

div#outer-border {
	border-width:  0 6px 6px 6px;
	border-style:  solid;
}

table.outer,
table.nopad {
	width: 100%;
	border:  0;
	padding:  0;
}

table.outer tr,
table.nopad tr {
	vertical-align:  top;
}

table.outer td,
table.nopad td {
	padding: 0;
}

table.nopad td {
  width: 33%;
  padding-right: 6px;
}

div#top-head {
	border-width: 0 6px;
	border-style:  solid;
	height: 92px;
}

div#access-bar {
	height: 25px;
}

span#logo {
	position: absolute;
	z-index: 10000;
	/* change these values below if you want to move your logo */
	top: 16px;
	left: 21px;
	/* change these values below if you change your logo image size */
	width: 317px; 
	height: 68px;
}



div#top-mod {
	margin: 10px 5px 10px 370px;  /* 370 here is to make room for the logo */
	height: 55px;
	overflow: hidden;
}

div#horiz-menu {
	border-width: 6px 6px 0 6px;
	border-style: solid;
	height:  22px;
}


table.outer td.left {
	width:  22%;
	border-width:  6px 6px 0 6px;
	border-style:  solid;
}

table.outer td.middle {
	border-width:  6px 6px 0 6px;
	border-style:  solid;
}

table.outer td.right {
	width:  140px;
	border-width:  6px 6px 0 6px;
	border-style:  solid;
}

div.path-padding {
  padding: 0 10px;
}

div.padding {
  padding: 0px 10px 20px 10px;
}

div.smallpad {
  padding-left: 6px;
}

div.smallpad2 {
  padding-left: 6px;
border-top: 6px solid #e0e0e0;
border-bottom: 6px solid #e0e0e0;
  margin-bottom: 6px;
}


div.sidepad {
  padding: 0 6px;
}

div.midbox {
	border-width:  6px 0 0 0;
	padding-left: 6px;
	border-style:  solid;
  margin-bottom: 6px;
}

div.botbox {
	border-width:  6px 0 0 0;
	padding-left: 6px;
	border-style:  solid;
	margin-top: 15px;
	margin-bottom: -1px;
}

div#bot-footer{
	border-width: 6px 6px 0 6px;
	border-style:  solid;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

div#bot-footer a:hover {
	text-decoration: underline;
}

#bot-rocket {
	text-align: center;
}

span.rocket {
	margin: 10px auto;
	display: block;
	position: relative;
	width: 137px;
	height: 35px;
}

/* accessibility stuff */

#access {
	position: absolute;
	z-index: 10000;
	top: 4px;
	right: 12px;
	width: 300px;
	height: 16px;
	overflow: hidden;
}

#access span {
	background-repeat: no-repeat;
}

#access a {
	text-decoration: none;
}

#access .spacer {
	display:  block;
	float:  right;
	width: 10px;
	overflow:  hidden;
}

#access #buttons {
	float: right;
}

#access .button {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 4px;	
	background-repeat: no-repeat;
}

/* some page content things */

.hide {
	display: none;
}

td.left ul,
td.right ul {
  margin: 0;
  padding: 5px 0px 5px 12px;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

blockquote {
	margin: 10px 0;
	line-height: 140%;
	padding: 10px;
}

pre {
	padding: 10px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

// logo

#LogoLayers {
	overflow: auto; 
	position: absolute; 
	left: 135px; 
	top: 33px; 
	width: 100px; 
	height: 100px;
	z-index:1;
}

// corner

.corner {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 100%;
	color: #3f7cb9;
	font-size: small;
}

#############################
/* Table banner */
.artbannersplus {
	border: 0px;
}
#############################



/*                                */
/* Stylesheet for com_adsmanager  */
/*                                */
/*    (c) 2006 Thomas PAPIN       */
/*         GPL License            */
/*                                */
/*     thomas.papin@free.fr       */
/*                                */


#adsmanager_fieldset form br {
	clear: left;
}

.adsmanager_main_cat,.adsmanager_main_cat a:link,.adsmanager_main_cat a:visited{
 font-size: 16px;
 margin: 0px;
 margin-top: 10px;
 padding: 0px ;
 color: #000000;
}

.adsmanager_sub_cat,.adsmanager_sub_cat a:link,.adsmanager_sub_cat a:visited {
 font-size: 11px;
 font-family: arial;
 margin-top: 2px;
 padding: 0 ;
 color: #7333B3;
 font-weight:normal;
 text-decoration:none;
}

.imgcat {
 border : 0;
}

.adsmanager_footer {
 font-size: 10px;
 color: #555555;
}

.adsmanager_cat {
 font-size: 10px;
 color: #555555;
}

.adsmanager_pathway {
 margin-bottom:10px;
}

table.adsmanager_table{
 background-color: #F7F7F7;
 border: 1px solid #cccccc;
 border-collapse: collapse; 
 width: 98%;
}

table.adsmanager_table th {
 background-color: #EEEEEE;
 border: 1px solid #cccccc;
 text-align:center;
 font-size: 11px;
}

table.adsmanager_table td {
 border: 1px solid #cccccc;
}

.adsmanager_table td img {
	float: left;
	border: none;
	padding-right: 8px;
}

.adsmanager_table td h2{
	font-size: 11px;
	margin-bottom : 0px;
	padding-bottom: 5px;
}

.adsmanager_table td {
	text-align: left;
	padding : 5px;
}

table.adsmanager_table tr td.right {
 text-align: right;
}

table.adsmanager_table tr td.center {
  text-align:center;
}


table.adsmanager_topmenue {
  background-color: #F7F7F7;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

table.adsmanager_topmenue td {
  border: 1px solid #cccccc;
  color: #000000;
  padding: 3px;
  margin: 0px;
  text-align: center;
  font-size: 11px;
}

.adsmanager_search_title {
 height: 24px;
 color: #7333B3;
 padding-top: 1px; 
 padding-left: 24px; 
 margin-bottom: 2px;
 margin-top: 2px;
 font-weight: bold;
 font-size: 14px;
 }
 
.adsmanager_subtitle {
 text-align : right;
 margin-bottom: 2px; 
}

.adsmanager_search_box {
	position :relative;
	width: 96%;
	left: 2%;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adsmanager_box_module {
	width: 95%;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adsmanager_box {
    position :relative;
	width: 75%;
	left: 10%;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adsmanager_inner_box {
	font-size: 12px;
	color: #000000;
	border: 1px dotted #CCCCCC;
	background-color: #FFEEDD;
	padding: 5px; 
	text-align:right;
}

.adsmanager_inner_box tr td {
	padding-right: 5px;
}

.adsmanager_search_box form {
	display : inline;
}

.imgheading {
    margin-right : 5px;
}

table.adsmanager {
	width: 100%;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.adsmanager_header {
	color: #000000;
	background-color: #FFFFFF;
}
table.adsmanager_select {
	/* width: 100%; */
	color: #000000;
	background-color: #F0F0F0;
}

div.adsmanager_ads {
  border: 1px solid #CCCCCC;
  color: #000000;
  padding: 2px;
  margin: 0px;
}

div.adsmanager_top_ads {
	font-size: 10px;
	color: #000000;
	border: 1px dotted #CCCCCC;
	background-color: #FFEEDD;
	padding: 5px; 
}

div.adsmanager_ads_kindof {
	text-align : right;
}

div.adsmanager_ads_state {
	text-align : right;
}

h2.adsmanager_ads_title {
	font-size: 18px;
	font-weight: bold;
	padding: 0px; 
	margin: 0px;
}

div.adsmanager_ads_main {
	background-color: #F0F0F0; 
}

div.adsmanager_ads_body {
	float: left;
	width: 67%;
}

div.adsmanager_ads_desc {
	border: 1px solid #FFFFFF;
	padding: 5px; 
}

div.adsmanager_ads_price {
	border: 1px solid #FFFFFF;
	padding: 5px; 
}

div.adsmanager_ads_contact {
	border: 1px solid #FFFFFF;
	padding: 5px; 
}

div.adsmanager_ads_image {
	border: 1px solid #FFFFFF;
	float: left;
	width:30%;
	padding: 5px; 
	text-align : center;
}

div.adsmanager_ads_image a{
	display : block;
	margin-top: 10px;	
}

div.adsmanager_ads_image a img{
	border: none;
}


.adsmanager_spacer {	
	clear: both;
}

div.adsmanager_footer {
	width: 100%;
	text-align: center;
	float: center;
}



fieldset.adsmanager {
	color: #000000;
	border: 1px solid #CCCCCC;
	/* background_color: #555555; */
	/* padding: 5; */
}


legend.adsmanager {
	color: #000000;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	/* background_color: #DDDDDD; */
	padding: 10px;
}



.adsmanager {
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	margin: 2px;
	padding: 2px;
}

.adsmanager_required {
	border: 1px solid #CCCCCC;
	background-color: #FFEEDD;
	margin: 2px;
	padding: 2px;
} 

#adsmanager_fieldset label {
	/* border: 1px solid #CCCCCC; */
	width: 15%;
	float: left;
	margin: 2px;
	padding: 2px;
	text-align: right;
}

#adsmanager_fieldset label.right {
	/* border: 1px solid #CCCCCC; */
	width: 14em;
	float: left;
	margin: 5px;
	padding: 2px;
	text-align: left;
}

#adsmanager_writead_header{
	margin-bottom: 10px;
	margin-top: 10px;
}

.adsmanager_innermenu {
text-align:center;
}

#writead_header1 {
    display: inline;
	border: 1px solid #CCCCCC;
	background-color: #FFEEDD;
	width: 7em;
	margin: 5px;
	padding: 2px;
}
#writead_header2 {
    display: inline;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 7em;
	margin: 5px;
	padding: 2px;
}

/* v1.1.1 */
.adsmanager_ver_list {
    list-style: none;
    text-align: left;
}

.adsmanager_ver_list li {
	background-image: none;
}

.adsmanager_highlight {
background-color:#FF5555;
}

##################################



/* Style Sheet of SOBI 2 Component com_sobi2.css                               */
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2006 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* SOBI2 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 */

div.sobi2 {
}
div.sobi2 h1 {
}
div.sobi2 h2,
div.sobi2 h3,
div.sobi2 h4 {
	padding-left: 5px;
}

/* 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: 11px;
	font-weight: bold;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.sobi2Header {
	border-style: none;
}
a.sobi2Header {
	padding: 5px;
	font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.sobi2CompDesc {
	padding: 5px;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#sobi2CatListSymbols {
	width: 100%;
}
table#sobi2CatListSymbols td {
	vertical-align: top;
	border-style: none;
}

/* Style of Category Icon */
img.sobi2CatIco {
	border-style: none;
	float: left;
	clear: left;
}

/* Style of Category Name */
p.sobi2CatName {
	font-size: 13px;
	padding-left: 50px;
	margin-top: 1px;
}

/* Style of Category Introtext */
p.sobi2CatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 50px;
	margin-top: -10px;
}

/* Style of the shown entries/subcategories numbers */
span.sobi2EditlinktipItems {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}
span.sobi2EditlinktipCats {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.sobi2Listing {
	width: 100%;
	margin-bottom: 10px;
}
table.sobi2Listing td {
	border-style: none;
	border-color: #3a4794;
	border-width: 2px;
	margin-top: 0px;
    vertical-align: top;
}

/* Style for empty Cards (Placeholder) */
table.sobi2Listing td.sobi2EmptyCell {
	border-style: none;
	background-color: #ffffff;
}
table.sobi2Listing input {
	float:left;
}

/* Style of Icon (Small Image) */
.sobi2Listing img {
	float: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}

/* Style of Title (Name of Entry) */
p.sobi2ItemTitle {
	margin-left: 5px;
	margin-top:  5px;
	border-style:none;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 5px;
	clear:left;
}
/* Styles for the fields */
/* Add style for each field you added in the form span.sobi2Listing_field_yourname */
span.sobi2Listing_field_myfield,
span.sobi2Listing_field_street,
span.sobi2Listing_field_postcode,
span.sobi2Listing_field_county,
span.sobi2Listing_field_country,
span.sobi2Listing_field_email,
span.sobi2Listing_field_contact_person,
span.sobi2Listing_field_phone,
span.sobi2Listing_field_fax,
span.sobi2Listing_field_city,
span.sobi2Listing_field_hotline,
span.sobi2Listing_field_phone,
span.sobi2Listing_field_federal_state {
	padding-left: 10px;
}
span.sobi2Listing_field_website {
	float:right;
	padding-right: 5px;
	margin-bottom: 15px;
}

/* Style of Edit and Delete Buttons in Category View */
input.sobi2EditEntryButton {
}

/* Style for Page Navigation of Entries */
#sobi2PageNav {
	text-align: center;
}


/* Style of Promotion (not yet implemented) */
/* -------------------------------------------------------- */
table#sobi2PromotedItems {
	width: 100%;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.sobi2Details {
	margin-top: 15px;
	margin-left: 5px;
	padding: 10px;
	width: 100%;
}
/* Style of Entry Name */
table.sobi2Details h1 {
	padding-top: 5px;
	/*color: #303030;*/
}

/* Container for all custom fields data */
div#sobi2outer{
	float: left;
	margin-top: 0px;  /* position it vertically */
}

/* Style of the Image */
img.sobi2DetailsImage{
	border-style: none;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}

/* Styles for the fields */
/* Add style for each field you added in the form span#sobi2Details_field_yourname */
span#sobi2Details_field_myfield,
span#sobi2Details_field_street,
span#sobi2Details_field_postcode,
span#sobi2Details_field_county,
span#sobi2Details_field_country,
span#sobi2Details_field_phone,
span#sobi2Details_field_fax,
span#sobi2Details_field_city,
span#sobi2Details_field_hotline,
span#sobi2Details_field_phone,
span#sobi2Details_field_federal_state {
	font-size: 12px;
}
span#sobi2Details_field_contact_person,
span#sobi2Details_field_website,
span#sobi2Details_field_email {
	display: block;
	padding-top: 8px;
	margin-bottom: -12px;
	font-size: 12px;
}
span#sobi2Details_field_description {
	display: block;
	border-top-style:solid;
	border-top: 2px;
	padding-top: 20px;
	margin-top: 0px; /* position it vertically */
}

/* Style for Way Search */
span.sobi2WaySearch {
	border-style: none;
	float: right;
	clear: right;
	margin-top: 15px; /* position it vertically */
	display: block;
	padding-right: 5px;
}
span.sobi2WaySearch img{
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}

/* Style for Google Maps */
div#sobi2GoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-bottom: -10px;
	margin-right: 5px;
}

/* Style of Details Footer Line */
td.sobi2DetailsFooter {
	padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#sobi2EditEntryButton, input#sobi2DelEntryButton {
	float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#sobi2Footer, td#sobi2Footer a {
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
}
table.sobi2Footer {
	width: 100%;
}
td#sobi2rss {
}
td#sobi2rss img{
	border-style: none;
	float:right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#sobi2EditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#sobi2ReqFieldsInfo {
	padding: 5px;
}

form#sobi2EditForm table,
table#sobi2FormTable {
	padding: 5px;
}
table#sobi2FormTable2, table#sobi2FormTable3 {
    width: 99%;
}
table#sobi2FormTable td,
table#sobi2FormTable2 td,
table#sobi2FormTable3 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#sobi2MetaKey,
textarea#sobi2MetaDesc,
input#sobi2Ico,
input#sobi2Img,
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.sobi2Ico,
label.sobi2Img,
label.sobi2MetaKey,
label.sobi2MetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.sobi2FormNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#sobi2FormCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#sobi2FormCats 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 */
#sobi2AddCatBt, #sobi2RemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.sobi2CatButtons {
	width: 50px;
    vertical-align: top;
}
/* Style for column with selected Cats*/
td.sobi2CatSelected {
    vertical-align: top;
	width: 150px;
}

/* Style for Box with Selected Categories */
select#sobi2SlectedCats {
	height: 100px;
	width: 150px;
}
select#sobi2SlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}

/* Style for Safety Line */
table#sobi2FormFooter {
	float: left;
	clear: left;
}
table#sobi2FormFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#sobi2SendButton {
	float: right;
}
input#sobi2CancelButton {
	float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.sobi2msg {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
}

/* Style for Summary of Costs */
table#sobi2Payment {
	width: 50%;
	margin-left: 5px;
	padding-right: 5px;
}
table#sobi2Payment td,
td.sobi2PayOption {
	width: 70%;
	text-align: right;
}
td.sobi2PayFees {
	width: 30%;
	text-align: right;
}
td#sobi2PayTotal {
	width: 30%;
	text-align: right;
	border-top: solid 1px #606060;
	font-weight: bold;
	color: red;
}

/* Style for Payment Methods */
table#sobi2PaymentMethod {
	width: 70%;
	margin-top: 30px;
	margin-left: 5px;
}
table#sobi2PaymentMethod img {
	border-style: none;
}
table#sobi2PaymentMethod a:hover {
	font-style: normal;
	text-decoration:none;
}
td#sobi2PaymentMethodBank, td#sobi2PaymentMethodPayPal {
	text-align: left;
	vertical-align: top;
	border-style: none;
}
td#sobi2PaymentMethodBank b {
	display: block;
	padding-bottom: 3px;
}


/* Style for Searching */
/* -------------------------------------------------------- */
table.sobi2eSearchForm {
	width: 70%;
	margin-left: 5px;
}

span#sobi2SearchResultsSerchingString {
	font-weight: bold;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.sobi2MenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}

/* Style for the Search & Add Entry Links */
a.sobi2MenuModA {
	margin-left: 20px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* Style of dTree 2.05 */
/* Copyright (c) 2002-2003 Geir Landr? */
/* -------------------------------------------------------- */
.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	overflow: auto;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

/* Style for the plugin container */
/* -------------------------------------------------------- */
table.sobi2Listing_plugins {
	border-style:none;
	width: 100%;
	padding-left: 8px;
}

div.sobi2FormTabHeader
{
  padding: 5px 2px 2px 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

div.sobi2FormtabContent
{
  overflow: hidden;
  margin-left: 5px;  
  margin-top: 5px;
}



###############################
 
