@CHARSET "UTF-8";

html
{
	font-family: Arial, Helvetica, Freeserif, Sans-serif;	
}

.page
{
	width: 960px;
	margin: 0 auto;
}

.header
{
	width: 940px;
	margin: 10px auto;
	border: none;
	position: relative;
}

.header h1
{
	background: url('/images/header/header_lineandfirstred.gif') no-repeat;
	height: 129px;
	width: 467px;
	text-indent: -9999px;
}

.flags
{
	display: block;
	position: absolute;
	bottom : 5px;
	right: 10px;
}

.flags li
{
	display: block;
	float: left;
	margin-right: 5px;
}

.flags li a
{
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
}

.flags li.fr a
{
	background: url('/images/flags/24/fr.png');	
}

.flags li.fr a:hover,
.flags li.fr.selected a
{
	background: url('/images/flags/24/fr.png') 0 24px;	
}

.flags li.en a
{
	background: url('/images/flags/24/en.png');
}

.flags li.en a:hover,
.flags li.en.selected a
{
	background: url('/images/flags/24/en.png') 0 24px;	
}

.flags li.cn a
{
	background: url('/images/flags/24/cn.png');
}

.flags li.cn a:hover,
.flags li.cn.selected a
{
	background: url('/images/flags/24/cn.png') 0 24px;	
}


div.menu
{
	background: #999;
	padding: 3px;
}

ul.menu
{
	width: 960px;
	margin: 0 auto;
	display: block;
	overflow: auto;
}

ul.menu li.login, ul.menu li.logout
{
	display: block;
}
ul.menu li.login a
{
	color: #AFAFAF;
	font-weight: normal;
	text-indent: -10000px;
	padding-left: 20px;
	background: transparent url('/images/icons/lock_open.png') no-repeat center left;
}
ul.menu li.logout a
{
	color: #AFAFAF;
	font-weight: normal;
	text-indent: -10000px;
	padding-left: 20px;
	background: transparent url('/images/icons/lock.png') no-repeat center left;
}
ul.menu li.login a:hover
{
	color: #E4E4E4;
	font-weight: normal;
	background: transparent url('/images/icons/lock.png') no-repeat center left;
}
ul.menu li.logout a:hover
{
	color: #E4E4E4;
	font-weight: normal;
	background: transparent url('/images/icons/lock_open.png') no-repeat center left;
}

ul.menu li
{
	display: block;
	float: left;
	margin: 10px;
	list-style: none;
}

ul.menu li a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.menu li a:hover
{
	background: #AC0009;
}

ul.menu li.selected a
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px inset #888;
	background: #BBB;
	padding: 5px 8px;
}

.content
{
	margin: 10px 0;
}

.content_header
{
	display: block;
	overflow: auto;
}

.content h1
{
	float: left;
	overflow: hidden;
}

.content h1 span
{
	color: #000;
	font-weight: bold;
	font-size: xx-large;
	margin-bottom: 20px;
	padding: 2px 2px 2px 0;
	border-bottom: 2px solid #AC0009;
	display: block;
	float: left;
}

.content h1 span:FIRST-LETTER
{
	padding: 2px 4px;
	margin-right: 2px;
	background-color: #AC0009;
	color: #fff;
}

.toolbox
{
	float: right;
	overflow: auto;
	padding: 3px;
}

.toolbox ul > li
{
	display: inline;
	margin: 0 10px; 
}

.button
{
	text-decoration: none;
	color: #000;
}

.button:hover 
{
	cursor: pointer;
	color: #AC0009;
}

.pdf
{
	background: url("/images/icons/page_white_acrobat.png") no-repeat bottom left;
	padding: 0 0 0 25px;
}

.feed
{
	background: url("/images/icons/feed.png") no-repeat bottom left;
	padding: 0 0 0 25px;
}
.footer
{
	
}

.main
{
	min-height: 300px;
}