﻿body
{
    font-size: 10pt;
    font-family: Sylfaen, Trebuchet MS, Tahoma;
    color: #5C5C5C;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:active
{
    text-decoration: none;
    color: inherit;
}

img
{
    border: none;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear
{
    clear: both;
}

.italic
{
    font-style: italic;
}

/*-----------------------------------------------------------------.master*/
#headerTop ul
{
    padding: 20px;
}

#headerTop li
{
    font-size: 16pt;
    letter-spacing: -1px;
    display: inline;
    margin-left: 10px;
    list-style-type: none;
    color: #ACACAC;
}

#headerTop li a:link, #headerTop li a:visited, #headerTop li a:active
{
    color: #ACACAC;
}

#headerTop li a:hover
{
    color: Black;
}

#headerTop .floatLeft
{
    margin: 20px 0 0 25px;
}

#footer
{
    position: relative;
    bottom: -10px;
    clear: both;
    font-family: Trebuchet MS;
}

#footerTop
{
    height: 75px;
    background-color: #f7f7f7;
}

#footerTop ul
{
    padding: 25px;
    text-align: center;
}

#footerTop li
{
    display: inline;
    margin-right: 10px;
    list-style-type: none;
    color: #9E9E9E;
}

#footerTop li a:link, #footerTop li a:visited, #footerTop li a:active
{
    color: #9E9E9E;
}

#footerTop li a:hover
{
    text-decoration: underline;
}

#footerBottom
{
    text-align: center;
    color: #5C5C5C;
}

/*-----------------------------------------------------------------Content*/
.breadcrumb
{
    color: #9E9E9E;
    font-size: 12pt;
    font-weight: bold;
}

.breadcrumb a
{
    font-weight: normal;
}

.content
{
    margin-top: 30px;
}

.content a:link, a:visited, a:active
{
    color: #0082C9;
}

.content a:hover
{
    text-decoration: underline;
}

.contentTitle
{
    font-size: 16pt;
    font-weight: bold;
    color: #1E1E1E;
    padding: 20px 0 20px 25px;
    letter-spacing: -1px;
}

.contentSubMenu
{
    width: 150px;
    font-family: Trebuchet MS;
    padding-left: 20px;
}

.contentSubMenu p
{
    background: url(        "../Images/Arrow.gif" ) no-repeat scroll right transparent;
    border-bottom: solid 1px #D8D8D8;
}

.contentTextPadding
{
    font-family: Trebuchet MS;
    padding-left: 40px;
    width: 450px;
}

.contentTextPaddingLong
{
    font-family: Trebuchet MS;
    padding-left: 40px;
    width: 770px;
}

.contentMiddle
{
    width: 450px;
}

.contentRight
{
    padding: 40px 0px 40px 0px;
    width: 280px;
    text-align: center;
}

.quotationMark
{
    margin: -2px 0 0 0;
    padding: 12px;
    background: url(        "../Images/QuoteLeft.png" ) no-repeat scroll left 15px transparent;
}

.quotationMark h2
{
    display: inline;
    padding-right: 12px;
    background: url(        "../Images/QuoteRight.png" ) no-repeat scroll right top transparent;
}

#headerBottom
{
    height: 251px;
}

#headerBottomBox
{
    width: 590px;
    height: 251px;
    background-color: #0085ca;
}

#headerBottomBoxText
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 590px;
    height: 251px;
    font-size: 26pt;
    letter-spacing: -1px;
    color: White; #position:relative;
#top:15%;
}
/*-----------------------------------------------------------------Content for back end*/
ul.roleTab
{
    font-family: Trebuchet MS;
    list-style: none none outside;
    margin-top: 12px;
}

ul.roleTab li
{
    background-color: White;
    cursor: pointer;
    display: inline;
    float: right;
    margin: 2px;
    padding: 8px;
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

ul.roleTab li.active
{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

ul.roleTab li:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.backContent
{
    margin-top: 90px;
}

.backContent a:link, a:visited, a:active
{
    color: #0082C9;
}

.backContent a:hover
{
    text-decoration: underline;
}

.backContentTextPadding
{
    font-family: Trebuchet MS;
    padding-left: 40px;
    width: 770px;
}

.backContentTextPaddingLeft
{
    font-family: Trebuchet MS;
    padding-left: 20px;
    width: 520px;
}

.backContentTextPaddingRight
{
    font-family: Trebuchet MS;
    padding-left: 20px;
    width: 210px;
}

.pager span
{
    font-weight: bold;
    font-size: 16pt;
}

/*-----------------------------------------------------------------Front.master*/
#main
{
    width: 1000px;
    margin: auto;
}

/*-----------------------------------------------------------------Back.master*/
#backgroundMain
{
    width: 100%;
    background-color: #0085ca;
    height: 150px;
}

.backMain
{
    margin: -140px auto 0;
    width: 1000px;
}

/*-----------------------------------------------------------------Desktop_Manager/Default.aspx*/
.desktopManagerHeaderBottom
{
    width: 1000px;
    height: 20px;
    background-color: #F7F7F7;
}

.desktopManagerContent
{
    width: 631px;
    height: 150px;
    border: solid 1px #D8D8D8;
    margin: 20px 0 0 30px;
}

.desktopManagerContentBoxLeft
{
    position: relative;
    width: 230px;
    height: 150px;
    border-right: solid 1px #D8D8D8;
}

.desktopManagerContentBoxRight
{
    position: relative;
    width: 400px;
}

.desktopManagerContentBoxTitle
{
    background: url(  "../Images/IndexContentTitleAddOn.gif" ) repeat-x;
    border-bottom: solid 1px #D8D8D8;
    font-size: 10pt;
    font-weight: bold;
    color: #1E1E1E;
    padding: 10px 0 10px 15px;
}

.desktopManagerTextPadding
{
    font-family: Trebuchet MS;
    padding: 10px 20px;
}

.desktopManagerTextPadding a:link, a:visited, a:active
{
    color: #0082C9;
}

.desktopManagerTextPadding a:hover
{
    text-decoration: underline;
}

/*-----------------------------------------------------------------Index.aspx*/
.indexContentTitleAddOn
{
    background: url(        "../Images/IndexContentTitleAddOn.gif" ) repeat-x;
    border-bottom: solid 1px #D8D8D8;
}

.indexContentBoxLeft
{
    position: relative;
    width: 332px;
    height: 370px;
    border-right: solid 1px #D8D8D8;
}

.indexContentBoxMiddle
{
    width: 333px;
    height: 370px;
    border-right: solid 1px #D8D8D8;
}

.indexContentBoxRight
{
    position: relative;
    width: 332px;
    height: 370px;
}

.indexContentBoxBottom
{
    position: absolute;
    width: 332px;
    bottom: 5px;
    border-top: solid 1px #D8D8D8;
    text-align: center;
    font-family: Sylfaen;
    font-size: 14pt;
    font-weight: bold;
}

.indexContentCounts
{
    padding: 20px 0 20px 25px;
    font-family: Sylfaen;
    font-size: 14pt;
    font-weight: bold;
}

.indexContentBoxBottom label, .indexContentCounts label
{
    color: Red;
    font-size: 18pt;
}

.indexContentBoxBorderless
{
    width: 500px;
}

.indexContentTextPadding
{
    font-family: Trebuchet MS;
}

.indexContentTop
{
    width: 1000px;
    height: 370px;
    border: solid 1px #D8D8D8;
}

.indexContentBottom
{
    width: 1000px;
    height: 250px;
}

.indexContentImage
{
    text-align: center;
    padding: 30px 0pt 20px 25px;
    font-family: Trebuchet MS;
}

.indexContentImage a:link, a:visited, a:active
{
    color: #0082C9;
}

.indexContentImage a:hover
{
    text-decoration: underline;
}

/*-----------------------------------------------------------------Index.aspx - loopedSlider*/
.previous
{
    background: url(       "../images/previous.gif" ) no-repeat scroll left top transparent;
    position: absolute;
    display: inline-block;
    height: 32px;
    width: 35px;
    left: 680px;
}

.next
{
    background: url(       "../images/next.gif" ) no-repeat scroll left top transparent;
    position: absolute;
    display: inline-block;
    height: 32px;
    width: 35px;
    left: 715px;
}

.container
{
    height: 302px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

div.slides
{
    position: absolute;
    top: 0;
    left: 0;
}

div.slides > div
{
    margin-top: 20px;
    display: none;
    width: 332px;
    text-align: center;
}

/*-----------------------------------------------------------------News.aspx*/
#newsPatent table
{
    text-align: center;
}

/*-----------------------------------------------------------------Support.aspx*/
.c36
{
    border-collapse: collapse;
}

.c37
{
    border: 0.5pt solid #000000;
    padding: 1.368pt;
    vertical-align: top;
    width: 43.2pt;
}

.c101
{
    color: #FF0000;
    font-family: Arial;
    font-size: 8pt;
}

.c38
{
    color: #000000;
    font-family: Courier New;
    font-size: 8pt;
}

.c3
{
    direction: ltr;
    line-height: 1.15;
    text-indent: 0;
}

.c39
{
    direction: ltr;
    line-height: 1;
    text-indent: 0;
}

.c306
{
    background-color: #FFFFFF;
}

.c1
{
    font-weight: bold;
}

.c105
{
    color: #00FF00;
    font-family: Arial;
    font-size: 8pt;
}

.c156
{
    color: #FF9900;
    font-family: Arial;
    font-size: 8pt;
}

.c84
{
    color: #000000;
    font-family: Arial;
    font-size: 8pt;
}

.c93
{
    color: #0000FF;
    font-family: Arial;
    font-size: 8pt;
}

.c0
{
    color: #000000;
    font-family: Arial;
    font-size: 11pt;
}

.c188
{
    height: 21pt;
}

.c199
{
    background-color: #FF0000;
}

/*-----------------------------------------------------------------Company.aspx*/
#companyContact .contentTextPadding
{
    width: auto;
}

/*-----------------------------------------------------------------Member/Profile.aspx*/
.errorPage
{
    width: 480px;
    padding: 10px;
    font-family: Trebuchet MS;
    font-size: 16pt;
}

/*-----------------------------------------------------------------Admin/IssueManagement.aspx*/
.zoomIssue
{
    width: 350px;
    margin-top: -30px;
    margin-left: 30px;
    padding: 5px;
    position: absolute;
    border: solid 1px #ACACAC;
    background-color: #F7F7F7;
}

/*-----------------------------------------------------------------Admin/RMAManagement.aspx*/
.zoomRMA
{
    width: 350px;
    margin-top: -30px;
    margin-left: -360px;
    padding: 5px;
    position: absolute;
    border: solid 1px #ACACAC;
    background-color: #F7F7F7;
}

/*-----------------------------------------------------------------Member/ReportIssue.aspx*/
.helpField
{
    width: 350px;
    margin-left: 50px;
    padding: 5px;
    position: absolute;
    border: solid 1px #ACACAC;
    background-color: #F7F7F7;
}

