/*
	Main CSS for LIVE mode

	Copyright (c) gaelITech 2008
	www.gaelitech.ie
*/
@charset "utf-8";

/*	hack to allow Safari and Chrome to render background colour correctly */
body	{
}

body	{
	margin-top: 20px;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
}

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

hr	{
	margin-right: 10px;
	margin-left: 10px;
}

p {
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

small {
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

strong {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

ul {
	font-size: 12px;
	margin-right: 20px;
	margin-top: 4px;
	list-style-image: url(../images/bullet-1.gif);
}

ul li {
	padding-bottom:5px;
}

.halfcol {
	float: left;
	height: auto;
	width: 50%;
}

.image_left {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}

.image_right {
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}

.quartercol {
	float: left;
	height: auto;
	width: 25%;
}

.standout {
	color: #FFFFFF;
	background-color: #996699;
	display: block;
	padding: 5px;
	margin-right: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.thirdcol {
	float: left;
	height: auto;
	width: 33%;
}

#container {
	background-color: #94AECA;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	height: auto;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	padding-bottom:10px;
	background-color: #AEBECE;
}

#content img {
	display: inline;
	border: thin solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footbar {
	background-color: #2A4058;
	height: 25px;
	width: 840px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	position: relative;
	color: #FFFFFF;
}

#footbar a {
	color:#99FFFF;
}

#footbarleft {
	text-align: left;
	float: left;
	width: 350px;
}

#footbarright {
	text-align: right;
	float: right;
	width: 490px;
}

#navbar {
	float: left;
	height: 110px;
	width: 840px;
	background-color: #2A4058;
}

#navlogo {
	float: left;
	height: 100px;
	width: 180px;
	overflow: hidden;
}

#navlogo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	float: left;
	height: 0px !important;
	width: 180px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	
#navlogo a.navlogo_edit {
	background-image: url(../images/logo_edit.gif);
}
	
#navlogo a:hover {
	background-position: 0 -100px;
}

#navlogo a:active, #navlogo a.gi_tabmenu_selected {
	background-position: 0 -200px;
}

#navtable {
	float:left;
	height: 100px;
	width: 660px;
	overflow: hidden;
}

#navtable a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	width: 132px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	
#navtable td {
	height: 100px;
	width: 132px;
}

#navtable a:hover {
	background-position: 0 -100px;
}

#navtable a:active, #navtable a.gi_tabmenu_selected {
	background-position: 0 -200px;
}

#navtraining a  {
	background-image: url(../images/training.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navorganisation a  {
	background-image: url(../images/organisation.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navparticipative a  {
	background-image: url(../images/participative.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navpublications a  {
	background-image: url(../images/publications.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navinternational a  {
	background-image: url(../images/international.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*	hide standard div */
#logo {
	height: 0px;
	width: 0px;
	position:absolute;
	visibility:hidden;
}

/*	hide standard div */
#header {
	height: 0px;
	width: 0px;
	position:absolute;
	visibility:hidden;
}

#menubar {
	float: left;
	height: auto;
	width: 180px;
	position: static;
	margin: 0px;
	background-color: #94AECA;
}
