/* File: main.css */
/* Author: JPR, 12/2008 */
/* Main CSS file for DARO website */


/* <body> */
body{
  font-family: sans-serif;
  margin-top: 5px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: top;
}

/* <div> used everywhere ! */

/* Main <div> */
div#div_main {
  position: relative;
  height: 800px;
  width: 990px;
  margin: 0px auto;
  background-image: url('../images/bg2.png');
}

/* <div> top */
div#div_top {
  position: absolute;
  margin: 0px;
  width: 950px;
  height: 85px;
}

/* <div> for general content */
div#div_content {
  position: absolute;
  margin: 0px;
  top: 90px;
  left: 5px;
  width: 950px;
  height: 690px;
  overflow: auto;
}

/* <div> menu */
div#div_menu {
  position: absolute;
  top: 0px;
  left: 300px;
  right: 10px;
  height: 80px;
}

/* <div> DARO logo */
div#div_logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 210px;
  height: 70px;
}

/* <div> copyright */
div#div_copy {
  position: relative;
  margin:0px auto;
  width: 500px;
  top:10px;
  background-image: url('../images/bg_copy.png');
  font-size: small;
  text-align: center;
}

/* Links... */
a.lk_promo {
text-decoration: none;
border:none;
color: white;
}

a.lk_profile {
text-decoration: none;
font-weight: bold;
font-style: italic;
color: #2b3865;
}

div.div_contact {
  font-size: large;
  text-align: center;
}

img.img_catalog {
  width: 90px;
  height: 120px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
}

img.img_staff {
  height:325px;
  width:473px;
}

em.em_big {
  font-weight: bold;
	color:#2b3865;	
}

img.search_icon {
  width:32px;
  height:32px;
  vertical-align:middle;
  cursor: pointer;
}

td.catalog_title {
  padding: 10px;
  cursor: pointer;
  font-size: x-large;
  font-weight: bold;
  color: black;
}

table#tb_team {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

table#tb_emp {
  width: 700px;
  height: 450px;
  margin-top:30px;
  margin-left: auto;
  margin-right: auto;
}

table#tb_emp_det {
  width: 400px;
  height: 200px;
  margin-top:30px;
  margin-left: auto;
  margin-right: auto;
}

.emp_name {
  font-size: large;
  cursor: pointer;
}

