/* LAYOUT -------------------------------------------------------------- */

html {
	
}

a img {
	border: none;
}
body {
	font-size: 12px;
	background-color:#fff;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	color:#000;
}

#bodyContainer {
  position:absolute;
  width:980px;
  left:50%;
  margin-left: -490px; /*set to a negative number 1/2 of your width*/
}

#headerContainer {
  height:147px;
  background:transparent url(/img/header.jpg) no-repeat left top;
}
#langContainer {
  padding:5px;
  float:left;
  font-weight:bold;
  color:#666;
}
#langContainer a {
  color:#666;
  text-decoration:none;
}
#logoContainer {
  float:right;
}

#mainContainer {
  clear:both;
}

#leftContainer {
  float:left;
  width:200px;
}

#rightContainer {
  float:right;
  width:200px;
}

#contentContainer {
  margin:0 200px 0 200px;
}

#content {
  background:transparent url(/img/modcback.png) repeat-x left top;
  padding:10px;
}

#footerContainer {
  clear:both;
  margin-top:20px;
}

.footerTitle {
  width:980px;
  height:30px;
  background:transparent url(/img/columnFooter.png) no-repeat;
  line-height:30px;
  font-size:16px;
  color:white;
  padding:0 10px;
}

.footerTitle a {
  color:white;
}

.footerContent {
  text-align:center;
  padding:10px 0;
  font-size:11px;
  color:#666;
}

.spacer {
  height:10px;
}

.error {
  border:2px solid red;
  padding:10px;
  margin:20px 0;
  background-color:#f1f1f1;
}

.notice {
  border:1px solid #ccc;
  padding:10px;
  margin:20px 0;
  background-color:#f1f1f1;
}

/* LAYOUT -------------------------------------------------------------- */

/* TEXT FORMAT -------------------------------------------------------------- */

a {
  color:#336699;
}

a.redLink {
  color:red;
  font-size:16px;
  margin:10px 0;
}

h1 {
  font-size:18px;
  margin:0 0 10px 0;
  padding-bottom:10px;
  font-weight:normal;
  border-bottom:1px solid #ccc;
}

h2 {
  font-size:14px;
  margin:0;
  font-weight:bold;
}

p {
  margin:5px 0;
}

hr {
  border:0;
  border-top:1px solid #ccc;
  margin:10px 0;
}

blockquote {
	margin: 5px;
	font-style: italic;
}
/* TEXT FORMAT -------------------------------------------------------------- */

/* FORM -------------------------------------------------------------- */

.form_table td, .form_table th{
  font-size:12px;
  vertical-align:top;
}

.form_table th {
  text-align:left;
  font-weight:normal;
  font-size:14px;
}

.form_button {
  color:white;
  font-size:14px;
  font-weight:bold;
  border: none;
  width:120px;
  height:30px;
  background-image:url(/img/buttonback.png);
}

.form_buttonsm {
  color:white;
  font-size:12px;
  font-weight:bold;
  border: none;
  width:70px;
  height:26px;
  background-image:url(/img/buttonbacksm.png);
}

.error_list {
  color:red;
  margin:0 0 5px 0;
  padding:0;
  list-style-type: none;
  font-weight:bold;
}



/* FORM -------------------------------------------------------------- */

/* MODULES ------------------------------------------------------------- */


.leftbannercontainer {
	padding:0;
	padding-top: 15px;
}
.leftbannercontainer img {
	width: 200px;
}
.moduleTitle a, .moduleWideTitle a, .moduleFullTitle a {
  color:white;
  text-decoration:none;
}

.module {
  width:200px;
}

.moduleTitle {
  width:200px;
  height:30px;
  background:transparent url(/img/column.png) no-repeat;
  line-height:30px;
  font-size:16px;
  color:white;
  padding:0 10px;
}

.moduleContent, .moduleWideContent, .moduleFullContent {
  background:transparent url(/img/modcback.png) repeat-x left top;
  padding:10px;
}
.moduleContentGray {
  background:#f1f1f1 url(/img/modcbackgray.png) repeat-x left top;
  padding:10px;
} 

.moduleWide {
  width:275px;
  float:left;
  margin-right: 5px;
}

.moduleWideTitle {
  width:275px;
  height:30px;
  background:transparent url(/img/columnWide.png) no-repeat;
  line-height:30px;
  font-size:16px;
  color:white;
  padding:0 10px;
}

.moduleFull {
  width:580px;
}

.moduleFullTitle {
  width:580px;
  height:30px;
  background:transparent url(/img/columnFull.png) no-repeat;
  line-height:30px;
  font-size:16px;
  color:white;
  padding:0 10px;
}

.moduleFullContent {
  width:560px;
}

/* MODULES ------------------------------------------------------------- */

/* COMPANY ------------------------------------------------------------- */

.company_index_list {
  margin:0;
  padding:0;
  list-style-type: none;
}

.company_index_list li {
  display: inline-block;
  width:48%;
  margin:0 2px 2px 0;
}

.companyTopListItem {
  padding:5px 0;
  border-bottom:1px solid #ccc;
  height:75px;
}

.companyTopListItemImage {
  float:right;
}



.companyTopListItemDetails {
  font-size:11px;
  height:75px;
}
.companyTopListItemDetails h2 {
  width: 160px;
}
.companyTopListItemDetails p {
  margin:2px 0;
}

.statsTable {
  float:right;
}

.statsTable td {
  font-size:11px;
}

.statsBarCell {
  width:200px;
  background-color:#efefef;
}

.statsBarCell div{
	height:14px;
	background-color:red; 
}

ul.pagination {
  margin:0 0 0 20px;
  padding:0;
}

ul.pagination li {
    display: inline;
    list-style-type: none;
    padding-right: 1em;
}

/* COMPANY ------------------------------------------------------------- */

/* INFO ---------------------------------------------------------------- */

.infoMenuList {
  list-style-type: square;
  list-style-position: inside;
  margin:0;
  padding:0;
  font-size:12px;
}

.infoMenuList li {
  font-size:12px;
  font-weight:bold;
  padding:3px 10px;
}

.infoMenuList li a{
  color:#000;
}

/* INFO ---------------------------------------------------------------- */

.ExpertListItem {
  padding:5px 0;
  border-bottom:1px solid #ccc;
  min-height:150px;
}

.ExpertListItemLeft {
  float: left;
  margin-right: 8px;
  margin-left: 3px;
}
.ExpertListItemLeft img {
	width: 100px;
	margin-bottom: 5px;
}

.ExpertListItemDetails {
  font-size:12px;
}
.ExpertListItemDetails b {
	font-size: 120%;
}

.ExpertListItemDetails p {
  margin:2px 0;
}


.autocomplete-w1 { background:url(/img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

