﻿/*SITE MASTER*/
.primaryTable { border:solid 1px #D7D7D7; font-family:Arial; font-size:12px; }
.contents { background-color:#E6E6E6; width:100%; }
	
/*DETAIL BOX*/
.menuHeader {
    font-family: "Roboto", Helvetica, Arial, Tahoma, Times;
    font-size: 12px;
    background-image: url('images/menuHeader.png');
    background-repeat: repeat-x;
    color: #000000;
    border: solid 1px #A7A7A7;
    text-align: left;
    font-style: italic;
}
h4 
{
	font-weight:normal;
}

.menuHeaderContents { padding-left:10px; padding-top:5px; }
.menu { background-color:#FFFFFF; border:solid 1px #666666; width:600px; }

/*NAVIGATION LINKS BOX*/
.category { text-decoration:none; color:#000000;}
.category:hover {text-decoration:none; color:#000000; background-image:url('images/categorySelected.png'); background-repeat:no-repeat; }
.category:active {text-decoration:none; color:#000000; background-image:url('images/categorySelected.png'); background-repeat:no-repeat; }

.menuCategory { text-decoration:none; color:#000000; font-weight:bold; width:149px; background-color:#DCDCDC; }
.menuNavigation { background-color:#FFFFFF; width:149px; border:solid 1px #666666; }

/*NAVIGATION TABS*/
.tab 
{ 
	font-family: Roboto, Helvetica, Arial, Tahoma, Times;
	font-size:14px;
	border:solid 1px #D7D7D7;
	border-bottom:none; 
	height:18px; 
	text-decoration:underline; 
	text-align:center; 
	background-image:url('images/tab.png'); 
	background-repeat:repeat-x; 
    padding:0px 10px 0px 10px;
}
.tab:hover
{ 
	font-family: Roboto, Helvetica, Arial, Tahoma, Times;
	font-size:14px;
	border:solid 1px #D7D7D7; 
	border-bottom:none; 
	height:18px; 
	text-align:center; 
	background-image:url('images/tab.png');  
	background-repeat:repeat-x; 
	padding:0px 10px 0px 10px;
}
.tabSelected  
{
	font-family: Roboto, Helvetica, Arial, Tahoma, Times;
	font-size:14px;
	height:18px; 
	border:solid 1px #D7D7D7; 
	border-bottom:none; 
	color:#333333; 
	text-align:center; 
	background-image:url('images/tab.png');  
	background-repeat:repeat-x;
	padding:0px 10px 0px 10px;
	font-weight:bold;
}
.tabPrimary
{
	font-family: Roboto, Helvetica, Arial, Tahoma, Times;
	font-size:14px;
	border:solid 1px #D7D7D7; 
	border-bottom:none; 
	height:29px; 
	text-decoration:underline; 
	text-align:center; 
	background-image:url('images/tabPrimary.png'); 
	background-repeat:repeat-x; 
    padding:7px 10px 0px 10px;	
}
.tabPrimarySelected
{
	font-family: Roboto, Helvetica, Arial, Tahoma, Times;
	font-size:14px;
	height:29px; 
	border:solid 1px #D7D7D7; 
	border-bottom:none; 
	color:#333333; 
	text-align:center; 
	background-image:url('images/tabPrimary.png');  
	background-repeat:repeat-x;
	padding:7px 10px 0px 10px;
}

.gradientBar { background-image:url('images/tinyGradient.png'); background-repeat:repeat-x; height:6px; }
.largegradientBar { background-image:url('images/largeGradient.png'); background-repeat:repeat-x;  }
.blackBar { background-image:url('images/bg.jpg'); background-repeat:repeat-x; height:6px; }
