/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    width: 50%; /* be nice to Opera */
	text-align: center;
	background: url('../imgs/content_left_head_blue.gif') repeat-x top;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav a {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
	padding: 6px 0;
}
.tabs-nav .tabs-selected a {
    color: #FFFFFF;
}

.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
	min-height: 30px;
	height: auto !important;
    height: 30px; /* IE 6 treats height as min-height */
    
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected {
	background: url('../imgs/content_left_head_red.gif') repeat-x top;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
}
.tabs-container {
     /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
}

.registers_block {
	width: 240px; 
	min-height: 20px;
	height: auto !important;
	height: 20px; 
	margin: auto; margin-top: 10px; text-align: left; padding-bottom: 10px; border-bottom: 4px solid #374152; background: #FFFFFF url('../imgs/content_left_head_blue.gif') repeat-x top;
}

.registers_block_head { 
	width: 240px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background: url('../imgs/grapes_left.png') no-repeat right;
	text-align: left;
}

#with_grape {
	background: url('../imgs/grapes_left.png') no-repeat right;
}
