body
{
        font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
        font-size: 88.89%; /* 12px; */
		font-weight: normal;
}

/*HTML elements */

h1
{
        color: #FFFFFF;
        font-size: 162.96%; /* 22px; */
        line-height: 27px;
        font-weight: bold;
        border-width: 0 0 0px;
        margin: 10px 0px 5px 0px;
	border: #99C none;

}

h2
{
        color: #336699;
        font-size: 148.15%; /* 20px; */
        line-height: 27px;
        font-weight: normal;
        border-color: #E06611;
        border-width: 0 0 4px 0;
        border-style: none none solid none;
        margin: 10px 0px 5px 0px;

}

h3
{
        color: #336699;
        font-size: 118.52%; /* 16px; */
        line-height: 27px;
        font-weight: bold;
        border-color: #E8EAF0;
        border-width: 0 0 2px 0;
        border-style: none none solid none;
        margin: 10px 0px 5px 0px;

}
h4
{
        color: #336699;
        font-size: 118.52%; /* 16px; */
        line-height: 24px;
        font-weight: normal;
        border-color: #E8EAF0;
        border-width: 0 0 2px 0;
        border-style: none none solid none;
        margin: 10px 0px 5px 0px;

}
h5
{
        color: #E06611;
        font-size: 103.70%; /* 14px; */
        line-height: 24px;
        font-weight: normal;
        border-color: #E8EAF0;
        border-width: 0 0 2px 0;
        border-style: none none solid none;
        margin: 10px 0px 5px 0px;

}
h6
{
        color: #99C;
        font-size: 103.70%; /* 14px; */
        line-height: 22px;
        font-weight: normal;
        border-color: #E8EAF0;
        border-width: 0 0 2px 0;
        border-style: none none solid none;
        margin: 10px 0px 5px 0px;

}

td
{
        color: black;
        font-size: 88.89%; /* 12px; */
        font-weight: normal;
}

p
{
        color: black;
        font-size: 88.89%; /* 12px; */
        line-height: 16px;
        font-weight: normal;
        margin: 10px 10px 5px 0px;
		/* Roberto */
		width: 80%;
}

tt
{
    font: inherit;
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
}

p.error
{
        color: red;
}

a
{
        color: #3F3975;
        background-color: transparent;
        text-decoration: underline;
}

a:visited
{
        color: #9898CB;
        background-color: transparent;
        text-decoration: underline;
}

a:hover
{
        color: #E06611;
        background-color: transparent;
        text-decoration: underline;
}

a:active
{
        color: #FFFFFF;
        background-color: #E06611;
        text-decoration: underline;
}

blockquote
{
        color: black;
        font-size: 81.48%; /* 11px; */
        line-height: 15px;
        font-weight: normal;
        margin: 20px 0px 5px 0px;
}

ul {
	width: 80%;
	font-size: 95%;
	list-style-position: outside;
	/* list-style: none;
	background: url(img/bullet.gif) 0 100% no-repeat; */
	/*list-style-image: url(img/bullet.gif); */
	line-height: 16px;
}

#freccie li {
	list-style: none;
	background: url(img/bullet.gif) 0 2pt no-repeat;
	padding-left: 16px;
}

ol {
	width: 80%;
	font-size: 95%;
	list-style-position: inside;
	line-height: 16px;
}

address
{
        color: black;
        font-style: normal;
        font-size: 103.70%; /* 14px; */
        line-height: 16px;
        border-width: 4px 0 0 0;
        border-style: solid none none none;
        border-color: #E06611;
        margin: 30px 0px 20px 0px;
        padding: 10px 0px 0px 0px;
        
}

code, pre
{
        color: #433C7B;
}

th
{
        font-size: 103.70%; /* 14px; */
        line-height: 15px;
        color: #E8EAF0;
        font-weight: bold;
        background-color: #336699;
        padding: 2px;
}

/****************** ROBERTO: **********************/

.Code, pre.javacode, pre.phpcode {
	color: Black;
    font-family: Courier, "Courier New", monospace;
    background-color: #f3f1f4;
    /*margin-left: 10px;
    margin-right: 10px; */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px #d8d8d8 solid;
	width: 80%;
}

/* PHP SYNTAX HIGHLIGHTING */
span.phpstring
{
    color:#DD0000;
}
span.phpcomment
{
/*    color:#FF9900; */
    color:#FF8000;
}
span.phpkeyword
{
    color:#007700;
}
span.phpbg
{
    color: #FFFFFF;
}
span.phpdefault
{
    color: #0000BB;
}
span.phphtml
{
    color: #000000;
}

/* JAVA SYNTAX HIGHLIGHTING */

span.comment {
    color: blue;
    /* font-style: italic; */
}

span.keyword {
    color: darkred;
}

span.string {
    color: green;
}

span.type {
    color: darkgreen;
}

span.number {
    color: teal;
}

span.preproc {
    color: red;
}

span.symbol {
    color: purple;
}

span.function {
    color: darkblue;
}

span.cbracket {
    color: gray;
}

/* C Syntax highlighting */

.Comment
{
    color:green;
}
.Keyword
{
    color:blue;
}
.Number
{
    color: purple;
}
.String
{
    color: navy;
}
.untermstring {
    COLOR: purple
}
.syscmd {
    COLOR: orange
}

pre.Console{
    background-color: Black;
    color: White;
}
