/*
#footer {
	border: 1px dashed red;
}
*/

/* general */
body {
	margin: 0;
	padding: 0;
	background: #ddd url(../images/background.jpg) repeat-y top center;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

blockquote, pre {
	padding: 0.25em 40px;
	}
	
blockquote {
	font: italic 140% Georgia, Times, serif;
	line-height: 1.15em;
  	background: url(../images/quote_wh.gif) 10px 0.75em no-repeat;
  	margin: 0.25em 0;
}

.caption {
	text-align: right;
}

.hide {
	display: none;
}

.thumb {
	height: 190px;
	width: 190px;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
	text-align: center;
}

.thumb img {
	margin: auto;
	border: 4px solid #fff;
}

.thumb a {
	border: none;
}

/* General */

.clear_both {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.inline {
	display: inline;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_top {
	vertical-align: top;
}

.align_bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.no_border {
	border: 0;
}

#wrap {
	background: transparent url(../images/background.jpg) repeat-y top center ;
	text-align: left;
	width: 754px;
	margin: 0 auto 0 auto;
	padding: 0 4px;
}

/* Table styles */
.table {
	border: 0;
	border-collapse: collapse;
	font-size: 100%;
	margin: 20px 0;
}

.table th, .table tr, .table td {
	vertical-align: top;
}

#body .table th a {
	color: #000;
	border: 0;
}

#body .table th .selected {
	font-weight: bold;
	color: #000;
	border: 0;
}

.table th, .table td{
	padding: 2px 4px;
	margin: 0;
	color: #333;
}

.table th {
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #000;
}

.table td {
	border-bottom: 1px solid #ddd;
}


/* Header styles */
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 300px;
	background: url(../images/header.jpg) top center no-repeat;
}

/* Navigation styles */
.navigation_box {
	float: left;
	padding: 0;
	margin: 0 0 0 2px;
}

.navigation {
	margin: 0;
	padding: 0;
}

.navigation ul, .navigation li {
	font-size: 0.95em;
	list-style: none;
	display: block;
	float: left;
}

.navigation li {
	margin-right: 2px;
}

.navigation a {
	font-size: 1.05em;
	color: #555;
	background: #ccc;
	display: block;
	padding: 60px 6px 12px 6px;
	text-decoration: none;
}

.navigation a:hover {
	color: #333;
	background: #eee;
}

.navigation .selected {
	background: #CE171E;
	color: #eee;
}

/* Content styles */
.content {
	line-height: 1.8em;
}

.content p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.content a {
	
}

.content a:hover {
	
}

.content h1 {
	font-family: helvetica, sans-serif;
	color: #CE171E;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: -0.08em;	
}

.content h2 {
	font-family: helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 2.1em;
	letter-spacing: -0.05em;
	
}

.column_100 {
	padding: 30px 20px 30px 20px;
	width: 700px;
	display: block;
	float: left;
}

.column_60 {
	padding: 30px 20px 30px 20px;
	width: 400px;
	display: block;
	float: left;
}

.column_40 {
	padding: 30px 20px 30px 20px;
	width: 250px;
	display: block;
	float: left;
}

.block {
	display: block;
	width: 300px;
	padding: 5px;
}

.error {
	color: #c00;
}

/* list styles*/

.list {
	color: #c00;
	font-weight: bold;
}

.list ul, .list li{
	list-style: none;
}

.list ul {
	padding: 0;
	margin: 0;
}


.list li {

}

.list a {
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

.list a:hover {
	color: #c00;
	text-decoration: none;
}

/* Footer styles */
#footer {
	text-align: right;
	color: #999;
	clear: both;
	padding: 5px 30px 30px 30px;
	margin: 0;
	font-size: 0.9em;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #111;
}

/* test styles */
.test {
	padding: 1em 1.5em;
	border: 1px solid #ccc;
	background: #fff;
}

.test h1 {
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: -0.06em;
	color: #CE171E;
}

.test img {
	float: right;
	margin: 0 15px 0 0 ;
}

.test .question {
	font-size: 1.1em;
	margin: 2em;
}

.test p {
	margin: 0;
	padding: 0;
}

.test .score {
	margin: 1em 0;
	color: #999;
}

.test a {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 1.1em;
	letter-spacing: -0.06em;
	color: #333;
}

.test a:hover {
	color: #CE171E;
}

.sound {
	background: #ffc url(../images/sound.gif) no-repeat  left top;
	margin: 2px;
	height: 18px;
	padding-left: 20px;
}

.sound:hover {
	background-color: #fdd;
	cursor: pointer;
}

/* news styles */
.news {
	font-size: 0.90em;
	line-height: 1.6em;
}

.news p {
	color: #666;
}

.news h1 {
	font-size: 2.2em;
	color: #333;
}

.news h2 {
	background: url(../images/border.gif) repeat-x left top;
	padding-top: 1.4em;
	margin-top: 1.2em;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	color: #CE171E;
}

.news .time {
	color: #222;
	padding: 0 0 5px 0;
	margin: 0;
}

.news p {
	padding: 0;
	margin: 0;
}

.news a {
	color: #222;
	text-decoration: underline;
}

.news a:hover {
	color: #CE171E;
}

/* Buttons */
.btn_clear {
	background: url(../images/btn_clear_s.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: inline;
}

.btn_clear:hover {
	border-bottom: 0px;
	background-position: 0 -16px;
}

.btn_add {
	background: url(../images/btn_add_s.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: block;
}

.btn_add:hover {
	border-bottom: 0px;
	background-position: 0 -16px;	
}

.btn_delete {
	background: url(../images/btn_delete_s.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: block;
}

.btn_delete:hover {
	border-bottom: 0px;
	background-position: 0 -16px;
}

/* form styles */

fieldset {
	border: 1px dotted #ccc;
	padding: 20px 10px;
}

fieldset legend {
	color: #666;
	background-color: #eee;
	font-size: 120%;
	padding: 4px 10px;
}

input, select, textarea {
	margin: 0.2em;
}

.required {
	font-weight: bold;
}

.label {
	text-align: right;
	padding: 0 10px;
	width: 100px;
	display: block;
	float: left;
}

