:link,:visited,:active { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:2px }
a img,:link img,:visited img { border:none }
address { font-style:normal }

a {
    color: #015fab;
}
a:hover, a:active {
    text-decoration: underline;
}

body {
    background: #f0f0f0;
    background: #eee url(/images/gray_bg.jpg) repeat-x;  
    color: black;
    font: 14px/20px Arial, Helvetica, sans-serif;
    text-align: center;	
}

div.logo {
    float: left;
    padding: 0 20px 0 0;
    width:  120px;
    height: 120px;
    text-align: center;
}

#header {
    background: url(/images/right_gradient.jpg) repeat-x 0px -80px;
    border-bottom: 1px solid #bbb;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
    color: #666;
    font-size: 11px;
    height: 1.7em;
    margin: 0 auto 0 auto;
    padding: 5px 20px 5px 20px;
    text-align: left;
    width: 800px; 
    }
    #header #left{
        float: left;
        text-align: right;
    }
    #header #rightpane {
        float: right;
        text-align: right;
    }

#main {
    background: white;
    border-top: 0;
    border: 2px solid #999;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 500px;
    border-style: none solid solid;
    min-height: 680px; 
    }
    #main h1 {
	color: transparent;
	float: right;
	width: 70px;
        background-size: 50%;
	background: url(/images/jpos_s.jpg) no-repeat right top;
    }
    #main h1 a {
        display: block;
        height: 78px;
        text-indent: -5000px;
        background-color: transparent;
    }
    #main h2 {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1px;
        font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; 
	margin-right: 170px;
	margin-bottom: 2px;
    }
    #main p#breadcrumb {
        font-size: 12px;
        margin-top: 6px;
    }
    #main p#breadcrumb a, #main p#breadcrumb a img {
        vertical-align: bottom;
        line-height: 14px;
    }
    #main #left {
        float: left;
        margin-right: 0pt;
        margin-top: 10px;
        width: 151px;
        }
        #main #left h3 {
            margin: 10px 20px 10px 0;
            padding-left: 0.45em;
            font-size: 11px;
            text-transform: uppercase;
            color: #333;
            background-color: inherit;
            border-bottom: 1px solid #999;
        }
    #main #rightpane {
        float: right;
        margin-right: 0pt;
        margin-top: 5px;
        width: 640px;
        }
        #main #rightpane  h4 {
            text-align: justify;
            color: #015fab;
            padding-bottom: 5px;
            border-bottom: 1px solid #015fab;
        }
        #main #rightpane .maintext {
            text-align: justify;
            margin-right: 0pt;
            margin-top: 10px;
        }
        #main #rightpane #message {
            border-left: medium none;
            border-right: medium none;
            margin-top: 30px;
            border: 1px solid #51683b;
            padding: 5px;
            font-size: 11px;
            text-transform: uppercase;
            margin: 6px;
            }
    #main #fullpane{
        margin-right: 0pt;
        margin-top: 81px;
        }
        #main #fullpane h4{
            text-align: justify;
            color: #015fab;
            padding-bottom: 5px;
            border-bottom: 1px solid #015fab;
        }
        #main #fullpane p,h2,h3,table {
            padding: 5px;
        }
        #main #fullpane #message {
            border-left: medium none;
            border-right: medium none;
            margin-top: 30px;
            border: 1px solid #51683b;
            padding: 5px;
            font-size: 11px;
            margin: 6px;
            }

#footer {
    float: left;
    width: 99%;
    font-size: 11px;
    margin-top: 20px;
    padding-top: 2px;
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    }
    #footer p{
        font-size: 0.9em;
    }

/* les tabs - code based on Dan Cederholm's tabs - http://www.simplebits.com/bits/css_tabs.html */

#tabs {
    margin-top: 16px;
    width: 800px;
    padding: 0 0 3px 0;
    float: left;
    background: url(/images/tab_bottom2.gif) repeat-x bottom;
}
#tabs ul {
    margin: 0;
    padding-left: 0px;
}
#tabs ul li {
    margin: 0; 
    padding: 0;
    display: inline;
    list-style-type: none;
}
#tabs ul a:link, 
#tabs ul a:visited {
    height: 14px;
    float: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 7px 12px 6px 10px;
    margin-right: 4px;
    border-left: 1px solid #999;
    text-decoration: none;
    color: #666;	
    background: #f0f0f0 url(/images/bg_rounded_tab.gif) no-repeat right top;
}
#tabs ul a:link.current, #tabs ul a:visited.current {
    border-bottom: 1px solid white;
    margin-bottom: -3px;
    background-color: white;
    color: black;
    height: 16px;
}
#tabs ul a:hover {
    background-color: #f9f9f9;
    }
    #tabs #contact {
        float: right;
        font-size: 13px;
        font-weight: bold;
        color: #666;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        background: url(/images/icons/16x16/mail.png) no-repeat left;
        padding-left: 19px;
    }
#homeLink:hover {
	color: black;
}

div.message {
    border-left: medium none;
    border-right: medium none;
    margin-top: 30px;
    border: 1px solid #51683b;
    background: url(/images/message_confirm.gif) no-repeat left -6px;
    }
    div.message p {
        margin: 6px 12px 6px 40px;
        font-weight: bold;
    }

div.confirm {
    border: 1px solid #51683b;
    background: url(/images/message_confirm.gif) no-repeat left -6px;
}

div.error {
    border: 2px solid #e50d2e;
    background: url(/images/message_error.gif) no-repeat left -6px;
}

textarea#license {
    width: 555px;
    height: 272px;
    border: 0px;
    padding: 3px;
    font-family: Andale Mono, monospace;
    font-size: 0.9em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main #main{
    width:800px;
}

.clear {
    clear: both;
}

.blue { color: #305070;}
.red  { color: #9c0000;}
.grey { color: #757575;}

.green { font-weight: bold; color: #40FF40;}
.rblue { font-weight: bold; color: #ffffff; background-color: #305070; }
a.rblue { font-weight: bold; color: #ffffff; background-color: #305070; }

.searchButton {
    height: 19px;
    width: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.imageright {
    position: 0 0 0 0;
    float: right;
    margin: 0;
    padding: 0% 0% 0% 3%;
}

.fineprint p {
    font-size: x-small;
    text-align: justify;
}

#leftmenu {
  float: left;
  width: 156px;
  margin-top: 0px;
  margin-right: 0;
}
#leftmenu h3 {
  margin: 10px 20px 10px 0;
  padding-left: 0.45em;
    
  font-size: 11px;
  text-transform: uppercase;
    
  color: #333;
  background-color: inherit;
  border-bottom: 1px solid #999;
}
#leftmenu ul {
  margin-bottom: 15px;
}
#leftmenu ul li {
  line-height: 12px;
}

#leftmenu ul a {
  display: block;
  margin-right: 20px;
  padding: 7px;
  padding-bottom: 6px;
  padding-left: 19px;
  _height: 1em;       /* hack for IE6 only */
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;

  border-bottom: 1px solid #ddd;
  background-repeat: no-repeat;
  color: #333;
}
#leftmenu ul a span {
  font-size: 13px;
  font-weight: bold;
  color: #015fab;
}
#leftmenu ul a:hover {
  background-color: #e9e9e9;
  text-decoration: none;
} 
#leftmenu ul a:hover span {
  text-decoration: underline;
}
#leftmenu ul.view a {
  padding-left: 0.7em;
}
    
#leftmenu ul li.current {
  background: #e9e9e9 url(/images/current.gif) no-repeat right 50%;
}
#leftmenu ul li.current a {
  background-color: #e9e9e9;
  border: 0;
}
#leftmenu ul li.current a span {
  color: black;
}
#leftmenu ul li.current a:hover {
  cursor: default;
}
#leftmenu ul li.current a:hover span {
  text-decoration: none;
}
#leftmenu ul li.active a {
  background-image: url(/images/checkmark.gif);
  background-repeat: no-repeat;
  background-position: 0.45em 6px;
}
      
#leftmenu ul li ul {
  margin-top: 0;
  height: 1%;
}
#leftmenu ul li ul a,
#leftmenu ul.view li ul a {
  padding-left: 18px;
  font-size: 11px;
  font-weight: normal;
  color: #015fab;
}
#leftmenu ul li ul a:hover {
  text-decoration: underline;
}
#leftmenu p {
  margin: -8px 0 20px 0;
  padding-left: 18px;

  font-size: 11px;

  color: #333;
  background-color: inherit;
}
  
  
* + html #leftmenu ul a,
* + html #leftmenu ul li ul a,
* + html #leftmenu ul.view li ul a,
* + html #leftmenu p {
  padding-left: 16px;
}
* html #leftmenu ul a,
* html #leftmenu ul li ul a,
* html #leftmenu ul.view li ul a,
* html #leftmenu p {
  padding-left: 15px;
}
* + html #leftmenu ul li.active a {
  background-position: 0.3em 6px;
}
* html #leftmenu ul li.active a {
  background-position: 0.2em 6px;
}
  
