/*
Screen styles for Juniper Networks
*/



/* TABS */


div.tabs
{
    position: relative;
	margin-top: 25px;
    top: 3px;
    white-space: nowrap;
    line-height: 23px;
    cursor: default !important;
    font-weight: 700 !important;
	z-index: 100;
}

.firstTabContent,.tabContent
{
	background-color: #F4F9FF;
    position: relative;
	padding: 0 10px 10px 10px;
       margin-bottom: 25px;
	border: #ccc 1px solid;
	z-index: 80;
	
}

.content .content 
{
	padding: 10px;
      margin-bottom: 25px;
	background-color: #F4F9FF;
	border: #ccc 1px solid;
}


.tab
{
   /*background-color: #4775A3;*/
	font-family: arial, helvetica, sans-serif; 
	background: url("/images/tab-bg-unselected.gif") repeat-x;
    color: #FFFFFF;
    border: #ccc 1px solid;
    padding: 2px 5px 1px 5px;
	z-index: 100;
}

.tabHover
{
    /*background-color: #003366;*/
    background: url("/images/tab-bg-over.gif") repeat-x;
    color: #FFFFFF;
    border: #ccc 1px solid;
    border-bottom-width: 0 !important;
    z-index: 90;
}

.tabActive
{
    /*background-color: #F4F9FF;*/
    background: url("/images/tab-bg-selected.gif") repeat-x;
    color: #4c4c4c;
    padding: 3px 5px 2px 5px;
    border-bottom-width: 0 !important;
	z-index: 100;
}



