/* 
    Document   : bondroyale
    Created on : 2009-okt-11, 13:52:25
    Author     : Forslund
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
/* Layout*/

body{
    margin: 0;
    color: #020202;
    text-align: center;
    background: #630100 url('../img/bg.png') repeat;
}

.wrapper-top{
    background: url('../img/top.png') top center no-repeat;
    text-align: center;
    width: 940px;
    margin: 20px auto 0px auto;
    height: 25px;
}
.wrapper-outer{
    background: url('../img/center.png') center repeat-y;
    text-align: center;
    width: 940px;
    margin: 0px auto 0px auto;
}
.wrapper{
    text-align: center;
    width: 900px;
    margin: 0px auto;
}

.column-left{
    float: left;
    width: 180px;
    margin: 10px;
}
.column-center{
    float: left;
    width: 460px;
    text-align: left;
    margin-left: 5px;
}
.header-img{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.column-right{
    float:right;
    width: 200px;
}



#navcontainer{
    margin-top: 20px;
}
#navlist{
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Trebuchet MS", helvetica, arial;
}
#navlist li
{
    color: #630100;
    list-style-type: square;
    padding: 2px 10px 2px 0px;
    margin-left: 25px;
}

#navlist li a{
    color: #5d6361;
    text-decoration: none;
    font-weight: bold;
}


#navlist li a:hover{
    color: #630100;
}
.footer{
    clear: both;
    margin-top: 20px;
    font-size: 10px;
    font-family: "Trebuchet MS", helvetica, arial;
}
/* Formatting */
p{
    font-size: 11px;
    font-family: verdana;
    color: #000;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.intro{
    font-weight: bold;
}
h1{
    font-size: 20px;
    font-family: "Trebuchet MS", helvetica, arial;
    font-weight: bold;
    color: #5d6361;
    margin-top: 20px;
}

h2{
    font-size: 18px;
    font-family: "Trebuchet MS", helvetica, arial;
    font-weight: bold;
    border-bottom: 1px solid #5d6361;
    color: #5d6361;
    margin-top: 20px;
}

h3{
    font-size: 12px;
    font-family: "Trebuchet MS", helvetica, arial;
    font-weight: bold;
    border-bottom: 1px solid #e00;
    color: #5d6361;
}
.column-left h3{
    text-align: left;
    padding-left: 5px;
    border-bottom: 2px solid #e00;
    font-size: 14px;
    font-family: "Trebuchet MS", helvetica, arial;
    font-weight: bold;
    color: #5d6361;

}

img{
    padding: 5px;
}

a{
    text-decoration: underline;
    color: #630100;
}


a:hover{
    color: #630100;
}

	input { color: #900; border: 1px solid #b5b4b4; margin-bottom: .5em; background: #FFF url(../img/input-bg.png) repeat-x top left;  }
	select {color: #900; border: 1px solid #b5b4b4; margin-bottom: .5em; background: #FFF url(../img/input-bg.png) repeat-x top left;  }
	input.error { border: 1px dotted red; }
	label.error {
		background: url('../img/unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
                color: #900;
                font-family: arial;
                font-size: 12px;
                font-weight: normal;
	}
	label.valid {
		background: url('../img/checked.gif') no-repeat;
		display: block;
		width: 16px;
		height: 16px;
	}
        textarea {color: #900; border: 1px solid #b5b4b4; margin-bottom: .5em;background: #FFF url(../img/input-bg.png) repeat-x top left;  }
        img{
            margin-right: 5px;
        }

        .hints{
            text-align: right;
            width: 100%;
        }

        .border-no{
            border: 0px solid #FFF;
        }

        form{
            margin: 5px;
        }

        .submit{
            padding: 3px 10px 3px 10px;
        }

        label{
                color: #5d6361;
                font-weight: bold;
        }
