@charset "utf-8";

body
{
}

a
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


table
{
	border-collapse:collapse;
}


.nice td, .nice th
{
	border:solid 1px #000000;
	padding:5px;
}

.nice th
{
	background-color:#6184ae;
}


.two_columns th
{
	width:120px;
	vertical-align:top;
	background-color:#6184ae;
	padding:10px;
	border:solid 1px #496281;
}

.two_columns td
{
	background-color:#c9d9ec;
	border:solid 1px #496281;
	padding:10px;
}

.album
{
	width:100%;
}

.album td
{
	text-align:center;
}

.album .album_next
{
	width:100px;
}

.album .album_back
{
	width:100px;
}

.header th
{
	width:120px;
	vertical-align:top;
	background-color:#4775ad;
	padding:10px;
	border:solid 1px #496281;
}

.header td
{
	background-color:#c9d9ec;
	border:solid 1px #496281;
	padding:10px;
}

#header
{
	margin-top:50px;
	margin-left:50px;
	margin-right:50px;
	height:157px;
}


#header .logo
{
	background-image:url(../images/global/logo.jpg);
	width:162px;
	height:157px;
	float:left;
}

#header .center
{
	background-image:url(../images/global/header-bg.jpg);
	height:135px;
}

#header .title
{
	background-image:url(../images/global/judo-title.jpg);
	height:135px;
	width:634px;
	float:right;
}

#header .menu
{
	margin-top:1px;
	height:21px;
	background-color:#be2327;
	z-index:2;
}

#menu, #menu ul  
{
	padding : 0;
	margin : 0;
	list-style : none;
	line-height : 21px;
	text-align : center;
}

#menu
{
	font-weight : bold;
	font-family : Arial;
	font-size : 12px;
}

#menu a
{
	display : block;
	padding : 0;
	background : #be2327;     
	color : #ffffff;
	text-decoration : none; 
	width : 144px;
}

#menu li   
{ 
	float : left; 
	border-right : 1px solid #fff;
}

html>body #menu li
{
	border-right: 1px solid transparent;
}

#menu li ul
{ 
	position: absolute;
	width: 144px;
	left: -999em;
}


#menu li ul li
{
	border-top : 1px solid #fff;
}

html>body #menu li ul li                
{
	border-top : 1px solid transparent;
}

#menu li ul ul 
{
	margin: -22px 0 0 144px ;
	border-left: 1px solid #fff ;
}

html>body #menu li ul ul                
{
	border-left: 1px solid transparent ;
}

#menu a:hover
{
	color: #000;
}

#menu li:hover ul ul, #menu li.sfhover ul ul
{
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul
{
	left: auto;
	min-height: 0;
}


#pane {
	width: 256px;
	float:right;
	margin-right:50px;
}

#page
{
	margin-left:50px;
	margin-right: 376px;
	margin-top:30px;
}

#newsletter
{
	margin-bottom:50px;
}

#page .page-top
{
	background-image:url(../images/global/page-top.jpg);
	height:17px;
	width:193px;
	float:left;
}

#page .page-top-bg
{
	background-image:url(../images/global/page-top-bg.jpg);
	margin-bottom:5px;
	height:17px;
}

#page .page-bottom
{
	margin-top:5px;
	background: url(../images/global/page-bottom.jpg) top right no-repeat;
	background-color:#165394;
	height:14px;
}

#pane .top
{
	background-image:url(../images/global/news-top.jpg);
	margin-bottom:5px;
	height:35px;
	width:256px;
}

#pane .bottom
{
	background-image:url(../images/global/news-bottom.jpg);
	margin-top:5px;
	height:12px;
	width:256px;
}

#page .page-box
{
	background-color:#8cb1de;
	color:#000000;
}

#pane .news
{
	width:256px;
	float:right;
}

#pane .news-box
{
	background-color:#8cb1de;
	color:#000000;
}

.new-news .title
{
	margin-bottom:5px;
}


#pane .page-logo
{
	background-image:url(../images/global/page-logo.jpg);
	height:357px;
	width:248px;
}


.round-tl 
{
	background: url(../images/global/top-left.gif) top left no-repeat;
}

.round-br 
{
	background: url(../images/global/bottom-right.gif) bottom right no-repeat;
	padding:10px 15px 10px 15px;
}

.round-tr 
{
	background: url(../images/global/top-right.gif) top right no-repeat;
}

.round-bl
{
	background: url(../images/global/bottom-left.gif) bottom left no-repeat;
}


#footer
{
	background-image:url(../images/global/footer-bg.jpg);
	height:41px;
	margin-left:50px;
	margin-right:50px;
	margin-top:50px;
	clear:both;
}


.server_error
{
	border:solid 1px #ffbcbf;
	color:#990000;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;
}

.server_error legend, .user_error legend
{
	font-weight:bold;
	color:#990000;
}

.user_error
{
	color:#990000;
	border:solid 1px #990000;
	background-color:#ffbcbf;
	padding:10px;
	margin-bottom:20px;
	font-weight:bold;
}

.table_newsletters_draft
{
	width:100%;
}

.table_newsletters_draft td
{ 
	width:20%;
	text-align:center;
}

.table_form
{
	width:100%;
}

.table_form .column_label
{
	width:150px;
}

.table_form td
{
	padding-left:10px;
	padding-bottom:5px;
}

.table_form input
{
	border:none;
	border-bottom:solid 1px #000000;
	background-color:#c9d9ec;
}
