.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 18px Georgia !important;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
position: relative;
top: 3px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000;
color: #eee;
background: white url(http://nfs.tallan.com/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #333;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #333;
}

.shadetabs li.selected{
position: relative;
color: #2d2b2b;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://nfs.tallan.com/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle { /*style of tab content oontainer*/
border: 1px solid #000;
width: 600px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
height: 1000px;
}

/* krish's added styles */

.tabcontentstyle ul li{
font: 12px Arial !important;
list-style-type: none;
list-style-color: #36f;
margin-left: -20px;
margin-bottom: 2px;
line-height: 20px;
}

#infoarea .tabcontent {
width: 500px;
}

#infoarea .tabcotent p {
font-family: Arial;
margin: 0px;
padding: 0px;
}

.photo {
border: 2px solid #36f;
margin-right: 10px;
margin-bottom: 10px;
}

div p.header {
font-family: Arial;
font-weight: bold;
font-size: 14px !important;
color: #069;
margin-top: 6px;
margin-bottom: 10px;
padding-bottom: 3px;
border-bottom: 1px solid #069;
}

p.header span.name {
border-bottom: 4px solid #069;
padding-bottom: 3px;
}

p.header span.position {
font: 14px Arial;
color: #333;
padding-left: 2em;
}

div p.info {
font-size: 12px !important;
font-family: Verdana;
margin-top: 10px !important;
margin-bottom: 20px !important;
padding-bottom: 0px !important;
}

p.info span.phone {
font-size: 12px !important;
font-family: Verdana;
font-weight: bold;
margin-top: 10px !important;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}

p.info span.email {
font-size: 12px !important;
font-family: Verdana;
font weight: normal;
padding-top: 15px !important;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
clear: both;
}

p.info span.separator {
margin: 0 1em;
color: #999900;
font-size: 14px !important;
}

/* end added styles */


@media print {
.tabcontent {
display:block!important;
}
}

