* {padding: 0; margin: 0;} 

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
background:#ffffff;
text-align:center;
}

body{font: 62.5%/1.4 Arial, Helvetica, sans-serif;}

a:link, .subNav a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited, .subNav a:visited {
	color: #000000;
	text-decoration:underline;
}
a:hover, .subNav a:hover {
}
a:active, .subNav a:active {
	color: #000000;
	text-decoration:underline;
}
a:focus, .subNav a:focus{
	color: #000000;
	text-decoration:underline;
}

#tag a:link, #overview a:link, #examples a:link{
	color: #000000;
}
#tag a:visited, #overview a:visited, #examples a:visited{
	color: #000000;
}
#tag a:hover, #overview a:hover, #examples a:hover{
	color: #000000;
}
#tag a:active, #overview a:active, #examples a:active{
	color: #666666;
}
#tag a:focus, #overview a:focus, #examples a:focus{
}

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

h1{
	font-size:4em;
	letter-spacing: -3px;
	margin-top:30px;
}

h2{text-align:left;padding-bottom:1px;margin-top:30px;clear:both}

h5{
}

.header{float:left;width:200px;display:block}

.lineDivide{border-bottom: 1px dotted #333333;height:1px;margin-bottom:20px; clear:both; line-height:1px;}

.lineDivideSolid{border-bottom: 2px solid #ccc;height:1px;margin-bottom:20px; clear:both; line-height:1px;}

#pageContent{
margin:0 auto;
width:500px;
height:100%;
}

#tag{
background-color:#464548;
font-size:1.1em;
color:#F4F4F4;
padding:3px 0 5px 0;
}

#description{
	background-color:#F4F4F4;
	margin:1px 0px;
	font-size:2.0em;
	font-weight:normal;
	padding:15px;
	color:#6E6E6E;
}

.anchors {
    list-style: none;
    margin:0 0 0 10px;
}

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

.anchors a {
    display: block;
    padding: 1px 9px 2px 9px;
    text-decoration: none;
	background: #6e6e6e;
	border-top:2px solid #fff;
	font-size:1.55em;
}

div.greyTabs .anchors a{
	background: #6e6e6e;
}

.anchors .on a {
    font-weight: bold;
	border-bottom:2px solid #6e6e6e;
	border-top:2px solid #6e6e6e;
}

div.greyTabs .anchors .on a{
	border-bottom:2px solid #6E6E6E;
	border-top:2px solid #6E6E6E;
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background: #6e6e6e;
	border-top:2px solid #6e6e6e;
	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 {
	background: #6E6E6E;
	border-top:2px solid #6E6E6E;
}

.anchors a:hover{
	background: #4e4e4e;
	border-top:2px solid #4e4e4e;
}

div.greyTabs .anchors a:hover{
	background: #4E4E4E;
	border-top:2px solid #4E4E4E;
}

.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;
	margin-bottom:20px;
	width:100%;
	color:#FFFFFF;
	text-align:left;
}

.anchor p {
	text-align:left;
	padding:15px 15px 15px 15px;
	font-size:1.5em;
	color:#FFFFFF;
}

#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;
}
