body {
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
        font:	9pt Arial,Helvetica,sans-serif;
}

form {
	padding: 0px;
	margin: 0px;
}

#headerbox {
	width: 100%;
	height: 124px;
	text-align:center; /* horizontal centering for IE Win quirks */
	border-bottom: 1px solid #aaaaaa;
}

#titlebox {
	width: 900px;
	margin: 0px auto;
	height: 100px;
	text-align:left; 
	background-color:#ffffff;
	overflow: hidden;
}

#menubox {
  width: 904px;
  margin: 0px auto;
  height: 24px;
  background-color:#00ef00;
	overflow: hidden;
}

#footer {
	margin-top: 2em;
	padding-top: 0.4em;
	border-top: 1px solid #AAAAAA;
	text-align: center;
	font-size: 70%;
}

ul {
	list-style-type: square;
	padding-left: 2em;
}


.boxcontainer_wide {
  width: 410px;
}

.contentbox {
	width: 100%;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color:#F8F8F8;
}

.content_background {
	width: 930px;
	background: url(images/bg.png) top left repeat-y;
	margin: 0px auto;
  background-color:#FFFFFF;
}

#submenubox {
	width: 900px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align:left;
    background-color:#EEEEEE;
	overflow: hidden;
	border-bottom: 1px solid #AAAAAA;
}

/* contentboxes */

#content {
	width: 900px;
	height: 1000px;
	margin: 0px auto;
	text-align:left; /* horizontal centering for IE Win quirks */
}

#content_left {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 20px;
/* 	width: 220px; */
	/*display: block;*/
  float: left;
}

#content_main {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	overflow: auto;
	/*width: 380px;
	height: 600px;*/
	/*display: block;*/
  /*float: left;*/
}

#content_right {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;

/* 	width: 220px; */
	/*height: 800px;*/
	/*display: block;*/
	float: right;
}



/* boxes and stuff */

.vspacer {
  height: 10px;
}

.container {
  width: 220px;
}

.boxheader {
  background: #FFFFFF;
  background: url(images/box_header_bg.png) repeat-x 0% 0%;
}

.boxheader .w1 {
  background: url(images/box_header_hline_bottom.png) repeat-x 0% 100%;
}

.boxheader .w2 {
  background: url(images/box_all_vline_l.png) repeat-y 0% 100%;
}

.boxheader .w3 {
  background: url(images/box_all_vline_r.png) repeat-y 100% 0%;
}

.boxheader .w4 {
  background: url(images/box_header_corner_l.gif) no-repeat 0% 0%;
}

.boxheader .w5 {
  background: url(images/box_header_corner_r.gif) no-repeat 100% 0%;
}

.boxheader .w6 {
  background: url(images/box_header_hline_top.png) repeat-x 0% 0%;
  position: relative;
  left: 5px;
  width: 210px;
}

.boxheader .text {
  position: relative;
  font:	9pt Arial,Helvetica,sans-serif;
  font-weight: bold;
  left: 10px;
  top: 5px;
  height: 25px;
}

.boxtext .w1 {
  background: url(images/box_all_vline_l.png) repeat-y 0% 0%;
  position: relative;
  top: 0px;
  left: 0px;
}

.boxtext .w2 {
  background: url(images/box_all_vline_r.png) repeat-y 100% 0%;
  position: relative;
  top: 0px;
  right: 0px;
}


.boxtext .w3 {
  display: block;
  background: url(images/box_text_corner_l.gif) no-repeat 0% 100%;
  left: 0px;
  top: 0px;
}

.boxtext .w4 {
  display: block;
  background: url(images/box_text_corner_r.gif) no-repeat 100% 100%;
  left: 0px;
  top: 0px;
}

.boxtext .w5 {
  background: url(images/box_text_hline_bottom.png) repeat-x 0% 100%;
  position: relative;
  left: 5px;
  top: 0px;
  width: 210px;
}

.boxheader2 {
   height: 5px;
   width:410px;
   background: #FFFFFF;
}

.boxheader2 .w1 {
  background: url(images/box_header2_corner_l.gif) no-repeat 0% 0%;
  left: 0px;
  top: 0px;
}

.boxheader2 .w2 {
  background: url(images/box_header2_corner_r.gif) no-repeat 100% 0%;
}

.boxheader2 .w3 {
  background: url(images/box_header2_hline_top.png) repeat-x 0% 0%;
  position: relative;
  left: 5px;
  width: 400px;
  height: 5px;
  font-size: 0px;
}

.boxtext .text {
  position: relative;
  font:	8pt Arial,Helvetica,sans-serif;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.boxtext_wide .w1 {
  background: url(images/box_all_vline_l.png) repeat-y 0% 0%;
  position: relative;
  top: 0px;
  left: 0px;
}

.boxtext_wide .w2 {
  background: url(images/box_all_vline_r.png) repeat-y 100% 0%;
  position: relative;
  top: 0px;
  right: 0px;
}


.boxtext_wide .w3 {
  display: block;
  background: url(images/box_text_corner_l.gif) no-repeat 0% 100%;
  left: 0px;
  top: 0px;
}

.boxtext_wide .w4 {
  display: block;
  background: url(images/box_text_corner_r.gif) no-repeat 100% 100%;
  left: 0px;
  top: 0px;
}

.boxtext_wide .w5 {
  background: url(images/box_text_hline_bottom.png) repeat-x 0% 100%;
  position: relative;
  left: 5px;
  top: 0px;
  width: 400px;
}

.boxtext_wide .text {
  position: relative;
  font-weight: normal;
  font:	8pt Arial,Helvetica,sans-serif;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
}



/* ------------ Navigation MAIN ------------- */

#navheader
{
    width: 904px;
    height: 24px;
    display: block;
    float: left;
    background: url(images/navBgGrey.png);
}

#navheader_left
{
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 6px;
    height: 23px;
    background: url(images/navLeft.png);
    border-top: 1px solid #FFFFFF;
}

#navheader_right
{
    padding: 0;
    margin: 0;
    display: block;
    float: right;
    width: 6px;
    height: 23px;
    background: url(images/navRight.png);
    border-top: 1px solid #FFFFFF;
}

#navcontainer ul li
{
  list-style-type: none;
  display: block;
  float: left;
  height: 23px;
  background: url(images/navBgGreyItem.png) repeat-x;
  font: 12px/22px "Arial", verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  margin: 0px 0px;
}

#navcontainer ul li a
{
  outline: none;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  position:relative;
  height: 23px;
  display: block;
  float: left;
  margin: 0px 15px;
  padding: 0px 0px;
/*    margin-left: 20px;
    margin-right: 20px;
*/
/*     width: 120px;  */
}

#navcontainer li#navcontainer-active {
  background: url(images/navBgYellowItem.png) repeat-x;
}

#navcontainer a:hover {
  text-decoration: underline;
}

#navlist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* ------------ Navigation SUB ------------- */

#subnavheader
{
  width: 900px;
  height: 20px;
  display: block;
  /* float: left; */
  background: url(images/subNavBgGrey.png);
}

#subnavheaderline
{
  width: 900px;
  height: 0px;
  display: block;
  /* float: left; */
	border-bottom: 1px solid #AAAAAA;
}

#subnavheader_left
{
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 4px;
  height: 19px;
  border-top: 1px solid #EEEEEE;
}

#subnavheader_right
{
    padding: 0;
    margin: 0;
    display: block;
    float: right;
    width: 6px;
    height: 19px;
    background: url(images/subNavRight.png);
    border-top: 1px solid #FFFFFF;
}

#subnavcontainer ul li
{
    list-style-type: none;
    display: block;
    float: left;
    height: 19px;
    background: url(images/subNavBgGreyItem.png) repeat-x;
    font: 9px/18px "Arial", verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #EEEEEE;
}

#subnavcontainer a
{
    outline: none;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    position:relative;
    height: 19px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    /* width: 120px; */ 
}

#subnavcontainer li#subnavcontainer-active {
    background: url(images/subNavBgYellowItem.png) repeat-x;
}

#subnavcontainer a:hover {
    text-decoration: underline;
}

#subnavlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* cvs */

img { border: none; }
table {
  width: 100%;
  margin: 0;
  border: none;
}
table.auto {
  width: auto;
}
tr, td, th { vertical-align: top; }
form { margin: 0; }

/** Navigation Headers ***/
.vc_navheader {
  background-color: #cccccc;
}


/*** Table Headers ***/
.vc_header {
  text-align: left;
  vertical-align: top;
  background-color: #cccccc;
}
.vc_header_sort {
  text-align: left;
  background-color: #88ff88;
}


/*** Table Rows ***/
.vc_row_even {
  background-color: #ffffff;
}
.vc_row_odd {
  background-color: #ccccee;
}


/*** Log messages ***/
.vc_log {
  /* unfortunately, white-space: pre-wrap isn't widely supported ... */
  white-space: -moz-pre-wrap; /* Mozilla based browsers */
  white-space: -pre-wrap;     /* Opera 4 - 6 */
  white-space: -o-pre-wrap;   /* Opera >= 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}


/*** Markup Summary Header ***/
.vc_summary {
  background-color: #eeeeee;
}


/*** Highlight Markup Styles ***/
#vc_markup .num  { color:#000000; }
#vc_markup .esc  { color:#bd8d8b; }
#vc_markup .str  { color:#bd8d8b; }
#vc_markup .dstr { color:#bd8d8b; }
#vc_markup .slc  { color:#ac2020; font-style:italic; }
#vc_markup .com  { color:#ac2020; font-style:italic; }
#vc_markup .dir  { color:#000000; }
#vc_markup .sym  { color:#000000; }
#vc_markup .line { color:#555555; }
#vc_markup .kwa  { color:#9c20ee; font-weight:bold; }
#vc_markup .kwb  { color:#208920; }
#vc_markup .kwc  { color:#0000ff; }
#vc_markup .kwd  { color:#000000; }


/*** Line numbers outputted by highlight colorizer ***/
.line {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #505050;
  padding: 1px;
  background-color: #eeeeee;
  color: #505050;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

/*** Diff Styles ***/
.vc_diff_header {
  background-color: #ffffff;
}
.vc_diff_chunk_header {
  background-color: #99cccc;
}
.vc_diff_chunk_extra {
  font-size: smaller;
}
.vc_diff_empty {
  background-color: #cccccc;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_add {
  background-color: #aaffaa;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_remove {
  background-color: #ffaaaa;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_change {
  background-color: #ffff77;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_change_empty {
  background-color: #eeee77;
  font-family: sans-serif;
  font-size: smaller;
}
.vc_diff_nochange {
  font-family: sans-serif;
  font-size: smaller;
}
.vc_raw_diff {
  background-color: #cccccc;
  font-size: smaller;
}

/*** Intraline Diff Styles ***/

.vc_idiff_add {
  background-color: #aaffaa;
}
.vc_idiff_change {
  background-color:#ffff77;
}
.vc_idiff_remove {
  background-color:#ffaaaa;
}
.vc_idiff_empty {
  background-color:#e0e0e0;
}

table.vc_idiff col.content {
  width: 50%;
}
table.vc_idiff tbody {
  font-family: monospace;
  /* unfortunately, white-space: pre-wrap isn't widely supported ... */
  white-space: -moz-pre-wrap; /* Mozilla based browsers */
  white-space: -pre-wrap;     /* Opera 4 - 6 */
  white-space: -o-pre-wrap;   /* Opera >= 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
table.vc_idiff tbody th {
  background-color:#e0e0e0;
  text-align:right;
}

/*** Annotate Styles ***/
.vc_blame_line, .vc_blame_author, .vc_blame_rev {
  font-family: monospace;
  font-size: smaller;
  text-align: right;
  white-space: nowrap;
  padding-right: 1em;
}
.vc_blame_text {
  font-family: monospace;
  font-size: smaller;
  text-align: left;
  white-space: pre;
  width: 100%;
}

/*** Query Form ***/
.vc_query_form {
  background-color: #e6e6e6;
}
