/*-------------------------------------------------
general formatting
-------------------------------------------------*/
body {
	background: #fff;
	margin: 0; 
	padding: 0;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Arial', sans-serif;
	font-size-adjust: none;
	font-size:  11pt;
	font-style: normal;
	font-variant: normal;
}

#quicklist-h1 {
	margin: 10px;
  background: #fff;
}

#quicklist-gray {
  font-size: 1.2em;
	margin: 10px;
  background: #ebebeb;
  padding-top:5px;
    padding-left:5px;
}

#quicklist-blue {
  font-size: 1.2em;
	margin: 10px;
  background: #C2E0FF;
    padding-top:5px;
    padding-left:5px;
}

#quicktable {
  font-size: 1.2em;
	margin: 10px;
  background: #ffffff;
    padding-top:2px;
    padding-left:2px;
}

a img {
	border: 0;
}

ul {
	margin-top: 10px;	
}


/*-------------------------------------------------
links
-------------------------------------------------*/

a {
	color:#464646;
	text-decoration: none;
}


.toc a {
	color:#024281;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: 0;
}

/*-------------------------------------------------
highlighted areas
-------------------------------------------------*/

div.attention {
	margin-top: 10px;
	padding: 8px 0;
	background-color: #00a5d3;
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
}

div.attention a {
    color: white;
}

a.attention-green {
    display: block;
	padding: 8px 0;
	background-color: #97BD2F;
	text-align: center;
	border: 1px solid #ccc;
	color: #ffffff;
	font-size: 1.5em;
	width: 300px;
}

div.attention p {
	font-size: 13px;
	margin: 0;
	text-align: center;
	color: #ffffff;
}

div.attention h2 {
	text-align: center;
}


div.box {
	background:#ffc;
	border: #ccc 1px solid;
	margin:10px auto 20px auto;
	padding:10px 0px 10px 0px;
	width:500px;
	color: #ffffff;
	text-align: center;
}

/*-------------------------------------------------
footer
-------------------------------------------------*/

div.footer {
	text-align: center;
	background-color: #ffffff;
	font-family: verdana;
	color: #999;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	margin-top: 20px;
	line-height: 1.4em;
	clear: both;
}

div.footer a {
	color: #999999;
	margin-right: 15px;
	font-size: 11px;
}

/*-------------------------------------------------
prettytable
-------------------------------------------------*/

table.prettytable {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.prettytable th {
  background: gainsboro;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/*-------------------------------------------------
forms
-------------------------------------------------*/
textarea.copy {
 background-color: #FFFFCC;
}
input {
 font-size: 16px;
}