/* CSS Document */


/*
Selected Tab Colors Generated from this url
http://www.spiffycorners.com/sc.php?sc=stabcorners&bg=ffffff&fg=D4D4D4
The generator starts with one color and adds more colors to give the css
an effect of roundness.. to make it easy to change colors use the url above
and change your desired color, then copy and paste the color code changes.
This is the exact method that youtube.com uses.!

Selected Tab Corners Start! */

.stabcorners{ 
display:block
} 
.stabcorners *{ 
display:block;
height:1px;
overflow:hidden;
background:#D4D4D4
} 
.stabcorners1{ 
border-right:1px solid #ececec;
padding-right:1px;
margin-right:3px;
border-left:1px solid #ececec;
padding-left:1px;
margin-left:3px;
background:#dedede;
} 
.stabcorners2{ 
border-right:1px solid #fafafa;
border-left:1px solid #fafafa;
padding:0px 1px;
background:#dcdcdc;
margin:0px 1px;
} 
.stabcorners3{ 
border-right:1px solid #dcdcdc;
border-left:1px solid #dcdcdc;
margin:0px 1px;
} 
.stabcorners4{ 
border-right:1px solid #ececec;
border-left:1px solid #ececec;
} 
.stabcorners5{ 
border-right:1px solid #dedede;
border-left:1px solid #dedede;
} 
.stabcorners_content{ 
padding: 0px 1px 2px 1px;
background:#D4D4D4;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
} 

/* Selected Tab Corners END!*/

/* Left Tabs have a space between them on the right called padding-right */
.ltabs {
	float: left;
	/* Height of Tabs */
	width:96px;
	/* Distance Appart */
	padding-right:3px;
}

/* Right Tabs Or the Very last tab does not have any padding to the right so it will lign up */
.rtabs {
	float: left;
	/* Height of Tabs */
	width:96px;
}


/*
Non Selected Tab Colors Generated from this url
http://www.spiffycorners.com/sc.php?sc=tabcorners&bg=ffffff&fg=BBCCEE
The generator starts with one color and adds more colors to give the css
an effect of roundness.. to make it easy to change colors use the url above
and change your desired color, then copy and paste the color code changes.
This is the exact method that youtube.com uses.!

Non Selected Tab Corners Start! */
.tabcorners{ 
display:block
} 
.tabcorners *{ 
display:block;
height:1px;
overflow:hidden;
background:#BBCCEE
} 
.tabcorners1{ 
border-right:1px solid #e1e9f7;
padding-right:1px;
margin-right:3px;
border-left:1px solid #e1e9f7;
padding-left:1px;
margin-left:3px;
background:#ccd8f2;
} 
.tabcorners2{ 
border-right:1px solid #f8f9fd;
border-left:1px solid #f8f9fd;
padding:0px 1px;
background:#c7d5f1;
margin:0px 1px;
} 
.tabcorners3{ 
border-right:1px solid #c7d5f1;
border-left:1px solid #c7d5f1;
margin:0px 1px;
} 
.tabcorners4{ 
border-right:1px solid #e1e9f7;
border-left:1px solid #e1e9f7;
} 
.tabcorners5{ 
border-right:1px solid #ccd8f2;
border-left:1px solid #ccd8f2;
} 
.tabcorners_content{ 
padding: 0px 1px 1px 1px;
background:#BBCCEE;
border-bottom:1px #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
} 

.tlink{
font-weight: bold;
text-decoration:none;
}
/*
Premium Tab
*/
.ptabcorners{ 
display:block
} 
.ptabcorners *{ 
display:block;
height:1px;
overflow:hidden;
background:#FF0000
} 
.ptabcorners1{ 
border-right:1px solid #e1e9f7;
padding-right:1px;
margin-right:3px;
border-left:1px solid #e1e9f7;
padding-left:1px;
margin-left:3px;
background:#ccd8f2;
} 
.ptabcorners2{ 
border-right:1px solid #f8f9fd;
border-left:1px solid #f8f9fd;
padding:0px 1px;
background:#c7d5f1;
margin:0px 1px;
} 
.ptabcorners3{ 
border-right:1px solid #c7d5f1;
border-left:1px solid #c7d5f1;
margin:0px 1px;
} 
.ptabcorners4{ 
border-right:1px solid #e1e9f7;
border-left:1px solid #e1e9f7;
} 
.ptabcorners5{ 
border-right:1px solid #ccd8f2;
border-left:1px solid #ccd8f2;
} 
.ptabcorners_content{ 
padding: 0px 1px 1px 1px;
background:#FF0000;
border-bottom:1px #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
font-weight: bold;
} 
.plink{
color:#FFFFFF;
font-weight: bold;
text-decoration:none;
}


/* Start Sub Nav */

.subnav {
	clear: both;
	display:block;
	background:#D4D4D4;
	/* Shift to the Left Xpx */
	padding-left:50px;
	padding-bottom:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
/* (Button width * X number of buttons) + (button -padding right * X number of buttons -1)) - (subnav's padding-left Xpx) */	
	width:742px;
}

.navmenu {
/* (Button width * X number of buttons) + (button -padding right * X number of buttons) */
	width:800px;
	padding: 0px 1px 1px 1px;
}
