.container_12 .padded-gutter {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
}

.container_12 .no-gutter_3 {
	margin-left: 0;
	margin-right: 0;
	width: 240px;
}

* {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

.current-menu-item {
	color: white;
}

#menu ul {
	margin-bottom:0;
	list-style-type: none;
	margin-left: 15px;
}

#menu ul ul {
	margin-left: 0;
}

#menu li {
	background-image: url(../images/arrow-315-small.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 18px;
	padding-bottom: 3px;
}

#menu li li {
	background-image: url(../images/arrow-000-small.png);
}

.left-box-top {
	background-image: url(../images/left-box-top.png);
	height: 17px;
	margin-top: 2em;
}

.left-box-bottom {
	background-image: url(../images/left-box-bottom.png);
	height: 17px;
}

.left-box {
	color: #FF0066;
	background-image: url(../images/left-box.png);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	text-align: center;
	height: 170px;
	width: 100%;
	margin-top: 2em;
}

#footer-print {
	display: none;
}

#footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 3em;
	margin-bottom: 2em;
	color: #DAE8F5;
}

.social {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	font-size: 5px;
}

#content-container {
	width: 100%;
}

#content {
	padding-right: 10px;
}

#main {
	background-image: url(../images/background.png);
}

body {
	margin: 0;
	padding: 0;
	background-color: #2D4B70;
	background-image: url(../images/body-background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

table th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial;
}

a {
	color: #FF0066;
	text-decoration: none;
}

a:hover, a.external:hover {
	color: #FFFFFF;
	background-color: #FF0066;
}

a.external {
    background: transparent url(../images/external-link.png)  no-repeat scroll right center;
    padding: 0 13px 0 0;
}

a.img:hover {
	background-color: #2D4B70;
}

a.anchor {
    font-style: italic;
}

.left-box a.img:hover {
	background-color: #021B36;
}

#content a.img:hover, .social a.img:hover {
	background-color: #DAE8F5;
}

#sbox-window  a.img:hover {
	background-color: #FFFFFF;
}

a:visited {
	
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1em;
    margin-bottom: 1em;
}

.download-list li {
    margin-bottom: 0.8em;
}

#content-contents {
    width: 200px;
    float: right;
    padding: 0.5em;
    margin: 0.2em;
    margin-right: 0;
    border: 1px solid #FF0066;
    background-color: white;
    color: gray;
    border-radius: 0.5em; 
    -moz-border-radius:0.5em;
}

#content-contents ul {
    padding: 0;
    margin: 0;
}

#content-contents li {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    list-style-type: none;
}

code {
	font-family: monospace;
	background-color: #E4EEF8;
}

sup {
    font-size: xx-small;
    vertical-align: top;
}

p.code {
	font-family: monospace;
	background-color: #E4EEF8;
	padding: 0.3em;
	border: 1px dashed white;
	font-size: 15px;
}

div.tip, div.note {
	padding-left: 36px;
	padding-top: 3px;
	background: transparent url(../images/tip.png) no-repeat scroll left center;
	border: 1px solid white;
	margin: 1.5em;
	min-height: 32px;
}

div.tip {
	background: transparent url(../images/tip.png) no-repeat scroll left center;
}

div.note {
	background: transparent url(../images/note.png) no-repeat scroll left center;
}

div.tip p.heading, div.note p.heading {
	font-weight: bold;
}

div.tip p, div.note p {
	margin: 0;
}

div.article {
    padding: 3px;
    margin-bottom: 1em;
}

div.article p.date, div.article-header p.date {
    font-size: small;
    font-style: italic;
    color: #555555;
    margin-bottom: 1em;
}

div.article h2, div.article p, div.article ul {
    margin: 0;
}

div.article-header h1 {
    margin: 0;
}

#content table {
    width: 100%;
}

#content table tbody tr {
    border-bottom: 1px solid #999999;
}

#content table thead tr th, #content table tbody tr td {
    padding-bottom: 3px;
    padding-top: 3px;
}

#content table thead {
    width: 100%;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #FFFFFF;
    background-color: #E4EEF8;
}

.keyword {
    font-weight: bold;
}

ul.comments {
	margin-bottom:0;
	list-style-type: none;
}

ul.comments li {
    background-image: url(../images/balloon-left.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 25px;
	margin-bottom: 1em;
}

ul.comments li  strong{
    color: #DDDDDD;
    font-weight: bold;
}

ul.comments li .datetime {
    color: #DDDDDD;
    font-style: italic;
    font-size: smaller;
}