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

html {
	
}

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(../images/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(../images/modcback.png) repeat-x left top;
  padding:10px;
}

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

.footerTitle {
  width:980px;
  height:30px;
  background:transparent url(../images/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;
}
/* 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(../images/buttonback.png);
}

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

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



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

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



.moduleTitle a, .moduleWideTitle a, .moduleFullTitle a {
  color:white;
  text-decoration:none;
}

.module {
  width:200px;
}

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

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

.moduleWide {
  width:275px;
}

.moduleWideTitle {
  width:275px;
  height:30px;
  background:transparent url(../images/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(../images/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;
}
.companyTopListItemDetails p {
  margin:2px 0;
}

.statsTable {
  float:right;
}

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

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

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 ---------------------------------------------------------------- */