@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../gfx/page_background.png");
	background-repeat: repeat-x;
}

.content form input {
	margin:4px;
}

.last_search a{
	display:inline;
}

a {
	color: #000000;
}

a.selected {
	color:#0087d9;	
}

#footer a {
	color:#FFFFFF;
}

	#footer a.selected {
		color:#0087d9;
	}
	
	#footer li {
		margin-left:10px;
	}

.dark_red_box {
   padding: 5px 0;
	background-color: #FFFFFF;
	border:1px solid #8f0b00;
}

.content {
	clear:both;
}

.content p {
	padding-bottom:10px;
}

ol {
	list-style-type:decimal;
	padding-left:25px;	
}

ol li {
	padding-top:5px;
}

ul ul {
	padding-left:10px;
}

	.input_big {
		background-image: url("../gfx/big_input_background.png");
		background-color: transparent;
	}



	.input_big .side {
		width:10px;
		height:38px;
		background-atachment:fixed;
	}

	.input_big .left {
		background-position:top left;
		background-image: url("../gfx/big_input_background.png");
	}

	.input_big .middle {
		width:450px;
		height:38px;
		background-position:-10px 0px;
		background-image: url("../gfx/big_input_background.png");
	}

	.input_big .right {
		background-position:top right;
		background-image: url("../gfx/big_input_background.png");
	}
	
	.input_small .side {
		width:10px;
		height:24px;
		background-atachment:fixed;
	}

	.input_small .left {
		background-position:top left;
		background-image: url("../gfx/small_input_background.png");
	}

	.input_small .middle {
		width:115px;
		height:24px;
		background-position:-10px 0px;
		background-image: url("../gfx/small_input_background.png");
	}

	.input_small .right {
		background-position:top right;
		background-image: url("../gfx/small_input_background.png");
	}


.corner {
	z-index:-1;
	width:50%;
	background-atachment:fixed;
	height:12x;
	line-height:12px;	
}

.dark_red_box .corner {
	background-image: url("../gfx/dark_red_border_background.png");
}
	
	.input .left_border {
		background-image: url("../gfx/input_left.gif");		
	}

	.input .right_border {
		background-image: url("../gfx/input_right.gif");		
	}

.ul, li {
	padding:0px;
	margin:0px;
	text-indent:0px;
}

blockquote {
	
	padding-left:15px;
	font-size:11px;
	font-style:italic;
	text-align:center;
	padding-bottom:10px;
	
}

.login_form {
	
}

	.login_form > input[type="text"] {
		
	}

.crosswordDownload {
	margin-top:10px;
	background-color:#FF0000;
	padding:5px;
	text-transform:uppercase;
	color:#FFFFFF;
}

span#entries_count {
	font-weight:bold;
	font-size:16px;
}

p.pagination {
   text-align: center;
   padding: 10px;
}

#partnership {
  text-align: left;
  padding: 10px;
}

  #partnership ul {
    
  }
  
    #partnership ul li {
      float: left;
      width: 130px;
      padding-right: 30px;
      text-align: center;
    }

      #partnership ul li img {
        margin-bottom: 20px;
      }
    
      #partnership ul li * {
        display: block;
        text-align: center;
        margin: 0 auto;
      }
