/****************************************************************************************
 WANdisco Stylesheet - Version 1.95 - April 1st 2010 
 ***************************************************************************************/


/****************************************************************************************
 B A S I C S 
 ***************************************************************************************/

body {
  color: #333333;
  background-color: rgb(233,233,233);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 10px;
  padding: 2px;
  overflow: auto
}

html > body {
  font-size: small;
}

p {
	margin: 5px 0px 5px 0px;
	 color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p .note {
  	border: 1px dashed #ccc;
  	background: #D3EFF5;
	color: black;
	border: 1px dashed #ccc;
	margin: 5px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
}

#payload img.alert { 
    float: left; 
    clear: left; 
    margin: 5px;
    padding: 2px;
    width:20px;
    height:20px;
    position:relative;
    left:-3px;
    top:-10px;
}  

.bluetitle {
color:#374047;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
}


/****************************************************************************************
 H E A D E R S  
 ***************************************************************************************/

#header {
  color: inherit;

}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  font-style: italic;
}

.header {
  margin-top: 0;
  font-style: italic;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: #0068b3;
  font-size: 109%;
  text-align: left;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: #0068b3;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: #0068b3;
  background-color: white;
}

.title {
font-size:150%;
}

.bluetitle {
color:#0068b3;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
}



/****************************************************************************************
 I M A G E S   
 ***************************************************************************************/



.reeny {
border-style: solid;
border-width:1px;
border-color:#dddddd;
margin: 5px 5px 5px 5px;
}


acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/****************************************************************************************
 M E N U  B A R   - L E F T  
 ***************************************************************************************/

.shazam {display:none;}

hr {
border: 0;
color: #24A2FF;
background-color: #24A2FF;
height: 1px;
width: 300px;
text-align: left;
}

.leftSideBar {
  margin: 0;
  width: 320px;
  float: left;
  clear: left;
  background-color: transparent;
  position: absolute;
	top:110px;
	bottom: 0px;
	left: 10px;
	padding-left: 5px;
	padding-top: 5px;
	overflow: auto;
  overflow: auto;
}


.sideBarTitle {
	font-family: Arial,sans-serif;
	color: #0068b3;
	font-size: 12pt;
	font-weight:bold;
	cursor:pointer;	
}


.sideBarTitle:hover { color: #D9EAF4; background-color: #0068B3
}


.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: #0068b3;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(217,234,244);
  background-color: transparent;
  line-height: 1.25em;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
    text-decoration: none;
  color: #24A2FF;
}

.leftSideBar .thisPage {

  background-color: transparent;
  font-weight: bold;
}

/****************************************************************************************
 M E N U  B A R   - R I G H T   ( NOT CURRENTLY USED )  
 ***************************************************************************************/

.rightSideBar {
position: inherit;
  width:13em;
  margin-left:500px;
  top:120px;

  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;

  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #E9E9E9;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/****************************************************************************************
 P A Y L O A D 
 ***************************************************************************************/

#payload 	{
	position: absolute;
	top: 110px;
        background-color: white;
	bottom: 0;
	margin-left: 327px;
	margin-right: 0;
	/*\*/
	left: 335px;
	right: 0;
	margin: 0;
	/* */
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	overflow: auto;
	}
	
.content {
  width:650px;
}

#payload .note {

	border: 1px dashed #ccc;
  	background: #D3EFF5;
	color: black;
	border: 1px dashed #ccc;
	margin: 5px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 

}

#payload .gote {

	border: 1px solid #ccc;
  	background: #F9FCB1;
	color: 919184;
	margin: 5px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 

}



#payload img.alert { 
    float: left; 
    clear: left; 
    margin: 5px;
    padding: 2px;
    width:20px;
    height:20px;
    position:relative;
    left:-3px;
    top:-10px;
}  

#payload .nopoint {
	list-style-type:none;
	padding-top: 20px;
	padding-bottom: 20px;
}


#payload h1 {
  color: #0068b3;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#payload h2 {
  color: #0068b3;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 160%;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#payload h3 {
  color: #0068b3;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 125%;
  text-align: left;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#payload a {
  color: #24A2FF;
  background-color: transparent;
  text-decoration: underline;
}

#payload a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

#payload code {
  font-family: monospace;
  font-size: 12pt;
}

pre {
        font-family: Liberation Mono, Courier New;
	font-size: 9pt;
	margin-left: 25px;
	margin-right: 25px;
	padding: 10px;
	border: 1px solid #ccc;
	color:#5C5C5C;
	background: #f5f5f5;
	line-height: 1.2em;
	background: url(pre_code_bg.png) repeat-y left top; /*--Background of lined paper--*/
	width: 750px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

.pbold {
	color:black;
	font-weight:bolder;
	}
	
.label {
      font-size: 7pt;
      color:#5C5C5C;
      position:relative;
top:-15px;
left:5px;
}

#payload .code-inline {
  font-family: monospace;
}

#footer 	{
 background: #0068b3;
  position: absolute;
  top: 578px;
  left: 0px;
  width: 1600px;
  height: 100px;
	}


.copyright {
	border-width:1px;
	margin: 5px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0068b3;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.boxout {
	border: 2px solid #D9EAF4;;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;  
}

dl.table-display
{
width: 800px;
margin: 2em 0;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
}

.table-display dt
{
width: 30%;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #0068b3;
font-weight: bold;
color: #0068b3;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{

width: 100%;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #0068b3;
}


/********* Ye olde table styles *********/
		
/*	table {
color:#678197;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width:95%;
border:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
text-align:left;
	}
	
/*	td.tablebold {
color:#0068b3;
font-family: Arial, Helvetica, sans-serif;
background-color: #E9E9E9;
font-weight:bold;
border-bottom:1px solid #e5eff8;
border-left:1px solid #e5eff8;
text-align:left;
	}
	
	td.tabletop {
color:#F18C1E;
font-family: Arial, Helvetica, sans-serif;
background-color: #0068B3;
font-weight:bold;
border-bottom:1px solid #E9E9E9;
border-left:1px solid #E9E9E9;
text-align:left;
	}	
tr.shady {
background-color:#E4F3F5;	
}*/		


.maintable {
background-color: #0068B3;  
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width:95%;
border:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
text-align:left;
      }


      .theader {
background-color: #E6E6FF;	
font-weight:bold;
color:white;
      }
      
      .ttop {
background-color: #7083FF;	
font-weight:bold;
color:white;
font-size:90%;
text-align:left;
      }      
      
      
      .tlight {
background-color:white;
color:black;
font-size:90%;
width:100%
      }
      
      .tdark {
background-color:#E6E6FF;   	
color:black;
font-size:90%;
      }
      
      
      .oldtable {
color:#678197;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width:95%;
border:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
text-align:left;
	}

      .theaderblue {
background-color: #0068B3;	
font-weight:bold;
color:white;
font-size: 110%;
      }
