/* STYLESHEET FOR HOUSE OF INNOVATION */
/* Copyright Amphebia */


/* Body */

BODY.standard {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;
}


/* Main Lay-out */

TD.menubar {
	background: url(../images/logo_field.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 100%;
}

TD.menuContainer {
	padding-left:350px;
	padding-right: 3px;
	word-wrap: none;
	height: 20px;
	vertical-align: bottom;
}

TD.menuItem {
	word-wrap: none;
	height: 20px;
	vertical-align: bottom;
	text-align: justify;
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;
	color: #908D40;
	font-weight: bold;
}

TD.body {
	background: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; 
	width: 710px;
	height: 434px;
	padding-left: 70px;
	vertical-align:top;
	padding-top: 45px;
}

TD {
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;	
	color: #3C3C3C;
}

TD.bottombar {
	background: url(../images/tile_greenline.jpg);
	height: 6px;
	width: 100%;
}


/* Other layout issues */


IMG.cursor {
	margin-right: 5px;
	margin-top: 2px;
  border: 0px 0px 0px 0px;
}

.small {
	line-height: 7px;
}

A {
	color: #817D0A;
	text-decoration: none;
}

A.active {
	color: #DD6D00;
	text-decoration: none;
}

A:hover{
	text-decoration: none;
	color: #F98E26;
}

.textfield {
	border: 1px solid black;
	font-size:10px;
}

.button {
	border: 1px solid black;
	background-color: #008C9A;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;
	font-weight: bold;	
}

.error {
	color: red;
	font-size: 11px;
}


/* Headers */

H1 {
	color: #515151;
	font-family: Times New Roman, serif;
	font-size: 20px;	
	font-weight:normal;
}

H2 {
	color: #515151;
	font-family: Times New Roman, serif;
	font-size: 15px;	
	font-weight:bold;
}

TH.submenu {
	background: url(../images/submenu.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	background-color: #008C9A;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Times New Roman, serif;	
	padding-left: 15px;
	padding-right: 5px;
	letter-spacing: 1px;
}

TABLE.submenu {
	border: 1px solid #00A5B5;
}

TD.content_sub {
	padding-left:5px;
	padding-right:5px;
	font-size: 11px;
}



/* Dropdowns */

.dropdown {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    margin-left: -10px;
    height: 200px;
}

.dropdownvis {
    visibility: visible;
    position: absolute;
    z-index: 5;
    margin-left: -10px;
    height: 200px;
}

.subdropdown {
    visibility: hidden;
    /*position: relative;*/
    position: absolute;
    z-index: 40;
    margin-top: -14px;
    margin-left: -4px;
    display: none;
    width: 100px;
}

/* Firefox fix */
html>body .subdropdown {
    margin-top: -11px;
}

.subdropdownvis {
    visibility: visible;
    /*position: relative;*/
    position: absolute;
    z-index: 40;
    margin-top: -14px;
    margin-left: -4px;
    width: 100px;
    z-index: 35;
}

/* Firefox fix */
html>body .subdropdownvis {
    margin-top: -11px;
}

.dropdownItemTop {
    font-family: Arial, Helvetica, Courier;
    font-size: 11px;
    font-weight: bold;
    background-color: #FFFFFF;
    cursor: hand;
    padding-left:4px;
    height: 20px;
    border-width: 0px 1px 1px 1px;
    border-color: #00A4B5;
    border-style: solid;
}

.dropdownItem {
    font-family: Arial, Helvetica, Courier;
    font-size: 11px;
    font-weight: bold;    
    background-color: #FFFFFF;
    border-top: 1px solid #00A4B5;
    cursor: hand;
    padding-left:4px;    
    height: 20px;
    border-width: 0px 1px 1px 1px;
    border-color: #00A4B5;
    border-style: solid;
}

.subdropdownItemTop {
    font-family: Arial, Helvetica, Courier;
    font-size: 11px;
    font-weight: bold;    
    background-color: #FFFFFF;
    border-top: 1px solid #00A4B5;
    cursor: hand;
    padding-left:4px;    
    border-width: 1px 1px 1px 1px;
    border-color: #00A4B5;
    border-style: solid;
}

.subdropdownItem {
    font-family: Arial, Helvetica, Courier;
    font-size: 11px;
    font-weight: bold;    
    background-color: #FFFFFF;
    border-top: 1px solid #00A4B5;
    cursor: hand;
    padding-left:4px;    
    border-width: 0px 1px 1px 1px;
    border-color: #00A4B5;
    border-style: solid;
}

.menuLink {
    color: #817E37;
    text-decoration: none;
}

.menuLink:hover {
    color: #817E37;
    text-decoration: none;
}

