﻿/* 0 BASIC TAGS */

table
{
    font-size: 1em;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: verdana, arial, geneva, helvetica, sans-serif;
}

p
{
    line-height: 1.4em;
}

hr
{
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

a
{
    text-decoration: none;
    color: #d32525;
}

a:visited
{
    color: #336699;
}

a:hover
{
    text-decoration: none;
    color: #e05252;
}

a:active
{
    color: #980000;
}

body
{
    margin: 0;
    padding: 0;
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 76%;
    color: #333333;
    background-image: url('Img/SiteBG.gif');
    background-position: left top;
    background-repeat: repeat-y;
    background-color: #F5F5F5;
}

img
{
    border-width: 0;
}

/* 1 HEADER */

#container
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; /*display: table;*/
}

#MainMenu
{
    background-image: url('Img/MenuBG.png');
    background-repeat: repeat-x;
    background-position: left top;
    position: absolute;
    z-index: 1000;
    width: 745px;
    height: 24px;
    margin: 0px;
    top: 149px;
    left: 0px;
    padding-left: 15px;
    color: #f5f5f5;
    font-size: 0.9em;
}

DIV #contentright
{
    margin: 20px 10px 20px 15px;
    float: right;
}

DIV #contentleft
{
    margin: 20px 0px 20px 15px;
    display: block;
    float: left;
    width: 505px;
}

.footer
{
    margin-top: 60px;
    border-bottom: solid 5px #7d0214;
    width: 759px;
}

.subfooter
{
    margin-top: 5px;
    width: 759px;
    color: #666666;
    font-size: 10px;
    font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
    padding-left: 5px;
}

/* 2 PAGE */

#normalTextPage
{
    margin-top: 20px;
}

#normalHeaderz
{
    margin-top: 20px;
    font-size: medium;
}
#normalHeader h1
{
	margin:0px;
	padding:0px;
	font-weight:normal;
    font-size: medium;
}

#normalText
{
    font-size: 0.9em;
    margin-top: 20px;
}

.page
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h3
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}




/* 3 FOOTER */

.menub
{
    margin: 12px auto 5px auto;
    text-transform: uppercase;
    font-size: 10px;
}

.menub a:visited
{
    color: #d32525;
}

/* Datalist Horses */
.LeftFloater
{
    float: left;
    margin-right: 10px;
    width: 47%;
}

.RightFloater
{
    float: right;
    margin-left: 10px;
    width: 47%;
}

/* Spacers */


.fivepixspacer
{
    height: 5px;
}
.tenpixspacer
{
    height: 10px;
}

.twentypixspacer
{
    height: 20px;
}

.thirtypixspacer
{
    height: 30px;
}

.fiftypixspacer
{
    height: 50px;
}

.seventyfivepixspacer
{
    height: 75px;
}

.hundredpixspacer
{
    height: 100px;
}


/* Message and loading boxes */

.messagebox
{
    padding: 3px 5px 3px 5px;
    background-color: #f5f5f5;
    border: solid 1px silver;
    display: block;
    min-width: 250px;
    _width: 250px;
    background-color: white;
}

.loadingbox
{
    position: absolute;
    top: 40%;
    left: 40%;
    background-color: #ffffff;
    height: 50px;
    width: 250px;
    text-align: center;
    padding-top: 20px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}

/* FORM PANELS */
.InnerFormPanelWithRune
{
    background-position: center 25px;
    padding: 10px 10px 20px 10px;
    background-image: url(img/CoreBoxRuneFull.png);
    background-repeat: no-repeat;
    width: 97%;
    min-height: 350px;
}
.InnerFormPanel
{
    padding: 30px 20px 10px 0px;
    width: 90%;
    text-align: center;
}

/* NEWS */

.newsheadersmall
{
    padding-bottom: 5px;
    font-size: 0.9em;
    color: #303030;
    text-align: left;
    font-weight: bold;
}

.newsheaderbig
{
    font-size: 1.5em;
    color: #606060;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica,, Tahoma, Sans-Serif;
}

.newsheadermedium
{
    font-size: 1.1em;
    color: #606060;
    padding-bottom: 5px;
    font-family: Verdana, Arial, Helvetica,, Tahoma, Sans-Serif;
}

.newsstorydetail
{
    font-size: 0.95em;
    padding-bottom: 15px;
    font-family: Verdana, Arial, Helvetica,, Tahoma, Sans-Serif;
    line-height: 17px;
}

/* SKIN STYLES */

.MemberButton
{
    background-color: #003300;
    border: 1px solid #800000;
    color: #F5F5F5;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
}

.DefaultTextbox
{
    background-color: #f9f8f5;
    border: 1px solid #003300;
    color: #333300;
    font-family: Tahoma;
    font-size: 11px;
}

/* ADMIN */
#adminheaderbg
{
    position: relative;
    width: auto;
    height: 80px;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    background-color: #990000;
    border-bottom-color: #FFCC99;
}

#adminBG
{
    position: absolute;
    margin: 0 auto;
    width: auto;
    float: right;
}

