/*

    -- -- -- -- -- -- --
    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 read by ALL browsers
    but the hacks contained within it further target
    IE7 for Windows. See file for details. */

@import "ie7win.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 {
    color: #0060bf;}
a:visited {
    color: #0060bf;}
a:hover {
    text-decoration: underline;
    color: #0060bf;
}

/* commented out studio shah a styles for now */
/*
#mainContent a {
    color: #0060bf;
    text-decoration: underline;
}

#mainContent a:hover {
    text-decoration: none;
}
*/

abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {padding: 0; margin: 1em 3em;}

body {
    color: #000;
    background: #ababab url(../i/bg.gif) repeat-x top left;
    font: 80%/1.5em "Lucida Grande", Helvetica, Geneva, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 12px 0 50px 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.406em Helvetica, Arial, sans-serif;
    color: #333;
    /* margin: 1em 0; */
    text-transform: none;
}
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 {border: solid 1px #9E9E9E; background: #fff; padding: 2px; overflow: hidden;}
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.5em;
    margin-bottom: 1em;
}

#login  p{
	margin: 0px;
}

table {width: 100%;}
/* td {padding: 5px 0;} */
td {padding: 0; padding-right: 10px;}
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: 4px 3px 4px 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 3px;
    font-size: 10px;
    font-weight: normal;
    color: #ccc;
}

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;}
tr.sticky td {background: #EEE;}
tr.alt.sticky td {background: #ECFFBF;}
.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;
}
*/

/*
#mainColumn ol, #mainColumn ul {
    list-style: none;
    margin: 0 0 0 8px;
}

#mainColumn li {
    padding: 0 0 0 11px;
    margin: 0 0 8px 0;
    background: transparent url(../i/bullet.gif) no-repeat 0 5px;
    line-height: 1.3em;
}
*/


/*
  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;
}
/* removed by ry 2008-01 */
/*
.form-styled input, .form-promo input, .form-promo textarea, .form-styled textarea, .form-styled strong {
*/
.form-styled input, .form-promo input, .form-promo textarea, .form-styled textarea {
    float: left;
    width: 200px;
    margin-bottom: 15px;
}
.form-styled select, .form-promo select {
    float: left;
    float: clear;
    margin-bottom: 15px;
}
/* labels to go right above wide selects (see next rule) */
.form-styled label.wide, .form-promo label.wide {
    float: left;
    clear: left;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 54px;
    width: 110px;
    text-align: left;
}
/* wide selects for text display */
.form-styled select.wide, .form-promo select.wide {
    clear: left;
    width: 272px;
    margin-left: 54px;
}
.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.*/

/******* HEADER RE-DESIGN *******/

/* -- common page structure -- */

#noticebar {width: 100%; background-color: #FFFFCC; border-bottom: solid 1px; line-height: 1.6em; text-align: center; color: #333;}
#container {width: 750px; background: #fff; text-align: left; margin: 0px auto; position: relative;}

#header {
    position: relative;
    float: left;
    clear: both;
    background-color: #4d4d4d;
    width: 100%;
}

#header h1 {
    float: left;
}

.invisible {
    visibility: hidden;
    text-decoration: none;
}

#header h1 a {
    display: block;
    width: 189px;
    height: 59px;
    background: transparent url(../i/logo.gif) no-repeat -2px 0;
    text-decoration: none;
}

#header form {
    float: right;
}

#header form input.search-input {
    font-size: 0.86em;
    padding: 2px;
    width: 133px;
}

#header form input.search-submit {
    font-size: 0.86em;
    padding: 2px;
    width: 56px;
    background: #ddd;
}
#header form input.search-submit:hover {
    background: #eee;
}
#header form input.search-submit:active {
    padding: 2px 1px 2px 3px;
}

/* -- Top Navigation -- */

#navigation {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 28px;
}

#navigation li {
    background: transparent none repeat scroll 0%;
    float: left;
    line-height: 1em;
}

#navigation a {
    background:transparent url(../i/tab-left.gif) no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    text-decoration: none;
    font-weight: normal;
    font-size: .86em;
}

#navigation span.tab {
    background: transparent url(../i/tab-right.gif) no-repeat 100% 0;
    float: left;
    padding: 11px 15px 0px 15px;
    height: 17px;
}

#navigation a:hover {
    background-position: 0 -28px;
    text-decoration: none;
}

#navigation a:hover span.tab {
    background-position: 100% -28px;
}

#navigation .active a, #navigation .active a:hover {
    background-position: 0 -56px;
    color: #404040;
    font-weight: bold;
}

#navigation .active span.tab, #navigation .active a:hover span.tab {
    background-position: 100% -56px;
    padding: 9px 15px 0px 15px;
    height: 19px;
}

#functionBar {
    float: left;
    margin: 3px 0 0 18px;
    color: #e5e5e5;
    font-size: .86em;
}

#functionBar a {
    color: #e5e5e5;
    text-decoration: none;
    font-weight: bold;
}

#functionBar a:hover {
    text-decoration: underline;
}

/* -- sidebar, or not -- */

/* -- if no body class, assume one column -- */
#mainColumn {
    padding: 10px 25px;
}
/* -- footer -- */
#footer {
    background: url(../i/bg-footer.gif) no-repeat left bottom;
    clear: both;
    padding: 20px 25px 15px 25px;
    font-size: 0.859em;
    color: #999;
}
#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 25px 10px 25px;
    width: 513px;
    float: left;
    background: url(../i/bg-maincolumn.gif) no-repeat right top;
    background-image: none; /* Studio Shah addition */
}

.twocolumn #sidebar {
    width: 187px;
    float: left;
}

.onecolumn #mainColumn { /* Studio Shah addition */
    clear: both;
}

/* -- solutions page styles, added by Studio Shah 5 July 2007 -- */

.solutions #mainColumn {
    float: left;
    /* padding: 0 0 0 50px; */
    margin: 30px 0 0 0;
    width: 305px;
}

.solutions #sidebar {
    float: right;
    width: 300px;
    /* padding: 0 45px 0 0; */
    margin: 30px 0 0 0;
}

.solutions #sidebar .featuresWrapper {
    background: transparent url(../i/featureWrapper-middle.gif) repeat-y top left;
    padding: 0 0 0 0;
}

.solutions #sidebar .featuresWrapper h3 {
    background: transparent url(../i/featureWrapper-top.gif) no-repeat top left;
    font-size: 1.41em;
    text-transform: none;
    font-weight: bold;
    color: #a65d29;
    margin: 0 0 13px 0;
    padding: 18px 20px 0px 20px;
}

.solutions #sidebar .featuresWrapper .feature {
    padding: 0 20px 15px 20px;
}

.solutions #sidebar .featuresWrapper .feature img {
    float: right;
    border: none;
    margin: -18px 0 5px 15px;
}

.solutions #sidebar .featuresWrapper .feature p {
    clear: left;
    font-size: 0.859em;
    line-height: 1.3em;
    color: #806d60;
    margin: 0;
    padding: 0;
}

.solutions #sidebar .featuresWrapper .feature h4 {
    margin: 0 0 5px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ede6c5;
    font-size: 1.0156em;
    font-weight: bold;
    text-decoration: none;
}

.solutions #sidebar .featuresWrapper .feature h4 a {
    color: #0060bf;
    text-decoration: none;
}

.solutions #sidebar .featuresWrapper .feature h4 a:hover {
    text-decoration: underline;
}

.solutions #sidebar .featuresWrapper #last {
    background: transparent url(../i/featureWrapper-bottom.gif) no-repeat bottom left;
}

/* -- Solutions case study page styles, added by Studio Shah 8 July 2007 -- */

.caseStudy #mainColumn {
    clear: both;
    /* padding: 30px 50px 0 50px; */
    width: 650px;
}

.caseStudy .exampleList {
    clear: both;
    float: left;
    width: 590px;
    padding: 25px 30px;
    background-color: #f5f5f5;
    border: 2px solid #e8e8e8;
    margin: 10px 0;
}

#mainContent .exampleList h3 {
    margin-top: 0;
}

.caseStudy .exampleList .column2 ul  {
    padding: 0 0 10px 0;
}

.caseStudy .exampleList .column1 {
    float: left;
    width: 270px;
    padding: 0 0 0 25px;
}

.caseStudy .exampleList .column2 {
    float: left;
    width: 245px;
    padding: 0 0 0 50px;
}

.caseStudy .exampleList h4 {
    font-size: 1.09375em;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
}

.caseStudy #download {
    float: right;
    width: 240px;
    background: transparent url(../i/downloadWrapper-middle.gif) repeat-y;
    margin: 0 0 10px 25px;
}

.caseStudy #download h4 {
    background: transparent url(../i/downloadWrapper-top.gif) no-repeat top left;
    font-size: 1.0156em;
    font-weight: bold;
    color: #a65d29;
    margin: 0 0 7px 0;
    padding: 18px 20px 0 20px;
}

.caseStudy #download h4 a {
    color: #0060bf;
    text-decoration: none;
}

.caseStudy #download h4 a:hover {
    text-decoration: underline;
}

.caseStudy #download p {
    font-size: 0.859em;
    line-height: 1.3em;
    color: #806d60;
    margin: 0;
    padding: 0 20px 15px 20px;
    background: transparent url(../i/downloadWrapper-bottom.gif) no-repeat bottom left;
}

.caseStudy .exampleDescription {
    clear: both;
    padding: 25px 0;
    border-top: 1px solid #e6e6e6;
}

.caseStudy #topDescription {
    border-top: none;
}

.caseStudy .exampleDescription p {
    margin: 0;
}

.caseStudy .exampleDescription img {
    float: right;
    margin: -15px 0 25px 25px;
    border: none;
}

.caseStudy .exampleDescription h4 {
    font-size: 1.09375em;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}
.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 -- */

/******* HEADER RE-DESIGN *******/

#subHeader {
    float: left;
    clear: both;
    width: 750px;
    height: 70px;
    background: #4d4d4d url(../i/bg-subheader-lgreen.gif) no-repeat -2px 0;
    margin: 0 0 0 0;
}

#subHeader h2 {
    margin: 26px 0 0 25px;
    font-size: 1.72em;
    color: #333;
    text-transform: none;
    line-height: 1em;
}
#subHeader h2 a {
    text-transform: none;
    color: #333;
}

/* -- 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; }


/*
  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 {
    clear: both;
    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;
}

/* -- component search page styles, added by Studio Shah 3 August 2007 -- */

#searchOptions {
    background: transparent url(../i/mod-search-bg-middle.gif) repeat-y top left;
    margin: 0 0 20px 0;
    padding: 0;
}

#searchOptions h3 {
    background: transparent url(../i/mod-search-bg-top.gif) no-repeat top left;
    font-size: 1.41em;
    text-transform: none;
    font-weight: bold;
    color: #a65d29;
    margin: 0 0 13px 0;
    padding: 18px 20px 0px 20px;
}

#searchOptions-footer {
    height: 4px;
    margin: 0;
    background: transparent url(../i/mod-search-bg-bottom.gif) no-repeat bottom left;
}

#searchOptions fieldset {
    padding: 10px 20px;
    margin: 0;
    border: none;
    background: transparent url(../i/mod-search-separator.gif) no-repeat top center;
}

#searchOptions fieldset h4 {
    float: left;
    margin: 5px 9px 0 0;
    padding: 0;
    font-size: .95em;
    font-weight: normal;
    color: #333;
}

p.tags {
    padding: 0;
    margin: 0;
    line-height: 2em;
    font-size: .95em;
}

#searchOptions p.tags {
    display: inline;
}

.tags span {
    padding: .2em .4em .1em .4em;
    margin: 0 .2em 0 0;
    background-color: #E5F2FF;
    color: #406080;
    border: 1px solid #A1C3E6;
    white-space: nowrap;
}

.tags span img {
    border: none;
    padding: 0 0 0 6px;
}

.tags span a {
    font-weight: normal;
    color: #406080;
}

#searchOptions select {
    font-size: .85em;
}

#searchOptions input.text {
    vertical-align: middle;
    padding: 2px 0 1px 2px;
    line-height: 1em;
    font-size: 1em;
    height: 14px;
    width: 200px;
}

#searchOptions .radio {
    float: left;
}

#searchOptions .radio input {
    position: relative;
    top: 3px;
    margin: 0 4px 0 0;
    border: none;
    background: transparent;
}

#searchOptions label {
    position: relative;
    top: 1px;
    text-transform: none;
    margin: 0 13px 0 0;
    font-size: 1em;
    color: #333;
}

#searchOptions input.submit {
    float: right;
    clear: none;
    margin: 0 0 0px 0;
}

#resultsSummary {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
    padding: 0.5em 0 0.6em 0;
    color: #333;
}

#resultsSummary p {
    margin: 0;
}

#login {
   padding-left: 30px;
}

div.TopicLinks p {
	margin-bottom: .3em;
	padding: 0;
	line-height: 1.3em;
	font-size: 12px;
}

div.TopicLinks {
	font-weight: bold;
    color: #404040;
}

div.TopicLinks {
	font-weight: normal;
}

td.leftNav{
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #CCCCCC;
	padding-right: 0;
}

td.bigcol{
	padding-left: 15px;
}