@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
    border-spacing: 0;  
}

body {
    font-size: 13px;
    font-family: Verdana;
    padding-bottom: 20px;
    background-image: url(../images/bg.png);
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

img {
    border: 0;  
}

a {
    color: #242d98;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

hr {
    border: 0;
    border-bottom: 2px solid #8bb53c;	
}

tr {
    background: #ffffff;
}

th {
    padding: 5px;	
}

/* form */
.form-element {
    margin-bottom: 5px;	
}

    .form-element label {
        width: 150px;
        float: left;
    }
    
    .form-element .description {

    	    }

.formElement {
    margin-bottom: 5px; 
}

	.formElement .floatLabel {
	    float: left;
	    width: 165px;
	    text-align: left;
	}

.captcha {
    margin-left: 150px;	
}

    .captcha img {
        border: 1px solid #000000;
    }



#captcha-input {
    margin-left: 150px;
    margin-top: 5px;	
}

input, textarea, select {
    padding: 5px;
}

.subtitle {
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

#header {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; 
}

#navigation {
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #8bb53c;
    font-size: 15px;
}

	#navigation ul {
	    display: inline;
	}
	
		#navigation ul li {
		    display: inline;
		    padding-right: 18px;
		    pading-left: 18px;
		    font-weight: bold;
		}
		
		  #navigation ul li a {
		      text-decoration: none;
		  }

			#navigation ul li.active {
			    font-weight: bold;
			    text-decoration: underline;
			}

#login {
    border: 2px solid #8bb53c;
    background: #f1ffe8;
    padding: 10px;
    width: 450px;
}

#sortable {
    	
}

    #sortable .options li {
        display: inline;
        padding-left: 2px;
        padding-right: 2px;
    }

    #sortable table {
        border: 1px solid #000000;
    }
    
        #sortable table td {
            padding: 5px;
        }

    #sortable li {
        list-style-type: none;
        margin-bottom: 5px;
    }

#main {
    width: 840px;
    margin: 0 auto;
}

#content {
    
}

#register {
    width: 450px;
    border: 2px solid #8bb53c;
    background: #f1ffe8;
    padding: 10px;
}

.errors {
    color: #b71818;
    border: 1px solid #b71818;
    margin-bottom: 15px;
    padding: 10px;
    background: #ffeae2;
}
   
	.errors ul {
	    padding-left: 25px;
	    list-style-type: none;
	}
	
	   .errors li {
	       list-style-type: circle;
	   }

#info {
    border: 2px solid #8bb53c;
    background: #f1ffe8;
    width: 320px;
    padding: 10px;
}

#info ul {
    padding-left: 25px;
}
    
#info ul li {
   padding-bottom: 5px;
}

#footer {
    padding-top: 50px;
    text-align: center;
    font-size: 9px;
    color: #7a7a7a;
}

    #footer a {
        color: #7a7a7a;    
    }
    
.stats .bg1 {
	background: #f3f3f3;
}

.stats .bg2 {
	background: #ffffff;
}

.stats td {
    padding: 5px;	
    border-bottom: 2px solid #ffffff;
}

.stats th {
    padding: 5px;
    background: #d9d9d9;
    text-align: left;
    border-bottom: 2px solid #ffffff;
}

/* classes */
.info {
    border: 5px solid #ffea64;
    background: #feffde;
    padding: 10px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
