#cms-login-window {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1000;

	color: #77C02E;
	background: #222;
	padding: 15px;
	border: 1px solid grey;
}




#tv-sidebar {
	float: right;	
	width: 226px;
	
	min-height: 100%;
	height:auto !important;
	height: 100%;	
	position: relative;
}


#menu-table-hack {
	width: 100%;
}
#menu-table-hack-last {
	text-align: right;
}


#loading {
	text-align: center;
	position: absolute;
	width: 100%;
	text-align: center;
	background: #333;
	padding-top: 10px;
	height: 24px;
}
div.content-preview {
	height: 82px;
	overflow: hidden;
	margin: 0px;
}
div.blog-separator {
	height: 30px;
}

.title-image {
	float: left;
	border: 1px solid #ddd;
	margin-right: 1em;
	margin-bottom: 0.5em;
	width: 150px;
	height: 95px;
	background: red;
	position: relative;
}

.title-image-tv {
	border: 1px solid #ddd;
	position: relative;
	width: 225px;
	height: 120px;
	background: red;
	display: block;
}

.cms-content-wrapper {
	height: 100%;
	background: none;
	cursor: pointer;
}

.cms-content-wrapper:hover {
	background: #c5e1fd;
}
.cms-content-wrapper.fragment:hover {
	background: #FFCFCF;
}


/* content */

#side-menu {
	margin-bottom: 1em;
}

a.green2gray, a.green2gray:visited  {
	color: #bfcb5c;	
}
a.green2gray:hover {
	color: #888;
}

p {
	margin-bottom: 1em;
}

/* appearance */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}
a, a:visited {
	color: #888;	
	text-decoration: none;
}
a:hover {
	color: #bfcb5c;	
}
a .invert, #side-menu a {
	color: #bfcb5c;
}
a:hover .invert, #side-menu a:hover {
	color: #222;	
}
#top-menu {
	font-size: 12px;
	text-align: justify;
}
#top-menu a,  #top-top-top-menu * a {
	color: #222;
}
#top-menu a:hover{
	color: #bfcb5c;
}

.menu {
	letter-spacing: 0.0pt;
}
#attract {
	padding: 1px;
}

h1,h2,h3,h4,h5,h6{
	color: #bcc851;
	margin-bottom: 14px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 12px;
}

.search {
	background: url('/data/themes/rcm/images/search.png');
	background-repeat: no-repeat;
	background-position: 154px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.search * input {
	background: none;
	border: 1px solid #BCC851;
}

#language-switcher {
	position: absolute;
	right: 68px;
}

#language-switcher, #language-switcher a {
	font-size: 1.1em;
	color: #ccc;
}
#language-switcher a:hover {
	color: #bfcb5c;
}


/* layout */

body {	
	background: url('/data/themes/rcm/images/background.png');
	background-color: #425535;
	background-repeat: repeat-x;
	
}

#logos {
	margin-top: 20px;
	height: 80px;
	overflow: hidden;
}
#top-menu {
	padding: 1px;
	margin-top: 12px;
	margin-bottom: 14px;
}
#footnote {
	position: absolute; bottom: 0px;
	 z-index: 300;
	width: 852px;
	margin: auto;
	color: #999900;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 4px;
}
#footnote * a {
	color: #999900;
}
#outer, #outer-top, #outer-bottom {
	width: 932px;
	#width: 933px;
}
#outer {
	position: relative;
	margin: auto;
	/* 1300 */
	min-height: 1300px; 
	height:auto !important;
	height: 1300px;	
	background: url('/data/themes/rcm/images/outer-middle.png'); 
}
#outer-top {
	position: absolute; top: 0px;
	height: 1266px;
	background: url('/data/themes/rcm/images/outer-top.png'); 
	z-index: 1;
}
#outer-content {
	position: relative;
	z-index: 10;
	padding: 68px; 
}
#outer-bottom {
	position: absolute; bottom: 0px;
	height: 62px;
	background: url('/data/themes/rcm/images/outer-bottom.png'); 
	z-index: 20;
}


#sidebar, #sidebar-top, #sidebar-bottom {
	width: 241px;
	#width: 243px;
}
#sidebar {
	position: relative;
	float: right;
	min-height: 572px; /* 495 */
	height:auto !important;
	height: 572px;	
	background: url('/data/themes/rcm/images/sidebar-middle.png');
}
#sidebar-top {
	position: absolute; top: 0px; z-index: 100;	
	height: 495px;
	background: url('/data/themes/rcm/images/sidebar-top.png'); 	 
}
#sidebar-content {
	position: relative; z-index: 110;	
	text-align: justify;
	padding: 20px; padding-left: 22px; padding-right: 16px;
}
#sidebar-bottom {
	position: absolute; bottom: 0px; z-index: 120;
	height: 13px;
	font-size: 2px;
	background: url('/data/themes/rcm/images/sidebar-bottom.png');
	#bottom: -1px;
}


#content, #content-top, #content-bottom {
	width: 558px;
	#width: 551px;
}
#content {
	position: relative;
	min-height: 572px; /* 495 */
	height:auto !important;
	height: 572px;	
	background: url('/data/themes/rcm/images/content-middle.png');
}
#content-top {
	position: absolute; top: 0px; z-index: 100;
	height: 495px;
	background: url('/data/themes/rcm/images/content-top.png'); 		
}
#content-content {
	position: relative; z-index: 110;
	text-align: justify;
	padding: 20px; padding-left: 16px; padding-right: 22px;
}
#content-bottom {
	position: absolute; bottom: 0px; z-index: 120;
	font-size: 2px;
	height: 13px;
	background: url('/data/themes/rcm/images/content-bottom.png'); 	
	#bottom: -1px;
}



/* default veci */

a img {
/*	border: 1px solid #ccc; */
	border: none;
}
.noborder img {
	border: none;
}






/* ========== gallery ========== */
.stylez-gallery {
	padding: 10px;
	#position: relative;
	#z-index: 1000;
}

.stylez-gallery .thumbnail {
	margin: 6px;
	cursor: pointer;
	#position: relative;
	#z-index: 1000;
}
.thickbox {
}

/* ========== fforum post ========== */

.tab {
  margin-left: 1em;
}
.postRoot {
}

.postChild {
	border: 1px solid #CCC;
}

.postHead, .postTable {
	background-color: #DDD;
} 
.postTable tr td {
	padding-left: 2px;
	padding-right: 2px;
}
.postForm {
}

.msg {
	font-size: 1.5em;
	font-weight: bold;
	color: #128300;
}

/* ========== newsletter ========== */
input.button {
	border: 1px solid #999;
}

.newsletter-activation {
	width: 100%;
	background: white;
	border: 1px solid #CCC;
	padding-top: 1em; 
	padding-bottom: 1em; 
	font-size: 1.3em; 
	text-align: center;
}

table.newsletter-form {
	background: white;
	border-collapse: collapse;
	width: 100%;
/*	margin: auto;*/
}
.newsletter-form * td {
	border: 1px solid #CCC;
	padding: 5px;
}
.flash {
	color: black;
	font-size: 1.6em;
	color: green;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input, .fieldWithErrors textarea {
	border: 2px solid red !important;
	background-image: url('/images/wrong-pattern2.png') !important;
}
.formError {
	display: inline;
	color: red;
	padding-left: 1em;
	padding-right: 1em;
}
