@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #202020;
    padding: 0;
    background-image: url(/download/delta/backgrounds/downloaded/stadium-floodlights-bw-small.jpg);
    background-repeat: no-repeat;
    background-position: center -550px;
/*
    background-image: url(/download/delta/backgrounds/BoxRepeat-highlight.png);
    background-repeat: repeat;
*/
}

#black-bg {
    background-image: url(/download/delta/backgrounds/black-box-bg.png);
    background-repeat: repeat-y;
    background-position: top center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -100;
}

/*#black-top {
    background-image: url(/download/delta/backgrounds/wrapper-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 39px;
    margin-top: -39px;
}*/

div, h1, h2, p, a, ul, li {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

a {
    color: #6d6d6d;
}

ul {
    list-style: none outside none;
}

a:hover {
    color: #ca262b;
}

.standard-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 800px;
}

.standard-text {
    font-size: 12px;
}

#header {
    margin-top: 0;
    padding: 0;
}

#site-title {
/*
    background: url(/download/delta/backgrounds/SkyBackground.png) no-repeat center
#7cc9ff;
    height: 126px;
    width: 100%;
    box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    position: relative;
    border: solid 3px #fff;
*/
    margin-bottom: 25px;
}

#site-title img {
    margin: 30px auto auto 50px;
}

.clear {
    clear: both;
    height: 1px;
}


/* ------------------------------------- */
/* -----------NEW BOX STYLING----------- */
.struckeBox {
    background-color: #2E2E2E;
    background-position: top left;
    background-repeat: no-repeat;
    //border: 3px solid #454545;
    //border-image: url(/download/delta/backgrounds/box-borders.png) 13 repeat;
    //-moz-border-image: url(/download/delta/backgrounds/box-borders.png) 13 repeat;
    //-webkit-border-image: url(/download/delta/backgrounds/box-borders.png) 13 repeat;
    //border-width: 13px;
    color: #fff;
    padding: 2px 20px;
    margin: 0 auto 10px;
    box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
}


/* ------------------------------------- */
/* -------------BOX STYLING------------- */
.boxtop {
	background-image: url(/download/delta/backgrounds/BoxTopBottom.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0;
	background-color: transparent;
	height: 16px;
	margin: 0 0 0 16px;
}

.boxtop div {
	background-image: url(/download/delta/backgrounds/BoxTopBottom.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: transparent;
	height: 16px;
	left: -16px;
	position: relative;
	width: 16px;
}


.boxguts1 {
	background-image: url(/download/delta/backgrounds/BoxSides.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: transparent;
	padding: 0 0 0 16px;
}

.boxguts2 {
	background-image: url(/download/delta/backgrounds/BoxSides.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 100% 0;
	background-color: transparent;
	padding: 0 16px 0 0;
}

.boxguts3 {
	background-image: none /*url(/download/delta/backgrounds/BoxRepeat.png)*/;
	background-attachment: scroll;
        background-repeat: repeat;
        background-color: #1c1c1c;
        position: relative;
}

.boxbottom {
	background-image: url(/download/delta/backgrounds/BoxTopBottom.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	background-color: transparent;
	height: 16px;
	margin: 0 0 0 16px;
}

.boxbottom div {
	background-image: url(/download/delta/backgrounds/BoxTopBottom.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 100%;
	background-color: transparent;
	height: 16px;
	left: -16px;
	position: relative;
	width: 16px;
	padding: 0;
}
/* -------------BOX STYLING------------- */
/* ------------------------------------- */


/***********************
 * Ema Styled Notice Boxes
 *
 */
 
div.message_box {
    color: #000;
    padding: 10px;
    position: relative;
    margin: 10px 0;
}

div.alert {
    background-color: #ffb4c9;
    border: 2px solid #a00000;
}

div.note {
    background-color: #ccd7ff;
    border: 2px solid #004c87;
}

div.message_box p {
    color: #000;
    margin-top: 0;
    text-indent: 0;
}

div.message_box ul {
    line-height: 1.5em;
    list-style: disc;
    margin-left: 40px;
}

div.message_box ul li {
    color: #000;
}



/***********************
 * Login Form
 *
 */

#security_login {
    background-color: #333;
    border: 1px solid #eee;
    font-size: 14px;
    margin: 40px auto;
    padding: 20px 10px 40px 125px;
    width: 160px;
}

#security_login span {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: -115px;
}

#security_login input {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 2px 4px;
    width: 150px;
}

#security_login input[type="submit"] {
    clear: both;
    cursor: pointer;
    float: right;
    width: 75px;
}
