/************************************************/
/* Hic et Nunc                            			*/
/* Corporate website styles                     */
/* Medium: screen                           		*/
/* Common styles                            		*/
/* Version: 1.2                                 */
/* Date: may 2004                               */
/************************************************/

/************************************************/
/* HTML tag styles                              */
/************************************************/ 

/* HEADING styles */

h1, h2, h3, h4, h5, h6	{	
	font-weight: 600;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 130%;
}
h1 img {
	padding: 0;
	margin: 0;
	border: 0;
}

h2 {
	font-size: 120%;
	margin-top: 1em;
}

h3 {
	font-size: 100%;
	color: #555;
	margin-top: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 100%;
}

/* Elementary styles */

p {
	padding: 1em 0 1em 0;
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	border-top: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
}



/* TABLE styles */

table {
	padding: 0;
	margin: 0;

}

th {
	padding: 0;
	margin: 0;
}

td {
	padding: 0;
	margin: 0;
}

/* LableCel */
td.label {
	color: #666;
	font-size: 80%;
	font-weight: 600;
	letter-spacing: 1px;
	background-color: #ededed;
	padding: 2px 3px 2px 5px;
	margin: 0px;
}

/* DataCel */
td.data {
	background-color: #f5f5f5;
	padding: 2px 3px 2px 5px;
	margin: 0px;
}

/* Spacer row */
td.spacerGrey {
	background-color: #dcdcdc;
	height: 4px;
	padding: 0;
	margin: 0;
}

td.spacerWhite {
	background-color: #ffffff;
	height: 4px;
	padding: 0;
	margin: 0;
}

/* LIST styles */

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

/* FORM styles */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 8pt;
	color: #000;
	padding: 1px 1px 1px 5px;
	margin: 0px;
	border: solid 1px #aaa;
}

.buttonBorder {	
	font: bold 80%;
	color: #555;
	letter-spacing: 1px;
	text-decoration:none;
	padding: 1px;
	margin: 0;
	border: 1px solid #bfbfbf;
	background: #e6e6e6;
	cursor: hand;
}


/************************************************/
/* Custom styles                                */
/************************************************/

.hide {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0; 
	visibility: hidden;
}

/********* SEARCH styles *********/

#search {
	position: relative;
	top: 15px;
	margin: 0px 0px 0px 20px;
	z-index: 101;
}

#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #888;
	padding: 1px 2px 1px 5px;
	vertical-align: middle;
	border: 1px solid #a6a6a6;
}

/****** SubHomepage Styles *****/
.subHome {
	font-size: 80%;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

.subHome th {
	color: #666;
	text-align: center;
	padding: 2px;
	background-color: #ccc;
}

.subHome td {
	text-align: center;
	padding: 5px 2px 10px 2px;
}

.subHome a:link, .subHome a:visited {
	color: #666;
	text-decoration: none;
}

.subHome a:hover {
	color: #000;
	text-decoration: none;
}


/****** Page Title table holder *****/

.TBLpagetitle {
	margin-top: 20px;
}

/********* Text Formatting styles *********/

/* SubTitle is used as intro-style, right after H1-tag */
.subTitle {
	font-size: 100%;
	color: #555;
	font-weight: bold;
	letter-spacing: 1px;
}

.mediumExtended {
	font-size: 105%;
	letter-spacing: 1px;
}
.mediumExtendedGrey {
	font-size: 90%;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
}

.small {
	font-size: 80%;
}
.smallGrey {
	font-size: 80%;
	color: #888;
}

/* Horizontal line */
div.hrSolid  {
	width: auto;
	border-top: 1px solid #aaa;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.buttonBorder {	
	font: bold 11px Arial, sans-serif;
	color: #000;
	letter-spacing: 1px;
	text-decoration:none;
	padding: 1px 3px 1px 5px;
	border: 1px solid #bfbfbf;
	background: #e6e6e6;
	cursor: hand
}

a.buttonBorder:hover {	
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #000;
	background: #fff;
	cursor: hand
}

/************************************************/
/* News styles                                  */
/************************************************/
.news a {
	color: #000;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}


/************************************************/
/* Window PopUp styles                          */
/************************************************/

td.popupContent {
	font-size: 70%;
	padding: 20px;
}

td.popupFooter {
	text-align: center;
	padding: 10px
}

/************************************************/
/* Accessibility                                */
/************************************************/

.hide {
	position: absolute;  /* for the benefit of IE5 Mac */
	top: 0px; 
	left:0px; 
	height: 0px;
	width: 0px;
	z-index:0; 
	visibility:hidden;
	}