/*
** HTML elements
*/

body {
    margin: 4; 
    padding: 0;
    text-align: center;
    font-size: 0.8em;
    font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
/*    color: WindowText; */
    background-image: url(../images/esupport_background.gif); 
}

/*
** HTML Tags
*/
a {text-decoration: none; color: white; background-color: #CA8D4A; padding:2px 10px 2px 10px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; margin-right:2px;}
.esupport_link {text-decoration: none; color: white; background-color: brown; padding:2px 10px 2px 10px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; margin-right:2px;}
h1, h2, h3, h4 
{
    margin: 0 0 0.5em 0.3em;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: WindowText; 
    background: Window;
}
h1 {
    font-size: 1.7em;
	text-align:center;
	color: #FF6600;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
    color: #FF6600;
}

h4 {
    font-size: 1.3em;
	color: #FF6600;
}

h5 {
    font-size: 1.2em;
}

a[href]:hover {
    text-decoration: underline;
}

pre {
    display: block;
    margin: 0.3em;
    padding: 0.3em;
    font-size: 0.9em;
    font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
    color: WindowText;
    background: Window;
    border: 1px dashed;
}

input, textarea, select {
    margin: 0.2em;
    padding: 0.1em;
    color: WindowText;
    background: Window;
    border: 1px solid;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.9em;
	margin-right: 0.5em;
	margin-left: 0.6em;
    text-align: justify;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    font-size: 1em;
	background:white;	
}



