/* Innovation Networks*/

html {
}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida, Times;
	color: #52596C;
	background-color: #04AAE0;
	background-image: url("bg_color.jpg");
}

#container {
	background-color: #FFFFFF;
	background-image: url("top_wrp.png");
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;	
}

#contentcontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#navi {	
	background-image: url("menu_bg.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 307px;
	padding-top: 35px;
}

#navi ul {
	width: 600px;
	list-style-type: none;
	position: relative;
	top: -15px;
	left: 160px;
}

#navi ul li {
	display: inline;
	margin-right: 10px;
}

#navi ul li a {
	font-size: 1.3em;
	color: #FFA800;
}

#content {
	position: relative; 
	top: -250px;
	padding-left: 40px;
	padding-bottom: 40px;
	background-image: url("content_bg.png");
	background-repeat: no-repeat;	
	background-position: bottom left;
}

#footer {
	position: relative; 
	top: -250px;	
	margin: 0;
	background-color: #04AAE0;
	background-image: url("btm_wrp_bg.png");
	background-repeat: repeat-x;	
	width: 100%;
	height:250px;	
	color: #FFFFFF;
	font-weight: bolder;
}

#footer p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info {
	color:#FFFFFF;
	background-image: url("info_ok_bg.png");
	background-repeat: repeat-x;	
	border: 2px solid #D4DAE0;
	font-weight: bold;	
	padding: 5px;
	height: 40px;
	width: 80%;
}

#error {
	color:#FFFFFF;
	background-image: url("info_error_bg.png");
	background-repeat: repeat-x;	
	border: 2px solid #D4DAE0;
	font-weight: bold;	
	padding: 5px;
	height: 40px;
	width: 80%;	
}

ul.categorybuttons {
	list-style-type: none;	
	height: 25px;
}

ul.categorybuttons li {
	display: inline;	
	width: auto;
	height:25px;	
	margin-right: 10px;
	padding-right: 15px;	
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("button_link_blue_end.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

ul.categorybuttons li.selected {
	background-image: url("button_link_selected_end.jpg");
}

ul.categorybuttons li a {	
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 25px;		
	background-image: url("button_link_blue_start.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

ul.categorybuttons li a.selected {
	background-image: url("button_link_selected_start.jpg");
}

/* Napit */

.blue_button {
	width:108px;
	height:28px;
	background-image: url("button_gloss_blue.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.green_button {	
	width:108px;
	height:28px;
	background-image: url("button_green.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.red_button {
	width:108px;
	height:28px;
	background-image: url("button_red.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.formatting {
	height:27px;
	background-image: url("button_formatting.jpg");
	background-repeat: repeat-x;
	border: 2px solid #D4DAE0;
	font-weight: bold;
	color: #000000;
}

.up_button {
	height:27px;
	width:27px;
	background-image: url("button_up.png");
	background-repeat: no-repeat;
	border: 0;
}

.down_button {
	height:27px;
	width:27px;
	background-image: url("button_down.png");
	background-repeat: no-repeat;
	border: 0;
}

.red {
	color: red;
}

fieldset.selected {
	border: 2px solid #52596C;
	background-color: #EAEAEA;
}

legend {
	color: #C38205;
	font-weight: bold;
}

input {
	margin-bottom: 5px;
}

