/* --------------------------------------------- */
/*  AWS Developer Content Styles                 */
/* --------------------------------------------- */

body, div, p, td, th {
    font-family: verdana, sans-serif, arial;
    font-size: 12px;
    color: #000000;
}


/* Old Styles
h1 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

h2 {
    *font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    color: #c60;
}

h3 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
*/

h1 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

h2 {
  color:#E47911;
  font-size: 14px;
  font-weight:bold;
}

h3 {
  color:#146EB4;
  font-size: 12px;
  font-weight:bold;
  padding:0;
}

h3.orange {
  color:#E47911;
}

p {
  margin-bottom: 1em;
}

a {
  color: #004B91; 
  text-decoration: none;
}

a:hover {
  color:#E47911;
  text-decoration:none;
}


/*code, note, and example styles*/
pre {
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
	background-color: #eff7ff;
    border: 1px dashed #333;
    overflow: auto;
	width:600px;
	padding: 15px 10px 15px 10px;
}

code {
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
}

/** Admonitions **/
.aws-note {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

/*table ID selector styles*/
#aws-table {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin-right: 20px;
}

#aws-table td {
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: top;
}

#aws-table th {
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    vertical-align: top;
    background-color: #eeeeee;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.aws-code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eff7ff;
	border: 1px dashed #333;
	overflow: auto;
	max-height: 500px;
	margin-right: 20px;
}
