
/* ----------------------------------------------------------------
 * basic layout
 * ---------------------------------------------------------------- */

* {
	font-family: arial, helvetica, sans-serif;
}

body {
	font-size: 12px;
	margin: 10px;
	padding: 0px;
}

table {
	border-spacing: 0px;
	empty-cells: show;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

tr, td, p, div {
	border: 0px;
	vertical-align: top;
}

h2, h3, h4, h5, h6 {
	color:#66CC00; /*green*/
	background: inherit; 
}
h2 { 
	font-size: 16px; 	
}
h3 { 
	font-size: 14px; 
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

hr { 
	width: 100%;
	border: 0px; /* For Firefox and Opera */ 
	border-top: solid 1px #3399CC;  /*cyan*/ 
	border-bottom: solid 1px #FFFFFF; /* for I.Explorer (page-backgroundcolor!) */}

ul {
	margin: 0px 0px 0px 0px;
}

li {
	list-style: outside url(../images/arrow.png);
	margin-left: 0px; /* only for Firefox, add. def. see template_ie.css */
}

/** Links */
a:link, a:visited {
	color: #3399CC; /*cyan*/
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #66CC00; /*green*/
	text-decoration: underline;
}


/** Horizontal Line */
hr {
	background-color: #3399CC; /*cyan*/
	height: 2px;
}

hr.separator {
	background-color: #3399CC; /*cyan*/
	border: 0px;
	height: 1px;
	width: 75px;
}

/** --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	border: 1px solid #66CC00; /*green*/
	display: block;
	background: url(../images/pm_menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE; /*lightgray*/
	margin: 2px 2px 2px 2px; 
	padding: 2px 0px 2px 0px; 
	height: 20px !important;
	height: 25px;
	width: 165px;
	text-align: right;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #66CC00; /*green*/
}

a.mainlevel#active_menu {
	color:#FFFFFF;
	background-position: 0px -50px;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #FFFFFF;
}

a.sublevel:hover {
	color: #3399CC; /*cyan*/
	text-decoration: underline;
}

a.sublevel:link, a.sublevel:visited {
	color: #3399CC; /*cyan*/
	font-weight: normal;
}


/* ----------------------------------------------------------------
 * Content - Sections & Categories
 * ---------------------------------------------------------------- */

.contentpaneopen {
	border: 0px;
	font-size: 12px;
	width: 100%;
}

.contentheading, .componentheading {
	color: #66CC00; /*green*/
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 2px 0; 
	border-bottom:1px solid #66CC00; /*green*/
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

a.contentpagetitle:link, a.contentpagetitle:visited {
	color: #3399CC; /*cyan*/
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

a.contentpagetitle:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #3399CC; /*cyan*/
	text-decoration: underline;
	font-weight: bold;
}

table.content_table {
	/*
	border: 1px solid grey;
	*/
	border-spacing: 1px;
	font-size: 12px;
	padding: 0px;
}

table.content_table td {
	/*
	border: 1px solid grey;
	*/
	padding: 2px;
}

table.contenttoc {
	background-color: #3399CC; /*cyan*/
	color: #666666; /*darkgray*/
}

table.contenttoc td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-align: left;
}

a.toclink:hover, a.toclink:visited, a.toclink:link {
	font-size: 9px;
}

.contentdescription {
	color: #3399CC; /*cyan*/
	font-size: 12px;
	text-align: left;
}

/** pathway block span **/
span.pathway {
	font-size: 10px;
	font-weight: bold;
}

a.pathway:link, a.pathway:visited {
	font-size: 10px;
	font-weight: bold;
}

/** Links */
a.weblinks:link, a.weblinks:visited {
	color: #3399CC; /*cyan*/
	font-weight: normal;
	text-decoration: none;
}

a.weblinks:hover {
	color: #3399CC; /*cyan*/
	text-decoration: underline;
}

a.readon:link, a.readon:visited {
	color: #3399CC; /*cyan*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.readon:hover {
	color: #3399CC; /*cyan*/
	text-decoration: underline;
}

/** Moduletable */
table.moduletable {
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	width: 100%;
}

table.moduletable th {
	background-color: #66CC00; /*green*/
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 5px;
	white-space: nowrap;
	width: 100%;
}
	
table.moduletable td {
	font-size: 10px;
	font-weight: normal;
	padding-left: 1px;
	padding-top: 1px;
}

.menutitle {
	color: #3399CC; /*cyan*/
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

.button {
	background-color: #66CC00; /*green*/
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	vertical-align: middle;
}

.inputbox {
	background-color: #EEEEEE; /*lightgray*/
	color: #666666; /*darkgray*/
	font-size: 10px;
	font-weight: bold;
}

/** category text format and links */
.category {
/*@@@	color: #3399CC;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.category:link, a.category:visited {
	color: #3399CC; /*cyan*/
	font-weight: bold;
}

a.category:hover {
	color: #3399CC; /*cyan*/
}

.contentpane {
	font-size: 12px;
}
	
.sectiontableheader {
	background-color: #66CC00; /*green*/
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.sectiontableentry1 {
	background-color: #FFFFFF;
	font-size: 11px;
}

.sectiontableentry2 {
	background-color: #3399CC; /*cyan*/
	font-size: 11px;
}

.frontpageheader {
	color: #66CC00; /*green*/
	font-size: 13px;
	font-weight: bold;
}

.small {
	color: #FFFFFF; /*white*/
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
}
.small a:hover, .small a:hover, .small a:visited, .small a:link{
	color: #FFFFFF; /*white*/
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
}


.smalldark {
	color: #cc0000; /*red*/
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.highlight {
	background-color: #66CC00; /*green*/
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
}

.code {
	background-color: #EEEEEE; /*lightgray*/
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}

.clr {
	clear: both;
}

.newsfeedheading {
	color: #3399CC; /*cyan*/
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.newsfeeddate {
	color: #3399CC; /*cyan*/
	font-size: 10px;
	font-weight: normal;
}

.createdate {
	color: #3399CC; /*cyan*/
	font-size: 9px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.modifydate {
	color: #3399CC; /*cyan*/
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

table.searchintro {
  	background-color: #FFFFFF; /*black*/
}

table.contact {
	background-color: #EEEEEE; /*lightgray*/
}

table.contact td.icons {
}

table.contact td.details {
	font-size: 10px;
	font-weight: bold;
}

.pagenav {
	color: #FFFFFF;
}

a.pagenav, a.pagenav:visited {
	color: #000000; /*black*/
}

a.pagenav:hover {
	color: #3399CC; /*cyan*/
}

.pagenavbar {
}

.pagenav_prev {
	font-size: 11px;
}

.pagenav_next {
	font-size: 11px;
}

/** Voting */
.content_rating {
	font-weight: normal;
	font-size: 10px;
}

.content_vote {
	font-weight: normal;
	font-size: 10px;
}

/** Polls */
.poll {
	color: #3399CC; /*cyan*/
	font-size: 10px;
	line-height: 14px
}

/** Blogs */
.blog_more {
	color: #3399CC; /*cyan*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

a.blogsection:link, a.blogsection:visited {
	color: #3399CC; /*cyan*/
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.blogsection:hover {
	color: #3399CC; /*cyan*/
	text-decoration: underline;
}

/** for modifying {moscode} output.  Don't set the color! */
.moscode {
	background-color: #3399CC; /*cyan*/
}

/** Text passed with mosmsg url parameter */
.message {
	color: #3399CC; /*cyan*/
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.back_button {
	font-size: 11px;
}


/* ----------------------------------------------------------------
 * Joomla template layout
 * ---------------------------------------------------------------- */

/** wrapper to make the page center **/
#container {
	table-layout: fixed;
	width: 100%;
}

#containerbg {
	background: transparent url(http://www.parma-itea2.org/templates/parma/images/bg_inside.jpg) repeat-y left top;
	table-layout: fixed;
	width: 100%;
	min-width: 800px;
	/*width: 700px;*/
}

/** wrapper for pathway, user3 and user4 */
#pathway_user_wrapper {
	padding:0px;
	margin: 0px;
	height: 19px !important;
	background-image: url("../images/pm_bgsubnav.gif"); background-repeat:repeat-x;
	vertical-align: top;
}

/** div id for pathway */
#pathway {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	width: auto;
	overflow: visble;
}

/** div id for top menu. position: user3 */
#user3 {
	float: left;
	margin-left: 1px;
	padding-left: 176px;
	position: relative;
	width: 600px;
	overflow: visble;
	white-space:nowrap;
}

/** div id for search box. position: user4 */
#user4 {
	float: right;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 0px 0px;
	position: relative;
	width: auto;
	overflow: visble;
}

/** div container for search box. position: user4 **/
#search, .search {
}
#search_inner {
	border: 0px;
	padding: 0px;
	overflow: visible;
}

#search_inner form {
	padding: 0px;
	margin: 0px;
}

#search_inner .inputbox {
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
}

#logo {
	overflow: visible;
}

#banner {
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 76px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 76px;
	background-image: url("../images/pm_bgheader.gif"); background-repeat:repeat-x;
}
#top {
	height: 76px;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 5px; /* needed for buggy IE5 */
	/*
	border: 1px solid black;
	*/
}

/* This is interpreted by Mozilla and IE7 only, to undo the padding above */
#top[id] {
	padding-right: 0px;
}

.separator_line {
	font-size: 0px;
	height: 0px;
}

#leftcol {
	background-image: url(../images/pm_bgsidebar.gif);  background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
}

#rightcol {
	overflow: hidden;
	padding-left: 3px;
}

/** container for content mainbody **/
#content_main {
	padding-left: 20px;
	padding-right: 20px;
}

#content_top_wrapper {
	table-layout: fixed;
	width: 100%;
	margin-top: -1px;
}

/** container for position: user1 **/
#content_top1 {
	overflow: hidden;
	width: 50%;
}

/** container for position: user2 **/
#content_top2 {
	overflow: hidden;
	width: 50%;
}

/** div container for copyright **/
#copyright {
	color: #666666; /*darkgray*/
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
}


/* ----------------------------------------------------------------
 * Joomla top menu layout
 * you need to add menu class suffix: -nav
 * ---------------------------------------------------------------- */

/** unordered list top menu **/
ul#mainlevel-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/** unordered list item for top menu **/
ul#mainlevel-nav li {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 20px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: auto !important;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a {
	color: #FFFFFF; /*white*/
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	color: #66CC00; /*green*/
	font-weight: bold;
	text-decoration: underline;
}


/* ----------------------------------------------------------------
 * Joom!Fish CSS definition used by the module or component. 
 * Within your module configuration switch off the loading of
 * the Joom!Fish CSS!
 * ---------------------------------------------------------------- */

div.jflanguageselection {
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}
 
/* Joom!Fish language lists with UL (names & images) */
ul.jflanguageselection {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

ul.jflanguageselection li {
	background-image: none;
	border: none;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	width: auto !important;
	white-space: nowrap;
}

ul.jflanguageselection li a {
	display: block;
	vertical-align: middle;
}

ul.jflanguageselection li a:hover {
	background-color: #3399CC; /*cyan*/
	text-decoration: underline;
}

/** Joom!Fish styles for the images list */
ul.jflanguageselection img {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: none;
	vertical-align: middle;
}

/** Joom!Fish styles for the names list */
ul.jflanguageselection span {
	color: #3399CC; /*cyan*/
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

/** Joom!Fish styles for the drop down list */
#jflanguageselection {
}

select.jflanguageselection {
	/*
	border: 1px solid #65C3F0;
	*/
	color: #3399CC; /*cyan*/
	font-size: 10px;
	margin-right: 1px;
	padding: 0px;
	vertical-align: middle;
}

label.jflanguageselection {
	display: none;
}


/* ----------------------------------------------------------------
 * Joomap CSS definition used by the component. 
 * You need to add menu class suffix: euhml
 * ---------------------------------------------------------------- */

.sitemap_euhml ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}

.sitemap_euhml ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}

.sitemap_euhml a img {
	border		: none;
}

.sitemap_euhml ul.level_0 li {
	list-style	: inside url(../../../images/M_images/arrow.png);
	padding		: 0;
}

.sitemap_euhml ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}

.sitemap_euhml .active {
	font-style	: italic;
}

#space {
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 1px;
	background: url(../images/pm_onepx.gif) no-repeat;
}

/* achievements */
.ach {
   position:relative; top:0px; left:0px;
	padding: 2px 6px 2px 6px;
	width: 610px;
	height: 224px;
	background: url(../images/achievements/achievements.png) no-repeat;
}
#ach_models a, #ach_tools a, #ach_env a, #ach_demo a {
    font-weight: bold; text-decoration: none; color: #FFFFFF; background: inherit;
}
#ach_models a:hover, #ach_tools a:hover, #ach_env a:hover, #ach_demo a:hover {
    font-weight: bold; text-decoration: none; color: #3399CC; /*cyan*/ background: inherit;
}
#ach_models {
     position:absolute; top: 0px;
    width: 200px;
    height: 26px;
    padding: 2px 10px 10px 4px;
}
#ach_tools {
    position:absolute; top: 64px;
    width: 190px;
    height: 26px;
    padding: 2px 10px 10px 4px;
}
#ach_env {
    position:absolute; top: 130px;
    width: 190px;
    height: 26px;
    padding: 2px 10px 10px 4px;
}
#ach_demo {
    position:absolute; top: 64px; left: 470px;
    width: 140px;
    height: 40px;
    padding: 2px 10px 10px 4px;
}
/* partners */
.partners {
	position:relative; top:0px; left:50px;
	padding: 2px 6px 2px 6px;
	width: 378px;
	height: 378px;
	background: url(../../../images/stories/logo/partners.png) no-repeat;
}
#partners_uk a, #partners_spain a, #partners_germany a, #partners_france a {
    font-weight: bold; text-decoration: underline; color: #000000; background: inherit;
}
#partners_uk a:hover, #partners_spain a:hover, #partners_germany a:hover, #partners_france a:hover {
    font-weight: bold; text-decoration: none; color: #666666; /*darkgray*/ background: inherit;
}
#partners_uk {
	position:absolute; top: 50px; left: 130px;
	width: 50px;
	height: 106px;
	padding: 2px 10px 10px 4px;
}
#partners_spain {
	position:absolute; top: 200px; left: 30px;
	width: 100px;
	height: 70px;
	padding: 2px 10px 10px 4px;
}
#partners_france {
	position:absolute; top: 180px; left: 130px;
	width: 70px;
	height: 50px;
	padding: 2px 10px 10px 4px;
}
#partners_germany {
	position:absolute; top: 120px; left: 220px;
	width: 60px;
	height: 100px;
	padding: 2px 10px 10px 4px;
}

/* News */
#news {
	width: 168px;
	border: 1px solid #6C0;
	margin-left: 1px;
	float: none !important;
	float: left;
	background: #000;
	color: #FFFFFF;
}
#news h2 {
	font-size: 12px;
	margin: 1px 1px 1px 1px;
}
#news table {
	color: #FFFFFF;
}

/*contact*/
.error {
	font-size: 10px;
	color: #cc0000; /*red*/
}
