@charset "utf-8";

/**********************************************************************
* T.RAD NEWS STYLE
* create: 2007/4/27
* update: 2010/2/4
**********************************************************************/

/*
* TOC
*
===================================
 01. SHARED
		a. HEADER(h3)
===================================
 02. INDEX
		a. INDEX MENU
===================================
 03. NEWS
		a. ARTICLES
===================================
 04. CHANGE
		a. TABLE
===================================
*/

/* HEADER(h3)
**********************************************************************/
body.news-2010 #content-body h3 {
    background: #fff url(/news/images/h3_bg_news_2010.gif) top right no-repeat;
}

body.news-2009 #content-body h3 {
    background: #fff url(/news/images/h3_bg_news_2009.gif) top right no-repeat;
}

body.news-2008 #content-body h3 {
	background: #fff url(/news/images/h3_bg_news_2008.gif) top right no-repeat;
}

body.news-2007 #content-body h3 {
	background: #fff url(/news/images/h3_bg_news_2007.gif) top right no-repeat;
}

body.news-2006 #content-body h3 {
	background: #fff url(/news/images/h3_bg_news_2006.gif) top right no-repeat;
}

/* INDEX PAGE STYLE
**********************************************************************/

/* INDEX MENU
---------------------------------------------------------------------*/
#index-menu div.news-2010 {
    float: left;
    background: #fff url(/news/images/index_menu_bg_dl_2010.gif) 0 0 no-repeat;
}

#index-menu div.news-2009 {
    float: right;
    background: #fff url(/news/images/index_menu_bg_dl_2009.gif) 0 0 no-repeat;
}

#index-menu div.news-2008 {
	float: left;
	background: #fff url(/news/images/index_menu_bg_dl_2008.gif) 0 0 no-repeat;
}

#index-menu div.news-2007 {
	float: right;
	background: #fff url(/news/images/index_menu_bg_dl_2007.gif) 0 0 no-repeat;
}

#index-menu div.news-2006 {
	float: left;
	background: #fff url(/news/images/index_menu_bg_dl_2006.gif) 0 0 no-repeat;
}

/* ARTICLE PAGE STYLE
**********************************************************************/

/* ARTICLES
---------------------------------------------------------------------*/
#articles table {
	width: 100%;
}

#articles th {
	width: 8em;
	margin: 0;
	padding: .7em 0 .7em 15px;
	border-bottom: 1px solid #eee;
	background: #fff url(/images/shared/marker_1.gif) 0 1em no-repeat;
	vertical-align: top;
}

#articles td {
	margin: 0;
	padding: .7em 0;
	border-bottom: 1px solid #eee;
	background: #fff;
}

#articles ul {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}

#articles a, #articles a:visited {
	padding: 3px 0;
	color: #005ab3;
	text-decoration: underline;
}

#articles a.pdf {
	margin-right: 3px;
	padding: 3px 19px 3px 0;
	background: #fff url(/images/shared/pdf_icon.gif) right .3em no-repeat;
}

/*///////// STAR HACK //////////*/
* html #articles a.pdf {
	background: #fff url(/images/shared/pdf_icon.gif) right .1em no-repeat;
}

#articles a:hover {
	text-decoration: none;
}

/* CHANGE PAGE STYLE
**********************************************************************/

/* TABLE
---------------------------------------------------------------------*/
table.directors_change .itemlist-caption th,
table.directors_change .itemlist-caption td {
  	color: #fff;
	background: #025cae;
}

table.directors_change .directors_name {
	text-align: center;
}

table.directors_change .directors_vocation {
	width: 40%;
}

table.directors_change .directors_vocation_title {
	width: 40%;
	text-align: center;
}

table.directors_change td {
	width: 35%;
}

table.directors_change .directors_name {
	width: 20%;
}

