@charset "utf-8";

#infotable td.menu {
background-image:url(../images/active_background.gif);
border:1px solid #D7D7D7;
border-bottom:0;
cursor:pointer;
height:30px;
padding-left:10px;
width:170px;
}

h1.menu {
font-size:12px;
font-style:italic;
font-weight:700;
}

#infotable td.active {
background:#fff;
background-image:url(../images/active_tab.gif);
background-position:top left;
background-repeat:no-repeat;
border-left:none;
border-right:#fff 1px solid;
padding-left:11px;
}

#tab_contents_container {
border:1px solid #D7D7D7;
border-left:0;
padding:0.75em 1em;
}

#empty_tab {
background:#fff;
border-right:#D7D7D7 1px solid;
border-top:1px solid #D7D7D7;
vertical-align:top;
}

.successCells td {
padding-bottom:20px;
width:100%;
}

.successCells .noline {
border-top:none;
padding-bottom:15px;
}

.codecontainer {
border:1px solid gray;
height:150px;
width:98%;
}

#infotable td.menu a,#infotable td.menu a:hover {
color:#00C;
text-decoration:underline;
}

#infotable td.active a,#infotable td.active a:hover {
color:#000;
text-decoration:none;
}
