﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background: #c3c2c2 url(Images/background.gif) repeat-x scroll 0 0;
    font-size: .80em;
    font-family: Verdana;
    margin: 0pt;
    padding: 0px;
}

li
{
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

a img
{
    border: none;
}

p, ul
{
    /*margin-bottom: 20px;     line-height: 45px;*/
}

header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 935px;
    margin: 0px auto;
}

header, .header
{
    background-color: #fff;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 935px;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#searchBox
{
    margin: 14pt;
    display: inline;
    float: left;
    width: 60%;
    padding: 9pt 10pt 4pt 10pt;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 10%, #e2e2e2 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(90%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 10%,#e2e2e2 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 10%,#e2e2e2 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 10%,#e2e2e2 90%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 10%,#e2e2e2 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
}
.searchinput
{
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10pt;
    padding: 10pt 5pt;
    height: 12pt;
    background:#ffffff;
    border: 1px solid #c0d0db;
}
.searchinputBox
{
    color: #b7b7b7;
    font-style: italic;
    font-size: 1.2em;
    width: 225pt;
    border:none;
    margin-right:20pt;
}
.searchbutton
{
    background: url(images/searchbutton.png) -0px -0px no-repeat;
    width: 123px;
    height: 44px;
    cursor: pointer;
    display: block;
    border: none;
    float: right;
}
.searchbutton:hover
{
    background: url(images/searchbutton.png) -0px -44px no-repeat;
}
#clearSearch
{
    background: url(images/clearsearch.gif) -0px -0px no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    border: none;
    float: right;
}
#clearSearch:hover
{
    background: url(images/clearsearch.gif) -0px -24px no-repeat;
}
.searchspacer
{
    height: 74pt;
    background-color: #b3b3b3;
    border-right: 2px solid #dbdbdb;
    width: 2px;
    float: left;
    margin: 10pt 15pt 0pt 15pt;
}
#moresupportbox
{
    width: 174pt;
    float: right;
    margin: 20pt 15pt 0pt 0pt;
}
.currentTab
{
    background: #e2e2e2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #e2e2e2 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top,  #e2e2e2 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
#toHome
{
    margin: 16pt 0pt 16pt 184pt;
    display: inline;
    float: left;
    width: 245pt;
}
.toHomeLink
{
    color: #034AF3;
}

#ddLanguage
{
    float: right;
    margin-right: 20pt;
}
#changeMyLang
{
    background: url(images/speechbubble.png) -0px -0px no-repeat;
    padding-left: 20pt;
    text-decoration: none;
    line-height: 18pt;
    height: 18pt;
    display: block;
}
#langSelect
{
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #ffffff;
    border-radius: 8pt;
    -webkit-border-radius: 8pt;
    -moz-border-radius: 8pt;
}
#closeLang
{
    border: 0px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background: url(images/smallexit.png) -0px -0px no-repeat;
    display: block;
}
#closeLang:hover
{
    background: url(images/smallexit.png) -0px -15px no-repeat;
}

#main
{
    padding: 10pt 30px 15px 30px;
    background-color: #fff;
    min-height: 900px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 875px;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 6pt 6pt;
    -webkit-border-radius: 0 0 6pt 6pt;
    -moz-border-radius: 0 0 6pt 6pt;
    border: 1px solid #333333;
    border-top: 0px;
    width: 935px;
}

.articlesHeaders, .categoriesHeaders, .glossaryHeaders
{
    color: #0066aa;
    font-size: 1.5em;
    font-family: Verdana, Arial, Sans-Serif;
    width: 100%;
    border-bottom: 3px solid #b7b7b7;
    padding-bottom: 2pt;
    margin-bottom: 10pt;
}
.categoriesHeaders
{
    width: 600px;
}
.articlesHeaders
{
    width: 250px;
}

.terms li
{
    padding: 2pt 0pt;
}

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu
{
    padding: 0;
    position: relative;
    margin: 0 0 0 25pt;
}*/

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 11pt;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    margin-left: -6px;
    padding: 13px;
}

ul#menu li a:hover
{
    background: url(images/navheaderbackgroundover.gif) repeat-x scroll 0 0;
    color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

/*input[type="text"], */input[type="password"]
{
    border: 1px solid #ccc;
    padding: 4pt;
    font-size: .9em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1em;
    padding: 3pt;
}

/* TABLE
----------------------------------------------------------*/

table
{
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table.articlelist tr
{
    background: url(Images/articleicon.gif) no-repeat scroll 6px 6px;
    display: block;
}

table.articlelist td:first-child
{
    padding: 5px 5px 5px 20pt;
}

table.articlelist td{
    width: 600px;
    vertical-align: text-top;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4; /*border: solid 1px #e8eef4;*/
}

/* MISC  
----------------------------------------------------------*/
.articlelist
{
    width: 100%;
}
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav
{
    background: url(Images/navheaderbackground.gif) repeat-x scroll 0 0;
    height: 45px;
    border-top: 1px solid #BFBFBF;
    border-top: 1px b0ttom #BFBFBF;
    width: 935px;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: White;
    width: 935px;
    height: 77px;
    background: url(images/booksheader.gif) no-repeat;
    padding: 0px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#logindisplay a.toHomeLink:link
{
    /*color:#65de15;*/
    text-decoration: underline;
}

#logindisplay a.toHomeLink:hover
{
    text-decoration: none;
}

.articles
{
    margin-top: 0px;
}

.articles li
{
    padding: 4pt;
    list-style: disc;
}

.pagination
{
    text-align: right;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.t-editor .telerikEditorUndoClass
{
    background-position:-394px 0;
}

.t-editor .telerikEditorRedoClass
{
    background-position:-438px 0;
}
.t-editor .telerikEditorRemoveFormattingClass
{
    background-position:-416px 0;
}
.t-editor .insertTableClass
{
    background-position:-459px 0;
}

.t-editor .spellCheckClass
{
    background-position:-481px 0;
}

.t-editor .formatAffilateTagClass
{
    background-position:-503px 0;
}

.t-editor .formatArticleLinkClass
{
    background-position:-525px 0;
}

.ui-dialog .ui-dialog-title { 
    float: left; 
    margin: .1em 16px .1em 0; 
    text-align: center; 
    width: 100%; 
} 

/*      MISCEALLEOUS BUTTON COLORS      */
.greenbttn:active, .redbttn:active, .bluebttn:active, orangebttn:active {
    position: relative;
    top: 1px;
}

.greenbttn {
    position: relative;
    -moz-box-shadow: inset 0px 1px 0px 0px #74ac00, 0 1px 4px #cfdaed;
    -webkit-box-shadow: inset 0px 1px 0px 0px #74ac00, 0 1px 4px #cfdaed;
    box-shadow: inset 0px 1px 0px 0px #74ac00, 0 1px 4px #cfdaed;
    background: #a7c732; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a7c732) to(#74ac00)); /*old webkit*/
    background: -webkit-linear-gradient(#a7c732, #74ac00); /*new webkit*/
    background: -moz-linear-gradient(#a7c732, #74ac00); /*gecko*/
    background: -ms-linear-gradient(#a7c732, #74ac00); /*IE10*/
    background: -o-linear-gradient(#a7c732, #74ac00); /*opera 11.10+*/
    background: linear-gradient(#a7c732, #74ac00); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#a7c732, #74ac00); /*PIE*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74ac00;
    display: inline-block;
    color: #fff !important;
    font-size: 1.3em;
    font-weight: normal;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #74ac00;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-weight: bold;
}

.greenbttn:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #74ac00, 0 1px 4px #cfdaed;
    -webkit-box-shadow: inset 0px 1px 0px 0px #74ac00, 0 1px 4px #cfdaed;
    box-shadow: inset 0px 1px 0px 0px #74ac00, 0 1px 4px #cfdaed;
    background: #badc35; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#badc35) to(#1096d3)); /*old webkit*/
    background: -webkit-linear-gradient(#badc35, #74ac00); /*new webkit*/
    background: -moz-linear-gradient(#badc35, #74ac00); /*gecko*/
    background: -ms-linear-gradient(#badc35, #74ac00); /*IE10*/
    background: -o-linear-gradient(#badc35, #1096d3); /*opera 11.10+*/
    background: linear-gradient(#badc35, #74ac00); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#b1cb3a, #74ac00); /*PIE*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74ac00;
    text-shadow: 0px 1px 0px #badc35;
}

.redbttn {
    position: relative;
    -moz-box-shadow: inset 0px 1px 0px 0px #ac0000, 0 1px 4px #edcfcf;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ac0000, 0 1px 4px #edcfcf;
    box-shadow: inset 0px 1px 0px 0px #ac0000, 0 1px 4px #edcfcf;
    background: #c73232; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c73232) to(#ac0000)); /*old webkit*/
    background: -webkit-linear-gradient(#c73232, #ac0000); /*new webkit*/
    background: -moz-linear-gradient(#c73232, #ac0000); /*gecko*/
    background: -ms-linear-gradient(#c73232, #ac0000); /*IE10*/
    background: -o-linear-gradient(#c73232, #ac0000); /*opera 11.10+*/
    background: linear-gradient(#c73232, #ac0000); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#c73232, #ac0000); /*PIE*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ac0000;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #ac0000;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: bold;
}

    .redbttn:hover {
        -moz-box-shadow: inset 0px 1px 0px 0px #ac0000, 0 1px 4px #edcfcf;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ac0000, 0 1px 4px #edcfcf;
        box-shadow: inset 0px 1px 0px 0px #ac0000, 0 1px 4px #edcfcf;
        background: #dc3535; /*fallback for non-CSS3 browsers*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#dc3535) to(#d31010)); /*old webkit*/
        background: -webkit-linear-gradient(#dc3535, #ac0000); /*new webkit*/
        background: -moz-linear-gradient(#dc3535, #ac0000); /*gecko*/
        background: -ms-linear-gradient(#dc3535, #ac0000); /*IE10*/
        background: -o-linear-gradient(#dc3535, #d31010); /*opera 11.10+*/
        background: linear-gradient(#dc3535, #ac0000); /*future CSS3 browsers*/
        -pie-background: linear-gradient(#ff9292, #ac0000); /*PIE*/
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #ac0000;
        text-shadow: 0px 1px 0px #dc3535;
    }

.bluebttn {
    position: relative;
    -moz-box-shadow: inset 0px 1px 0px 0px #0071ac, 0 1px 4px #cfdaed;
    -webkit-box-shadow: inset 0px 1px 0px 0px #0071ac, 0 1px 4px #cfdaed;
    box-shadow: inset 0px 1px 0px 0px #0071ac, 0 1px 4px #cfdaed;
    background: #3294c7; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3294c7) to(#0071ac)); /*old webkit*/
    background: -webkit-linear-gradient(#3294c7, #0071ac); /*new webkit*/
    background: -moz-linear-gradient(#3294c7, #0071ac); /*gecko*/
    background: -ms-linear-gradient(#3294c7, #0071ac); /*IE10*/
    background: -o-linear-gradient(#3294c7, #0071ac); /*opera 11.10+*/
    background: linear-gradient(#3294c7, #0071ac); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#3294c7, #0071ac); /*PIE*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #0071ac;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #0071ac;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: bold;
}

    .bluebttn:hover {
        -moz-box-shadow: inset 0px 1px 0px 0px #0071ac, 0 1px 4px #cfdaed;
        -webkit-box-shadow: inset 0px 1px 0px 0px #0071ac, 0 1px 4px #cfdaed;
        box-shadow: inset 0px 1px 0px 0px #0071ac, 0 1px 4px #cfdaed;
        background: #35a3dc; /*fallback for non-CSS3 browsers*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#35a3dc) to(#1096d3)); /*old webkit*/
        background: -webkit-linear-gradient(#35a3dc, #0071ac); /*new webkit*/
        background: -moz-linear-gradient(#35a3dc, #0071ac); /*gecko*/
        background: -ms-linear-gradient(#35a3dc, #0071ac); /*IE10*/
        background: -o-linear-gradient(#35a3dc, #1096d3); /*opera 11.10+*/
        background: linear-gradient(#35a3dc, #0071ac); /*future CSS3 browsers*/
        -pie-background: linear-gradient(#6acbfe, #0071ac); /*PIE*/
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #0071ac;
        text-shadow: 0px 1px 0px #35a3dc;
    }

.orangebttn {
    position: relative;
    -moz-box-shadow: inset 0px 1px 0px 0px #f0a900, 0 1px 4px #fff3d8;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f0a900, 0 1px 4px #fff3d8;
    box-shadow: inset 0px 1px 0px 0px #f0a900, 0 1px 4px #fff3d8;
    background: #ffa800; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcf5e) to(#f0a900)); /*old webkit*/
    background: -webkit-linear-gradient(#ffcf5e, #f0a900); /*new webkit*/
    background: -moz-linear-gradient(#ffcf5e, #f0a900); /*gecko*/
    background: -ms-linear-gradient(#ffcf5e, #f0a900); /*IE10*/
    background: -o-linear-gradient(#ffcf5e, #f0a900); /*opera 11.10+*/
    background: linear-gradient(#ffcf5e, #f0a900); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ffcf5e, #f0a900); /*PIE*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffa800;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #f0a900;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: bold;
}

    .orangebttn:hover {
        -moz-box-shadow: inset 0px 1px 0px 0px #f0a900, 0 1px 4px #fff3d8;
        -webkit-box-shadow: inset 0px 1px 0px 0px #f0a900, 0 1px 4px #fff3d8;
        box-shadow: inset 0px 1px 0px 0px #f0a900, 0 1px 4px #fff3d8;
        background: #ffe8b1; /*fallback for non-CSS3 browsers*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe8b1) to(#1096d3)); /*old webkit*/
        background: -webkit-linear-gradient(#ffe8b1, #f0a900); /*new webkit*/
        background: -moz-linear-gradient(#ffe8b1, #f0a900); /*gecko*/
        background: -ms-linear-gradient(#ffe8b1, #f0a900); /*IE10*/
        background: -o-linear-gradient(#ffe8b1, #1096d3); /*opera 11.10+*/
        background: linear-gradient(#ffe8b1, #f0a900); /*future CSS3 browsers*/
        -pie-background: linear-gradient(#ffeab8, #f0a900); /*PIE*/
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #f0a900;
    }
/****************************************/

/* plus sign fix for tree */
.t-icon{
    background:url("2013.2.611/Default/sprite.png");
}
