
	/* GENERAL TAGS */

body
{
	font-family: arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 108%;
}

th, td
{
	text-align: left;
	font-size: 75%;
}
th
{
	color: #696969;
}
td th, td td
{
	text-align: left;
	font-size: 12px;
}

a
{
	color: #ED178B;
}

h1
{
	padding-top: 0px;
	margin-top: 0px;
	color: black;
	font-size: 150%;
	height: 25px;
}
h1 span
{
	color: #CA573F;
}

h2
{
	margin-top: 0px;
	color: #696969;
	font-size: 110%;
}

h3
{
	margin-bottom: 2px;
	padding-bottom: 0px;
	color: #9DCE6B;
}

h4
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: black;
	font-size: 100%;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}

img
{
	border: 1px solid #ED2A8D;
}
img .no_border
{
	border-width: 0px;
}

	/* IDs */

#main_container
{
	width: 900px;
	text-align: left;
	background-color: #FFF;
}

#popup
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

#header
{
	width: 900px;
	height: 65px;
}

#header_logo
{
	position: relative;
	top: 5px;
	left: 0px;
	cursor: pointer;
	display: block;
	width: 180px;
	height: 59px;
	background: url(../images/hrs_logo.png) no-repeat;
}

#group_logo
{
	float: right;
	position: relative;
	cursor: pointer;
	display: block;
	width: 200px;
	margin: 5px 0px 0px 0px;
	padding-top: 46px;
	background: url(../images/cordis_collective_logo.png) no-repeat;
}

#header_flash
{
	height: 176px;
	width: 898px;

	background-repeat: no-repeat;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
#flash_replacement>img
{
	border-width: 0;
}
#flash_replacement img
{
	border-width: 0;
}
#header_border
{
	color: white;
	height: 20px;
	_height: 21px;
	width: 896px;
	_width: 898px;
	background: black;
	padding: 1px 0px 0px 2px;
}
#header_border a
{
	display: block;
	color: white;
	float: right;
	padding: 1px 5px 2px 23px;
	font-size: 10px;
	text-decoration: none;
	background: url(../images/phone.png) no-repeat 0px 2px;
}

#menu_top
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 28px;

	/*background: url(../images/menu_top.png) repeat-x 0px;*/
}
#menu_top a
{
	display: block;

	width: 106px;
	_width: 112px;
	float: left;
	padding: 8px 5px 10px 0px;
	margin: 0px 3px 0px 0px;

	height: 10px;
	_height: 28px;

	color: white;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/menu_top.png);
	overflow: hidden;
}
#menu_top a.current
{
	background-image: url(../images/menu_top_current.png);
}
#menu_top a:hover
{
	background-image: url(../images/menu_top_hover.png);
}
#menu_top a.current:hover
{
	background-image: url(../images/menu_top_current.png);
}

#table_content
{
	width: 898px;
	margin: 21px 0px 0px 0px;
}
#table_content #main_content
{
	padding: 0px 15px 0px 15px;
}
#table_content .column_right
{
	border-left: 1px dotted black;
	padding-left: 20px;
}
#table_content .separator_vertical
{
	background: url(../images/separator_dot.png) repeat-y center;
}
#table_content .separator_horizontal
{
	background: url(../images/separator_dot.png) repeat-x center;
}
#table_content .border_left
{
	border-left: 1px dotted black;
}

#table_content .column_boxes
{
	width: 223px;
	border-left: 1px dotted black;
}
#table_content .boxes
{
	padding: 0px 20px 0px 20px;
}
#table_content .boxes a
{
	display: block;
	width: 183px;
	height: 147px;
}
#table_content .boxes a.demo
{
	background: url(../images/box_demo.png) repeat-x center;
}
#table_content .boxes a.filemaker
{
	background: url(../images/box_filemaker.png) repeat-x center;
}
#table_content .boxes .separator
{
	margin: 20px 0px 20px 0px;
	border-top: 1px dotted black;
}

#column_left_download
{
	color: #36A7E9;
	width: 178px;
	_width: 208px;
	height: 123px;
	_height: 133px;
	margin: 10px 10px 0px 0px;
	text-align: center;
	font-weight: bold;
	background: url(../images/column_left_download.png) no-repeat 0px 61px;
}
#column_left_download>div
{
	color: #36A7E9;
	width: 100%;
	padding: 10px;
	margin: 0px 0px 50px 0px;
	border: 1px dotted black;
	text-align: center;
	font-weight: bold;
}
#column_left_download a
{
	display: block;
	/*height: 20px;*/
	width: 100%;
	color: #CA573F;
	font-size: 100%;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

#menu_left
{
	width: 178px;
	_width: 208px;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	border: 1px dotted black;
}
#menu_left .caption
{
	color: #36A7E9;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-decoration: underline;
}
#menu_left .items
{
	margin: 0px 0px 15px 0px;
}
#menu_left .separator
{
	margin: 10px 0px 11px 0px;
	border-top: 1px dotted black;
}
#menu_left a
{
	display: block;
	/*height: 20px;*/

	color: black;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 0px 2px 25px;
	background: url(../images/menu_left_background.png) no-repeat 0px 2px;
	text-decoration: none;
}
#menu_left a:hover
{
	text-decoration: underline;
}
#menu_left a.current
{
	color: #ED2D8E;
}

#menu_right
{
	float: right;
	width: 188px;
	height: 386px;
	background: url(../images/menu_right_background1.png) no-repeat;
}
#menu_right a
{
	display: block;
	width: 188px;
	height: 33px;
	_height: 42px;
	margin: 0px 0px 10px 0px;
	padding: 12px 0px 0px 0px;

	text-align: center;
	color: white;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
#menu_right a:hover
{
	text-decoration: underline;
}

#footer
{
	font-size: 70%;
	margin: 30px 0px 2px 0px;
	padding: 3px 0px 0px 0px;
	border-top: 1px dotted black;
}

	/* classes */

.security_code
{
	padding-top: 5px;
}
.security_code input
{
	float: right;
	width: 120px;
}
.security_code img
{
	border: 3px solid #d8d8d8;
}

.first_paragraph
{
	font-size: 120%;
	font-weight: bold;
}

.image_container
{
	font-weight: bold;
/*	background-color: yellow;*/
}
.image_container > a
{
	display: block;
	margin-bottom: 6px;
	clear: both;
}
.image_container span
{
}

.case_study
{
	clear: both;
	margin-top: 15px;
}
.case_study img
{
	margin: 0px 5px 0px 0px;
	border-width: 0px;
}

.back
{
	display: block;
	color: #ED178B;
	background: url(../images/back.png) no-repeat bottom left;

	padding-left: 17px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 100%;
}

.no_border
{
	border-width: 0;
}

.table_casestudy
{
	margin-bottom: 20px;
}
.table_casestudy td
{
	text-align: left;
	font-size: 100%;
}
.table_casestudy th
{
	text-align: left;
	color: #696969;
	font-size: 100%;
	font-weight: bold;
}
.table_casestudy a img
{
	margin-right: 17px;
	cursor: pointer;
}

.contact_form
{

}
.contact_form td, .contact_form th
{
	text-align: left;
	font-size: 12px;
}
.contact_form .input_text
{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 17px;
}
.contact_form .input_submit
{
	width: 60px;
	height: 20px;
	font-size: 10px;
	float: right;
}
.contact_form textarea
{
	float: right;
	width: 296px;
	_width: 300px;
	height: 100px;
}

img.popup
{
	cursor: pointer;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
}
