@charset "utf-8";
/* CSS Document */
/* * { margin: 0; padding: 0 } This is causing problems, and we already reset anyway in Archon */
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


#avsaphelp p { text-align: left; margin: 15px 0; color:#000}

#avsaphelp p, avsaphelp ul { font-size: 13px; line-height: 1.4em }

#avsaphelp a { color: #39c; text-decoration: none }

#avsaphelp .bold {font-weight:bold}

#avsaphelp p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

#avsaphelp p#cross-links { text-align: center }

#avsaphelp p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

/* we'll probably make this part of archon as a whole */
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

/* these two are already in archon's CSS so we'll just not add them */
/*a:focus { outline:none }
img { border: 0 }*/


#avsaphelp h1 { color:#000; }
#avsaphelp h2 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left; }
#avsaphelp h3 { text-align: left;color:#000; border-top: 1px solid silver; padding-top:2px; }
#avsaphelp h4 { text-align: left;color:#000; }

#avsaphelp table
{
   text-align:left;
   font-size:13px;
   margin: 5px 5px 5px 5px;
}

#avsaphelp td, #avsaphelp th {
   border: thin solid #666;
   padding: 10px;
}


#avsaphelp {
   font-family: Verdana, Arial;
   margin: auto;
   text-align: center;
   background-color:#000000;
   padding-top: 10px;
   background-image:url(../images/123.gif);
   background-repeat: repeat-x;
   background-color: #FFFFFF;
  
}

#avsaphelp .h1 {
   padding-top: 25px;
   text-align:center;
}

#avsaphelp .figure {
   float: left;
   padding: 1px 2px 1px 2px;
   height: auto;
   vertical-align: bottom;
}


#avsaphelp .thumb {
   float: left;
   padding: 20px 10px 1px 2px;
}

#avsaphelp .bottom {
   padding: 1px 2px 10px 2px;
   height: auto;
   text-align: center;
   overflow: hidden;
   margin: auto;
   background-color:#FFF;
}

#avsaphelp .bottom p {
   text-align: center;
   font-size:9px;
}


#avsaphelp .figure p {
   text-align: center;
   font-style: italic;
   font-size: smaller;
   text-indent: 0;
}

#avsaphelp .stripViewer { /* This is the viewing window */
                          position: relative;
                          overflow: hidden;
                          margin: auto;
                          width:750px; /* Also specified in  .stripViewer .panelContainer .panel  below */
                          clear: both;
                          background: #fff;
                          border: thin double #bbc0ca;
}

#avsaphelp .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
                                          position: relative;
                                          left: 0; top: 0;
                                          width: 100%;
                                          list-style-type: none;
                                          /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

#avsaphelp .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
                                                 float:left;
                                                 height: 100%;
                                                 position: relative;
                                                 width: 750px; /* Also specified in  .stripViewer  above */
}

#avsaphelp .panelContent
{
   float:left;
   height: 100%;
   position: relative;
   padding: 15px;
   width:700px;
}

#avsaphelp .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
                                                          padding: 15px;
}

#avsaphelpnav { /* This is the div to hold your nav (the UL generated at run time) */
                text-align:center;
                padding: 10px;
                width: 750px;
                height: 35px;
                background-image:url(../images/tabBG.gif);
                background-repeat: repeat-x;
}

#avsaphelpnav ul { /* The auto-generated set of links */
                   list-style: none;
}

#avsaphelpnav ul li {
   float: left;
   margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

#avsaphelpnav a { /* The nav links */
                  font-size: 10px;
                  font-weight: bold;
                  text-align: center;
                  line-height: 30px;
                  background: #c6e3ff;
                  color: #fff;
                  display: block;
                  padding: 0 10px;
                  float: left;
}

#avsaphelpnav li.tab1 a { background: #6e93ad }
#avsaphelpnav li.tab2 a { background: #436988 }
#avsaphelpnav li.tab3 a { background: #6e93ad }
#avsaphelpnav li.tab4 a { background: #324e65 }
#avsaphelpnav li.tab5 a { background: #6e93ad }
#avsaphelpnav li.tab6 a { background: #436988 }
#avsaphelpnav li.tab7 a { background: #324e65 }
#avsaphelpnav li.tab8 a { background: #436988 }
#avsaphelpnav li.tab9 a { background: #6e93ad }
#avsaphelpnav li a:hover {background: #333;}

#avsaphelpnav li a.current {
   background: #000;
   color: #fff;}

#avsaphelp .logo {
   padding: 10px 5px 5px 15px ;
   float:left;
}
#avsaphelp .UIlogo {
   padding: 25px 5px 5px 15px ;
   float:left;
}

#avsaphelp .footer
{
   text-align: center;
   width: auto;
   text-indent: 10px;
}

#avsaphelp .footer a
{
   font-size:10px;
   text-align:center;
   text-decoration:none;
   vertical-align:middle;

}

#avsaphelp .footer a:hover {
   color: #F03;}

#avsaphelp .thumbs
{ padding: 5px 5px 5px 5px; float:left;
}

