/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}/* **************** TEMPLATE ***************** */
/* ====== Page Head, Body, and Foot ====== */
body{_text-align:center;}/* IE5.5 */
.body{overflow:hidden; _overflow:visible; _zoom:1;}
.page{margin: 0 auto; width: 950px;_text-align:left;} /* wraps other template elems to set width */ /* text-align IE5.5 */
/* "old school" and "liquid" extend page to allow for different page widths */
.oldSchool{width:750px;}
.gs960{width:960px;}
.liquid{extends:.page; width: auto;margin:0;}
/* ====== Columns ====== */
.main{overflow: hidden;_overflow:visible;_zoom:1;}
.leftCol{float:left; width:250px;_margin-right:-3px;}
.rightCol{float:right; width: 300px;_margin-left:-3px;}
/* extend columns to allow for common column widths */
.gMail{width:160px;}
.gCal{width:180px;}
.yahoo{width:240px;}
.myYahoo{width:300px;}/* **************** GRIDS ***************** */
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; }
.unit{float:left;_zoom:1;}
.unitExt{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}
/* extending grids to allow a unit that takes the width of its content */
.media{width:auto;}



/* global */
body {
    font-family: "PT Sans", arial, serif; 
    font-size: 13px;
    letter-spacing: 0px;
    background-color: white;
	margin: 0;
}
h1, h2 {
    border-bottom: 1px solid #CCCCCC;
}
h1 {font-size: 24px; font-weight: bold;}
h2 {font-size: 18px; font-weight: normal;}
h3 {font-size: 16px; font-weight: bold;}
h4 {font-size: 14px; font-weight: bold;}
h5 {font-size: 13px; font-weight: bold;}
h1, h2, h3, h4, h5 {
	margin: 18px 0 6px 0;
	padding-bottom: 3px;
}
a {
	text-decoration: none;
	color: #df6010;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 6px 0 6px 0;
}
ul {
	padding: 6px 0 6px 0;
}

pre {
	margin: 6px 0 6px 0;
	border: 1px solid #efa363;
	background-color: #fff9ef;
	padding: 6px;
	/*white-space: pre-wrap; // unfortunately not supported by all browsers */
	overflow-x: auto;
}

/* header */
#headerNav {
	float: right;
}
#headerNav ul {
	padding-top: 30px;
}
#headerNav ul li {
	padding-left: 6px;
	display: inline;
}
#headerNav ul li a {
	color: white;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
}
#headerNav ul li a:hover, #headerNav ul li a.selected {
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: #bd7b1a solid 1px;
	padding: 4px 5px 4px 5px;
	color: black;
}
#headerNav ul li a.selected {
	background-color: #636161;
	color: white;
}
#headerLogo {
	padding-top: 6px;
	float: left;
}
#headerWrapper {
    padding: 0;
	margin: 0;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../images/banner_bg.png');
	z-index: 9999;
}
#headerContent {
	margin: 0 auto;
    width: 960px;
	padding: 0;
}
#placeholder {
	position: relative;
	height: 60px;
	z-index: 0;
}

/* footer */
#footer {
	background-color: #eee;
	padding: 24px;
	font-size: 12px;
	text-align: center;
	border-top: #ddd solid 1px;
	margin-top: 24px;
}
#f-list {
	margin: 0 auto;
	width: 960px;
}
#f-list span {
	float: left;
	width: 320px;
	padding-top: 6px;
}
table.diff {
	clear: both;
}
#catlinks {
	clear: both;
}