﻿div.tabscontainer{
    margin:15px 0px;
}

div.tabscontainer div.tabs{
    list-style: none;
    width: 260px;
    cursor: pointer;
    float:left;
    margin-top: 15px;
    left: 0px;
    z-index: 2;
}

div.tabscontainer div.curvedContainer{
	margin-left: 259px;
	
	min-height: 400px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;

	-moz-box-shadow:0 0 2px #AAAAAA;
	-webkit-box-shadow:0 0 2px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;

}

div.tabscontainer div.curvedContainer .tabcontent{
	display:none;
	padding:20px;
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#696969;line-height:16px;font-style:normal;

}

div.tabs div.tab{
	display: block;
	height: 58px;
	background: #EDEDED;
	border: #CCFF99 dotted 1px;
	border-top: none;
	position: relative;
	color: #73736b;
}

div.tabs div.link{
	padding-left: 20px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	font-style: normal;
	font-size: 16px;
}

div.tabs div.tab.selected{
	color: #000000;
	border-right-color: #FFFFFF;
}

div.tabs div.tab.selected{
	background-repeat: repeat-x;
	background: #9D9FA2;
	border-right-color: #FFFFFF;
}

div.tabs div.tab.first{
	border-top: #C0C0C0 dotted 1px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;

}

div.tabs div.tab.last{
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;

}

div.tabs div.tab div.arrow{
    position: absolute;
    background: url(/images/homeSelArrow.png) no-repeat;
    height: 58px;
    width: 17px;
    left: 100%;
    top: 0px;
    display: none;
}

div.tabs div.tab.selected div.arrow{
    display: block;
}
