/****************************************************************************
 *  /themes/default/css/ie_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; }
 
/******* 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;
}

/************** header tag styles **************/
.subtitle {
  font-weight: bold;
  color: #ffffff;
  background: #666666;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main-body {
  position: relative;
  width: 996px;
  background: #000000;
  border: 0px solid #FF0000;
}
#nav-box {
  float: left; 
  text-align: left;
  width: 140px;
  height: 100px;
  padding: 0px;
  margin: 0px;
  border: 0px solid #53628b;
}
#nav-content {
  text-align: left;
  color: #ffffff;
  width: 140px;
  height: 500px;
  background: url("../images/common/nav.jpg");
  border: 0px solid #53628b;
}
#language-box {
  text-align: center;
}
#menu-box {
  top: 4px;
  left: 0px;
  padding: 0px;
  border: 0px solid #53628b;
}
#menu-content {
  padding-left: 0px;
  text-align: left;
}
#main-box {
  float: right;
  text-align: left;
  width: 856px;
  height: 100%;  
  padding: 0px;
  margin: 0px;  
  background: url("../images/common/bkg.jpg");
  border: 0px solid #FF0000;
}
#main-top {
  background: url("../images/common/top.jpg") no-repeat ;  
}
#main-title {
  text-align: left;
  height: 46px;
  padding-top: 8px;
  padding-left: 16px;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
}
#main-content {
  width: 843px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  border: 0px solid #ff0000;
  background: #ffffff;
}
#page-index-box {
  text-align: left;
  height: 20px;
  vertical-align: top;
  padding-left: 10px;
}
#box-title {
  font-weight: bold; 
  font-size:11px; 
  color: #FFFFFF;
  line-height: 1.4em;
  background-color: #53628b; 
  border-bottom: 0px solid #2D78C9; 
  text-align: center;
}
#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: 0;
  padding: 0 4 0 4px;
  text-align: left;
  border: 0px solid #ff0000;
}
.codecontainer{
  height: 350px;
  border: 1px solid gray;
  width: 98%;
}

/*************** misc styles *************/
img.right_align {
  border: 0;
  float: right;
}

/***********************************************/
/* nav Layout Divs                                 */
/***********************************************/

ul { 
  padding: 0;
  margin-left: 10px;
  padding: 10px;
  list-style-type: square;
}
li {
  margin: 0;
  padding: 0px;

}

ul#nav img {
  border: 0;
  list-style-type: none;
}
ul#nav ul { /* all lists */
  padding: 0px;
  margin: 0px;
}
ul#nav li {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  padding: 0px; /* create the layering of the list */
  margin-left: -8px;
  list-style-type: none;
  }
ul#nav li a {
  display: block;
  color: #ffffff;
  margin-left: 0px; /* position the left edge of the list */
  padding-left: 0px; /* depends on the width of the background image */
  padding-top: 2px;
  padding-bottom: 2px;
  height: 22px;
  width: 150px;
  font-size: 11px;
  border: 0px solid #000000;
}
ul#nav li a:hover {
  font-weight: normal;
  font-size: 11px;
  color: #d2caa3;
}

ul#nav li ul li{
  margin: 0;
  padding-left: 6px;
}

ul#menu {
  border-right: 1 solid #666666;
  border-left: 1 solid #666666;
  border-bottom: 1 solid #666666;
}
ul#menu li a{
  display: block;
  z-index: 5;
  margin-left: 0px; /* position the left edge of the list */
  padding-left: 20px; /* depends on the width of the background image */
  padding-top: 2px;
  padding-bottom: 2px;
  height: 22px;
 
  background: #ffffff url("../images/common/btn_sub_bkg.gif") no-repeat;
  border-top: 1 solid #666666;
}
ul#menu li a:hover {
  z-index: 5;
  background: #ffffcc url("../images/common/btn_sub_bkg.gif") no-repeat;
  border-top: 1 solid #666666;
}


/***********************************************/
/* Steven Styles                             */
/***********************************************/

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339966;
}
.content01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


