/* dragon-i core.css */

/* don't use compound tags b/c it breaks Flash

/* html tags */
html, body {
text-align: justify;
background-position: left top;
background-repeat: repeat;
height: 100%;
color: #92674F; /* = medGold */
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
background-color: #000000;

}
.body {
text-align: justify;
background-position: left top;
background-repeat: repeat;
height: 100%;
color: #92674F; 
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
line-height:24px;
margin: 0px;
padding: 0px;
background-color: #000000;
font-weight:bold;
}



/* HTML styles */
ul, ol {
text-align:left;
list-style-type: square;
}
li {
margin: 0px;
line-height:1px;
list-style-type: none;
}
p{
padding:0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 14px;
margin-left: 0px;
}


/* a order must be link, visited, hover, active */
a {
text-decoration:none;
color: #C41230;
}
a:link {
}
a:hover {
color: #C41230;
}
a:hover {
color: #FFFFFF;
}


.header1, .header2, .header3, .header4, .header5, .header6{
margin: 0px;
padding: 0px;
color: #C41230;
}

/* old xml formatting */
.header {
font-size: 24px;
font-weight:bold;
color: #C41230;
}
.header1 {
font-size: 24px;
font-weight:bold;
color: #C41230;
}
.header2 {
font-size: 20px;
font-weight:bold;
color: #C41230;
}
.header3 {
font-size: 18px;
font-weight:bold;
color: #C41230;
}
.header4 {
font-size: 16px;
font-weight:bold;
color: #C41230;
}
.header5 {
font-size: 14px;
color: #C41230;
}
/*end old xml formatting*/


h1 {
font-size: 24px;
font-weight:bold;
color: #F90007;
}
h2 {
font-size: 20px;
font-weight:bold;
color: #F90007;
}
h3 {
font-size: 18px;
font-weight:bold;
color: #F90007;
}
h4 {
font-size: 16px;
font-weight:bold;
color: #F90007;
}
h5 {
font-size: 14px;
color: #F90007;
}

.small, .menu {
font-size: 11px;
leading: 5px;
}




/* form elements */
input{
color:#000000;
font-size:14px;
background-color:#92674F;
text-align: center;
height:22px;
}
.numberInput{
color:#000000;
font-size:16px;
background-color:#92674F;
text-align: center;
width:50px;
height:22px;
}
button{
height:18px;
letter-spacing:1px;
}



