/*---------- Core html setup ----------*/
html
{
  height: 100%;
}

body 
{
  background-color:White;
  font-family: sans-serif, Verdana, Tahoma, Arial,Helvetica;
  line-height: 1.3em;
  margin: 0px;
  padding: 0pxh;
  font-size: 9pt;
  text-align: center;
}

input.button
{ 
  cursor: pointer;
}

img 
{ 
  border: 0 none; 
}

#tooltip
{
  background: #FFFFFF;
  border: 1px solid #666666;
  color: #333333;
  font: menu;
  margin-left: 7px;
  padding: 3px 5px;
}

.Label
{
  font-size: 8pt;
}

.EditorText
{
  font-size: 8pt;
  padding: 2px;
}

.DropDown
{
  background-color: White;
  border: steelblue 1px solid;
  font-size: 8pt;
}

/*  Specific article styles */
.person_title {
  color: #666666;
  font-weight: bold;
  font-size: 8pt;
  padding-bottom: 6px;
}

/* Styles for pages WITHOUT WIKI */
table.formTable 
{
 background: #FFFFFF;
 border: 0;  
  width: 100%;
  border-collapse: collapse; 
  }

.formTable td {
  padding-left: 4px; }
  
.formTable td.emptyspace {
  padding: 10px; }

  
.formTable td.fieldName {
  width: 160px;
  text-align: right;
  vertical-align: top; }
  
.formTable td.fieldValue 
{
  width: 100px;
  text-align: left;
  vertical-align: top; }
  
.formTable td.validator {
  text-align: left; 
  vertical-align: top;
  }

 .ErrorLabel
{
  font-size: 8pt;
  color:Red;
  border: 0px;
  background-color: transparent;
}

.tableHeader {
 background: #9C9A9C;
 height: 22px;            
 border: 0; 
 width:100%
}

.tableHeaderTD,
.tableHeaderTDOptions {
  padding: 2px 12px 2px 12px;
  vertical-align: middle;
}

.ControlLabel
{
  font-size: 8pt;
  color:#3A3E45;
}

.ControlTextBox
{
  font-size: 8pt;
  padding: 2px;
  border: 1px solid #7F9CBA;
}

.ControlDropDown
{
  background-color: White;
  border: 1px solid #7F9CBA;
  font-size: 8pt;
}

.Validator
{
  font-size: 8pt;
  color:Red;
  padding-left:5px;
}

.GroupHeader
{
  font-weight:bold;
  color: #F7F3F7; 
  font-size: 8pt; 
}

.SubmitButton
{
  width:100px;
}

td.SubmitButtonTD
{
  padding-left: 208px;
}

Td.InfoTableTD
{
  padding-left:25px;
  padding-right:25px;
  
}
.Header{
  color:red;
  font-size:11pt;
  font-weight:bold;
}

td.MainTD
{
  padding-left:13px;
  padding-right:13px;
  padding-bottom:13px;
  vertical-align:top;
}

.horlineBlue {
  background:#385131 none repeat scroll 0 0;
  border:0 none;
  height:1px;
  margin-right:10px;
  overflow:hidden;
}

.spacer_big {
  font-size:0;
  height:20px;
  line-height:normal;
  width:100%;
}

.spacer_white_huge {
  background-color:#FFFFFF;
  font-size:0;
  height:340px;
  line-height:normal;
  width:100%;
}

.GroupHeaderTD
{
  font-size: 8pt;
  font-weight:bold;
  color:#385131
}

.GroupLineTD
{
  border-top:1px solid #9C9A9C;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
}

.listFieldValue
{
  padding-bottom:10px;
  padding-right:10px;
  
}

.InnerTableTD
{
  width: 650px;
  height: 50px; 
}

.RadioList
{
  font-size: 8pt;
  color:#3A3E45;
}
/*--------------- Styles for base controls ---------------*/
.Label
{
  font-size: 8pt;
}

.Editor
{
  font-size: 8pt;
  border: steelblue 1px solid;
  padding: 2px;
}

.DropDown
{
  background-color: White;
  border: steelblue 1px solid;
  font-size: 8pt;
}

/*--------------- Styles for Login control ---------------*/
.Login
{
  border: solid 1px gray;
  width: 400px;
}

.LoginCaption
{
  font-size: 16pt; 
  color: White;
}

.LoginLabel
{
  font-size: 8pt; 
  font-weight: bold;
  color: DarkGray;
}

.LoginLink
{
  font-size: 8pt; 
  font-weight: bold;
  color: blue;
}

/*--------------- Styles for PXMenu control ---------------*/

.MenuIsland
{
  font-size: 9pt;
  font-weight: bold;
  border: solid 1px gray;
  border-top-width: 0px;
  background-color: WhiteSmoke;
  cursor: pointer;
}

.MenuItem
{
  padding: 3px 1px 3px 2px;
  color: #385131;
}

.MenuHover
{
  background-color: white;
  color: #ed3b1c;
  padding: 2px 1px 2px 2px;
  border-top: solid 1px #ccd8e0;
  border-bottom: solid 1px #ccd8e0;
}

.MenuDisabled
{
  padding: 3px 1px 3px 2px;
  color: GrayText;
}

.MenuSelected
{
  color: #385131;
  background-color: WhiteSmoke;
}

/* ----------- top menu level ---------------*/
.MenuIsland0
{
  background-color: #385131;
  border: 0px;
}

.MenuItem0
{
  padding: 1px 8px 0px 8px;
  color: #ffffff;
  border-right: 1px #ffffff solid;
}

.MenuHover0
{
  background-color: WhiteSmoke;
  color: #385131;
  padding: 0px 8px 0px 7px;
  border: 1px gray solid;
  border-bottom-width: 0px;
}

.MenuDisabled0
{
  padding: 0px 8px;
  color: GrayText;
}
#page_bg 
{
  padding: 10px 0px;
}

div.center 
{
  text-align: center;
}

.clr 
{
  clear: both;
}

div#wrapper 
{
  width: 898px;
  margin-left: auto;
  margin-right: auto;
}

div#header 
{
  background-color:#FFFFFF;
  height: 60px;
  font-size:11px;
}

div#header_r 
{
  padding-top: 30px;
  padding-right: 7px;
  overflow: hidden;
  text-align: right;
}

/* ---------- spacers ---------- */
.spacer_white 
{
  height: 1px;
  line-height: normal;
  width: 100%;
  background-color: #ffffff;
  font-size: 0;
}

.spacer_white_big 
{
  height: 10px;
  line-height: normal;
  width: 100%;
  background-color: #ffffff;
  font-size: 0;
}

/* ---------- clickable logo ---------- */
div#logo 
{
  float: left;
  background: url('App_Themes/Default/Images/logo.gif') no-repeat 0 0;
  margin-left: 15px;
  margin-top: 5px;
  height: 50px;
  width: 200px;
}

div#logo a 
{
	background: url('App_Themes/Default/Images/logo.gif') no-repeat 0 0;
	height: 50px;
	width: 200px; 
	top: 5px; 
	display: block; 
	text-decoration: none;
}

/* top links */
#top_controls 
{
  float: right;
}
#top_controls a 
{
  font-size:9pt;
  color: #385131;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  text-decoration:none;
}
#top_controls a:hover 
{
  color: #EF3818;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

/* ---------- search controls ---------- */
#search_text
{
  padding-left: 5px;
  font-size: 8pt;
  width: 100px;
}

#search_button 
{
  font-size: 8pt;
  width: 30px;
}

/* main menu */
#topmenu 
{
  height: 20px;
  text-align: left;
  background-color: #385131;
}

#topmenu ul.MenuIsland0 a 
{
  font-weight: bold;
  text-decoration: none;
  color: White;
}

#topmenu li.MenuHover0 a, #topmenu li.MenuSelected a
{
  color: #385131;
}

#topmenu li
{
  height: 20px;
}

#topmenu a
{
  text-decoration: none;
  font-weight: bold;
  color: #385131;
}

#topmenu a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #ED3B1C;
}

#topmenu td:hover
{
  color: #ED3B1C;
}

#liDiv
{
  margin-top: 2px;
}

/* ---------- top area items ---------- */
div#toparea 
{
  text-align: left;
}

div#toparea_l 
{
}

div#toparea_r 
{
  float: right;
  width: 221px;
}

div#toparea ul 
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div#toparea ul li a, div#toparea ul li a:visited 
{
  color:#385131;
  height: 49px;
  display: block;
  margin: 0px;
  padding: 15px 0px 0px 14px;
  background-color: #E6F0EC;
  text-decoration: none;
  border-bottom: 1px #ffffff solid;
  border-left: 1px #ffffff solid;
}

div#toparea ul li a:hover 
{
  color: #EF3818;
  background-color: #ffffff;
}
div#toparea ul li a.last
{
  border-bottom: 0px;
  height: 48px;
}

div#toparea img.imgLeft
{
  float: left;
}
div#toparea img.iconLeft
{
  float: left;
  padding: 0px 0px 0px 7px;
}

.toparea_text_big 
{ 
  padding: 5px 0px 0px 7px;
  font-weight: bold;
  font-size: 14px;
}

.toparea_text 
{ 
  padding: 5px 0px 0px 8px; 
  color: #000000; 
}

/* ---------- story menus ---------- */
#storyarea 
{
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #e6e6e6;
}

#storymenu 
{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 898px;
  background-color: #e6e6e6;
  text-decoration: none;
}

#storymenu a, storymenu a:visited
{
  color:#385131;
  background: #E6F0EC url('Icons/storyOff.gif') no-repeat scroll 7px 2px;
  border-right: 1px #ffffff solid;
  border-left: none;
  font-size: 9pt;
  font-weight: bold;
  width: 100px;
  height: 36px;
  margin: 0px;
  padding: 4px 2px 2px 10px;
  display: block;
  vertical-align: top;
  text-decoration: none;
}

#hhh
{
  color: #EF3818;
  background: #FFFFFF url('Icons/storyOn.gif')   no-repeat scroll 7px 2px;
  text-decoration: none;
}
#storymenu a.selected 
{
  background: #FFFFFF url('Icons/storySel.gif')   no-repeat scroll 7px 2px;
  text-decoration: none;
}

#storymenu a.last 
{
  width: 99px;
}

/* ---------- page footer ---------- */
div#footerspacer
{ 
  height: 2px; 
  border-bottom: 1px #90AE98 solid;
  font-size: 0pt;
  line-height: normal;
}

div.footerspacer
{ 
  border-right: 1px #90AE98 solid;
}

div#footer 
{ 
  color: #999999; 
  font-size: 8pt;
  padding: 10px 0px 0px 0px; 
  height: 40px; 
  overflow: hidden; 
}

div#footer a:link, div#footer a:visited  
{ 
  color:#999999;
  text-decoration:none;
          
}

div#footer a:hover
{
  color: #EF3818;
}


#copyright
{
  float: left;
  padding-left: 15px;
}

#legal
{
  float: right;
  padding-right: 15px;
}

/* ---------- main column ---------- */
div#maincolumnhome
{
  margin-left: 0px;
  padding: 0px;
  width: 898px;
  text-align: left;
}

div#maincolumnhome th
{
  color: #385131;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
}

div#maincolumnhome th a
{
  color: #385131;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
        
}

div#maincolumnhome th a:hover
{
  color: #EF3818;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  text-decoration: underline;
}

div#maincolumnhome td
{
  vertical-align: top;
}

div#maincolumnhome td ul li
{
  line-height: 1.4em;
}

table.nopad
{
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
}

table.nopad td.content_l
{
  margin: 0px;
  text-align: left;
}

table.nopad td.content_r
{
  width: 220px;
  border-left: 1px solid #E6E6E6;
  border-right: 0px none;
  margin: 0px;
  padding: 0px;
}

div#content
{
  border-right: 1px #90AE98 solid; 
}

/* ---------- article columns ---------- */
#whitebox 
{
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#leftcolumn 
{
  float: left;
  width: 220px;
}
#maincolumn 
{
  margin-left: 220px;
}

#article_box
{
  border-collapse: collapse;
  padding: 0px;
}
#article_box td.left_td
{
  vertical-align: top;
  background-color: #E6F0EC;
  height: 400px;
  width: 180px;
}
#article_box td.main_td
{
  padding-left: 13px;
  padding-right: 13px;
  vertical-align: top;
}

.buttonnext a, .buttonnext a:visited 
{
  color: #385131;
  background-image: url('Icons/dashbutton.gif');
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  margin: 0px;
  padding: 2px 16px 2px 4px;
  vertical-align: top;
  text-decoration: underline;
}

.buttonnext a:hover
{
  background-image: url('Icons/dashbuttonon.gif');
  background-repeat: no-repeat;
  background-position: center right;
  color: #EF3818;
  background-color: #FFFFFF;
  font-weight: bold;

}
.buttonnext a.selected 
{
}

.smallBlack
{
  color: #000000;
  font-size: 10px;
}

/* ---------- module menu ---------- */
div.module_menu 
{
  width: 220px;
  font-size: 11px;
  color: #004d80;
  background-color: #ffffff;
}

div.module_menu ul 
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div.module_menu a, div.module_menu a:visited 
{
  color: #385131;
  display: block;
  height: 20px;
  padding: 5px 0px 0px 20px;
  background-color: #E6F0EC;
  text-decoration: none;
  border-top: 1px #c6e0cC solid;
  border-bottom: 1px #eff3f6 solid;
}

div.module_menu a:hover 
{
  color: #ed3b1c;
  background-color: #ffffff;
  text-decoration: none;
}

div.module_menu a#current
{
  font-weight: bold;
  background-color: white;
}

/*--------------- PXDropDown  css classes ---------------*/
.DDSelection
{
  background-color:Silver;
}

.DDTable 
{
  border: Black 1px Solid;
  background-color: White;
  font-size: 8pt;
}
.DDItem
{
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  vertical-align: middle;
  cursor: default;
}

/*------------------------ Search page styles -------------------*/
div.MainSearchDiv
{
  text-align: left;
}

table.SearchControls
{
  position: static;
  margin-left: 5px;
  height: 20px;
  overflow: hidden;
}

div.QueryEditBox
{
  border-color: #6B90DA;
  border-style: solid;
  border-width: 1px;
  background-color: White;
  height: 20px;
  padding-right: 5px;
}

div.HorizontalBar
{
  height: 25px;
  vertical-align: middle;
  border-bottom: solid 1px #6B90DA;
}

table.SearchResults
{
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  margin-top: 20px;
}

div.NotFound
{
  margin-top: 20px;
}

/*------------------------ WIKI  Styles ------------------------*/

.FormContent {
  background-color:White;
  border: Gray 1px Solid;
  border-top-width: 0px;
}

#article_box td.main_td {
  padding-left: 20px;
  padding-right: 20px;
}

.wiki {
  text-align: left;
  color: #000000;
  max-width::800px;
    }

.editbox 
{
  font-size: 12px;
  color: #000000;
  padding: 2px;
  margin: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 9px;
}

a.datepicklink {
  display: block;
}

.textwitharrow
{
  background-image: url('Icons/more_arrow.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 12px;
}

/* General purpose links */

a.wikilink  {
  color: #385131;
  text-decoration: none;
  font-size: 12px;
  outline-style:none;
}

a.wikilink:hover {
  color: #EF3818;
  text-decoration: underline;
}

a.wikilink:link, a.wikilink:vizited, a.wikilink:active {
  color: #385131;
  text-decoration: none;
  font-size: 12px;
}


/* Link to an external URL */  
a.externallink {
  color: #385131;
  /*background-image: url('Icons/ExternalLink.gif');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 14px; */
  font-size: 12px;
  text-decoration: none;
}

a.linkwitharrow, a.linkwitharrow:visited
{
  color: #385131;
  background-image: url('Icons/dashbutton.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

a.linkwitharrow:hover
{
  color: #EF3818;
  background-image: url('Icons/dashbuttonon.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

a.linkcoldfusion
{
  background-image: url('Icons/icon-swf.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
}

a.linkwithsmallarrow
{
  background-image: url('Icons/more_arrow.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 10px;
  color:black;
}

a.urllink
{
  background-image: url('Icons/i_url.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 14px;
}

/* Link to file revisions screen */
a.revisionslink, a.revisionslink:hover {
  color: #385131;
  background-image: url('Icons/revisions.gif');
  background-repeat: no-repeat;
  padding-right: 14px;
}

/* Link to an internal file */
a.internallink {
  color: #385131;
}

/* Link to a Wiki page */
a.pagelink, a.pagelink:visited 
{
  color: #385131;
  font-size: 12px;
}

a.pagelink:hover 
{
  color: #EF3818;
}

/* Link to unknown/inexistent pages */
a.unknownlink, a.unknownlink:link,a.unknownlink:visited , a.unknownlink:active {
  color: #385131;
  text-decoration: none;
}
a.unknownlink:hover {
  color: #EF3818;
  text-decoration: underline;
}

/* Email Link */
a.emaillink {
  color: #385131;
}

a.editsectionlink {
  color: #385131;
  float: right;
  font-size: 12px;
  margin: 4px 0px 0px 0px;
}

a.anchorlink, a.anchorlink:link, a.anchorlink:active
{
  color: #385131;
  text-decoration: none;
}

a.anchorlink:hover {
  color: #EF3818;
  text-decoration: underline;
}

h1.wikiH1 {
  color: #385131;
  font-size: 14px;
  font-weight: bold;
}

h2.wikiH2 {
  color: #385131;
  font-size: 12px;
  padding-left: 8px;
}

h3.wikiH3
{
  background-image: url('Icons/logo_bug_small.gif');
  background-repeat: no-repeat;
  color: #385131;
  font-size: 12px;
  padding-left: 14px;
  text-decoration: none;
}

h4.wikiH4 {
  background-image: url('Icons/more_arrow.gif');
  background-repeat: no-repeat;
  background-position: center left;
  color: #385131;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
}

h1.pagetitle 
{
  font-size: 22px;
  color: #000000;
  border-bottom: solid 1px #888888;
  padding-bottom: 2px;
  margin-bottom: 2px;
  font-weight: normal;
}

/* Class for applying a separator under H elements (useful to avoid usage of HR) */
h1.separator
{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 8px;
  margin-top: 12px;
}

h2.separator 
{
  background-color: WhiteSmoke;
  border-bottom: none;
  padding-bottom: 4px;
  padding-top:3px;
  margin-bottom: 0px;
  margin-top: 10px;
}

h3.separator 
{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
}

h4.separator 
{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.horline
{
  height: 1px;
  overflow: hidden;
  background: #9C9A9C;
  border: 0;
  margin-right: 0px;
}

ul.wikibulletlist
{
  font-size: 12px;
  padding-left: 6px;
  margin-left: 0px;
  margin-top: 6px;
  margin-bottom: 8px;
  list-style: none;

}

ol.wikinumlist
{
  font-size: 12px;
  padding-left: 20px;
  margin-left: 2px;
}


li.wikibullet
{
  background-image: url('Icons/more_arrow.gif');
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding-left: 10px;
}

code, pre {
  font-family: Courier New, Lucida Console, Monospace;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

pre {
  border: dashed 1px #999999;
  background-color: #FFFFF0;
  margin: 0px 10px 0px 10px;
  padding: 8px;
}

img {
  border: none;
}

/* Class for general purpose images (contained in Wiki pages) */
img.image {
  border: solid 1px #CCCCCC;
}

/* Class of the formatting Buttons in Edit.aspx */
img.format {
  border: solid 1px;
  padding: 2px;
}

/* Appearance of images which are rendered to the left of file links*/
img.fileimg
{
  height: 16px;
  vertical-align: middle;
}

/* Description/legend for images */
div.imagedescription 
{
  text-align: center;
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  color:gray;
}

/* Div used for clearing floats */
div.clear {
  clear: both;
}

/* Div containing images aligned to the left */
div.imageleft {
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  float: left;
}

/* Div containing images aligned to the right */
div.imageright {
  margin-left: 8px;
  margin-right: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  float: right;
}

/* Div containing images aligned to the center */
div.imagecenter 
{
  width: 100%;
  text-align: center;
}

/* Div containing information on last modification (who and when) */
div.legend
{
  font-size: 10px;
  margin-bottom: 10px;
}

/* Div containing a single section */
div.section
{
  font-size: 12px;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

}

.sH1
{
}
.sH2
{
  padding-left: 4px;
}
.sH3
{
  padding-left: 14px;
}

.sH4
{
  padding-left: 10px;
}

/* Div used as an empty space between sections */
div.emptyspace
{
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Table containing images not aligned */
table.imageauto {
  border: solid 1px #CCCCCC;
  background-color: #F9F9F9;
  padding: 2px;
}

/* Style of error messages */
span.errorMsg
{
  color: Red;
}

/* Correct box */
.GrayBox {
  border: solid 1px #CCCCCC;
  background-color: #F9F9F9;
  padding: 4px;
  margin: 4px 4px 0px 0px;
  width: 100%;
}

/* Table of contents box */
.TocBox {
  border: solid 1px #CCCCCC;
  background-color: #F9F9F9;
  padding: 4px;
  margin: 4px 4px 0px 0px;
}

.hintcell
{
  height: 36px;
  width: 32px;
  vertical-align: middle;
}

.warncell
{
  height: 36px;
  width: 32px;
  vertical-align: middle;
}

/* Contains the Header */
#HeaderDiv {
  margin: 4px;
  padding: 8px;
}

/* Contains the SidebarDiv and the MainDiv */
#ContainerDiv {
}

/* Contains the contents of a Page */
#MainDiv {
  background-color: #FFFFFF;
  background: #FFFFFF url('Icons/sw_border_vertical.png') repeat-y left;
  border-top: solid 1px #888888;
  border-bottom: solid 1px #888888;
  border-right: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 192px;
  margin-right: 0px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 12px;
}

/* Contains the Page Header (title, last modify, etc.) */
#PageHeaderDiv {
}

#PageInternalHeaderDiv {
  margin-bottom: 10px;
}

#PageInternalFooterDiv {
  margin-top: 10px;
}

/* Contains the link to the page editing form (Edit.aspx) and history */
#EditHistoryLinkDiv {
  float: right;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#EditLink, #HistoryLink, #ViewCodeLink, #DiscussLink, #BackLink, #PostReplyLink {
  margin-left: 4px;
  padding: 2px;
  border: solid 1px #999999;
  text-decoration: none;
}
#EditLink:hover, #HistoryLink:hover, #ViewCodeLink:hover, #DiscussLink:hover, #BackLink:hover, #PostReplyLink:hover {
  border: solid 1px #214C9A;
  text-decoration: none;
  background-color: #FFFFEE;
}

#PreviewDivExternal {
}

#PreviewDiv {
  padding: 10px;
  border: solid 4px #CCCCCC;
}

#TocContainer {
  border: solid 1px #CCCCCC;
  padding: 4px;
  background-color: #F9F9F9;
}

/* Infobox styles */
table.infobox
{
  background-color: white;
  color: black;
  clear: right;
  float: right;
  margin: 0.5em 5pt 0.5em 1em;
  border: solid 1px #385131;
}

.infoboxheader
{
  color: #385131;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 5px 5px 3px;
  background-color: #F5F5F5;
  border-bottom: solid 1px #EFF3F6;
}

.infoboxcell
{
  color: #385131;
  font-size: 11px;
  padding: 5px;
  background-color: #E6F0EC;
  border-bottom: solid 1px #EFF3F6;
  border-top: solid 1px #CCD8E0;
}

.wikihiddencontent
{
  padding-top: 2px;
  padding-left: 15px;
  padding-bottom: 4px;
}

/* Tables displayed in articles */

.hinttabletop {
  background:  url(icons/hinttable.gif) no-repeat scroll 0 -6px;
  font-size:0;
  height:6px;
  margin:0 auto;
  width:180px;
}

.hinttablebottom {
  background:  url(icons/hinttable.gif) no-repeat scroll 0 0px;
  font-size:0;
  height:6px;
  margin:0 auto;
  width:180px;
}

.contenttablehead
{
  background-color: #9A9A9A;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
}
       
.contenttableheadtd
{
  padding: 8px 5px 8px 5px;
}
       
.contenttabletd
{
  margin: 0px;
  padding: 2px 2px 2px 6px;
  vertical-align: top;
  vertical-align: top;
}
       
.contenttabletdfirst
{
  font-weight: bold;
  vertical-align: top;
  padding: 2px 2px 2px 6px;
}

.contenttabletrfirst
{
  background-color: #F0F0F0;
}

.contenttableproduct
{
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}