@charset "utf-8";
/* CSS Document */

/* ******************** GENERAL SITE LAYOUT ******************** */

body {
    font-family: Lucida Grande, Verdana, Geneva, sans-serif;
    font-size:10px;
    color: #666;
    margin: 0;
    padding: 0;
    }

table.site {
    height:700px;
    }
        
td.sitearea {
    width: 1006px;
    box-shadow: 0px 0px 10px #999999;
    }
    
td.topbararea {
    height: 82px;
    }

/* ******************** LOGINBAR ******************** */
.inner { /* NEW CLASS */
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#topLayout {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#top {/* NEW CLASS */


    background: url(images/top.jpg) repeat-x 0 0;
    height: 30px;
    color: #FFF;
    font-size: 10px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
}


#spacer {
    background-color: #333333;
    height: 3px;
}

#top p {/* NEW CLASS */
    float: left;
    font-weight: 400; /* MODIFIED LINE */
}

#top ul {/* NEW CLASS */
    float: right;
    margin-top: 0px;
}

#top li {
    list-style: none;
    float: left;
    margin-left: 15px; /* MODIFIED LINE */
    font-size: 10px;
}

#top li a {/* NEW CLASS */
    color: #aaa;
    background: url(../images/topseparator.png) no-repeat top left; /* MODIFIED LINE */
    padding-left: 15px;  /* MODIFIED LINE */
}

#top li a:hover { /* NEW CLASS */
    color: #fff;
}


#top li a.white {/* NEW CLASS */
    color: #fff;
}

#top li a.disabled {/* NEW CLASS */
    cursor:text;
    color:#666;
}

/* ******************** TOPBAR ******************** */

table.topbar {
    background: url(../images/servicecenter_TOPBARHOME_Bg.jpg) repeat-x top left;
    border-bottom: 4px solid #333333;
    }   
    
table.topbarmenu {
    background: url(../images/servicecenter_TOPBARHOME_MenuBg.jpg) repeat-x top left;
    }

td.topbarmenuitem {
    text-align: center;
    padding: 0px 10px 0px 10px;
    }
    
a.topbarmenuitemlink{
    color: #333333;
    text-decoration: none;
    font-weight:normal;
    text-transform:uppercase;
    }
    
a.topbarmenuitemlink:hover{
    color: #cc3300;
    text-decoration: underline;
    font-weight:normal;
    text-transform:uppercase;
    }
    
/* ******************** WELCOME ******************** */

/* *** Modules menu right *** */

table.modulesarea {
    height:700px;
    vertical-align:top;
    border-left: 1px solid #FFF;
    background: url(../images/servicecenter_HOMEPAGE_RightColBg.jpg) repeat top left;
    }
    
td.modulelinktext{
    color: #ffffff;
    padding: 0px 0px 20px 2px;
    text-align:left;
    }
    
/* *** Welcome content *** */

td.welcomecontentarea{
    /*background: url(../images/servicecenter_HOMEPAGE_MainBg.jpg) repeat top left; */
    }   
    
table.welcomecontentareatop{
    height:700px;
    /*background: url(../images/servicecenter_HOMEPAGE_TopBg.jpg) repeat-x top left;*/
    }
    
td.sessioninfo{
    font-weight:bold;
    padding: 10px 10px 10px 10px;
    }
    
td.welcomepagecontentarea{
    text-align:left;
    vertical-align:top;
    padding: 6px 20px 0px 10px;
    }
    
table.newsbox {
    vertical-align:top;
    background: url(../images/servicecenter_HOMEPAGE_NewsBg.jpg) repeat top left;
    }
    
td.newsitem{
    vertical-align:top;
    padding: 2px 10px 2px 14px;
    text-align:left;
    }
    
a.newslink{
    color: #666;
    text-decoration: none;
    }
    
a.newslink:hover{
    text-decoration: underline;
    }
    
p.newstitle{
    font-weight: bold;
    font-size: 13px;    
    }
    
p.paragraphtitle{
    font-weight: bold;
    font-size: 11px;
    color: #F93;    
    }
    
a.morenewslink{
    color: #C30;
    text-decoration: none;
    }
    
a.morenewslink:hover{
    text-decoration: underline;
    }   
/* ******************** NEWISSUES ******************** */

/* *** left menu *** */
td.leftmenuitem{
    height: 30px;
    vertical-align:middle;
    padding: 0px 10px 0px 14px;
    text-align:left;
    }
    
td.leftmenuitemover{
    height: 30px;
    background: url(../images/servicecenter_LEFTMENU_ItemSelected.jpg) no-repeat top left;
    vertical-align:middle;
    padding: 0px 10px 0px 14px;
    text-align:left;
    }
    
a.leftmenulink{
    color: #666;
    text-decoration: none;
    font-weight: bold;
    }
    
a.leftmenulink:hover{
    color: #F93;
    text-decoration: underline;
    font-weight: bold;
    }
    
a.leftmenulinkactive{
    color: #F93;
    text-decoration: none;
    font-weight: bold;
    }
    
a.leftmenulinkactive:hover{
    color: #F93;
    text-decoration: underline;
    font-weight: bold;
    }
    
/* *** content *** */

td.modulecontentarea{
    text-align:left;
    vertical-align:top;
    padding: 6px 20px 0px 10px;
    }

td.modulecontentpagetitle{
    text-align:left;
    vertical-align:middle;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #C30;
    }
    
td.modulecontentpageintro{
    height: 30px;
    text-align:left;
    vertical-align:top;
    padding: 10px 0px 10px 0px;
    }
    
td.modulecontentpagesubtitle{
    text-align:left;
    vertical-align:middle;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    }
    
    
/* *** form elements *** */

td.formlabel{
    height: 25px;
    width: 25%;
    text-align:left;
    vertical-align:middle;
    padding: 0px;
    }

td.formfield{
    width: 75%;
    text-align:left;
    vertical-align:middle;
    padding: 0px;
    }

input.forminput{
    font-family: Verdana, Geneva, sans-serif;
    font-size:10px;
    height:15px;
    color: #333;
    text-align:left;
    vertical-align:middle;
    border: 1px solid #ccc;
    }

select.formselect{
    font-family: Verdana, Geneva, sans-serif;
    font-size:10px;
    color: #333;
    height:18px;
    text-align:left;
    vertical-align:middle;
    border: 1px solid #ccc;
    }
    
    
td.buttonlabel{
    height: 55px;
    width: 25%;
    text-align:left;
    vertical-align:middle;
    padding: 0px;
    }

td.buttonbar{
    height: 55px;
    width: 75%;
    text-align:left;
    vertical-align:middle;
    padding: 0px;
    }

img.buttonleft{
    margin: 0px 0px 0px -2px;
    float:left;
    }
    
img.buttonright{
    margin: 0px -2px 0px 0px;
    float:right;
    }
img.calendar{
    margin: 0px 0px -12px 0px;
    float:none;
    }
    
img.statusicon{
    margin: 0px -15px -2px 30px;
    float:right;
    }
/* *** upload list *** */

div.issuesuploadlistzone{
    overflow:scroll;
    position:relative;
    }
    
table.issuesuploadlist{
    border: 1px solid #ccc;
    }   
td.issuesuploadlistheader{
    height: 22px;
    text-align:left;
    background-color:#ededed;
    color: #333;
    vertical-align:middle;
    padding: 0px 20px 0px 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    }

td.issuesuploadlistrow{
    height: 20px;
    text-align:left;
    color: #666;
    background-color:#fff;
    border-top: 1px solid #e5e5e5;
    vertical-align:middle;
    padding: 2px 20px 2px 10px;
    }
    
td.statsheader{
    text-align:left;
    vertical-align:middle;
    padding: 6px 0px;
    font-weight:bold;
    }
    
td.stats{
    text-align:left;
    border-top: 1px solid #ccc;
    vertical-align:middle;
    padding: 6px 0px;
    }
    
td.contactsheader{
    text-align:left;
    vertical-align:middle;
    padding: 6px 0px;
    font-weight:bold;
    }
    
td.contactsheaderphone{
    text-align:right;
    vertical-align:middle;
    padding: 6px 0px;
    font-weight:bold;
    }
    
td.contacts{
    text-align:left;
    border-top: 1px solid #ccc;
    vertical-align:middle;
    padding: 6px 0px;
    }
    
td.contactsemail{
    text-align:left;
    border-top: 1px solid #ccc;
    vertical-align:middle;
    padding: 6px 0px;
    }
    
td.contactsphone{
    font-weight: bold;
    color: #666;    
    text-align:right;
    border-top: 1px solid #ccc;
    vertical-align:middle;
    padding: 6px 0px;
    }
a.contactemail{
    color: #C30;
    text-decoration: none;
    }
    
a.contactemail:hover{
    color: #C30;
    text-decoration: underline;
    }
/* ******************** BOTTOMBAR ******************** */

td.bottombar{
    font-size: 10px;
    padding: 17px 10px 17px 10px;
    background: url(../images/tagline.jpg) no-repeat center right;
    }
    
a.bottombarlink{
    color: #999;
    text-decoration: none;
    }
    
a.bottombarlink:hover{
    text-decoration: underline;
    }
    
/* ******************** HELP ******************** */
    
body.help   {
    font-family: Verdana, Geneva, sans-serif;
    font-size:10px;
    color: #666;
    /*background: url(../images/servicecenter_HELP_Bg.jpg) repeat top left;*/
    }
    
table.helptitle{
    height:47px;
    /*background: url(../images/servicecenter_HELP_TopBg.jpg) repeat-x top left;*/
    }
    
table.helpcontent{
    /* background: url(../images/servicecenter_HELP_ContentTopBg.jpg) repeat-x top left;*/
    }
    
td.helptitle{
    /* background: url(../images/servicecenter_HELP_TitleBg.jpg) repeat-x top left;*/
    }
    
td.helpcontentzone{
    padding: 20px 10px 20px 10px;
    }
    
td.helpcontentzonemenu{
    padding: 0px 10px 20px 20px;
    }
    
p.helptopictitle{
    text-align:left;
    vertical-align:middle;
    height: 20px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 0px 10px 0px; 
    color: #C30;
    }
    
p.helptopicmenutitle{
    text-align:left;
    vertical-align:middle;
    height: 20px;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0px 10px 0px; 
    }
    
p.helptopicsubtitle{
    text-align:left;
    vertical-align:middle;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    }
    
a.helpmenulink{
    color: #666;
    text-decoration: none;
    font-weight: bold;
    }
    
a.helpmenulink:hover{
    color: #F93;
    text-decoration: underline;
    font-weight: bold;
    }
    
a.helpmenulinkactive{
    color: #F93;
    text-decoration: none;
    font-weight: bold;
    }
    
a.helpmenulinkactive:hover{
    color: #F93;
    text-decoration: underline;
    font-weight: bold;
    }
    
li.helpmenuitem{
    list-style: square;
    list-style-position:outside;
    margin : 6px
    }
    
img.helppopup{
    margin: 3px;
    cursor:hand;
    }

div.helppopupdiv{
    position:absolute;
    margin: 0px 10px 0px 10px;
    display: none;
    max-width: 200px;
    visibility:hidden;
    background: #F93;
    border-top: 1px solid #960;
    border-left: 1px solid #960;
    border-bottom: 1px solid #633;
    border-right: 1px solid #633;
    padding: 15px;
    color: #FFF;
    cursor:hand;
    }

.demoHeaders {
    margin-top: 2em;
}

#dialog-link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
}

#dialog-link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

#icons {
    margin: 0;
    padding: 0;
}

#icons li {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}

.fakewindowcontain .ui-widget-overlay {
    position: absolute;
}

select {
    width: 200px;
}

.pane {
    display:inline-block;
    vertical-align:top;
    border-right: 1px solid #999999;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 200px !important;
    max-height: 275px !important;
}

#logo {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    left: 0px;
    top: 0px;
    height: 35px;
    width: 100%;
    background: #ffffff;
}

/* Asn.1 Decoder */

.node {
    position: relative;
}
.sub {
    padding-left: 1.5em;
    border-left: solid 1px #E0E0E0;
}
.head {
    height: 1em;
    white-space: nowrap;
}
.node:hover > .head, .node.hover > .head {
    color: darkblue;
    font-weight: bold;
}
.node:hover > .head:hover, .node.hover > .head.hover {
    color: blue;
}
.node.collapsed {
    font-style: italic;
}
.node.collapsed > .sub {
    display: none;
}
.node.collapsed.hover > .sub {
    display: block;
}
.value {
    display: none;
    position: absolute;
    z-index: 2;
    top: 1.2em;
    left: 0;
    background-color: #D0D0D0;
    border: solid 1px white;
    padding: 2px;
}
.head:hover + .value, .head.hover + .value {
    display: block;
}
.preview {
    margin-left: 1em;
    color: #505050;
    font-weight: normal;
}
#tree {
    font-family: monospace;
}
#dump {
    z-index: 1;
    background-color: #C0C0C0;
    border: solid 1px #E0E0E0;
    font-family: monospace;
    white-space: pre;
    padding: 2px;
}
#dump .tag             { color: blue; }
#dump .dlen            { color: darkcyan; }
#dump .ulen            { color: darkgreen; }
#dump .intro           { color: blue; }
#dump .outro           { color: darkgreen; }
#dump .skip            { color: #666666; }
#dump .hexCurrent      { background-color: #808080; }
#dump .hexCurrent .hex { background-color: #A0A0A0; }
#file { display: none; }

#cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background-color: #000000;
    opacity: .7;
    filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.7);
}

