/**
	Cascading Style Sheet for Ju-Jitsu International Federation -- Main style sheet
	@author Tim Molderez
*/

/***************************************************************
	General
***************************************************************/

body {
	background-color:#5ea0d0;
	color:#202020;
	font-family:Verdana, Arial;
	font-size:12px;
	margin:0;
	padding:0;
	min-width:1000px;
}

a {
	color:#0089e4;
	text-decoration:none;
}

a:hover,active {
	color:#316d95;
	text-decoration:underline;
}

#background {
	background:transparent url('../images/body.jpg') 0 0 repeat-x;
	height:152px;
	width:100%;
	position:fixed;
}

#container {
	background:transparent url('../images/container.jpg') 0 0 repeat-y;
	margin:0 auto;
	padding:0;
	width:1000px;
}

/***************************************************************
	Header
***************************************************************/

#container #header {
	background:transparent url('../images/header.png') 0 0 no-repeat;
	height:162px;
	width:1000px;
	position:fixed;
}

#header #menu {
	left:148px;
	position:absolute;
	text-align:center;
	top:131px;
	width:840px;
}

#header #menu a {
	background:transparent url('../images/button_normal.jpg') 0 0 no-repeat;
	float:left;
	color:#ffffff;
	width:94px;
	height:17px;
	padding:2px 0 0 0;
	margin:0 -1px 0 0;
	display:inline;
	text-decoration:none;
}

#header #menu a:hover,active {
	background:transparent url('../images/button_hover.jpg') 0 0 no-repeat;
	color:#503000;
	width:92px;
	height:16px;
	padding:3px 0 0 2px;
}

#header #menu .selected {
	background:transparent url('../images/button_selected.jpg') 0 0 no-repeat;
	color:#1b532d;
	width:94px;
	height:17px;
	padding:2px 0 0 0;
}

#header #menu .selected:hover {
	background:transparent url('../images/button_hover.jpg') 0 0 no-repeat;
	color:#503000;
	width:92px;
	height:16px;
	padding:3px 0 0 2px;
}

#header #login {
	font-size:11px;
	height:59px;
	left:710px;
	position:absolute;
	top:40px;
	width:249px;
}

#login #label1 {
	left:24px;
	position:absolute;
	top:8px;
	width: 80px;
}

#login #box1 {
	left:125px;
	position:absolute;
	top:7px;
}

#login #label2 {
	left:24px;
	position:absolute;
	top:28px;
	width: 80px;
}

#login #box2 {
	left:125px;
	position:absolute;
	top:27px;
}

#login #button {
	left:146px;
	position:absolute;
	top:45px;
}

#container #header #login #button input {
	background-color:#585857;
	color:#ffffff;
	font-size:11px;
	width:70px;
	border-width:0px;
}

/***************************************************************
	Contents
***************************************************************/

#container #content {
	padding: 152px 27px 0 27px;
}

#content #title {
	background:transparent url('../images/content_title.jpg') 0 0 no-repeat;
	color:#ffffff;
	font-size:20px;
	height:37px;
	margin:10px 0 10px 0;
	padding:10px 0 0 14px;
}

#content .subtitle {
	background:transparent url('../images/content_subtitle.jpg') 0 0 no-repeat;
	color:#ffffff;
	font-size:14px;
	height:22px;
	margin:16px 0 10px 0;
	padding:5px 0 0 14px;
}

#content .subsubtitle {
	background:transparent url('../images/content_subsubtitle.jpg') 0 12px no-repeat;
	color:#780002;
	font-size:12px;
	height:25px;
	margin:16px 0 10px 0;
	padding:0 0 0 18px;
}

#content .column {
	display:inline;
	float:left;
}

#content .column.left {
	margin:0 6px 0 0;
	width:467px;
}

#content .column.right {
	margin:0 0 0 6px;
	width:467px;
}

#content .column .subtitle {
	background:transparent url('../images/column_subtitle.jpg') 0 0 no-repeat;
}

#content .column .subsubtitle {
	background:transparent url('../images/column_subsubtitle.jpg') 0 12px no-repeat;
}

#content img {
	border:1px solid #404040;
}

#content p {
	margin:10px 10px 10px 10px;
}

#content li {
	padding:0 0 4px 4px;
}

#content ul {
	list-style-type: square;
	margin:10px 10px 0 16px;
	padding:0 0 0 16px;
}

#content ol {
	margin:10px 10px 0 16px;
	padding:0 0 0 16px;
}

#content table {
	margin:10px 16px 10px 16px;
}

#content table.formatted {
	border-collapse:collapse;
}

#content table.formatted td {
	border:1px solid #c0c0c0;
	padding:3px;
	background-color:#fafafa;
}

#content table.formatted tr:hover td {
	background-color:#b8e1fe;
}

#content table.formatted tr.alt td {
	background-color:#f0f0f0;
}

#content table.formatted tr.alt:hover td {
	background-color:#8acef2;
}

#content table.formatted tr th {
	border:1px solid #c0c0c0;
	padding: 4px;
	font-weight:bold;
	background-color:#fafafa;
}

#content table.formatted tr:hover th {
	background-color:#b8e1fe;
}

#content table.formatted tr.alt:hover td {
	background-color:#8acef2;
}

#content table.formatted tr.tablesubtitle td {
	background-color:#FF3333;
	color:#ffffff;
	font-weight:bold;
}

#content table.formatted tr th {
	background:url('../images/content_subtitle.jpg') -3px -2px no-repeat;
	color:#ffffff;
	border:1px solid #c0c0c0;
	padding: 4px;
	font-weight:bold;
	background-color:#fafafa;
}

#content table.formatted tr:hover th {
	background-color:#b8e1fe;
}


/***************************************************************
	Footer
***************************************************************/

#container #footer {
	clear:both;
	background:transparent url('../images/footer.jpg') 0 0 no-repeat;
	height:29px;
	color:#404040;
	font-size:11px;
	margin:20px 0 20px 0;
	padding:31px 0 0 0;
	text-align:center;
}

#footer a {
	color:#3988c1;
}

#footer a:hover,active {
	color:#6ca8d4;
	text-decoration:none;
}
