/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */


/* ----- base links -----*/
a:link, .subNav a:link {color: #4A8EBC;text-decoration:underline;}
a:visited, .subNav a:visited {color: #4A8EBC;text-decoration:underline;}
a:hover, .subNav a:hover {color: #316080;text-decoration:underline;}
a:active, .subNav a:active {color: #4A8EBC;text-decoration:underline;}
a:focus, .subNav a:focus{color: #4A8EBC; outline:none;text-decoration:underline;}

/* ----- next base links -----*/
#tag a:link, #overview a:link, #examples a:link{color: color:#263956;}
#tag a:visited, #overview a:visited, #examples a:visited{color:#263956;}
#tag a:hover, #overview a:hover, #examples a:hover{color: #ffffff;}
#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 ----- */



h1 span{color:#F4C20A}




.subNav{
font-size:0.5em;
font-weight:normal;
color:#CCCCCC;
}


h5{text-align:left;font-size:8pt; padding:5px 0px 0 15px;}

.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{
	width:560px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#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.2em;
font-weight:normal;
padding:15px;
color:#6E6E6E;
}

.roundbox{
background: #6E6E6E;
width:100%;
margin-bottom:20px;
color:#fff;
text-align:left;
clear:both;

}

.roundbox h3{
font-size:1.55em;
padding: 15px 15px 10px 15px;
border-bottom: 1px dotted #e8e8e8;
margin-bottom:10px;
clear:both;
}

.roundbox p{
font-size:1.5em;
padding: 0px 15px 15px 16px;
}

.roundbox ul, .anchor ul{
font-size:8pt;
padding: 0px 15px 15px 16px;
margin:0;
}

.roundbox ul li, .anchor ul li{
	
padding: 2px auto;
	list-style-position: inside;
	list-style-image: url(../images/arrow_despa.png);
	list-style-type: none;
	color:#263956;
	font-family:"Trebuchet MS";
	font-size:8pt;
}

p.changeDate{
padding: 0px 15px 0px 16px;
font-size:1.1em;
font-weight:bold;
}


/* tabs */
.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: #DCDEE0 url(../images/tintblue.gif);
	border-top:2px solid #fff;
	font-size:9pt;
	font-family:"Trebuchet MS";
	color: #fff;
	
}


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



.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background: #D0D1D5;
	color:#263956;
	border-top:2px solid #D0D1D5;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
	
}



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



.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:#263956;
	text-align:left;
}

.anchor p {
text-align:left;
padding:5px 15px 15px 15px;
font-size:8pt;
color:#263956;
}

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



