﻿/* styles for cms */

/* ---------------- GENERIC */
html, body {
	height:100%;
}
body {
	font: normal 75% Arial, Helvetica, sans-serif; 
	color: #333333;
	margin:0 5px 0 0;
}

p, input, textarea, label, li, td {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
}

input.text {
	height: 18px;
	color: #333333;
	border: solid 1px #d6d6d6;
	padding: 2px 2px 0 2px;
}

input.text:focus {
	border-color: #7f7f7f;
	background: url(../images/input_bg.jpg) repeat-x center;
}

input.button {
	height: 22px;
	width: 90px;
	text-align:center;
	background:url(../images/button_bg.jpg) repeat-x center;
	border: solid 1px #cccccc;
	color: #999999;
}
input.button2 {
	width: 140px;
}

select {
	border: solid 1px #333333;
}

form#container {
	height: 65%;
}

/* END GENERIC */



/* ---------------- HEADER */
h1 {
	margin:0;
	padding:0;
	height: 120px;
	background: url(../images/orange_dot.gif) repeat-x left 74px;
}
#logoMassive {
	float:left;
}

#logoRoc {
	float:right;
}
/* END HEADER */


/* ---------------- NAVIGATION */
#navigation {
	width: 52px;
	margin: -35px 0 0;
	padding-left: 13px;
	float:left;
	position:relative;
}
html > body #navigation {
	width: 65px;	
}
#navigation ul {
	margin:0;
	padding:0 0 6px 0;
	border-bottom: solid 1px #ff9933;
	list-style:none;
}
#navigation li {
	padding: 0;
	margin:0;
}
#navigation input {
	color: #999999;
	font-size: 0.8em;
	border:0;
	background:none;
	padding:0;
	width:62px;
	margin:0;
	cursor: pointer;
	text-align:left;
}
#navigation h2, #navigation input#ButtonLogout {
	color: #333333;
	font-size: 0.9em;
	margin:7px 0 1px 0;
	padding:0;
	font-weight:normal;
}
/* END NAVIGATION */


/* ---------------- FRAMES */
#frames {
	float: left;
	width: 85%;
	margin: 0 0 0 15px;
	height: 100%;
}
html > body #frames {
	margin-top: 15px;
}

#formsFrame {
	width: 100%;
	border:0;
}

#flashFrame {
	width: 100%;
	border:0;
}

/* END FRAMES */


/* ---------------- LOGIN PAGE */

form#fLogin {
	margin: 22px 0 0 115px;
	width: 218px;
}

form#fLogin label {
	display:block;
	width: 70px;
	float: left;
	padding: 3px 0 0 0;
	text-align: right;
	color: #999999;
	margin-right: 16px;
	height: 27px;
	clear:both;
}

form#fLogin input.text {
	width: 126px;
	margin-bottom: 8px;
	float:right;
}

form#fLogin input.button {
	float: right;
	margin-top: 12px;
}

form#fLogin .loginNote {
	color: #999999;
	display:block;
	margin: 0 0 10px 88px;
}

.rocImage
{ 
	text-align: center;
	margin-top: 100px;
}

.researchText
{
	margin-top: 100px;
	text-align: center;
	color: #999999;
}


