/* ----- base links -----*/
a:link, .subNav a:link {}
a:visited, .subNav a:visited {}
a:hover, .subNav a:hover {}
a:active, .subNav a:active {}
a:focus, .subNav a:focus {}

/* ----- next base links -----*/
#tag a:link, #overview a:link, #examples a:link{color: #FFFCD1;}
#tag a:visited, #overview a:visited, #examples a:visited{color: #FFFCD1;}
#tag a:hover, #overview a:hover, #examples a:hover{color: #F4C20A;}
#tag a:active, #overview a:active, #examples a:active{color: #FFFCD1;}
#tag a:focus, #overview a:focus, #examples a:focus{color: #FFFCD1; outline:none;}

/* ----- head tags ----- */



/* tabs */
.anchors {
    list-style: none;
    margin:0 0 0 10px;
    font-size: 12px; line-height: 20px; color: #666; font-style: italic; font-family: georgia, times new roman, times, serif;
}

.anchors li {
    float: left;
    margin: 0 2px 0 0;
}

.anchors a {
    display: block;
    padding: 1px 9px 2px 9px;
    text-decoration: none;
	background-color: #496DA8;
}

div.greyTabs .anchors a{
}

.anchors .on a {
	background-color: #00BDF2;
	color: #FFFF5D;
}

div.greyTabs .anchors .on a{
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

div.greyTabs .anchors .on a, div.greyTabs .anchors .on a:hover, div.greyTabs .anchor, div.greyTabs .anchors a:focus, div.greyTabs .anchors a:active {
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	background-color: #333;
}

.anchors a:hover{
}

div.greyTabs .anchors a:hover{
}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
	clear:both;
	display:none;
	width:100%;
	color:#919070;
	text-align:left;
}

.anchor p {
text-align:left;
padding:5px 15px 15px 15px;
color:#000;
}

#navigation{
clear:both;
list-style:none;
text-align:center;
border-top:2px solid #ccc;
}

#navigation li{
display: inline;
list-style-type: none;
padding:7px 20px 7px 15px;
*padding-top:2px;
_padding-top:7px;
line-height:30px;
font-size:1.6em;
}

* html #navigation li{
padding:3px 13px 7px 15px;
}

#navigation li.divide{
border-right:2px solid #ccc;
}

#navigation li a{
margin-top:5px;
}

#qa dl dd{
text-align:left;
margin-bottom:5px;
margin-top:10px;
font-size:1.5em;
}

#qa dl {
margin:0 15px;
border-bottom: 1px dotted #ccc;
padding-bottom:10px;
}



.signer {line-height: 20px; color: #fff; font-style: italic; font-family: georgia, times new roman, times, serif;}
