﻿/*
nemTab.css
Paul Graves Oct '08
Styles for the nemTab widget
*/
/*EDITABLE STYLES - Edit tha styles below to change the widgets look and feel */
.nemTabHandle
{
	text-decoration:none;
	background-color:#cccccc;
	height:24px;
	color:#666666;
	font:bold 1em Tahoma, Arial, sans-serif;
	margin:3px 3px 0 0;
}

.nemTabHandleStart
{
    background:#cccccc url(../../images/corner-left-blue.png) no-repeat top left;
    width:4px;
}
.nemTabHandleMid
{
	vertical-align:middle;
}
.nemTabHandleEnd
{
    background:#cccccc url(../../images/corner-right-blue.png) no-repeat top left;
    width:4px;
}

.nemTabActive
{
	background-color:#ffffff;
	border-bottom:1px dashed #ccc;
	color:#003875;
}

.nemTabActive .nemTabHandleStart
{
    background-color:#ffffff;
}
.nemTabActive .nemTabHandleMid
{
	background-color:#ffffff;
}

.nemTabActive .nemTabHandleEnd
{
	background-color:#ffffff;
}

.nemTabScroll
{
    color:#FFFFFF;
    top:19px;
}

.nemScrollLeft,.nemScrollRight
{
    cursor:pointer;
    width:16px;
}

.nemScrollLeft
{
	float:right;
	margin-top:-20px;
    background:url(../../images/arrow_up.png) no-repeat scroll 0% !important;
}

.nemScrollRight
{
	float:right;
	margin-top:-20px;
    background:url(../../images/arrow_down.png) no-repeat scroll 0% !important;
    margin-right:16px;
}
/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemTabBar
{
    overflow:hidden;
}
.nemTabList
{
    margin: 0px;
    padding: 0px;
    white-space:nowrap;
    float:left;
    /*display:inline;*/
}

.nemTabHandle
{
    cursor:pointer;
    float:left;
}

.nemTabContent
{
	position:relative;
	overflow:visible;
	width:332px;
	background-color:#ffffff;
	clear:both;
}
.nemTabScroll
{
    float:right;
    position:relative;
    display:inline;
}
.nemTabBar
{
    float:left;
}
/*END STATIC STYLES */