body
{
    margin: 10px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: white;
    background: url(/images/background.gif) "#C0C0C0" fixed;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
    scrollbar-face-color: #90C7FA;
    scrollbar-shadow-color: #006666;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #006666;
    scrollbar-darkshadow-color: #333333;
    scrollbar-arrow-color: #333333;
    scrollbar-track-color: #F0F0F0;
}

.title h1 { 
	color: white;
	font-size: 44px;
	line-height: 1em;
	padding-top: 5px;
	text-shadow: 4px 4px 7px black;
}
h1
{
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    color: #000000;
}
p
{
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

a
{
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline overline;
}
select, option
{
    font-weight: bold;
}
.item {
	font-size: 15px;
	color: white;
	line-height: 19px;
}
.news
{
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
}

.copyright
{
    font-size: smaller;
}
.copyright a
{
    color: white;
}
.copyright a:hover
{
    color: yellow;
	text-decoration: underline;
}
.title
{
    width: 100%;
    text-align: center;
    font-size: 51px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

.teaser
{
    color: #c80028;
}
.shortquote
{
    font-style: italic;
}

#header, #footer, #main
{
    width: 100%;
}

#header, #footer
{
    text-align: center;
}

#menu, #forum, #random_player
{
    border: solid #666597;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-collapse: collapse;
    text-align: left;
    background-color: #479;
}
#menu {}
#forum a, #random_player a { color: white; }
#forum .menu_header a { color: black; }
.lang_selector {
	left: -3px;
	position: relative;
}
.menu_header {
	border: solid #666597;
	font-weight: bold;
	padding: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	/* background-image: url(/images/nav-menu/table-background.gif); */
	background-color: antiqueWhite;
	margin-top: 5px;
}
#news
{
	width: 762px;
    border: solid #666597;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#news_header {
	font-weight: normal;
	border: solid #666597;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding: 3px;
	background: url(/images/nav-news/table-background.gif) repeat-x;
	color: #777;
	font-size: 15px;
}

#news_header a {
	color: black;
	font-size: 20px;
}
	
	
.read-more {
	padding: 0px;
	font-weight: bold;
	color: red;
	position: absolute;
	right: 5px;
	cursor: pointer;
	font-size: 16px;
	top: 5px;
}

.show-less {
	padding: 0px;
	font-weight: bold;
	color: red;
	position: absolute;
	right: 5px;
	cursor: pointer;
	font-size: 16px;
	top: 5px;
}

#news_contents
{
    font-size: 12px;
    text-align: left;
    vertical-align: baseline;
    background-color: #dadcff;
    padding: 2px;
    height: auto;
    overflow: auto;
}

.news_item, .news_item_important {

	position: relative;
	width: 348px;
	float: left;
	margin: 0px 0px 3px 4px;
	background: url(http://ipttc.org/images/ITTF-trans.png) no-repeat white;
	padding: 10px;
	overflow: hidden;
	min-height: 130px;
	height: 130px;
	border: 3px solid rgba(120, 120, 255, 0.5);
	background: url(http://ipttc.org/images/ITTF-trans.png) no-repeat white;
	background-position: 98% 90%;
}

.news_item_important {
	border: 3px solid #F99;
	background: url(http://ipttc.org/images/ITTF-trans-red.png) no-repeat white;
	background-position: 98% 90%;
}

#shadow-box {
	display: none;
	background-color: white;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.news_image
{
    float: left;
    vertical-align: text-top;
    margin: 0px 4px 0px 0px;
    border-width: 0px;
}
/*
 * Styles for ranking list
 */


#ranking-tournament table
{
    border: solid #666597;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-collapse: collapse;
    background-color: #f0f0f0;
}

#ranking-tournament tr
{
    text-align: center;
    vertical-align: middle;
}

#ranking-tournament th
{
    text-align: center;
    font-weight: bold;
    padding: 4px;
    border: solid black;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background-color: #FFFFCC;
}

#ranking-tournament td
{
    border: solid black;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.main-frame { 
	width: 1200px;
	margin: 0 auto; 
}

.shadow-boxed {
	position: fixed;
	z-index: 100;
	width: 650px;
}

.player_display_area {
	padding: 10px 0px 10px 0px;
}

.headline  { 
	padding: 5px;
}

.headline a { 
	font-size: 12px;
}

.list-of-headlines {
	margin: 0;
	padding: 0 0 0 20px;
}

.list-of-headlines li{
	margin: 0;
	padding: 0;
}
