/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/*
	COLORS
	background: was #C0DCC0 is #91BCD3
	headers: was #006633 is #005488

*/


/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: tahoma;
	font-size: 10pt;
	color: #666;
	/* background-color: #fff; */
	background-color: #FAF0E6;
}

input[type="button"] {
	padding: 2px 15px 2px 15px;
	border: 1px solid #B0C4DE;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background:  linear-gradient(to left top, #DCDCDC, #FDF5E6);
}

input[type="button"]:hover {
	background:  linear-gradient(to left top, #6495ED, #F8F8FF);
	cursor:pointer;
	border: 1px solid #4169E1;
}

input[type="submit"] {
	padding: 2px 15px 2px 15px;
	border: 1px solid #B0C4DE;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background:  linear-gradient(to left top, #DCDCDC, #FDF5E6);
}

input[type="submit"]:hover {
	background:  linear-gradient(to left top, #6495ED, #F8F8FF);
	cursor:pointer;
	border: 1px solid #4169E1;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}


/* Header */

#header
{
	position: relative;
	/* background: #E4E1D7; */
	/*background: #91BCD3 url('/img/a51.gif') bottom left repeat-x;*/
	background: url('/images/ExoMars_logo.jpg') bottom left repeat-x;
	background-size: cover;
	background-position: center bottom;
	height: 150px;
	padding-left: 2em;
}

#header_text
{
	position: absolute;
	top: 80px;
	width: 500px;
	padding-left: 70px;
}

#header_img
{
	position: absolute;
	top: 90px;
	padding-left: 0em;
}

#header h1
{
	position: absolute;
	top: 0.5em;
	font-size: 1.6em;
	/* color: #FF6347; */
	color: #FFFAFA;
}

#header h1 a
{
	color: #985723;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.65em;
	top: 6em;
	color: #985723;
}


#login_header
{
	position: relative;
	background: none repeat scroll 0 0 #EFEFEF;
	border-bottom: 1px solid #CFD4D8;
	border-top: 1px solid #CFD4D8;
	width: 100%;
	text-align: center !important;
	font: 11px;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	color:#878787;
}
#login_btn
{
height:20px;
margin-bottom:-1px !important;margin:0;
vertical-align:bottom;
background-color:#f2f2f2;
border:1px solid #aaaaaa;
width: 50px;
vertical-align:middle;
color:#878787;
}
#login_user,#login_pass
{
font: 13px;
width: 100px;
height:18px;
padding:0;
border:1px solid #aaaaaa;
background-color:#f2f2f2;
vertical-align:middle;
color:#878787;
}

#logout_form
{
	padding-left: 2em;
	padding-right: 2em;
	text-align: left !important;
}


/* Menu */
#menu {
	position: absolute;
	top: 123px;
	right: 10px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	border-left: dotted 1px black;
	border-right: dotted 1px #FFFAFA;
	margin-left:-1px;
}

#menu li:first-child {
	border-left:0px;
}

#menu li:last-child {
	border-right:0px;
}

#menu li a {
	font-family: fantasy;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:23px;
	padding-right:23px;
	/* color: #FF6347; */
	color: #FFFAFA;
	text-decoration: none;
}

#menu li:last-child a {
	text-decoration: underline;
}

#menu li:last-child a:hover {
	text-decoration: none;
}

#menu li:not(:last-child):hover a {
	background: linear-gradient(to top, #6495ED, #AFEEEE);
	text-decoration: none;
	color: white;
}

/* Content */

.one_page
{
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 2em;
	padding-bottom: 2em;
	margin: 0em;
}

#content_1
{
	padding: 1em;
	margin: 0em;
}

#content_1 table
{
	/*margin-bottom: 1.5em;*/
	border-collapse: collapse;
	text-align: left;
}
#content_1 table td
{
	padding: 0.2em;
}

.td_middle table td
{
	vertical-align:middle;
}


#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content #windowContextMenu {
	border:0;
}

#content h2,h3,h4,h5,h6
{
	font-family: fantasy;
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.4em #91BCD3;
	/*background: #FDFDFD url('/img/a7.gif') top left repeat-x;*/
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	/*background: #006192 url('/img/a8.gif') top left repeat-x;*/
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	/*background: #F8F8F8 url('/img/a6.gif') top left repeat-x;*/
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	/*background: #FDFDFD url('/img/a7.gif') top left repeat-x;*/
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	/* background-color: #fff; */
	background-color: #FAF0E6;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent {
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

#primaryContent .sponsor {
	margin-top:50px;
	padding-top:7px;
	padding-left:0px;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 20em;
	padding: 3em 2em 1.5em 2em;
	/*background: #fff url('/img/a1.gif') top right repeat-y;*/
}

#secondaryContent a
{
	color: #985723;
	text-decoration: none;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	/*background: #fff url('/img/a3.gif') top right no-repeat;*/
	height: 64px;
	width: 128px;
}

#secondaryContent ul {
	margin-bottom: 15px;
	list-style-type: none;
}

#secondaryContent li:first-child {
	margin-top:-10px;
}

#secondaryContent li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:13px;
	padding-right:13px;
	color: #985723;
	text-decoration: none;
}

#secondaryContent li:hover a {
	background: linear-gradient(to top, #6495ED, #AFEEEE);
	border-radius: 0 3px 3px 0;
	text-decoration: none;
	color: white;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 10em;
	padding: 3em 2em 1.5em 2em;
	/*background: #fff url('/img/a2.gif') top left repeat-y;*/
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	/*background: #fff url('/img/a4.gif') top left no-repeat;*/
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}


#footer2
{
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

.font_10
{
	font-size: 10pt;
}

.font_8
{
	font-size: 8pt;
}

table#reg_status
{
	border: 1px solid #AAAAAA;
}

table#reg_status th
{
	border: 1px solid #AAAAAA;
}

table#reg_status td
{
	border: 1px solid #AAAAAA;
}


table#reg_list
{
	border: 1px solid #AAAAAA;
}

table#reg_list th
{
	border: 1px solid #AAAAAA;
}

table#reg_list td
{
	border: 1px solid #AAAAAA;
}
