
/* - base.css - */
@media screen {
/* http://www.audioholics.com/portal_css/base.css?original=1 */
/* */
/* */

body {
font: 75% "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: black;
color: Black;
margin:0;
padding: 0;
min-width:1020px;
}
table {
font-size: 100%;
}
a {
color: #436976;
background-color: transparent;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: 0 0 0.75em 0;
line-height: 1.5em;
}
p img {
border: none;
margin: 0;
}
hr {
border: 0;
height: 1px;
color: #f0b955;
background-color: #f0b955;
margin: 0.5em 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
color: Black;
background-color: transparent;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0 0 0.25em 0;
border-bottom: 1px solid #f0b955;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: Black ! important;
text-decoration: none;
}
h1 {
font-size: 160%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 125%;
border-bottom: none;
font-weight: bold;
}
h4 {
font-size: 110%;
border-bottom: none;
font-weight: bold;
}
h5 {
font-size: 100%;
border-bottom: none;
font-weight: bold;
}
h6 {
font-size: 85%;
border-bottom: none;
font-weight: bold;
}
ul {
line-height: 1.5em;
margin: 0.5em 0 0 1.5em;
padding: 0;
list-style-image: url(bullet.gif);
list-style-type: square;
}
ol {
line-height: 1.5em;
margin: 0.5em 0 0 2.5em;
padding: 0;
list-style-image: none;
}
li {
margin-bottom: 0.5em;
}
dt {
font-weight: bold;
}
dd {
line-height: 1.5em;
margin-bottom: 1em;
}
fieldset {
border: 1px solid #f0b955;
margin: 1em 0em 1em 0em;
padding: 0em 1em 1em 1em;
line-height: 1.5em;
width: auto;
}
legend {
background: White;
padding: 0.5em;
font-size: 90%;
}
form {
border: none;
margin: 0;
}
label {
font-weight: bold;
}
textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
border: 1px solid #f0b955;
color: Black;
background: White url(input_background.gif) repeat-x;
width: 100%;
}
input {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
visibility: visible;
border: 1px solid #f0b955;
color: Black;
vertical-align: middle;
background: White url(input_background.gif) repeat-x; 
}
button {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
visibility: visible;
border: 1px solid #f0b955;
color: Black;
vertical-align: middle;
background-color: #cccccc;
padding: 1px;
cursor: pointer;
font-size: 85%;
text-transform: none;
}
select {
border: 1px solid #f0b955;
color: Black;
background-color: White;
vertical-align: top;
}
optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
option {
color: black;
}
optgroup > option {
padding: 0 0.25em 0 1em;
}
abbr, acronym, .explain {
border-bottom: 1px dotted Black;
color: Black;
background-color: transparent;
cursor: help;
}
q {
font-family: Baskerville, Georgia, serif;
font-style: italic;
font-size: 120%;
}
blockquote {
padding-left: 0.5em;
margin-left: 0;
border-left: 4px solid #f0b955;
color: #76797c;
}
code {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 120%;
color: Black;
background-color: #cccccc;
padding: 0 0.1em;
}
pre {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 100%;
padding: 1em;
border: 1px solid #f0b955;
color: Black;
background-color: #cccccc;
overflow: auto;
}
ins {
color: green;
text-decoration: none;
}
del {
color: red;
text-decoration: line-through;
}
/* */
.visualClear {
display: block;
clear: both;
}
/* */
.netscape4 {
display: none;
}
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
position: absolute;
top: -200px;
left: -200px;
}
.hiddenLabel {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
/* */

}


/* - public.css - */
@media screen {
/* http://www.audioholics.com/portal_css/public.css?original=1 */
/* */
/* */
/* */
#portal-column-one .visualPadding {
padding: 2em 0em 1em 2em;
}
#portal-column-two .visualPadding {
padding: 0em 2em 1em 0em;
}
/* */
.documentContent {
font-size: 110%;
padding: 1em 1em 2em 1em !important;
}
/* XXX removed from .documentContent, background:White; */
.documentContent p a {
text-decoration: none;
border-bottom: 1px #cccccc solid;
}
.documentContent p a:visited {
color: Purple;
background-color: transparent;
}
.documentContent p a:active {
color: Red;
background-color: transparent;
}
.documentContent li a {
text-decoration: none;
border-bottom: 1px #cccccc solid;
}
.documentContent li a:visited {
color: Purple;
}
.documentContent li a:active {
color: Red;
}
.documentContent dd a {
text-decoration: none;
border-bottom: 1px #cccccc solid;
}
.documentContent dd a:visited {
color: Purple;
background-color: transparent;
}
.documentContent dd a:active {
color: Red;
background-color: transparent;
}
/* */
/* */
.field {
top: 0;
left: 0;
margin: 0 1em 1em 0;
}
.field .field {
margin: 1em 0 0 0;
}
.fieldRequired {
background: url(required.gif) center left no-repeat;
padding: 0 0 0 8px;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
font-size: 90%;
color: #76797c;
margin: 0 0 0.2em 0;
}
.formHelp:hover {
color: Black;
cursor: default;
}
.formControls {
margin: 1em 0;
}
.error {
/* */
background-color: #ffce7b;
border: 1px solid #ffa500;
padding: 1em;
margin: 0 0 1em 0;
width: 95%;
}
.error .fieldRequired {
color: #ffce7b;
}
/* */
.noborder,
.documentEditable * .noborder {
border: none;
margin: 0;
background: none;
background-color: transparent;
}
/* */
#visual-portal-wrapper {
margin: 0 auto 0 auto ;
padding: 0;
width:1020px;
background-color:white;
}
/* */
#portal-logo {
background: url(logo.jpg) no-repeat;
border: 0;
margin: 0.75em 0em 0.75em 1.5em;
padding: 0;
}
#portal-logo a {
display: block;
text-decoration: none;
overflow: hidden;
border: 0;
margin: 0;
padding: 0;
padding-top: 64px;
height: 0px !important;
width: 276px;
cursor: pointer;
}
/* */
#portal-skinswitcher {
}
#portal-skinswitcher a {
display: block;
float: left;
}
#portal-top {
/* */
margin: 0;
padding: 0;
background-color: transparent;
}
/* */
#portal-siteactions {
background-color: transparent;
white-space: nowrap;
list-style-image: none;
list-style-type: none;
margin: 1px 0 0 0;
height: auto;
line-height: normal;
float: right;
padding: 3px 2em 3px 0;
}
#portal-siteactions li {
display: inline;
}
#portal-siteactions li a {
background-color: transparent;
border: 1px solid White;
color: #76797c;
height: auto;
padding: 0.2em;
margin-right: 0.2em;
text-decoration: none;
text-transform: none;
}
#portal-siteactions li.selected a {
background-color: #cccccc;
color: #436976;
border: 1px solid #f0b955;
}
#portal-siteactions li a:hover {
background-color: #cccccc;
color: #436976;
border: 1px solid #f0b955;
}
/* */
#portal-searchbox {
float: right;
clear: right;
background-color: transparent;
margin: 1.5em 0 0 0;
padding: 0 2em 0 0;
text-align: right;
text-transform: none;
white-space: nowrap;
z-index: 2;
}
#portal-advanced-search {
margin-top: 0.2em;
clear: both;
}
#portal-advanced-search a {
color: #76797c;
text-decoration: none;
text-transform: none;
}




.visualCaseSensitive {
text-transform: none;
}
#portal-breadcrumbs {
/* */
border-bottom-color: #f0b955;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
line-height: 1.6em;
}
#portal-breadcrumbs a {
text-decoration: none;
}
.breadcrumbSeparator {
font-size: 120%;
}
.addFavorite {
vertical-align: bottom;
}
#content {
padding: 1em 1em 0 1em !important;
margin: 0em 0em 2em 0em;
min-height: 600px;
min-width:400px;
}
.documentEditable {
padding: 0em 2em 1em 2em !important;
}
#content-news h1 {
margin-bottom: 1em;
}
/* */
#content h5,
#content h6 {
color: #76797c;
}
.newsItem {
margin-bottom: 1em;
border-bottom: 1px solid #f0b955;
}
.newsImage {
border: 1px solid black;
}
.newsImageContainer {
float:right;
margin: 0 0 0.5em 1em;
width: 202px;
}
.newsContent {
padding: 0 1em 1em 1em;
}
.newsContent ul,
.newsContent li {
display: block;
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.newsAbout {
display: block;
color: #76797c;
font-size: 85%;
padding: 0;
margin-top: 0;
list-style: none;
list-style-image: none;
float: right;
text-align: right;
}
.newsAbout li {
display: inline;
}
.newsFooter {
}
.newsFooter li {
display: inline;
margin: 0 1em 0 0;
}
.documentActions {
float: right;
margin: 0.4em 0 0 0.5em;
padding: 0;
text-align: right;
}
.documentActions ul {
margin: 1px 0 2px 0;
padding: 0;
display: block;
}
.documentActions li {
display: inline;
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.documentActions a {
border: none !important;
text-decoration: none;
}
/* */
.portalMessage,
.portalWarningMessage,
.portalStopMessage,
.system-message,
#error-handling {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: Black;
font-size: 85%;
font-weight: bold;
margin: 1em 0em;
padding: 0.5em 1em 0.5em 3em;
vertical-align: middle;
background-image: url(info_icon.gif);
background-repeat: no-repeat;
background-position: 5px 50%;
}
.portalMessage a,
.portalWarningMessage a,
.portalStopMessage a {
color: Black;
}
.documentDescription {
/* */
font-weight: bold;
display: block;
margin: 0em 0em 0.5em 0em;
line-height: 1.5em;
}
.documentByLine {
font-size: 85%;
font-weight: normal;
color: #76797c;
margin: 0em 0em 0.5em 0em;
}
.discussion {
margin-top: 1em;
}
.even {
background-color: #eef3f5;
}
.odd {
background-color: transparent;
}
.visualHighlight {
background-color: #eef3f5;
}
.discreet {
color: #76797c;
font-size: 85%;
font-weight: normal;
}
.pullquote {
padding: 0 1em 0 1em;
margin: 0 0 1em 1em;
font-weight: bold;
color: #CC9933;
float: right;
width: 35%;
clear: right;
background-color: White;
}
.callout {
font-weight: bold;
color: #CC9933;
padding: 0px 1em;
}
/* */
.listingBar {
border-bottom: 1px solid #f0b955 ;
padding: 0em .5em;
text-align: center;
text-transform: none;
vertical-align: top;
margin: 1em 0em;
font-size: 94%;
clear: both;
height:4em;
}
.listingPrevious {
text-align: left;
float: left;
margin-right: 1em;
}

.listingNext {
text-align: right;
float: right;
margin-left: 1em;

}
 
/*http://cssgradientbutton.com/?bg0=3068C8&bg1=003890&bg2=26539f&bg3=00245d&r=33&p_top=5&p_right=5&p_bottom=5&p_left=5&w_auto=yes&w=150&text_c=FFFFFF&textshadow=yes&textshadow_c=000000&shadow_bt=0&shadow_c=B4B5B5&border_s=1&border_c=25509b&border_c_hover=1c3d76&f_size_auto=yes&f_s=12&font=helvetica, sans-serif&bold=yes&inset=no&s_x=0&s_y=0&s_b=0&t_s_px=-1&b_top=1&b_right=1&b_bottom=1&b_left=1&bt_c=25509b&br_c=25509b&bb_c=25509b&bl_c=25509b&bhover_top=1&bhover_right=1&bhover_bottom=1&bhover_left=1&bhover_t_c=1c3d76&bhover_r_c=1c3d76&bhover_b_c=1c3d76&bhover_l_c=1c3d76&bh_top=1&br_top=3&br_right=3&br_bottom=3&br_left=3&h_s=-1&v_s=-1&b_s=0&o_s=0.3*/
.listingBar a {
text-decoration: none;
border-top-color: #25509b;border-right-color: #25509b;border-bottom-color: #25509b;border-left-color: #25509b;border-width: 1px;border-style: solid; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px; padding: 5px 5px 5px 5px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3068C8;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#3068C8), to(#003890));
 background-image: -webkit-linear-gradient(top, #3068C8, #003890);
 background-image: -moz-linear-gradient(top, #3068C8, #003890);
 background-image: -ms-linear-gradient(top, #3068C8, #003890);
 background-image: -o-linear-gradient(top, #3068C8, #003890);
 background-image: linear-gradient(to bottom, #3068C8, #003890);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3068C8, endColorstr=#003890);
 
}
/*
.listingBar span.next, .listingNext {
    background: url("http://www.audioholics.com/darkient.gif") repeat-x scroll left top #0163A6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 10px;
    padding: 10px;
    text-align: right;
    text-shadow: 1px 1px 1px #000000;
}

.listingBar span.next, .listingPrevious {
    background: url("http://www.audioholics.com/darkient.gif") repeat-x scroll left top #0163A6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 1em;
    margin-top: 10px;
    padding: 10px;
    text-align: right;
    text-shadow: 1px 1px 1px #000000;
}
*/
.tileItem {
border-top: 1px solid #f0b955;
padding-top: 0.5em;
margin-top: 0.5em;
}
.tileHeadline {
border: none;
font-size: 110%;
font-weight: bold;
}
.tileHeadline a {
text-decoration: none;
}
.tileBody {
margin-bottom: 0.5em;
}
.tileImage {
float: right;
margin: 0 0 0.5em 0.5em;
border: 1px solid black;
}

.tileFooter a
{
margin-right:15px;
}
.eventDetails {
float: right;
width: 20em;
clear: right;
}
/* */
/* */
ul.visualNoMarker,
ol.visualNoMarker {
list-style-type: none;
list-style-image: none;
margin: 0.5em 0 0 0;
line-height: 1em;
}
textarea.proportional {
font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.productCredits {
text-align: right;
font-size: 85%;
clear: both;
font-weight: normal;
color: #76797c;
}
#portal-footer-wrapper
{
	background-color:black;
}
#portal-footer {
background-color: #cccccc;
border-top: 1px solid #f0b955;

float: none;
line-height: 1.2em;
margin: 2em 0em 1em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
font-size: 90%;
	margin-top: 1em;
	
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; 
	
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
#portal-footer p {
	margin: 0.25em 1em;
}
#portal-footer a {
text-decoration: none;
color: #436976;
border: none;
}
#portal-footer a:visited {
color: #436976;
}
#portal-footer a:hover {
text-decoration: underline;
}
#portal-colophon {
float: none;
margin: 0em 0em 2em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
}
#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
list-style-image: none;
list-style-type: none;
display: inline;
text-decoration: none;
color: Black;
}
#portal-colophon ul {
display: table-row;
list-style-type: none;
}
#portal-colophon ul li {
display: table-cell;
font-size: 85%;
margin: 0 0.25em;
padding: 0.1em 0.2em;
}
#portal-colophon .colophonWrapper {
display: table;
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
}
#portal-colophon .colophonIcon {
display: block; /* */
display: inline-block;
text-decoration: none;
overflow: hidden;
border: 0;
margin: 0 auto;
padding: 0;
padding-top: 15px;
height: 0px !important;
width: 80px;
vertical-align: top;
}
#portal-colophon a.colophonIcon {
cursor: pointer;
}
#portal-colophon .colophonIconPlone {
background-image: url(plone_powered.gif);
}
#portal-colophon .colophonIcon508 {
background-image: url(colophon_sec508.gif);
}
#portal-colophon .colophonIconWAI {
background-image: url(colophon_wai-aa.gif);
}
#portal-colophon .colophonIconXHTML {
background-image: url(colophon_xhtml.png);
}
#portal-colophon .colophonIconCSS {
background-image: url(colophon_css.png);
}
#portal-colophon .colophonIconAnyBrowser {
background-image: url(colophon_anybrowser.png);
}
.feedButton {
display: block;
float: right;
margin-top: 1px;
}
.poweredBy {
display: block;
clear: both;
font-size: 85%;
font-weight: normal;
color: #76797c;
text-align: right;
}
/* */
#portal-sitemap {
list-style: none;
list-style-image: none;
margin: 0;
font-size: 90%;
border: none;
}
#portal-sitemap a {
border: 1px solid White;
}
#portal-sitemap a:hover {
border: 1px solid #f0b955;
}
#portal-sitemap .navTreeLevel1 {
padding-left: 1em;
border-left: 0.5em solid #f0b955;
margin: 0 0 0 0.5em;
}
#portal-sitemap .navTreeLevel2 {
padding-left: 1em;
border-left: 0.5em solid #cccccc;
margin: 0 0 0 0.6em;
}
/* */



/* */
.link-plain {
background-image: none;
padding: 0;
}
.link-parent {
display: block;
background: transparent url(arrowUp.gif) 4px 5px no-repeat;
padding: 1px 0px 10px 16px;
font-size: 85%;
text-decoration: none;
}
.link-user {
background: transparent url(user.gif) 0 1px no-repeat;
padding: 1px 0px 1px 16px;
}
.link-external {
background: transparent url(link_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
/* hack to deal with kupu nesgint links */
.link-external .link-external
{
padding:0;
background:none;
}
.link-https {
background: transparent url(lock_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
.link-mailto {
background: transparent url(mail_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
.link-anchor {
color: #76797c;
text-decoration: none;
font-weight: normal;
}

/* */
body.fullscreen #portal-logo,
body.fullscreen #portal-siteactions {
display: none;
}
body.fullscreen #portal-globalnav {
margin-top: 4em;
}
body.fullscreen #portal-searchbox {
margin: 0.5em 2em 0 0.5em;
padding: 0;
position: relative;
z-index: 3;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 1px solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 1px solid Black;
}
/* */

}


/* - columns.css - */
@media screen {
/* http://www.audioholics.com/portal_css/columns.css?original=1 */
/* */
#portal-columns {
width: 100% !important;
border-collapse: collapse;
border-spacing: 0;
}
#portal-column-one {
vertical-align: top;
width: 160px;
border-collapse: collapse;
padding: 0;
}
#portal-column-content {
vertical-align: top;
margin: 0;
padding: 0;
border-collapse: collapse;
padding: 0;
}
#portal-column-two {
vertical-align: top;
width: 300px;
border-collapse: collapse;
padding: 0;
}
/* */
body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
display: none;
}
body.fullscreen #portal-column-content {
width: 100%;
margin: 0;
padding: 0;
}
/* */

}


/* - authoring.css - */
@media screen {
/* http://www.audioholics.com/portal_css/authoring.css?original=1 */
/* */
/* */

.card {
background-color: #cccccc;
border-color: #f0b955;
border-width: 1px;
border-style: solid;
float: left;
margin: 1em;
text-align: center;
width: 110px;
padding: 1em 0;
}
.card a {
text-decoration: none;
}
.portrait {
background-color: #cccccc;
border-color: #f0b955;
border-width: 1px;
border-style: solid;
font-size: 85%;
margin: 0.5em;
padding: 1em 0 0.5em 0;
text-align: center;
width: 100px;
}
.portraitPhoto {
border: 1px solid black;
}
.listing,
.stx table {
/* */
border-collapse: collapse;
border-left: 1px solid #f0b955;
border-bottom: 1px solid #f0b955;
font-size: 85%;
margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
background: #cccccc;
border-top: 1px solid #f0b955;
border-bottom: 1px solid #f0b955;
border-right: 1px solid #f0b955;
font-weight: normal;
padding: 0.25em 1em;
text-transform: none;
}
.listing .top {
border-left: 1px solid White;
border-top: 1px solid White ! important;
border-right: 1px solid White ! important;
text-align: right ! important;
padding: 0em 0em 1em 0em;
}
.listing .listingCheckbox {
text-align: center;
}
.listing td,
.stx table td {
border-right: 1px solid #f0b955;
padding: 0.25em 1em;
}
.listing a {
text-decoration: none;
}
.listing a:hover {
text-decoration: underline;
}
.listing img {
vertical-align: middle;
}
.listing td a label,
.stx table td a label {
cursor: pointer;
}
/* */
.vertical {
background-color: White;
}
.vertical th {
padding: 0.5em;
}
.vertical td {
border-top: 1px solid #f0b955;
padding: 0.5em;
}

}
/* */
ul.visualNoMarker,
ol.visualNoMarker {
list-style-type: none;
list-style-image: none;
margin: 0.5em 0 0 0;
}
/* */
.stx table p /* */
{
margin: 0;
padding: 0;
}
.stx table  /* */
{
border: 1px solid #f0b955 ! important;
}
.stx table td {
border-bottom: 1px solid #f0b955;
}
.reviewHistory {
display: inline;
font-size: 110% !important;
color: Black;
}
.comment {
background: #eef3f5;
border: 1px solid #f0b955;
padding: 0.25em 1em 0.5em 1em;
margin-bottom: 1em;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
border-bottom: 1px solid #76797c;
font-weight: normal;
}
.comment h3 a {
background-image: url(/static/discussionitem_icon.gif);
background-repeat: no-repeat;
padding-left: 18px;
margin-left: -1px;
margin-bottom: 1px;
min-height: 1.6em;
height: auto;
line-height: 1.6em;
}
.commentBody {
margin: 0 1em 1em 1em;
}
.spacer {
margin: 1em;
}
.contentViews {
background-color: transparent;
padding-left: 1em;
line-height: normal;
margin: 0;
list-style: none;
border: 1px solid #74ae0b;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}
.contentViews li {
display: inline;
padding-top: 0.5em;
}
.contentViews li a {
background-color: transparent;
border: 1px solid #74ae0b;
border-style: solid;
color: #578308;
height: auto;
margin-right: 0.5em;
padding: 0em 1em;
line-height: normal;
text-decoration: none;
text-transform: none;
z-index: 1;
}
.contentViews .selected a {
background-color: #cde2a7;
border-bottom: #cde2a7 1px solid;
color: #578308;
}
.contentViews li a:hover {
background-color: #cde2a7;
color: #578308;
}
.configlet .contentViews {
font-size: 90%;
}
.contentActions {
background-color: #cde2a7;
border-left: 1px solid #74ae0b;
border-right: 1px solid #74ae0b;
color: #578308;
text-align: right;
text-transform: none;
padding: 0 0 0 1em;
z-index: 2;
position:relative;
height: 1.6em;
}
.contentActions ul,
.contentActions li {
margin: 0;
list-style: none;
list-style-image: none;
display: inline;
color: Black;
text-align: left;
}
.contentActions ul {
line-height: 1.6em;
padding: 0;
margin: 0;
}
.contentActions li {
float: right;
z-index: 4;
border-left: 1px solid #74ae0b;
line-height: 1.6em;
}
.actionItems li {
background-image: none;
}
.contentActions a {
text-decoration: none;
color: #578308;
padding: 0 0.5em;
}
.actionMenu {
/* */
position: relative;
margin: 0;
padding: 0;
}
.actionMenu .actionMenuHeader {
margin: 0;
padding: 0;
font-weight: normal;
cursor: pointer;
}

#templateMenu li a {
padding-left: 16px;
}
/* */
dl.collapsible {
border: 1px solid #8cacbb !important;
margin: 1em 0 0 0;
padding: 0;
}
dl.collapsible dt.collapsibleHeader {
display: block;
float: left;
background: White;
line-height: 1.2em;
vertical-align: middle;
font-size: 90%;
position: relative;
top: -0.6em;
width: auto;
margin: 0 0 -0.6em 1em;
padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
margin: 0;
padding: 0 1em;
clear: left;
}
/* */
dl.collapsible dd.collapsibleContent > dl {
margin: 0;
padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
padding: 0 6px 0 22px;
background: White url(/static/treeExpanded15.gif) no-repeat 6px 50%;
cursor: pointer;
}
dl.collapsedBlockCollapsible {
border: none !important;
height: 1em;
width: auto;
}
dl.collapsedBlockCollapsible dt.collapsibleHeader {
float: none;
position: static;
margin: 0;
padding: 0 0 0 22px;
line-height: 1em;
background: transparent url(/static/treeCollapsed15.gif) no-repeat 6px 50%;
cursor: pointer;
font-size:1em;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
display: none;
}
dl.collapsedInlineCollapsible {
border: none !important;
height: 1em;
width: auto;
display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
position: static;
float: none;
margin: 0;
padding: 0 0 0 22px;
line-height: 1em;
background: transparent url(/static/treeCollapsed.gif) no-repeat 6px 50%;
cursor: pointer;
display: inline;
}

.configlet .documentEditable {
padding: 0em !important;
}
.documentEditable .documentContent {
border: 1px solid #74ae0b;
padding: 0;
}
.label {
font-weight: bold;
display: inline;
padding-right: 0.5em;
}
.optionsToggle {
border: 1px solid #f0b955;
color: Black;
background-color: #cccccc;
font-weight: normal !important;
font-size: 85%;
}
.portalNotLoggedIn {} /* */
#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
border-color: #ffa500;
border-width: 1px;
}
.visualOverflow {
overflow: auto;
margin: 0 0 1em 0;
}
.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
margin: 0;
}
.visualFontSizeCorrection { /* */
font-size: 75%;
background: transparent;
background-image: none;
}
/* */
.highlightedSearchTerm {
background-color: #feff82;
}
/* */
.noInheritedRoles {
color: #a0a0a0;
}
/* */
.currentItem {
border-collapse: collapse;
border: 2px solid #ffa500;
padding: 1px;
}
/* */
#archetypes-fieldname-title input {
font-size: 160%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
width: 99%;
}
#archetypes-fieldname-description textarea {
font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
/* */
tr.dragging td {
background-color: yellow;
}
.draggingHook {
cursor: move;
}
.notDraggable {
}
/* */

}

dl.portlet {
margin: 1px 0 1em 0;
border-bottom: 1px solid #f0b955;
background-color: White;
}
/* - portlets.css - */
@media screen {
/* http://www.audioholics.com/portal_css/portlets.css?original=1 */
/* */
/* */
/* */
/* */

dl.portlet a {
text-decoration: none;
}
.portlet a.tile {
display: block;
}
.portlet dd
{
	margin:0px;
}

/* */
dd.portletItem a,
dd.portletFooter a {
border-bottom: none;
}
dd.portletItem a:visited,
dd.portletFooter a:visited {
color: #436976;
}
.portletHeader {
background-color: #cccccc;
border: 1px solid #f0b955;
padding: 0em 1em;
text-transform: none;
font-weight: normal;
line-height: 1.6em;
}
.portletHeader a {
color: Black;
}
.portletItem {
margin: 0;
padding: 1em;
border-left: 1px solid #f0b955;
border-right: 1px solid #f0b955;
}
.portletItemDetails {
text-align: right;
display: block;
color: Black;
}
dd.portletFooter {
background-color: #eef3f5;
margin: 0;
padding: 0.25em 1em;
border: 1px solid #f0b955;
border-style: dotted solid none solid;
text-align: right;
}
/* */
.portletTopLeft {}
.portletTopRight {}
.portletBottomLeft {}
.portletBottomRight {}
/* */



.visualIconPadding,
.actionMenu .actionMenuContent .visualIconPadding {
padding-left: 0.5em;
margin-bottom: 1px;
min-height: 1.6em;
height: auto;
line-height: 1.6em;
}
/* */
* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
height: 1.6em;
}
/* */
* html .visualIconPadding {
height: 1.6em;
}

}

/* - presentation.css - */
@media projection {
/* http://www.audioholics.com/portal_css/presentation.css?original=1 */
/* */
/* */
body {
background: White url(/static/logo.jpg) no-repeat fixed 95% 95%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 50px !important;
color: Black;
margin: 0;
padding: 0;
min-width: 0px !important;
}
#visual-portal-wrapper {
width: 100% !important;
min-width: 0 !important;
}
#portal-column-content {
margin: 0 !important;
}
#portal-column-content #content {
padding: 1em;
margin: 0 !important;
}
h1, h2 {
font-size: 50px !important;
background-color: #cccccc;
border-color: #f0b955;
border-style: solid;
border-width: 1px;
padding-top: 0em;
padding-left: 0.5em;
padding-right: 0.5em;
margin: 1em 0 0 0;
page-break-before: always;
font-weight: normal;
}
h1.documentFirstHeading {
/* */
page-break-before: avoid;
}
dl, ol, ul {
font-size: 40px !important;
text-align: left;
margin-top: 0.5em;
}
dt {
background-color: #cccccc;
border-color: #f0b955;
border-style: solid;
border-width: 1px;
display: inline;
padding-right: 0.5em;
}
dd {
margin-bottom: 0.25em;
}
li {
margin: 0 0 0.5em 0;
}
p {
/* */
display: none;
}
.documentDescription {
font-size: 40px !important;
font-weight: normal;
margin-top: 4em;
text-align: center !important;
}
ul {
list-style-image: url(/static/bulletBig.gif);
}
pre {
font-size: 25px;
padding: 0.5em;
font-weight: bold;
background-color: #cccccc;
border: 1px solid #f0b955;
}
code {
background-color: #cccccc;
border-color: #f0b955;
border-style: solid;
border-width: 1px;
padding: 0.1em 0.25em;
}
a {
color: #436976 !important;
}
div.top,
#portal-logo,
.hiddenStructure,
#portal-searchbox,
#portal-siteactions,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav {
/* */
display: none;
}
div#portal-columns div#visual-column-wrapper,
div#portal-columns div#visual-column-wrapper div#portal-column-content {
width: 100%;
}
div#portal-columns div#visual-column-wrapper div#portal-column-content {
padding: 0;
margin: 0;
}
div#portal-columns div#visual-column-wrapper div#portal-column-content * {
text-align: left;
}
#content,
.group {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
#content {
margin: 0 1em;

}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a, a:link, a:visited {
color: #520;
background: transparent;
}
/* */

}


/* - print.css - */
@media print {
/* http://www.audioholics.com/portal_css/print.css?original=1 */
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.portalWarningMessage,
div.portalStopMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
.skipnav,
.visualNoPrint {
/* */
display: none;
}
body {
font-family: Baskerville, Georgia, Garamond, Times, serif;
font-size: 11pt !important;
}
h1, h2, h3, h4, h5, h6
{
border: none;
font-family: Baskerville, Georgia, Garamond, Times, serif;
}
div, p, ul, dl, ol {
width: auto !important;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}

}


/* - mobile.css - */
@media handheld {
/* http://www.audioholics.com/portal_css/mobile.css?original=1 */
/* */
/* */
body {
font: 75% "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: White;
color: Black;
margin: 0;
padding: 0;
}
table {
font-size: 100%;
}
a {
color: #436976;
background-color: transparent;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: 0.5em 0em 1em 0em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
border-bottom: 1px solid #f0b955;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: Black ! important;
}
h1 {
font-size: 160%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 140%;
border-bottom: none;
font-weight: bold;
}
h4 {
font-size: 120%;
border-bottom: none;
font-weight: bold;
}
h5 {
font-size: 100%;
border-bottom: none;
font-weight: bold;
}
h6 {
font-size: 85%;
border-bottom: none;
font-weight: bold;
}
label {
font-weight: bold;
}
/* */
#portal-searchbox {
font-size: 10px;
}

.visualCaseSensitive {
text-transform: none;
}
#portal-breadcrumbs {
/* */
border-bottom-color: #f0b955;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 0.2em;
padding-right: 0.2em;
text-transform: none;
}
.contentViews {
background-color: transparent;
border-collapse: collapse;
padding-left: 0.1em;
line-height: normal;
margin: 0.2em 0 0 0;
/* */
list-style: none;
border: 1px solid #74ae0b;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}
.contentViews li {
display: inline;
}
.contentViews li a {
background-color: transparent;
border: 1px solid #74ae0b;
border-style: solid;
color: #578308;
height: auto;
margin-right: 0.2em;
padding: 0;
line-height: normal;
text-decoration: none;
text-transform: none;
z-index: 1;
}
.contentViews .selected a {
background-color: #cde2a7;
border-bottom: #cde2a7 1px solid;
color: #578308;
}
.contentActions {
border-collapse: collapse;
background-color: #cde2a7;
border-left: 1px solid #74ae0b;
border-right: 1px solid #74ae0b;
color: #578308;
text-align: right;
text-transform: none;
padding: 0 0 0 0.2em;
z-index: 2;
height: 1.2em;
}
.contentActions ul,
.contentActions li {
margin: 0;
list-style: none;
list-style-image: none;
display: inline;
color: Black;
text-align: left;
}
.contentActions ul {
padding: 0;
margin: 0;
}
.contentActions li {
float: right;
background-image: url(/static/arrowDownAlternative.gif);
background-repeat: no-repeat;
background-position: center right;
z-index: 4;
border-left: 1px solid #74ae0b;
padding: 0 0 0 0.2em;
margin: 0 0.2em 0 0;
}
.actionItems li {
background-image: none;
}
.contentActions a {
text-decoration: none;
color: #578308;
padding: 0 0.6em 0 0;
}
.contentActions .actionMenu .actionMenuContent {
display: none;
z-index: 5;
position: absolute;
top: 0;
right: -1px;
height: auto;
padding: 0;
margin: 0;
cursor: pointer;
}
.contentActions .actionMenu .actionMenuContent ul {
display: block;
background: #cde2a7;
border: 1px #74ae0b;
border-style: none solid solid solid;
margin: 0.2em 0 0 0;
padding: 0;
cursor: pointer;
}
.actionMenu .actionMenuContent li {
font-size: 10px !important;
float: none;
background: transparent;
display: inline;
padding: 0;
margin: 0;
border: 0;
}
.actionMenu .actionMenuContent li a {
display: block;
white-space: nowrap;
padding: 0 0.2em;
margin: 0.2em 0;
}
.actionMenu .actionMenuContent .actionSeparator a {
margin-top: 0.2em;
padding-top: 0.2em;
border-top: 1px solid #74ae0b;
}
.documentEditable .documentContent {
border: 1px solid #74ae0b;
padding: 0.5em;
}
/* */
.portalMessage,
.portalWarningMessage,
.portalStopMessage,
.system-message,
#error-handling {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: Black;
font-size: 85%;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
.portalMessage a,
.portalWarningMessage a,
.portalStopMessage a {
color: Black;
}
.documentDescription {
/* */
font-weight: bold;
display: block;
margin: 0.5em 0em;
}
.documentByLine {
text-align: right;
font-size: 85%;
clear: both;
font-weight: normal;
color: #76797c;
}
#portal-footer {
background-color: #cccccc;
border-top: 1px solid #f0b955;
border-bottom: 1px solid #f0b955;
float: none;
margin: 2em 0em 1em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
}
.hiddenStructure,
#portal-logo,
#portal-searchbox,
#portal-siteactions,
#portal-column-one,
#portal-column-two,
.addFavorite,
.documentActions,
#portal-colophon,
.netscape4
{
display: none;
}
/* */

}


/* - deprecated.css - */
@media screen {
/* http://www.audioholics.com/portal_css/deprecated.css?original=1 */
/* */
/* */
/* */
/* */
.portletItemSingle {
margin: 0;
padding: 1em;
border: 1px solid #f0b955;
border-top: none;
}
dd.portletItemLast {
margin: 0;
padding: 0.25em 1em;
border: 1px solid #f0b955;
border-style: none solid;
}
/* */
div.portlet {
border: none;
margin-bottom: 1em;
padding: 0;
}
div.portlet a {
text-decoration: none;
}
/* */
#region-content .portlet {
font-size: 94%;
}
div.portlet h4 { /* */
background-color: #cccccc;
border: 1px solid #f0b955;
padding: 0em 0.3em 0em 1em;
text-transform: none;
display: block;
font-size: 1em;
font-weight: normal;
}
div.portlet h5 {
background-color: #cccccc;
border: 1px solid #f0b955;
padding: 0em 1em 0em 1em;
text-transform: none;
display: inline;
font-size: 1em;
font-weight: normal;
white-space: nowrap;
position: relative;
top: -1px;
}
div.portlet h6 {
background-color: #cccccc;
border: 1px solid #f0b955;
padding: 0em 0.3em 0em 1em;
text-transform: none;
display: block;
font-size: 1em;
font-weight: normal;
}
div.portletBody {
position: relative;
top: -1px;
background: transparent;
border: 1px solid #f0b955;
}
div.portletDetails {
text-align: right;
}
div.portletContent {
padding: 1em;
}
div.portletAction {
float: right;
width: 0.8em;
text-align: center;
display: block;
text-transform: none;
border-left: 1px solid #f0b955;
padding-left: 0.3em;
}
div.portlet h1,
div.portlet h2,
div.portlet h3,
div.portlet h4 {
margin: 0;
padding: 0;
}
div.portlet input {
font-size: 100%;
}
div.portletSyndication {
display: block;
float: left;
border: 1px solid #8cacbb;
background-color: #dee7ec;
font-size: 85%;
}
a.portletMore {
display: block;
text-align: right;
}
div.portletFooter {
padding: 0.5em 1em 1em 1em;
}
/* */
.navIcon,
.navIconRoot {
position: relative;
right: 20px;
}
.navItemText {
margin-left: -20px;
}
.navRootItem,
.navItem {
margin: 0 0 0.2em 0;
border: 1px solid White;
display: block;
background-repeat: no-repeat;
background-position: 0 1px;
padding: 0.1em 0.25em 0.2em 20px;
margin: 1px 0;
}
.currentNavItem {
background-color: #cccccc;
color: #436976;
border: 1px solid #f0b955;
}
.portletNavigationTreeItem {
margin: 0;
}
.portletNavigationTreeItem a {
display: block;
text-decoration: none;
padding: 0.5em 0 0.5em 1.75em;
background-repeat: no-repeat;
background-position: 0 3px;
border: 1px solid White;
}
.portletNavigationTreeItem a:hover,
.currentNavItem {
background-color: #cccccc;
color: #436976;
border: 1px solid #f0b955 !important;
}
/* */
.portletNavigationLevel0 {
margin: 0;
}
/* */
.navLevel1 { margin-left: 0em; }
.navLevel2 { margin-left: 1em; }
.navLevel3 { margin-left: 2em; }
.navLevel4 { margin-left: 3em; }
.navLevel5 { margin-left: 4em; }
.navLevel6 { margin-left: 4.5em; }
.navLevel7 { margin-left: 5em;   }
.navLevel8 { margin-left: 5.5em; }
/* */

}


/* - generated.css - */
@media screen {
/* http://www.audioholics.com/portal_css/generated.css?original=1 */
/* */
/* */
/* */
.contenttype-ahhomepage,
.actionMenu .contenttype-ahhomepage a:hover {
background-image: url(/static/ah-home.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-ahhomepage {
height: 1%;
}
#portal-sitemap .contenttype-ahhomepage a:hover,
#portlet-navigation-tree .contenttype-ahhomepage a:hover,
#portlet-navigation-tree .contenttype-ahhomepage a.navTreeCurrentItem {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-ahhomepage,
#portlet-navigation-tree .contenttype-ahhomepage {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-ahhomepage a:hover,
* html #portlet-navigation-tree .contenttype-ahhomepage a:hover,
* html #portlet-navigation-tree .contenttype-ahhomepage a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-ahhomepage {
display: block;
}
.contenttype-ahpage,
.actionMenu .contenttype-ahpage a:hover {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-ahpage {
height: 1%;
}
#portal-sitemap .contenttype-ahpage a:hover,
#portlet-navigation-tree .contenttype-ahpage a:hover,
#portlet-navigation-tree .contenttype-ahpage a.navTreeCurrentItem {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-ahpage,
#portlet-navigation-tree .contenttype-ahpage {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-ahpage a:hover,
* html #portlet-navigation-tree .contenttype-ahpage a:hover,
* html #portlet-navigation-tree .contenttype-ahpage a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-ahpage {
display: block;
}


.contenttype-discussablenewsitem,
.actionMenu .contenttype-discussablenewsitem a:hover {
background-image: url(icons/icon-discussablenews-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-discussablenewsitem {
height: 1%;
}
#portal-sitemap .contenttype-discussablenewsitem a:hover,
#portlet-navigation-tree .contenttype-discussablenewsitem a:hover,
#portlet-navigation-tree .contenttype-discussablenewsitem a.navTreeCurrentItem {
background-image: url(icons/icon-discussablenews-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-discussablenewsitem,
#portlet-navigation-tree .contenttype-discussablenewsitem {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-discussablenewsitem a:hover,
* html #portlet-navigation-tree .contenttype-discussablenewsitem a:hover,
* html #portlet-navigation-tree .contenttype-discussablenewsitem a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-discussablenewsitem {
display: block;
}
.contenttype-discussion-item,
.actionMenu .contenttype-discussion-item a:hover {
background-image: url(icons/icon-discussablenews-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-discussion-item {
height: 1%;
}
#portal-sitemap .contenttype-discussion-item a:hover,
#portlet-navigation-tree .contenttype-discussion-item a:hover,
#portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
background-image: url(icons/icon-discussablenews-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-discussion-item,
#portlet-navigation-tree .contenttype-discussion-item {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-discussion-item a:hover,
* html #portlet-navigation-tree .contenttype-discussion-item a:hover,
* html #portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-discussion-item {
display: block;
}
.contenttype-document,
.actionMenu .contenttype-document a:hover {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-document {
height: 1%;
}
#portal-sitemap .contenttype-document a:hover,
#portlet-navigation-tree .contenttype-document a:hover,
#portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-document,
#portlet-navigation-tree .contenttype-document {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-document a:hover,
* html #portlet-navigation-tree .contenttype-document a:hover,
* html #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-document {
display: block;
}
.contenttype-editorial,
.actionMenu .contenttype-editorial a:hover {
background-image: url(icons/icon-editorial-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-editorial {
height: 1%;
}
#portal-sitemap .contenttype-editorial a:hover,
#portlet-navigation-tree .contenttype-editorial a:hover,
#portlet-navigation-tree .contenttype-editorial a.navTreeCurrentItem {
background-image: url(icons/icon-editorial-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-editorial,
#portlet-navigation-tree .contenttype-editorial {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-editorial a:hover,
* html #portlet-navigation-tree .contenttype-editorial a:hover,
* html #portlet-navigation-tree .contenttype-editorial a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-editorial {
display: block;
}

.contenttype-firstlook,
.actionMenu .contenttype-firstlook a:hover {
background-image: url(icons/icon-firstlook-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-firstlook {
height: 1%;
}
#portal-sitemap .contenttype-firstlook a:hover,
#portlet-navigation-tree .contenttype-firstlook a:hover,
#portlet-navigation-tree .contenttype-firstlook a.navTreeCurrentItem {
background-image: url(icons/icon-firstlook-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-firstlook,
#portlet-navigation-tree .contenttype-firstlook {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-firstlook a:hover,
* html #portlet-navigation-tree .contenttype-firstlook a:hover,
* html #portlet-navigation-tree .contenttype-firstlook a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-firstlook {
display: block;
}	

.contenttype-videofirstlook,
.actionMenu .contenttype-videofirstlook a:hover {
background-image: url(icons/icon-firstlook-video-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-videofirstlook {
height: 1%;
}
#portal-sitemap .contenttype-videofirstlook a:hover,
#portlet-navigation-tree .contenttype-videofirstlook a:hover,
#portlet-navigation-tree .contenttype-videofirstlook a.navTreeCurrentItem {
background-image: url(icons/icon-firstlook-video-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-videofirstlook,
#portlet-navigation-tree .contenttype-videofirstlook {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-videofirstlook a:hover,
* html #portlet-navigation-tree .contenttype-videofirstlook a:hover,
* html #portlet-navigation-tree .contenttype-videofirstlook a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-videofirstlook {
display: block;
}	
	
.seeAlso a
{
padding:0 0 5px 20px;
background-repeat: no-repeat;
background-position: 0% 3px;
}	
	
.seeAlso a.contenttype-productreview
{
background-image: url(icons/icon-review-16.gif);	
}
	
.seeAlso a.contenttype-editorial
{
background-image: url(icons/icon-editorial-16.gif);	
}
	
	

.seeAlso a.contenttype-discussablenewsitem	
{
background-image: url(icons/icon-discussablenews-16.gif);	
}
	
.seeAlso a.contenttype-firstlook
{
background-image: url(icons/icon-firstlook-16.gif);	
}
	
.seeAlso a.contenttype-videofirstlook
{
background-image: url(icons/icon-firstlook-video-16.gif);	
}

.seeAlso a.contenttype-pressrelease
{
background-image: url(icons/icon-pressrelease-16.gif);	
}	
	
.seeAlso a.contenttype-techarticle
{
background-image: url(icons/icon-firstlook-video-16.gif);	
}	
	
.topTenReview .topTenByLine
{
padding:0 0 5px 35px;
background-image: url(icons/icon-review.gif);	
background-repeat: no-repeat;
background-position: 0% 3px;
}

.topTenReview .contenttype-editorial
{	
background-image: url(icons/icon-editorial.gif);	
}

.topTenReview .contenttype-discussablenewsitem
{	
background-image: url(icons/icon-discussablenews.gif);	
}

.topTenReview .contenttype-productreview
{	
background-image: url(icons/icon-review.gif);	
}

.topTenReview .contenttype-firstlook				
{	
background-image: url(icons/icon-firstlook.gif);	
}

.topTenReview .contenttype-videofirstlook				
{	
background-image: url(icons/icon-firstlook-video.gif);	
}
.topTenReview .contenttype-gearcornerreview
{	
background-image: url(icons/icon-gearcorner.gif);	
}

.topTenReview .contenttype-techarticle
{	
background-image: url(icons/icon-techarticle.gif);	
}
.topTenReview .contenttype-pressrelease
{	
background-image: url(icons/icon-pressrelease.gif);	
}

.topTenReview .ebook
{
padding:0 0 5px 5px;
background-image: none;	
background-repeat: no-repeat;
background-position: 0% 3px;
}
	
	
.contenttype-event,
.actionMenu .contenttype-event a:hover {
background-image: url(event_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-event {
height: 1%;
}
#portal-sitemap .contenttype-event a:hover,
#portlet-navigation-tree .contenttype-event a:hover,
#portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
background-image: url(event_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-event,
#portlet-navigation-tree .contenttype-event {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-event a:hover,
* html #portlet-navigation-tree .contenttype-event a:hover,
* html #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-event {
display: block;
}
.contenttype-favorite,
.actionMenu .contenttype-favorite a:hover {
background-image: url(favorite_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-favorite {
height: 1%;
}
#portal-sitemap .contenttype-favorite a:hover,
#portlet-navigation-tree .contenttype-favorite a:hover,
#portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
background-image: url(favorite_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-favorite,
#portlet-navigation-tree .contenttype-favorite {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-favorite a:hover,
* html #portlet-navigation-tree .contenttype-favorite a:hover,
* html #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-favorite {
display: block;
}
.contenttype-featuresection,
.actionMenu .contenttype-featuresection a:hover {
background-image: url(feature-section.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-featuresection {
height: 1%;
}
#portal-sitemap .contenttype-featuresection a:hover,
#portlet-navigation-tree .contenttype-featuresection a:hover,
#portlet-navigation-tree .contenttype-featuresection a.navTreeCurrentItem {
background-image: url(feature-section.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-featuresection,
#portlet-navigation-tree .contenttype-featuresection {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-featuresection a:hover,
* html #portlet-navigation-tree .contenttype-featuresection a:hover,
* html #portlet-navigation-tree .contenttype-featuresection a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-featuresection {
display: block;
}
.contenttype-file,
.actionMenu .contenttype-file a:hover {
background-image: url(file_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-file {
height: 1%;
}
#portal-sitemap .contenttype-file a:hover,
#portlet-navigation-tree .contenttype-file a:hover,
#portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
background-image: url(file_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-file,
#portlet-navigation-tree .contenttype-file {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-file a:hover,
* html #portlet-navigation-tree .contenttype-file a:hover,
* html #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-file {
display: block;
}
.contenttype-folder,
.actionMenu .contenttype-folder a:hover {
background-image: url(folder_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-folder {
height: 1%;
}
#portal-sitemap .contenttype-folder a:hover,
#portlet-navigation-tree .contenttype-folder a:hover,
#portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
background-image: url(folder_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-folder,
#portlet-navigation-tree .contenttype-folder {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-folder a:hover,
* html #portlet-navigation-tree .contenttype-folder a:hover,
* html #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-folder {
display: block;
}
.contenttype-headerset,
.actionMenu .contenttype-headerset a:hover {
background-image: url(document_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-headerset {
height: 1%;
}
#portal-sitemap .contenttype-headerset a:hover,
#portlet-navigation-tree .contenttype-headerset a:hover,
#portlet-navigation-tree .contenttype-headerset a.navTreeCurrentItem {
background-image: url(document_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-headerset,
#portlet-navigation-tree .contenttype-headerset {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-headerset a:hover,
* html #portlet-navigation-tree .contenttype-headerset a:hover,
* html #portlet-navigation-tree .contenttype-headerset a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-headerset {
display: block;
}
.contenttype-headersetfolder,
.actionMenu .contenttype-headersetfolder a:hover {
background-image: url(folder_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-headersetfolder {
height: 1%;
}
#portal-sitemap .contenttype-headersetfolder a:hover,
#portlet-navigation-tree .contenttype-headersetfolder a:hover,
#portlet-navigation-tree .contenttype-headersetfolder a.navTreeCurrentItem {
background-image: url(folder_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-headersetfolder,
#portlet-navigation-tree .contenttype-headersetfolder {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-headersetfolder a:hover,
* html #portlet-navigation-tree .contenttype-headersetfolder a:hover,
* html #portlet-navigation-tree .contenttype-headersetfolder a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-headersetfolder {
display: block;
}
.contenttype-image,
.actionMenu .contenttype-image a:hover {
background-image: url(image_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-image {
height: 1%;
}
#portal-sitemap .contenttype-image a:hover,
#portlet-navigation-tree .contenttype-image a:hover,
#portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
background-image: url(image_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-image,
#portlet-navigation-tree .contenttype-image {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-image a:hover,
* html #portlet-navigation-tree .contenttype-image a:hover,
* html #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-image {
display: block;
}


.contenttype-large-plone-folder,
.actionMenu .contenttype-large-plone-folder a:hover {
background-image: url(folder_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-large-plone-folder {
height: 1%;
}
#portal-sitemap .contenttype-large-plone-folder a:hover,
#portlet-navigation-tree .contenttype-large-plone-folder a:hover,
#portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
background-image: url(folder_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-large-plone-folder,
#portlet-navigation-tree .contenttype-large-plone-folder {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-large-plone-folder a:hover,
* html #portlet-navigation-tree .contenttype-large-plone-folder a:hover,
* html #portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-large-plone-folder {
display: block;
}
.contenttype-link,
.actionMenu .contenttype-link a:hover {
background-image: url(link_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-link {
height: 1%;
}
#portal-sitemap .contenttype-link a:hover,
#portlet-navigation-tree .contenttype-link a:hover,
#portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
background-image: url(link_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-link,
#portlet-navigation-tree .contenttype-link {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-link a:hover,
* html #portlet-navigation-tree .contenttype-link a:hover,
* html #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-link {
display: block;
}

.contenttype-news-item,
.actionMenu .contenttype-news-item a:hover {
background-image: url(icons/icon-discussablenews-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-news-item {
height: 1%;
}
#portal-sitemap .contenttype-news-item a:hover,
#portlet-navigation-tree .contenttype-news-item a:hover,
#portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
background-image: url(icons/icon-discussablenews-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-news-item,
#portlet-navigation-tree .contenttype-news-item {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-news-item a:hover,
* html #portlet-navigation-tree .contenttype-news-item a:hover,
* html #portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-news-item {
display: block;
}

#portal-sitemap .contenttype-plone-site,
#portlet-navigation-tree .contenttype-plone-site {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-plone-site a:hover,
* html #portlet-navigation-tree .contenttype-plone-site a:hover,
* html #portlet-navigation-tree .contenttype-plone-site a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-plone-site {
display: block;
}

.contenttype-pressrelease,
.actionMenu .contenttype-pressrelease a:hover {
background-image: url(icons/icon-pressrelease-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-pressrelease {
height: 1%;
}
#portal-sitemap .contenttype-pressrelease a:hover,
#portlet-navigation-tree .contenttype-pressrelease a:hover,
#portlet-navigation-tree .contenttype-pressrelease a.navTreeCurrentItem {

background-image: url(icons/icon-pressrelease-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-pressrelease,
#portlet-navigation-tree .contenttype-pressrelease {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-pressrelease a:hover,
* html #portlet-navigation-tree .contenttype-pressrelease a:hover,
* html #portlet-navigation-tree .contenttype-pressrelease a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-pressrelease {
display: block;
}
.contenttype-productreview,
.actionMenu .contenttype-productreview a:hover {
background-image: url(icons/icon-review-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-productreview {
height: 1%;
}
#portal-sitemap .contenttype-productreview a:hover,
#portlet-navigation-tree .contenttype-productreview a:hover,
#portlet-navigation-tree .contenttype-productreview a.navTreeCurrentItem {
background-image: url(icons/icon-review-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-productreview,
#portlet-navigation-tree .contenttype-productreview {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-productreview a:hover,
* html #portlet-navigation-tree .contenttype-productreview a:hover,
* html #portlet-navigation-tree .contenttype-productreview a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-productreview {
display: block;
}
.contenttype-reviewconclusion,
.actionMenu .contenttype-reviewconclusion a:hover {
background-image: url(stop.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-reviewconclusion {
height: 1%;
}
#portal-sitemap .contenttype-reviewconclusion a:hover,
#portlet-navigation-tree .contenttype-reviewconclusion a:hover,
#portlet-navigation-tree .contenttype-reviewconclusion a.navTreeCurrentItem {
background-image: url(stop.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-reviewconclusion,
#portlet-navigation-tree .contenttype-reviewconclusion {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-reviewconclusion a:hover,
* html #portlet-navigation-tree .contenttype-reviewconclusion a:hover,
* html #portlet-navigation-tree .contenttype-reviewconclusion a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-reviewconclusion {
display: block;
}

.contenttype-showpage,
.actionMenu .contenttype-showpage a:hover {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-showpage {
height: 1%;
}
#portal-sitemap .contenttype-showpage a:hover,
#portlet-navigation-tree .contenttype-showpage a:hover,
#portlet-navigation-tree .contenttype-showpage a.navTreeCurrentItem {
background-image: url(icons/icon-document-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-showpage,
#portlet-navigation-tree .contenttype-showpage {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-showpage a:hover,
* html #portlet-navigation-tree .contenttype-showpage a:hover,
* html #portlet-navigation-tree .contenttype-showpage a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-showpage {
display: block;
}
.contenttype-techarticle,
.actionMenu .contenttype-techarticle a:hover {
background-image: url(icons/icon-techarticle-16.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-techarticle {
height: 1%;
}
#portal-sitemap .contenttype-techarticle a:hover,
#portlet-navigation-tree .contenttype-techarticle a:hover,
#portlet-navigation-tree .contenttype-techarticle a.navTreeCurrentItem {
background-image: url(icons/icon-techarticle-16.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-techarticle,
#portlet-navigation-tree .contenttype-techarticle {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-techarticle a:hover,
* html #portlet-navigation-tree .contenttype-techarticle a:hover,
* html #portlet-navigation-tree .contenttype-techarticle a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-techarticle {
display: block;
}

.contenttype-topic,
.actionMenu .contenttype-topic a:hover {
background-image: url(topic_icon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-topic {
height: 1%;
}
#portal-sitemap .contenttype-topic a:hover,
#portlet-navigation-tree .contenttype-topic a:hover,
#portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
background-image: url(topic_icon.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-topic,
#portlet-navigation-tree .contenttype-topic {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-topic a:hover,
* html #portlet-navigation-tree .contenttype-topic a:hover,
* html #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-topic {
display: block;
}
.contenttype-tradeshow,
.actionMenu .contenttype-tradeshow a:hover {
background-image: url(trade-show.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-tradeshow {
height: 1%;
}
#portal-sitemap .contenttype-tradeshow a:hover,
#portlet-navigation-tree .contenttype-tradeshow a:hover,
#portlet-navigation-tree .contenttype-tradeshow a.navTreeCurrentItem {
background-image: url(trade-show.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-tradeshow,
#portlet-navigation-tree .contenttype-tradeshow {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-tradeshow a:hover,
* html #portlet-navigation-tree .contenttype-tradeshow a:hover,
* html #portlet-navigation-tree .contenttype-tradeshow a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-tradeshow {
display: block;
}
.contenttype-video,
.actionMenu .contenttype-video a:hover {
background-image: url(ah-video.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}
* html .contenttype-video {
height: 1%;
}
#portal-sitemap .contenttype-video a:hover,
#portlet-navigation-tree .contenttype-video a:hover,
#portlet-navigation-tree .contenttype-video a.navTreeCurrentItem {
background-image: url(ah-video.gif);
background-repeat: no-repeat;
background-position: 0% 3px;
}
#portal-sitemap .contenttype-video,
#portlet-navigation-tree .contenttype-video {
background-position: 0% 4px;
}
* html #portal-sitemap .contenttype-video a:hover,
* html #portlet-navigation-tree .contenttype-video a:hover,
* html #portlet-navigation-tree .contenttype-video a.navTreeCurrentItem {
position: relative;
}
.listing .contenttype-video {
display: block;
}

.actionicon-plone-sendto {
background-image: url(mail_icon.gif) !important;
background-repeat: no-repeat;
background-position: 0% 50%;
}
.actionicon-plone-print {
background-image: url(print_icon.gif) !important;
background-repeat: no-repeat;
background-position: 0% 50%;
}
.actionicon-plone-rss {
background-image: url(rss.gif) !important;
background-repeat: no-repeat;
background-position: 0% 50%;
}

.actionicon-plone-full_screen {
background-image: url(fullscreenexpand_icon.gif) !important;
background-repeat: no-repeat;
background-position: 0% 50%;
}


.actionicon-plone-topdf {
background-image: url(pdf_icon.gif) !important;
background-repeat: no-repeat;
background-position: 0% 50%;
}


.visualIconPadding,
.actionMenu .actionMenuContent .visualIconPadding {
padding-left: 18px;
margin-left: -1px;
}
.visualIconReplace {
background: transparent;
display: block !important;
border: 0;
margin: 0;
padding: 0 0 0 18px !important;
overflow: hidden;
width: 0px !important;
width /**/: 18px;
}
/* */

}



#searchform
{
	float:right;
	margin-right:3px;
	margin-top:2px;
	background: url(search_gradient.gif) no-repeat;
	width:223px;
	height:25px;
}

#searchform label
{
	
	color:#fff;
	float:left;
	padding-left:24px;	
	margin-top:3px;
}

#searchGadget
{
	float:left;
	margin-left:10px;
	margin-right:0px;
	margin-top:3px;	
	height: 12px;
}
input.searchButton {
margin-bottom: 1px ! important;
font-size: 100%;
background: White url(search_icon.gif) 2px 1px no-repeat;

border:none;
color:black;
float:left;
cursor: pointer;
padding: 1px 1px 1px 15px;
text-transform: none;
margin-top:2px;
font-weight:bold;
}



#footer-nav
{
	width:1000px;
	margin:0 auto 0 auto;

	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEAE4', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEAE4), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EFEAE4,  #FFFFFF); /* for firefox 3.6+ */ 
	height:480px;
	padding:10px;
}

#footer-nav h3
{
	height:30px;
	padding:0 0 0 40px;
	font-size:20px;
	background-image: url(logo32.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-bottom:5px solid #DBD8D1;
		
}

#footer-nav-int
{
	width:900px;
	padding:0 20px;
	margin:0 auto 0 auto;
}

#footer-nav-int div
{
padding:0;
margin:0;
width:33%;
min-height:100%;
position:relative;
top:0;
bottom:0;

}

#footer-nav ul {margin:0 0 0 .50em; padding-left:20px;  }
#footer-nav li {list-style-image:none; list-style-type:disc; list-style-position: inside; }
#footer-nav .c1 {float:left;left:0; }
#footer-nav .c2 {float:left;left:0; }
#footer-nav .c3 {float:right;right:0; }


#footer-nav h6 
{
	color: #666666;
	font-size:1.25em;
}
#footer-nav h6 a
{
	color: #666666 !important;
}
#footer-nav a
{
	text-decoration: none;
	color:black;
}

div.sectionNav
{	
	margin:0 10px 10px 10px;
		
}
div.sectionNav li
{
	list-style-image:none; list-style-type:disc; list-style-position: inside;  white-space:nowrap;
}

#content .sectionNav a , #content .sectionNav a:visited
{
	color:black;
	font-size:1.1em;
}

#content .sectionNav h6
{
	color:black;
	font-size:1em;

}

.sectionNav h3
{
	height:35px;
	padding:0 0 0px 40px;
	font-size:20px;
	background-image: url(logo32.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-bottom:2px solid #DBD8D1;

}

.sectionNav h4
{
	font-weight:normal;
}


#ad720x90bot
{
	width:728px;
	height:90px;
	padding:0;
	margin: 15px  auto 15px 60px;
        float:left;
	
}
#twlogo
{
float:right;
margin-right:60px;
margin-top:30px;
}

#outerwrapper
{
width:1345px;
margin:0 auto;
background-color:blue;
}

#rightwrap
{
width:155px;
float:right;
padding-left:5px;
}

#leftwrap
{
width:155px;
float:left;
padding-right:5px;
}
#wrapcenter
{
margin:0;
padding:0;
background-color:black;
width:1020px; 
float:left;
}
.wrapL, .wrapR
{
margin-top:70px;
}


.kupuRed , a.kupuRed, .kupuRed a
{
color:red;
text-decoration: none !important;
}
a.kupuRed, .kupuRed a, .kupuRed a:visited ,.documentContent .kupuRed a:visited ,.kupu li .kupuRed a
{
color:red !important ;
border-bottom:1px solid red !important;
}


.pudialog p
{
font-weight:bold;
text-align:center;
}

.pudialog img
{
display:block;
margin: 0 auto;
}

div.ui-widget-header   {
	border: 1px solid #aaaaaa;
	background: url("http://www.audioholics.com/darkient.gif") repeat-x scroll left top #0163A6;
	color: white;
	font-weight: bold;
}


.pudialog a.details
{
width:120px;
text-align:center;
display:block;
margin:5px auto;
padding:10px;
text-decoration:none;
font-size:1.25em;
font-weight:bold;
text-decoration: none;
border-top-color: #25509b;border-right-color: #25509b;border-bottom-color: #25509b;border-left-color: #25509b;border-width: 1px;border-style: solid; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px; padding: 5px 5px 5px 5px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3068C8;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#3068C8), to(#003890));
 background-image: -webkit-linear-gradient(top, #3068C8, #003890);
 background-image: -moz-linear-gradient(top, #3068C8, #003890);
 background-image: -ms-linear-gradient(top, #3068C8, #003890);
 background-image: -o-linear-gradient(top, #3068C8, #003890);
 background-image: linear-gradient(to bottom, #3068C8, #003890);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3068C8, endColorstr=#003890);
 

}


p.ebPromo
{
	display:block;	
	background: url(/static/ad_content/AH-ask30.png) no-repeat 5px;
	padding: 5px 10px 5px 40px;	
	border:1px solid #777;	
	border-radius:10px;
}

p.ebPromo a, p.ebPromo a:visited
{
	color:blue;
}
#nldialog .pulogo img
{
margin-bottom:10px;
}

}
