/* ------ GENERAL ------ */

body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	padding: 4px;
	width: 950px;
	
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#fws_image_viewer {
	border: 1px dotted #444;
	background-color: #fff;
	padding: 5px;
	cursor: pointer;
}
#fws_image_viewer_bg {
	background-color: #444;
}

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

h1 {
	margin: 0px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 4px;
}

h3 {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 4px;
}

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

ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
}

li {
	padding: 0px 0px 5px 0px;
}

label {
	cursor: pointer;
}

img {
	border: none;
}

a {
	color: #851B1B;
	border-bottom: 1px dotted #851B1B;
	/*line-height: 150%;*/
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #851B1B;
	border-bottom: 1px solid #851B1B;
}

.buttonheading a:link, .buttonheading a:visited {
	border-bottom: 0px;
}

code {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 2px;
}

input, button, textarea, select {
	font-size: 11px;
	border: 1px solid #888;
	padding: 2px;
}

input:hover, input:focus,
button:hover, button:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	border: 1px solid #555;
}

/* ------ PAGE BODY ------ */

#page_body {
	background-color: #f0f0f0;
	width: auto;
	border-bottom: 1px solid #ccc;
}

#page_body_t {
	background: #f0f0f0 url(../images/page_t.png) 0 0 repeat-x;
}

#page_body_tl {
	background: url(../images/page_t_l.png) 0 0 no-repeat;
}

#page_body_tr {
	height: 8px;
	overflow: hidden;
	background: url(../images/page_t_r.png) 100% 0 no-repeat;
}

#page_body_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 0px 1px;
}

/* ------ BLOCK ------ */

.block {
	margin-bottom: 10px;
	background-color: #f0f0f0;
	width: auto;
}

.block_t {
	background: #f0f0f0 url(../images/block_t.png) 0 0 repeat-x;
}

.block_tl {
	background: url(../images/block_t_l.png) 0 0 no-repeat;
}

.block_tr {
	height: 8px;
	overflow: hidden;
	background: url(../images/block_t_r.png) 100% 0 no-repeat;
}

.block_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 1px;
}

.block_b {
	background: url(../images/block_b.png) 0 100% repeat-x;
}

.block_bl {
	background: url(../images/block_b_l.png) 0 100% no-repeat;
}

.block_br {
	height: 8px;
	background: url(../images/block_b_r.png) 100% 100% no-repeat;
}

/* ------ EMPTY BLOCK ------ */

.eblock {
	margin-bottom: 10px;
	background-color: #e9ebe2;
	width: auto;
}

.eblock_t {
	background: #f0f0f0 url(../images/block_t.png) 0 0 repeat-x;
}

.eblock_tl {
	background: url(../images/block_t_l.png) 0 0 no-repeat;
}

.eblock_tr {
	height: 8px;
	overflow: hidden;
	background: url(../images/block_t_r.png) 100% 0 no-repeat;
}

.eblock_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 10px 3px 3px 6px;
}

.eblock_b {
	background: url(../images/eblock_b.png) 0 100% repeat-x;
}

.eblock_bl {
	background: url(../images/eblock_b_l.png) 0 100% no-repeat;
}

.eblock_br {
	height: 8px;
	background: url(../images/eblock_b_r.png) 100% 100% no-repeat;
}

/* ------ LOGO ------ */

#logobg {
	background-image: url(../images/logobg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 120px;
}

#logo {
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 100%;
	height: 120px;
}

#generallinks {
	display: inline;
	float: right;
	padding: 2px;
	padding-right: 5px;
	/*border-bottom: 1px solid #aaa;*/
	font-size: 0.8em;
	color: #fff;
}

#generallinks a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#generallinks a:hover {
	border-bottom: 1px solid #fff;
}

/* ------ TABS ------ */

#tabs {
	padding-top: 4px;
	padding-bottom: 2px;
	background-image: url(../images/tab_separator.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 31px;
}

a.tab {
	float: right;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	border-bottom: 0px;
	padding-top: 8px;
	width: 140px;
	height: 30px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

a.tab:hover {
	background-image: url(../images/tab_hover.png);
	color: #fff;
	border-bottom: 0px;
}

/* ------ NAVI ------ */

#left {
	margin: 6px 10px 0px 0px;
	width: 200px;
	float: left;
}

a.navi_item, a.navi_item_last {
	display: block;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	color: #E1E0DA;
	background-color: #851B1B;
}

a.navi_item_last {
	border-bottom: 0px;
}

a.navi_item:hover, a.navi_item_last:hover {
	text-decoration: none;
	background-color: #555;
	color: #fff;
}

a.navi_active {
	font-weight: bold;
}

a.navi_subitem {
	margin-left: 15px;
}

.navi_sep {
	display: block;
	background-color: #555;
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	border-bottom: 1px solid #fff;
}

/* ------ CONTENT ------ */

#main {
	clear: both;
	padding: 5px;
	padding-top: 10px;
}

#content {
	margin-top: 10px;
	margin-bottom: 5px;
	float: right;
}

/* ------ BOTTOM ------ */

#bottom {
	clear: both;
	background-color: #851B1B;
	color: #fff;
	padding: 4px;
	margin-bottom: 1px;
	height: 20px;
}

#bottom a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#bottom a:hover {
	border-bottom: 1px solid #fff;
}


/*#position {
	font-size: 13px;
}

.news {
	margin-bottom: 20px;
}

.topic {
	font-weight: bold;
	height: 3px;
}

.topic .title {
	float: left;
}

.topic .print {
	float: right;
}

.topic a {
	font-weight: bold;
}

div.print a {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: normal;
}

.topic_sep {
	float: right;
	display: block;
	margin-top: 3px;
}

.article {
	clear: right;
}*/




/* *********************************************
										Joomla CSS
********************************************* */

div.moduletable {
	margin: 0px;
	margin-bottom: 15px;
}

div.cblock {
	margin: 0px;
	margin-bottom: 15px;
}

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
	font-size: 12px;
  /*padding-left: 5px;*/
  display: block;
}

/* small text */
.small a, a.small {
	border-bottom: 0px;
	color: #555;
}
.small a:hover, a.small:hover {
	color: #000;
}
.small {
	font-size: .90em;
	color: #555;
	font-weight: normal;
	text-align: left;
}

.contentheading {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #555;
	text-align: left;
	width: 100%;
}

.modifydate, .createdate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.contentblock {
	padding: 3px;
	border: thin solid #ccc;
	background-color: #e9ebe2;
}

table.contenttoc {
	margin-top: 3px;
	margin-bottom: 5px;
	border-collapse: collapse;
	empty-cells: hide;
	background-color: #e9ebe2;
  width: 100%;
}

table.contenttoc th {
	border: thin solid #ccc;
	background-image: url(../images/topic.gif);
  color: #fff;
  font-weight: bold;
  padding: 3px;
}

table.contenttoc td {
	border: thin solid #ccc;
	padding: 3px;
}

/* content tables */
td.sectiontableheader img {
	padding-left: 5px;
}

.highlight {
	background-color: #fffebb;
}

fieldset {
	border: none;
}

/* Login-form */
form#form-login fieldset {
	border: 0 none;
	margin: 0em;
	padding: 0.2em;
}

form#form-login ul {
	padding-left: 20px;
}

/* pagination */
.pagination span {
	padding: 2px;
}
.pagination a {
	padding: 2px;
}

div.message {
	font-weight : bold;
	font-size : 14px;
	color : #c30;
	text-align : center;
	width : auto;
	background-color : #f9f9f9;
	border : 1px solid #d5d5d5;
	margin : 3px 0 10px;
	padding : 3px 20px;
}

#system-message {
	margin-bottom : 20px;
}

#system-message dt {
	color: #fff;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	height: 18px;
	background: url(../images/topic.gif);
	border: 1px solid #ccc;
}

#system-message dd.message ul {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 50px;
	background : #c3d2e5 url(../../system/images/notice-info.png) no-repeat 0px center;
	border: 1px solid #ccc;
	border-top: 0px;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	padding: 5px;
}

#system-message dd.error ul {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 50px;
	color : #c00;
	background : #e6c0c0 url(../../system/images/notice-alert.png) no-repeat 0px center;
	border: 1px solid #ccc;
}

#system-message dd.notice ul {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 50px;
	color : #000;
	background : #efe7b8 url(../../system/images/notice-note.png) no-repeat 0px center;
	border: 1px solid #ccc;
}

ul.bsaddons {
	list-style: none;
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

li.bsaddon {
	display: block;
	border: 1px solid #cccccc;
	padding: 0.3em;
	margin: 0;
	margin-bottom: 1em;
	background-color: #e9ebe2;
}

.bsaddon_screenshot {
	float: left;
	width: 30%;
}

.bsaddon_middle {
	float: left;
	width: 70%;
}

.bsaddon_colleft {
	float: left;
	width: 25%;
}
.bsaddon_colright {
	float: left;
	width: 75%;
}
