/****************************************************************************
 *  /themes/default/css/nn_position.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com              
 *  
 *  $_id: v 0.1 2004/10/06 11:47:00 don Exp $
 *  
****************************************************************************/

/******************************************************/
/* HTML tag styles                                    */
/******************************************************/

hr { border: 1px dotted #CCCCCC; }
img { border: 0; }
img.border { border: 1px solid #333333; }
img.dot-border { border: 1px dotted #333333; }
#recaptcha_logo,#recaptcha_tagline{display:none;}
#recaptcha_table{border-color:white !important;background:none;}

/******* hyperlink and anchor tag styles *******/
a { text-decoration: none;}
a:hover { text-decoration: none;}

/********* form and related tag styles *********/
.text_box {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main-body {
  padding: 0px;
  margin: 0px;
  width: 760px;
  text-align: left;
  background: #ffffff;
  border: 0px solid #FF0000;
}
#top-banner {
  height: 129px;
  border: 0px solid #53628b;
  text-align: left;
}
#nav-box {
  position: absolute;
  top: 152px;
  left: 0px;
  text-align: left;
  width: 178px;
  padding: 0px;
  margin: 0px;
  border: 0px solid #53628b;
}
#language-box {
  text-align: center;
}
#menu-box {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 0px;
  border: 0px solid #53628b;
}
#menu-content {
  padding: 0px;
  text-align: left;
}
#main-box {
  position: absolute;
  top: 152px;
  left: 188px;
  width: 572px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  z-index: -1;
  background: #ffffff;
  border: 0px solid #999999;
}
#main-content {
  text-align: left;
  padding-left: 10px;
}
#page-index-box {
  height: 30px;
  vertical-align: top;
}
#search-box {
  padding: 0px;
  border: 1px solid #53628b;
}
#search-content {
  padding: 10px;
  text-align: center;
}
#member-box {
  padding: 0px;
  text-align: left;
  border: 1px solid #53628b;
}
#member-content {
  margin: 0px;
  padding: 0px 4px 0px 4px;
  text-align: left;
  border: 0px solid #ff0000;
}
.codecontainer{
  height: 350px;
  border: 1px solid gray;
  width: 98%;
}
.activity_photo {
  width: 128px;
  border: 0px;
}

/* Data Label Fonts & BGCOLOR */
table.dataInput {
  border-collapse: separate;
  border-spacing: 0px;
  padding: 0px;
}
.dataLabel {
  color: #000000;
  text-align: right;
  background-color: #DDDDDD;
  height: 6px;
  vertical-align: middle;
}
.dataSmallLabel {
  color: #000000;
  text-align: right;
  background-color: #DDDDDD;
}
/* Data field fonts & BGCOLOR */
.dataField {
  color: #000000;
  text-align: left;
  background-color: #EEEEEE;
}
/* Required field for the '*' */
.Required {
  color: #990000;
  height: 6px;
  background-color: transparent;
}
/* Required field fonts & BGCOLOR */
.requiredInput {
  color: #FFFFFF;
  text-align: left;
  background-color: #990000;
}

/***********************************************/
/* milestone                         */
/***********************************************/
table.milestone {
  border: 1px solid #cccccc;
}
td.milestone-dark {
  background-color: #ccffff;
  vertical-align: top;
  border: 1px solid #cccccc;
}
td.milestone-light {
  background-color: #ffffff;
  vertical-align: top;
  border: 1px solid #cccccc;
}

