@import url(round.css);

BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#site-layout,
#site-header,
#site-footer {
	width: 731px;
	margin: 0 auto;
}

div.hr {
	height: 5px;
	background: #fff url(../images/puntosSeparadores.gif) repeat-x;
}
div.hr hr {
	display: none;
}

h1, h2, h3 {
	font-size: medium;
	font-weight: bold;
}
h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	background: url(../images/bulletGris.gif) no-repeat left center;
	padding-left: 16px;
}
h1, h2 {
	color: #990000;
}
h3 {
	color: #EE7E17;
}

ul.features {
	list-style-image: url(../images/bulletGris.gif);
}
ul.features li {
	margin-bottom: 1em;
}
ul.features ul {
	list-style-image: none;
}
ul.features ul li {
	margin-bottom: 0;
}

ul.toc {
	list-style-image: url(../images/bulletGris.gif);
}
ul.toc a:link,
ul.toc a:visited,
ul.toc a:active {
	text-decoration: none;
	color: #000000;
}
ul.toc a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Links Header */

#site-menu {
	font-size: small;
}

#site-menu .bullet li
{
	background-image: url("../images/bullet_naranja.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 10px;
	display: inline;
}

#site-menu li a:link {
	text-decoration: none;
	color: #000000;
}
#site-menu li a:visited {
	text-decoration: none;
	color: #000000;
}
#site-menu li a:hover {
	text-decoration: underline;
	color: #000000;
}
#site-menu li a:active {
	text-decoration: none;
	color: #000000;
}

#side-menu img {
	border: 0;
	/* IE: Avoid padding between images. */
	display: block;
}

/* Other links */
a.whatsnew:link,
a.whatsnew:visited,
a.whatsnew:active {
	text-decoration: none;
	font-size: small;
	color: #EE7E17;
}

a.whatsnew:hover {
	text-decoration: underline;
	font-size: small;
	color: #EE7E17;
}

/* Text */

.default_text {
	color: #000000;
}

.default_text_highlight {
	font-weight: bold;
	color: #EE7E17;
}

.highlight {
	font-weight: bold;
	color: #666666;
}

.highlight_1 {
	font-weight: bold;
	color: #990000;
}

#site-copyright {
	font-size: small;
	color: #000000;
}

#site-callus {
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;
}

.change-list dt {
	font-weight: bold;
	color: #EE7E17;
}

.change-list dd {
	margin-left: 0px;
}

.download_box {
	background-color: #FBE6D5;
}

.older_versions_box {
	background-color: #EAEAEA;
}

.highlights_box {
	background-color: #EDECE8;
	margin-top: 10px;
	/* Fix image width in relation to the orange box in the side bar. */
	margin-left: 1px;
	margin-right: 2px;
}

.box_content_cell {
	padding: 0px 8px;
}

.sourcecode {
	border: 1px inset;
	width: auto ! important;
	width: 400px; /* IE6 does not constrain the width otherwise. */
	overflow: auto;
}
