/*

    -- -- -- -- -- -- --
    protosw.com base CSS
    -- -- -- -- -- -- --


    Toward future-proofing CSS hacks:

    Each of the following three files is a separate,
    browser-specific CSS file that keeps all hacks
    out of the main style sheet.

    Over time, as supporting these browsers no longer
    remains a priority, cleaning up the hacks is as
    easy as deleting the @import statement.

*/



/* The file below is read by ALL browsers
    but the hacks contained within it further target
    IE5-6 for Windows. See file for details. */

@import "ie6win.css";


/* The file below is ONLY read by IE5/Win.
    Makes use of the Mid Pass Filter:
    http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


/* The file below is ONLY read by IE5/Mac.
    Makes use of the Band Pass Filter:
    http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/


/*
  UNDO HTML
  Removing most default styling on basic HTML elements.*/

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


/*
  BASIC HTML STYLING
  Styling basic HTML elements.*/

a:link {font-weight: bold; color: #90B738;}
a:visited {font-weight: bold; color: #799F22;}
a:hover {text-decoration: underline; color: #9BBE4B;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {padding: 0; margin: 1em 3em;}
body {color: #000; background: #9E9E9E url(../i/bg-body.gif) repeat-x right bottom; font: 80% Helvetica, Arial, sans-serif; margin: 0; padding: 0; text-align: center; height: 100%;}
code, var {font-family: monaco, courier, monospace; color: #195C76; font-size: 1.1em;}
dd {line-height: 1.5; margin: 0; padding: 1em 0 1.5em 35px; background: url(../i/dd-arrows.gif) no-repeat 0 4px;}
del {color: #888;}
dt {text-transform: uppercase; color: #363636; font-weight: bold;}
h2 {font: bold 1.3em Helvetica, Arial, sans-serif; color: #363636; text-transform: uppercase; margin: 1em 0;}
h3 {font: bold 1.1em Helvetica, Arial, sans-serif; color: #363636; text-transform: uppercase; margin: 1em 0;}
h4 {font: bold 1.1em Helvetica, Arial, sans-serif; color: #195C76; text-transform: none; margin: 1em 0;}
h5 {font: bold 1em Helvetica, Arial, sans-serif; color: #000; margin: 1em 0;}
h6 {font: bold 0.9em Helvetica, Arial, sans-serif; color: #666; text-transform: uppercase; margin: 1em 0; font-weight: normal;}
html {min-height: 100%;}
input, textarea {border: solid 1px #9E9E9E; background: #fff; padding: 2px; overflow: auto;}
input.nostyle {border: 0; padding: 0;}
ins {text-decoration: none; font-style: italic;}
label {text-transform: uppercase; font-size: 0.9em; color: #000; font-weight: normal;}
p {line-height: 1.5; margin-bottom: 1em;}
table {width: 100%;}
td {padding: 5px 0;}
th {color: #fff; background: #195C76 url(../i/bg-th.gif) repeat-x left bottom; text-align: left; text-transform: uppercase; font-size: 0.9em; font-weight: normal; padding: 12px 0 2px 0;}
hr {height: 1px; color: #999; background-color: #999; border: 0 none #FFF;}

/* some fancy styles to spice up documentation */
kbd {
    font-family: monaco, courier, monospace;
    font-size: 0.9em;
    border-top: 1px solid #CCC;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    border-left: 1px solid #DDD;
    background-color: #EEE;
    margin: 1px;
    padding: 0 1px;
}
span.button {
    border-top: 1px solid #CCC;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #CCC;
    background-color: #EEE;
    padding: 0 1px;
}
span.ui {
    background-color: #E8E8E8;
    color: #333;
}
span.radioon {
	padding-left: 15px;
	background: url("../i/radioon.png") no-repeat center left;
    font-weight: bold;
	background-color: transparent;
	color: #444;
}
/* TODO */
/*
span.radiooff {
	padding-left: 15px;
	background: url("../i/radiooff.png") no-repeat center left;
    font-weight: bold;
	background-color: transparent;
	color: #444;
}
span.checkon {
	padding-left: 15px;
	background: url("../i/checkon.png") no-repeat center left;
    font-weight: bold;
	background-color: transparent;
	color: #444;
}
span.checkoff {
	padding-left: 15px;
	background: url("../i/checkoff.png") no-repeat center left;
    font-weight: bold;
	background-color: transparent;
	color: #444;
}
    */
code.file {
    font-family: verdana;
    color: #000;
    font-size: 1em;
}


/* fancy input buttons */
input.submit {
    font-size: 0.9em;
    font-weight: bold;
    width: auto;
    text-transform: uppercase;
    border: solid 1px #fff;
    color: #fff;
    background: #195C76 url(../i/bg-button.gif) repeat-x;
    clear: both;
    padding: 4px;
}
input.submit:hover {
    background: #21789A;
}
input.submit:active {
    padding: 5px 3px 3px 5px;
}



/*
  BASIC CLASS STYLING
  Creating re-usable style for simple classes and nested elements.*/

.clear {clear: both; padding-bottom: 1px;}
.date {color: #88A0AA;}
/* -- override above for th instances -- */
th.date {color: #fff;}
.left {float: left; margin: 10px 10px 10px 0;}
.right {float: right; margin: 10px 0 10px 10px;}
.center {text-align: center; margin: 10px 10px 10px 10px;}
/* useful for bordering pictures */
img.border {border: 1px solid #ccc; padding: 3px; }
.separator {padding: 0 5px;}
dd dd {padding: 0 0 0.5em 20px; background: none;}
dd dt {padding: 0 0 0 20px; background: url(../i/dd-dt-arrows.gif) no-repeat 0 2px;}
h3 a:link, h3 a:visited {color: #363636;}
ol li {list-style-type: decimal; margin: 0.5em 0 0.5em 2em;}
tr.alt td {background: #F1F7E5;}
.highlight { background-color: #ECFFBF; }

/* special global exception for li's within #mainColumn,
    so that they act like li's where they should */
#mainColumn ol, #mainColumn ul {margin: 1em 0;}
#mainColumn ul li {list-style-type: square; margin: 0.5em 0 0.5em 1.5em;}
/* slightly nicer bullets for fully CSS2-compliant browsers */
html>body #mainColumn ul li {list-style-type: none; margin: 0.5em 0 0.5em 1em;}
html>body #mainColumn ul li:before {content: "\203A"; margin-right: 0.7em; color: #999; line-height: 1.2; font-weight: bold; font-size: 1.2em;}


/*
  GENERAL FORM STYLE
  Creating re-usable style for simple forms.*/

.form-styled {
    background: url(../i/infopanel-middle.gif) repeat-y;
    margin: 0 auto;
    width: 400px;
}
.form-styled p {
    background: url(../i/infopanel-top.gif) no-repeat 0 0;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
}
.form-styled .wrapper {
    background: url(../i/infopanel-bottom.gif) no-repeat 0 100%;
}

/*
  PROMO FORM STYLE
  Tweaks to allow green background and content in forms */

.form-promo {
    background: url(../i/greenfopanel-middle.gif) repeat-y;
    margin: 0 auto;
    width: 400px;
}
.form-promo .wrapper .wrapper {
    background: url(../i/greenfopanel-top.gif) no-repeat 0 0;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
}
.form-promo .wrapper {
    background: url(../i/greenfopanel-bottom.gif) no-repeat 0 100%;
}

.form-promo h4 {
    font-size: 1.5em; text-transform: uppercase; color: #000; margin: 0 0 0.5em 0; padding: 0 15px;
}
.form-promo p {
    margin-bottom: 1.5em; padding: 0 20px;
}

/* inputs for form styles */

.form-styled label, .form-promo label {
    float: left;
    clear: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 110px;
    text-align: right;
}
.form-styled input, .form-promo input, .form-promo textarea, .form-styled textarea {
    float: left;
    width: 200px;
    margin-bottom: 15px;
}
.form-styled input.checkbox, .form-promo input.checkbox {
    clear: left;
    float: left;
    margin: 0 10px 15px 120px;
    border: 0;
    background: none;
    width: auto;
}
.form-styled label.checkbox, .form-promo label.checkbox {
    float: left;
    clear: none;
    margin-right: 0;
    width: auto;
    text-align: left;
    width: 200px;
    line-height: 1.2;
}

.form-styled input.submit, .form-promo input.submit {
    width: auto;
    margin: 0 0 0 120px;
}

/*
.form-styled input.submit {
    font-size: 0.9em;
    font-weight: bold;
    width: auto;
    text-transform: uppercase;
    border: solid 1px #fff;
    color: #fff;
    background: #195C76 url(../i/bg-button.gif) repeat-x;
    clear: both;
    margin: 0 0 0 120px;
    padding: 4px;
}
.form-styled input.submit:hover {
    background: #21789A;
}
.form-styled input.submit:active {
    padding: 5px 3px 3px 5px;
}*/


/*
  BASE PAGE STRUCTURE
  This section defines common layout elements that will
  replicate across various templates.*/

/* -- common page structure -- */
    #noticebar {width: 100%; background-color: #FFFFCC; border-bottom: solid 1px; line-height: 1.6em; text-align: center; color: #333;}
    #precontainer {height: 30px;}
    #container {width: 750px; background: #fff; text-align: left; margin: 0px auto; position: relative;}
    #header {background: #195C76 url(../i/bg-header.gif) repeat-x;}
    #header .wrapper {background: transparent url(../i/bg-header2.gif) no-repeat right top;}
    #header h1 {position: absolute; top: 4px; left: 0; width: 197px; height: 146px; background: url(../i/header-h1.gif) no-repeat; z-index: 5;}
    #header h1 a, #header h1 a:visited {text-indent: -9999px; display: block; width: 197px; height: 146px; text-decoration: none; outline: 0;}

/* -- Top Navigation -- */
    #navigation {position: absolute; top: 35px; left: 254px; z-index: 6; width: 476px; height: 102px; background: url(../i/nav-unselected.gif) no-repeat 0 0;}
    #navigation li {display: inline;}
    /* -- image variations depending on selected item -- */
    #header .selected-products {background: url(../i/nav-products.gif) no-repeat;}
    #header .selected-modules {background: url(../i/nav-modules.gif) no-repeat;}
    #header .selected-downloads {background: url(../i/nav-downloads.gif) no-repeat;}
    #header .selected-support {background: url(../i/nav-support.gif) no-repeat;}
    #header .selected-company {background: url(../i/nav-company.gif) no-repeat;}

    /* -- place top-level links -- */
    .products-nav a, .products-nav a:visited {position: absolute; top: 4px; left: 5px; width: 98px; height: 54px; display: block; text-indent: -9999px; text-decoration: none; outline: 0;}
    .modules-nav a, .modules-nav a:visited {position: absolute; top: 4px; left: 109px; width: 79px; height: 54px; display: block; text-indent: -9999px; text-decoration: none; outline: 0;}
    .downloads-nav a, .downloads-nav a:visited {position: absolute; top: 4px; left: 196px; width: 101px; height: 54px; display: block; text-indent: -9999px; text-decoration: none; outline: 0;}
    .support-nav a, .support-nav a:visited {position: absolute; top: 4px; left: 305px; width: 75px; height: 54px; display: block; text-indent: -9999px; text-decoration: none; outline: 0;}
    .company-nav a, .company-nav a:visited {position: absolute; top: 4px; left: 383px; width: 86px; height: 54px; display: block; text-indent: -9999px; text-decoration: none; outline: 0;}

     /* -- top-level link hovers --  */
    .products-nav a:hover {background: url(../i/nav-hover.gif) no-repeat -5px -4px;}
    .modules-nav a:hover {background: url(../i/nav-hover.gif) no-repeat -109px -4px;}
    .downloads-nav a:hover {background: url(../i/nav-hover.gif) no-repeat -196px -4px;}
    .support-nav a:hover {background: url(../i/nav-hover.gif) no-repeat -305px -4px;}
    .company-nav a:hover {background: url(../i/nav-hover.gif) no-repeat -383px -4px;}

     /* -- place second-level links -- */
    .products-nav ul a, .products-nav ul a:visited,
    .modules-nav ul a, .modules-nav ul a:visited,
    .downloads-nav ul a, .downloads-nav ul a:visited,
    .support-nav ul a, .support-nav ul a:visited,
    .company-nav ul a, .company-nav ul a:visited
        {color: #6F9BAC; width: auto; height: 25px; text-indent: 0; text-align: center; position: absolute; top: 65px; left: 0; text-transform: uppercase; font-weight: normal; font-size: 0.85em; line-height: 26px; white-space: nowrap;}
    .products-nav ul .selected a, .products-nav ul .selected a:visited,
    .modules-nav ul .selected a, .modules-nav ul .selected a:visited,
    .downloads-nav ul .selected a, .downloads-nav ul .selected a:visited,
    .support-nav ul .selected a, .support-nav ul .selected a:visited,
    .company-nav ul .selected a, .company-nav ul .selected a:visited
        {color: #fff;}
    .selected-products .products-nav a:hover, .selected-modules .modules-nav a:hover, .selected-downloads .downloads-nav a:hover, .selected-support .support-nav a:hover, .selected-company .company-nav a:hover {background: none; cursor: default;}
    .selected-products .products-nav ul a:hover, .selected-modules .modules-nav ul a:hover, .selected-downloads .downloads-nav ul a:hover, .selected-support .support-nav ul a:hover, .selected-company .company-nav ul a:hover {cursor: pointer; text-decoration: underline;}

    .company-nav ul .aboutus a, .company-nav ul .aboutus a:visited {left: 238px; width: 83px;}
    .company-nav ul .jobs a, .company-nav ul .jobs a:visited {left: 318px; width: 58px;}
    .company-nav ul .contact a, .company-nav ul .contact a:visited {left: 381px; width: 83px;}
    .downloads-nav ul .product a, .downloads-nav ul .product a:visited {left: 132px; width: 132px;}
    .downloads-nav ul .module a, .downloads-nav ul .module a:visited {left: 227px; width: 126px;}
    .support-nav ul .forum a, .support-nav ul .forum a:visited {left: 152px; width: 87px;}
    .support-nav ul .articles a, .support-nav ul .articles a:visited {left: 239px; width: 94px;}
    .support-nav ul .documentation a, .support-nav ul .documentation a:visited {left: 333px; width: 130px;}



/* -- slogan, login status -- */
    #functionBar {padding-top: 163px; background: url(../i/bg-functionbar.gif) no-repeat left bottom; position: relative;}
    #functionBar h2 {width: 254px; height: 15px; background: url(../i/header-slogan.gif) no-repeat; text-indent: -9999px; position: absolute; top: 161px; left: 9px; margin: 0;}
    #functionBar p {text-align: right; line-height: 1.0; padding: 0 80px 20px 0; color: #fff; font-size: 0.85em; margin: 0;}
    #functionBar a:visited {font-weight: bold; color: #90B738;}
    #functionBar input {position: absolute; top: 159px; right: 10px;}

    .register {height: 40px;}
    #functionBar #tab-bar {position: absolute; top: 181px; right: 0; height: 30px;}
    #functionBar #tab-bar li {display: inline; float: left;}
    #functionBar #tab-bar li a:link, #functionBar #tab-bar li a:visited {display: block; float: left; color: #363636; background: #D7D7D7 url(../i/tab1-r.gif) no-repeat right top; font-weight: normal; font-size: 0.9em; position: relative;}
    #functionBar #tab-bar li span {display: block; padding: 0 13px; line-height: 22px; height: 22px; background: url(../i/tab1-l.gif) no-repeat left top;}
    #functionBar #tab-bar li.counter span {padding-right: 25px;}
    #functionBar #tab-bar li span.number {display: block; padding: 0; text-align: center; line-height: 17px; width: 16px; height: 16px; background: url(../i/tab1-circle.gif) no-repeat; position: absolute; top: 3px; right: 5px; color: #90B738; font-weight: bold;}

    #functionBar #tab-bar li a:hover {background-image: url(../i/tab2-r.gif); text-decoration: none;}
    #functionBar #tab-bar li a:hover span {background-image: url(../i/tab2-l.gif);}
    #functionBar #tab-bar li a:hover span.number {background-image: url(../i/tab2-circle.gif);}

    #functionBar #tab-bar li.tab-home span {background: url(../i/tab1-l-home.gif) no-repeat left top; padding-left: 30px;}
    #functionBar #tab-bar li.tab-home a:hover span {background: url(../i/tab2-l-home.gif) no-repeat left top; padding-left: 30px;}


/* -- login button -- */
    #loginPanel {width: 186px; height: 61px; position: absolute; top: 125px; right: 0;}
    /* -- slight variations depending on presence or absence of register link -- */
        .register #loginPanel {background: url(../i/visitor-login.gif) no-repeat;}
        div.noregister#functionBar {padding-top: 190px}
        div.noregister#functionBar h2 {top: 159px; left: 9px;}
        div.noregister div#loginPanel {background: url(../i/visitor-login-noregister.gif) no-repeat; top: 144px;}
    #functionBar #loginPanel h3 {margin: 0;}
    #functionBar #loginPanel h3 a, #functionBar #loginPanel h3 a:visited {display: block; width: 186px; height: 37px; text-decoration: none; text-indent: -9000px; outline: 0;}
    #functionBar #loginPanel a.register, #functionBar #loginPanel a.register:visited {display: block; width: 159px; height: 22px; padding: 2px 27px 0 0; color: #fff; text-align: right;}
    #functionBar #loginPanel a.register span, #functionBar #loginPanel a.register:visited span {color: #363636; font-weight: normal;}
/* -- tab bar -- */
    .register #logged-in p {color: #CFCFCF; position: absolute; top: -1.2em; right: -75px; text-shadow: #888 2px 2px 0px;}
    .register #logged-in a:link, .register #logged-in a:visited {color: #fff;}


/* -- sidebar, or not -- */
    /* -- if no body class, assume one column -- */
    #mainColumn {padding: 10px 50px 10px 50px;}
    #footer {background: url(../i/bg-footer.gif) no-repeat left bottom;}
    #footer p {margin: 0;}
    /* -- if .twocolumn body class, go with two -- */
    .twocolumn #mainContent {background: url(../i/bg-twocolumn.gif) repeat-y; }
    .twocolumn #mainColumn {padding: 2em 50px 10px 50px; width: 463px; float: left; background: url(../i/bg-maincolumn.gif) no-repeat right top;}
    .twocolumn #sidebar {width: 187px; float: left;}
    .twocolumn #footer {background: url(../i/bg-footer2.gif) no-repeat left bottom; margin: 0 0 -1px 0;}
    /* -- sidebar item styling -- */
    .item {background: #A4C753 url(../i/bg-sidebar-item.gif) no-repeat left bottom; margin: 1px 0; padding: 0 0 10px 0; position: relative;}
    .new {color: #fff;}
    .nonew {color: #DBE9BA; font-size: 0.9em;}
    .item p {margin: 0; line-height: 1.1; padding: 5px 10px;}
    .item ul {padding: 5px 10px;}
    .item h3 {width: 187px; height: 26px; text-indent: -9999px; margin: 0;}
    .item a.viewall, .item a:visited.viewall {position: absolute; top: 0; left: 0; text-transform: uppercase; text-align: right; color: #fff; font-size: 0.8em; font-weight: normal; width: 172px; height: 26px; line-height: 20px; padding-right: 15px;}
    .item a.viewall:hover {background: url(../i/hover-item-link.gif) no-repeat 100% 4px;}

/* -- sidebar bullet list styling -- */
#sidebar .bullet h2 {text-transform: uppercase; font-size: 1.2em; color: #363636; padding-left: 16px; margin-bottom: 0.5em;}
#sidebar .bullet ul {padding: 0 12px;}
#sidebar .bullet li {font-size: 0.85em; line-height: 1.1; padding: 0 9px 10px 18px; margin: 1px 0; background: url(../i/ico-whitearrow.gif) no-repeat;}
#sidebar .bullet {background: #ECECEC;}


/* -- page subheader with page title -- */
    #subHeader {height: 47px; background: #ECECEC url(../i/bg-subheader.gif) no-repeat; position: relative;}
    .onecolumn #subHeader {margin-bottom: 2em;}
    .tabs #subHeader {background-image: url(../i/bg-subheader2.gif);}
    #subHeader h2 {width: auto; height: auto; text-indent: 0; position: absolute; left: 49px; top: 22px; margin: 0; color: #9E9E9E; font-size: 1.3em;}
    #subHeader h2 a:link, #subHeader h2 a:visited {color: #9E9E9E;}
    #subHeader .form {position: absolute; top: 20px; right: 1px;}
    #subHeader input {vertical-align: middle; padding: 0; border: 0; background: transparent;}
    #subHeader .search {border: solid 1px #9E9E9E; background: #fff; width: 111px;}


/* -- breadcrumb navigation -- */
    #breadcrumbs {position: absolute; top: 48px; left: 50px;}
    #breadcrumbs li {display: inline;}
    #breadcrumbs a, #breadcrumbs a:visited {font-size: 0.8em; font-weight: normal; text-decoration: underline; color: #363636; display: block; float: left; margin-right: 6px; padding-right: 9px; background: url(../i/bg-breadcrumb-li.gif) no-repeat 100% 4px;}
    #breadcrumbs .last a, #breadcrumbs .last a:visited {background: none;}
/* -- pager -- */
    .pager {padding: 10px 0; margin: 1.5em 1em 1em 0em;}
    .pager .searchResults {padding: 15px 5px 7px 0; font-size: 0.9em; text-transform: uppercase; color: #195C76;}
    .pager .searchResults strong {color: #000;}
    .pager a:link, .pager a:visited {padding: 5px 7px; border: solid 1px #fff; text-align: center;}
    .pager a:hover {color: #fff; background: #A4C753; text-decoration: none;}
    .pager span.current a:link, .pager span.current a:visited, .pager span.current a:hover {border: solid 1px #ccc; color: #90B738; background: #fff; cursor: default;}
    #mainColumn div.pager span.ellipsis {font-weight: normal; color: #000; background: #fff; padding: 7px; margin: 0; border: solid 1px #fff; vertical-align: middle;}
    html body #mainColumn .pager span.ellipsis, html>body #mainColumn .pager span.ellipsis {font-weight: normal; color: #000; background: #fff; padding: 7px; margin: 0; border: solid 1px #fff; text-align: center; vertical-align: middle;}
    /* -- prev/next links -- */
    .pager img { vertical-align: middle; }
    .pager a.previous:link, .pager a.previous:visited, .pager a.next:link, .pager a.next:visited { padding-left: 0px; padding-right: 0px; }
    .pager a.previous:hover, .pager a.next:hover { background: none; }
    html>body #mainColumn .pager span:before { display: none; }


/* -- footer -- */
    #footer {clear: both; padding: 20px 50px 5px 50px; font-size: 0.8em; color: #363636;}



/*
  REUSABLE ELEMENTS
  These are common elements which may be used anywhere across the site. */


    .post {margin: 1em 0 2em -25px; padding-left: 25px; background: url(../i/bg-post.gif) 13px 2px no-repeat;}
    .post h4.author {font: italic 0.9em Helvetica, Arial, sans-serif; color: #444;}
    .post h4.author a:link {font-weight: normal; color: #444;}
    .post h4.author a:visited {font-weight: normal; color: #444;}
    .post h4.author a:hover {text-decoration: underline; color: #000;}

    .pagename, .topic {font-size: 1.7em; margin: 1em 0 1em 0;}
    .promotitle {font-size: 2.0em; text-transform: none; margin: 1em 0 1em 0;}
    .promosplashleft {float: left; margin: 10px 30px 10px 0;}
    .promosplashright {float: right; margin: 10px 0 10px 10px;}

    .screenshot {background: #EBEBEB url(../i/bg-screenshot-bg.gif) no-repeat; width: 168px;}
    .screenshot img {padding: 5px 5px;}
    .screenshot .view {background: url(../i/bg-screenshot-view.gif) no-repeat; display: block; height: 44px; text-indent: -9999px; text-decoration: none;}
    .screenshot-simple {width: 168px; height: 129px; background: url(../i/ss-default.gif) no-repeat; }
    .screenshot-simple img {padding: 6px 5px;}
    .spacer {height: 150px;}
    .viewlink {padding-left: 13px; background: url(../i/ico-greenarrow.gif) no-repeat left center; display: block;}

    .errormessage {padding: 10px 10px 10px 50px; margin: 1em; color: #fff; background: #084057 url(../i/ico-error.gif) no-repeat 10px 10px; border: solid 3px #306E85; clear: both;}
    .errormessage h3 {color: #fff; margin: 0.5em 0 0 0;}
    .errormessage p {color: #fff; margin: 0 0 0.5em 0;}

    .infomessage {padding: 10px 10px 10px 50px; margin: 1em; color: #000; background: #ddd url(../i/ico-info.gif) no-repeat 10px 10px; border: solid 3px #bbb; clear: both; width: auto;}
    .infomessage h3 {color: #000; margin: 0.5em 0 0 0;}
    .infomessage p {color: #000; margin: 0 0 0.5em 0;}

    .infopanel {background: #EAEAEA url(../i/infopanel-middle.gif) repeat-y; width: 400px; margin: 2em 0;}
    .infopanel .wrapper {background: url(../i/infopanel-bottom.gif) no-repeat left bottom;}
    .infopanel .wrapper .wrapper {padding: 1px 20px; background: url(../i/infopanel-top.gif) no-repeat left top;}
    .onecolumn .infopanel {background: #EAEAEA url(../i/infopanel-middle-wide.gif) repeat-y; width: 640px; margin: 2em 0;}
    .onecolumn .infopanel .wrapper {background: url(../i/infopanel-bottom-wide.gif) no-repeat left bottom;}
    .onecolumn .infopanel .wrapper .wrapper {padding: 1px 20px; background: url(../i/infopanel-top-wide.gif) no-repeat left top;}

    /* slightly narrower version */
    .infopanel-narrow {background: #EAEAEA url(../i/infopanel-middle-380.gif) repeat-y; width: 380px; margin: 2em 0;}
    .infopanel-narrow .wrapper {background: url(../i/infopanel-bottom-380.gif) no-repeat left bottom;}
    .infopanel-narrow .wrapper .wrapper {padding: 1px 20px; background: url(../i/infopanel-top-380.gif) no-repeat left top;}



/*
  ACCESSIBILITY TWEAKS
  Subtle non-visual enhancements to create a more accessible site. */

    #accessibility {position: absolute; left: -9999px;}
    .hide {display: none;}


/* ADDED BY BM */

.screencaption {
    padding-top: 3px;
    font: 8.5pt Helvetica, Arial, sans-serif; color: #363636;
}

.articlescreen{
    padding: 15px 0px 0px 15px;
}
