/* Default style for links */
/*                         */
a:link:active  { color: #0000CC}
a:link:hover   { color: #1b4da0}
a:link         { color: #1b4da0}
a:visited      { color: #9999CC}

span.WebWorks_Number
{
  display: inline-block;
  margin: 0pt;
  padding: 0pt;
  text-indent: 0pt;
}

div.WebWorks_Table
{
  border: 1px solid #000000;
}

div.WebWorks_Table_Row
{
  clear: left;
}

div.WebWorks_Table_Cell
{
  float: left;
}

div.WebWorks_Table_End
{
  clear: both;
  font-size: 1px;
}

/* MiniTOC */
/*         */

div.WebWorks_MiniTOC
{
  background-color: #EEEEEE;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  font-family: sans-serif;
}

a.WebWorks_MiniTOC_Link
{
  text-decoration: none;
}

.WebWorks_MiniTOC dl
{
  margin-left: 12pt;
}

/* Google +1 */

span#social_google_plus1 {
    vertical-align: -7px;
}

hr {
    color: #000;
    background-color: #000;
    height: 1px;
    border: none;
    margin-left: -12px;
}

/*css scroll*/
::-webkit-scrollbar,
::-webkit-scrollbar-corner{
    width:  15px;
    height: 15px;
    background: #a1a1a1;
    border: 1px solid #828282;
    border-bottom-right-radius: 4px;
}
/*::-webkit-scrollbar:hover{
    background: #b9b9b9;
}*/
::-webkit-scrollbar:corner-present{
    border-bottom-right-radius: 0;
}
::-webkit-scrollbar:horizontal{
    border-style: solid none none none;
    border-bottom-left-radius: 4px;
}
::-webkit-scrollbar:vertical{
    border-style:  none none none solid;
    border-top-right-radius: 4px;
}
::-webkit-scrollbar-corner{
    border-style:  solid none none solid;
}
::-webkit-scrollbar-track-piece {

}


::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    height: 2px;
    width: 2px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: transparent;
    border:solid ;
   
    height: 10px;
   
    -webkit-border-image: url(../images/scroll-vertical.png) 3 5 3 5 stretch stretch;
    border-width: 3px 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: transparent;
     border:solid;
    width: 10px;
    -webkit-border-image: url(../images/scroll-horizontal.png)  5 3 5 3 stretch stretch;
    border-width: 5px 3px;
}


/*scroll*/
.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbase {
    width: 18px;
    background-color: transparent;
}

.vscrollerbar {
    width: 8px;
    background-color: #A1A1A1;
    margin-left:3px;
    padding-bottom: 2px;
    padding-top: 2px;
    border: 1px solid #616161;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.hscrollerbase {
    height: 18px;
    background-color: transparent;
}

.hscrollerbar {
    height: 8px;
    background-color: #A1A1A1;
    margin-top:3px;
    padding-right: 2px;
    padding-left: 2px;
    border: 1px solid #616161;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    background-color: gray;
}

/* LinkedIn Share */
/*                */
span#social_linkedin {
  margin-right: 12pt;
  vertical-align: -7px;
}


.Search_Result_Highlight
{
    background-color: #E0A933;
}



