/**
* corrib.org template - A Mambo 4.5.1+ template
* @version 1.0
* @copyright (C) 2005 by Adam Gzella - All rights reserved!
* @license http://www.corrib.org, 
**/

/* ##################### OVERALL SETTINGS ##################### QM:ok */
body {
	padding:0;
	margin:0;
	text-align:left;
	/*background-color:#000000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bgPattern.gif);
/*	background-position:50% 0;*/
    background-repeat: repeat;
}

h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#ff6d00;
  width:100%;
  padding-top:3px;
}

td, tr, p, div {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

hr {
  color:#000000;
  height:1px;
  width:100%;
}

form {
  margin: 0;
  padding: 0;
}

input, option {
  color:rgb(51,50,62);
  border: 1px rgb(215,215,225) solid;
}


/*############## bg settings ##########################################*/
div#pagetit {
	position: absolute;
	top:115px;
	left:50%;
	font-weight:bold;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:15px;
  	/*width:450px;*/
  	height: 35px;
  	color:rgb(51,50,62);
}


div#topgb {
	float:left;
	width:100% !important;
	width: 100%;
	position: absolute;
	margin:0;
	height: 143px;

}
td#topLightbg {
	background-image:url(../images/topLightbg.gif);
	background-repeat: repeat-x;
	padding-left:0px;
	vertical-align: top;
	height: 143px;

}
td#topDarkbg  {
	/*width: 50% !important;*/
	background-image:url(../images/topDarkbg.gif);
	background-repeat: repeat-x;
	padding-left:0px;
	vertical-align: top;
	height: 143px;
}


td#title {
	width:900px !important;
	height: 143px;
	margin: 0;
	padding:0 ;
	border:0;
}

#logo {
    width: 450px !important;
	height: 143px !important;
	padding:0;
	margin:0;
	text-align:left;
	background-image:url(../images/topDarkbg.gif);
	background-repeat: repeat-x;
}
#rr {
	 width: 450px !important;
	height: 143px !important;
	padding:0;
	margin:0;
	text-align:left;
	background-image:url(../images/topLightbg.gif);
	background-repeat: repeat-x;
}


/*path and search */
td#pathsearch {
	/*width: 920px !important;*/
	height: 50px !important;
	padding:10px 10px 10px 10px;
	margin:0;
}

td#pstab {
	border: 1px rgb(231,231,237) solid;
	background-color : white;
	height:30px !important;
	/*text-align: left;*/
	font-size:10px;
	color: #303030;
	padding-left: 10px;
}

td#bottab {
	border: 1px rgb(231,231,237) solid;
	background-color : white;
	height:30px !important;
	text-align: center;
	font-size:10px;
	color: #303030;
	padding: 10px 10px 10px 10px;
}

/* main part */
td#mainpad {
	/*width: 920px !important;*/
	padding:0px 10px 10px 10px;
	margin:0;
}

td#maintd {
	border: 1px rgb(231,231,237) solid;
	background-color : white;
	text-align: center;
}
/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM:ok */


#mainbody {
  float:right;
  /*width:570px !important;*/
  width:619px;
  position:relative;
  padding:10px 20px 10px 30px;
  background: transparent;
  vertical-align: top;
}

.clr {
  clear:both;
}

.content {
  padding:5px;
}

/*padding bottom 0 to remove space in IE5 Mac*/
#header .content {
  padding-bottom:0;
}

/* ################# MENU SYSTEM ################# */
/*a.mainlevel:link, a.mainlevel:visited {
   display:block;
   font-family:Trebuchet MS, sans-serif;
   font-size:12px;
   font-weight:bold;
   font-style:normal;
   vertical-align:middle;
   color:#9BC81C;
   text-align:left;
   width:100%;
   text-decoration:none;
   line-height:140%;
}

a.mainlevel:hover {
   color:#000000;
   text-decoration:none;
   line-height:140%;
}*/

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg_l.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: rgb(140,140,140);
	text-align: left;
	padding-top: 5px;
	padding-left: 22px;
	height: 19px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -24px;
	text-decoration: none;
	color: #333333;
}

#active_menu {
   font-size:11px;
   color:#000000;
   line-height:140%;
}

.active_menu {
   font-size:11px  !important;
   color:#000000 !important;
   line-height:140%  !important;
}


/* niffty corners */
table#nifty{ margin: 0px 10px 0px 0px;
background: rgb(241,241,245)}  /* kolor of main table */

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background:rgb(241,241,245)}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}



/* ###################### UPPER BUTTON BAR ###################### */
.buttonbar {
  display:block;
  font-family:Trebuchet MS, sans-serif;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  background-color: transparent;
}

a.buttonbar:link, a.buttonbar:visited, a.buttonbar:hover, a.buttonbar:active {
  font-size:12px;
  text-decoration:none;
  color: #00613A;
  background-color: transparent;
}

/* ##################### MODULE SETTINGS ###################### */

div.moduletable h3, div.module h3, div.module-noborder h3 {
  margin:0;
  padding:0;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-bottom:0px;
  text-align:center;
  color:rgb(51,50,62);
}

div.module {
  width: 186px;
  background: url(../images/module_mid_l.gif) repeat-y;
  margin-bottom: 10px;
  color:rgb(90,89,111);
}

div.module div {
  background: url(../images/module_bot_l.gif) bottom left no-repeat;
}

div.module div div {
  background: url(../images/module_top_l.gif) top left no-repeat;
  padding: 8px 3px 15px 5px;
}

div.module div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 100%;
}

div.module-noborder {
  width: 121px;
  margin-bottom: 10px;
  color:rgb(90,89,111);
}

div.module-no-border div {
}

div.module-noborder div div {
  padding: 8px 3px 15px 5px;
}

div.module-noborder div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 100%;
}

/* ##################### FORMULAR SETTINGS #################### QM:ok */
.button {
  border:1px solid rgb(90,89,111);
  background-color:#FFFFFF;
  margin:2px;
  font-size:11px;
}

.inputbox {
  border:1px solid rgb(90,89,111);
  background:#ffffff;
  color:#000000;
  margin:2px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-left:2px;
}

/* ################# SECTION LISTING SETTINGS ################# QM:ok */
.sectiontableheader {
  font-size:11px;
  text-align:left;
  color:#FFFFFF;
  background-color:rgb(51,50,62);
  vertical-align:middle;
  height:18px;
}

.sectiontableentry1 {
  vertical-align:top;
  padding:3px;
  background:rgb(247,247,249);
}

.sectiontableentry2 {
  vertical-align:top;
  padding:3px;
  background:rgb(252,252,255);
}

/* ########################### LINKS ########################## QM: */
a:link, a:visited {
  color:rgb(90,89,111);
  text-decoration:underline;
}

a:hover {
  color:black;
  text-decoration:none;
}

a.category:link, a.category:visited {
  font-weight:bold;
}

/* ##################### PAGE NAVIGATION ###################### QM: */
.pagenavbar {
/*  background-color:rgb(215,215,225); 
  border:1px solid rgb(90,89,111); 
 */
  background-color:rgb(247,247,249); 
  border:1px solid rgb(215,215,225); 
  
  padding:2px;
}

.contenttoc {
  width:200px;
/*
  background-color:rgb(215,215,225);
  border:1px solid rgb(90,89,111);
  */
  background-color:rgb(247,247,249); 
  border:1px solid rgb(215,215,225); 
  
  padding:2px;
}

.contenttocheading {
  font-size:11px;
  font-weight:bold;
  text-align:center;
  letter-spacing:1px;
  color:#FFFFFF;
  background:url(../images/module_bar_back.png) #6598CB repeat-x;
  vertical-align:middle;
  height:18px;
}

/* ################### SMALL FONT SETTINGS #################### QM:ok */
.small {
  font-size:10px;
  color:rgb(90,89,111);
}

.smalldark {
  font-size:10px;
  color:#000000;
}

.createdate, .modifydate {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:rgb(90,89,111);
}

/* ##################### VOTING SETTINGS ###################### QM:ok */
.content_rating {
  font-size:10px;
  color:#FEC56A;
}

.content_vote {
  font-size:10px;
  height:22px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:10px;
  padding-right:10px;
/*
  background-color:rgb(215,215,225);
  border:1px solid rgb(90,89,111);
  */
 background-color:rgb(247,247,249); 
  border:1px solid rgb(215,215,225); 
}

/* ##################### PATHWAY SETTINGS ##################### QM:ok */
.pathway {
  font-size:11px;
  color:rgb(51,50,62);
}

a.pathway:link, a.pathway:visited {
  font-size:11px;
}

a.pathway:hover {
  font-size:11px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM: */
.contentpane {
  padding:0px;
}

.contentpaneopen {
  padding:0px;
}

.contentheading, .componentheading {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:rgb(51,50,62);
  width:100%;
  background: url(../images/point.gif) left no-repeat;
  background-position:5px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.contentpagetitle {
  font-weight:bold;
  color:#000;
}

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

/* ###################### BUTTON SETTINGS ##################### QM:ok */
a.readon:link, a.readon:visited {
  color:rgb(90,89,111);
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;
}

a.readon:hover {
  color:rgb(51,50,62);
}

.back_button a:link, .back_button a:visited {
  color:rgb(90,89,111);
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;
}

.back_button a:hover {
  color:rgb(51,50,62);
}

.pagenav a:link, .pagenav a:visited, .buttonheading a:link, .buttonheading a:visited {
  color:#999999;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
/*
  background-color:rgb(215,215,225);
  border:1px solid rgb(90,89,111);
  */
  background-color:rgb(247,247,249); 
  border:1px solid rgb(215,215,225); 
  padding:2px 4px 2px 4px;
  white-space:nowrap;
  float:left;
  line-height:10px;
  text-decoration:none;
}

.pagenav a:hover, .buttonheading a:hover {
  color:#336699;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
/*
  background-color:rgb(215,215,225);
  border:1px solid rgb(90,89,111);
  */
  background-color:rgb(247,247,249); 
  border:1px solid rgb(215,215,225); 
  padding:2px 4px 2px 4px;
  white-space:nowrap;
  float:left;
  line-height:10px;
  text-decoration:none;
}





div.signature {
	text-align: right;
}

div.signature hr {
	width: 100px;
}

div.content {
	text-align: justify;
	padding: 1.5em;
}

div.content li {
	padding-bottom: 0.5em;
}

pre.conf {
	padding: 0.5em;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	background-color: #F4F4F9;

}

tt {
	text-decoration:underline;
}

div.conf {
	padding: 0.5em;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	background-color: #F8F8FD;
	 margin: 0.5em; 
}

div.img{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

div.img label{
	font-weight: bold;
	font-size: smaller;
}

h3, h4 {
	margin-top: 2em;

}

div.img table {
	text-align: left;
}

div.movie {
	padding: 0.5em;
	border-style: solid;
	border-color: #B8B8BD;
	border-width: 1px;
	background-color: #F0F0FF;
	 margin: 0.5em; 
  vertical-align: top;
  display: table;
}

div.movie label{
  vertical-align: top;
	text-align: left;
	display: run-in;
	padding-right: 2em;
}

div.movie img {
	text-align: right;
	display: run-in;
  border-style: none;
}

div.stepbystep {
	padding: 0.5em;
	border-style: solid;
	border-color: #B8B8BD;
	border-width: 1px;
	background-color: #F8F8FD;
	 margin: 0.5em; 
  vertical-align: top;
}

div.movie .transcript{
	font-size: smaller;
	font-family: monospace;
	
}

div.importantinfo {
	border-style: solid;
	border-color: #880000;
	border-width: 1px;
	margin: 1em;
	padding: 1em;
	background-color: #FFDDDD;

}
