/* Main CSS declarations */

body, html {
  margin: 0px auto;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #4D4D4D;
  text-align: center;
  background: url(../images/vcmm-bg.png);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  }
  
#wrap {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  }
  
#page {
  margin: 10px auto;
  padding: 0px;
  width: 768px;
  text-align: center;
  }
  
.r {
  unicode-bidi: bidi-override;
  direction: rtl;
  }

  
/* Sidebar related CSS */

#sidebar {
  position: fixed;
  width: 160px;
  margin: 0px;
  padding: 2px 8px 0px 0px;
  float: left;
  border-right: 2px dotted #4D4D4D;
  text-align: right;
  font-size: 16px;
  }
  
#sidebar ul {
  margin: 16px 0px 4px;
  padding: 4px 0px 2px;
  list-style-type: none;
  }
  
#sidebar li {
  padding: 2px;
  font-variant: small-caps;
  }
  
#sidebar a {
  color: #1D1D1D;
  text-decoration: underline;
  }
  
#sidebar a:hover {
  color: #7D7D7D;
  text-decoration: none;
  }


/* Content related CSS */

#content {
  width: 588px;
  margin: 0px 0px 0px 180px;
  padding-top: 20px;
  text-align: left;
  }
  
#content h2 {
  margin: 14px 0px 0px;
  padding: 0px 2px;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: normal;
  }
  
#content h2 a {
  color: #4D4D4D;
  text-decoration: none;
  width: 580px;
  cursor: pointer;
  }
  
#content p {
  margin: 6px 0px 10px;
  padding: 0px 4px;
  text-align: justify;
  }
  
#content a {
  color: #1D1D1D;
  text-decoration: underline;
  }
  
#content .external {
  color: #0033FF;
  }
  
#content a:hover {
  color: #4D4D4D;
  }
  
#content a:hover {
  color: #7D7D7D;
  text-decoration: none;
  }
  
#content hr {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  border-bottom: 1px dotted #4D4D4D;
  }
  
#content .float_left {
  float: left;
  }

#content .show_hide_text {
  padding: 4px 0px 0px 10px;
  font-size: 12px;
  text-align: right;
  float: right;
  }  
  
#content .copyright {
  font-size: 10px;
  text-align: center;
  }
  
#content .abstract {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 8px 10px;
  border-left: 1px dashed #4D4D4D;
  border-bottom: 1px dashed #4D4D4D;
  }

/* Form CSS */
#form {
  margin: 5px 4px 8px;
  padding: 0px;
  }
  
/* Misc CSS */
.clear {
  clear: both;
  }