/* IE hack */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* base elements */

body{
	margin: 0px;
	padding: 16px;
	background: #3d351a url(../images/backgrounds/body.jpg) repeat;
}

body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8565;
}

img{
	border: none;
	display: block;
}

p{
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table td{
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*text-transform: uppercase;*/
}

h3{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
	padding: 0px;
}

a{
	color: #ba8e01;
	text-decoration: none;
}

a:active, a:focus {
	outline: 0
}


a:hover{
	text-decoration: underline;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol{
	margin: 0 0 0 2em;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

sup{
	font-size: 8px;
}

/* base IDs */

#container{
	height: 100%;
	min-height: 100%;
	text-align: center;
}

#disclaimer{
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	color: #dfdccc;
	font-size: 12px;
	margin-bottom: 16px;
	font-weight: bold;
}

#page{
	text-align: left;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	background: #eae7d9 url(../images/backgrounds/base.jpg) repeat-y;
}

#slate{
	margin: 0px;
	padding: 5px;
	background: url(../images/backgrounds/subpage.jpg) no-repeat top;
}

#info{
	margin: 0px;
	padding: 35px 35px 0px 35px;
}

#topbar{
	background: url(../images/topbar_back.jpg) no-repeat;
	height: 32px;
	width: 778px;
}

#sidebar{
	float: left; /*: absolute;*/
	width: 198px;
	display: inline;
}

* html #sidebar {margin-right:-3px}
* html #content {margin-left:195px}

#content{
	margin-left: 198px;
	width: 580px;
}

#search{
	padding: 5px 9px 0px 9px;
	float: right;
}

#footer{
	background: url(../images/backgrounds/bottom.jpg) no-repeat bottom;
	padding: 20px 35px 23px 35px;
	font-size: 11px;
	clear: both;
}

/* modifiers */

#slate.home{
	background: url(../images/backgrounds/home.jpg) no-repeat top;
}

#slate #sidebar h1{
	overflow: hidden;
	text-indent: -5000px;
	line-height: 111px;
	height: 111px;
	width: 198px;
	background: url(../images/logo.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#slate #sidebar h1 a{
	display: block;
}

#info a{
	font-weight: bold;
}

#topbar #sectionLinks{
	padding: 9px 0px 0px 9px;
}

#topbar #sectionLinks a{
	background: url(../images/star.gif) no-repeat;
	padding: 1px 15px 0px 15px;
	font-size: 11px;
	color: #41381c;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, serif;
}

#topbar #sectionLinks a.on{
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 0px 10px;
}


#search form{

}

#search table{
	margin: 0px;
}

#search table table{
	margin: 0px;
}

#search input{
	margin: 0px 11px 4px 0px;
	width: 116px;
	color: #655c2a;
	padding: 4px 0px 0px 4px;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dcdcdc;
}

#search input.submit{
	padding: 0px;
	overflow: hidden;
	/*text-indent: -5000px;*/
	 font-size: 0;
	line-height: 17px;
	height: 17px;
	width: 22px;
	background: url(../images/buttons/go.gif) no-repeat;
	margin: 0px;
	border: none;
}

#content #flashcontent{
	margin-top: 20px;
}

#content #text{
	padding: 0px 35px 0px 40px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#content #text h1{
	font-family: Georgia, serif;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

#content #text .small{
	font-size: 12px;
	line-height: 18px;
}

#content #text .small h2{
	font-size: 12px;
	margin: 0px;
}

#content #text li{
	margin: 0px 0px 9px 0px;
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat 0px 2px;
}

#content #text li ul li{
	font-size: 12px;
	margin: 0px;
	background: url(../images/sub_bullet.gif) no-repeat 0px 2px;

}

#content #text ol li{
	margin: 0px 0px 9px 0px;
	background: none;
}

#content #text ul.important, #content #text ul.checklist{
	background: url(../images/light_divider.gif) repeat-x bottom;
	margin-bottom: 5px;
}

#content #text ul.important li, #content #text ul.checklist li{
	margin: 0px;
	padding: 4px 0px 4px 10px;
	background: url(../images/light_bullet.gif) no-repeat 0px 0px;
	color: #816305;
	font-weight: bold;
}

#content #text ul.checklist li{
	background: url(../images/light_divider.gif) repeat-x 0px 0px;
	padding: 4px 0px 4px 0px;
}

#content #text ul.linklist{
	margin-bottom: 4px;
}

#content #text ul.linklist li, ol.checklist li{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	background: none;
}

#content #text ul.linklist li a{
	color: #993300;
	font-weight: bold;
}

#content #text a.offsite{
	display: block;
	padding: 6px 0px 0px 0px;
	font-size: 14px;
	color: #993300;
	background: url(../images/light_divider.gif) repeat-x top;
	font-weight: bold;
}

#content #text a.strong{
	display: block;
	font-weight: bold;
	color: #993300;
}

#content #text a.red{
	color: #993300;
}

#content #text hr{
	display: none;
}

#content #text .hr{
	background: url(../images/menu_divider.gif) repeat-x center;
	height: 19px;
}

#content #text .hrlight{
	background: url(../images/light_divider.gif) repeat-x center;
	height: 19px;
}

#content #text .rightimage{
	padding-right: 200px;
}

#content #text .rightimage img{
	margin: auto;
}

#content #text .linkbutton, #slate .linkbutton{
	background: url(../images/buttons/linkbutton_left.gif) no-repeat left;
	padding: 0px 0px 0px 12px;
	margin: 0px 12px 0px 0px;
	height: 20px;
	float: left;
	line-height: 20px;
}

#content #text .linkbutton a, #slate .linkbutton a{
	color: #584407;
	padding: 0px 12px 0px 0px;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/buttons/linkbutton_right.gif) no-repeat right;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float:left;
}

#content #text .backlink{
	color: #993300;
	font-size: 11px;
}

#content #text .backlink a{
	color: #993300;
	text-decoration: underline;
	text-transform: uppercase;
}

#content #text .linkbutton a:hover, #slate .linkbutton a:hover{
	text-decoration: none;
}

ul#utilLinks{
	font-size: 10px;
	list-style: none;
}

ul#utilLinks li{
	float: left;
	background: url(/images/buttons/divider.gif) no-repeat !important;
	padding-left: 10px;
}

ul#utilLinks li.first{
	background: none !important;
	padding: 0px !important;
}

ul#utilLinks li a{
	display: block;
	color: #584407;
	padding: 0px 4px 0px 0px;
	line-height: 20px;
	font-weight: normal;
}

#footer #footeroutside{
	background: #e3decc;
	padding: 3px;
}

#footer #footerinside{
	background: #f9f8f2;
	padding: 16px 10px 10px 10px;
	border: 1px solid #CCC;
	color: #999;
}

#footer hr{
	display: none;
}

#footer .hr{
	background: url(../images/footer_divider.gif) repeat-x center;
	height: 19px;
}

#footer a{
	color: #999;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer a.astellas{
	float: right;
	overflow: hidden;
	text-indent: -5000px;
	height: 69px;
	width: 188px;
	background: url(../images/astellas_logo.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#footer a.astellas_hcp{
	float: right;
	overflow: hidden;
	text-indent: -5000px;
	height: 69px;
	width: 188px;
	background: url(../images/astellas_logo_hcp.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* main menu // sub menu */

#mainMenu, #subMenu{
	padding-left: 9px;
}

#mainMenu ul, #subMenu ul{
	margin: 0px;
	padding: 0px;
	background: url(../images/menu_divider.gif) repeat-x top;
	list-style: none;
	width: 189px;
}

#mainMenu ul ul{
	margin-left: 16px;
	background: none;
	width: 173px;
}

#mainMenu ul ul ul{
	margin-left: 0px;
}

#subMenu ul{
	background: none;
}

#mainMenu ul li, #subMenu ul li{
	padding: 0px;
	margin: 0px;
	background: url(../images/menu_divider.gif) repeat-x bottom;
	width: 189px;
}

#mainMenu ul li ul li{
	background: url(../images/light_divider.gif) repeat-x top;
	width: 173px;
}

#mainMenu ul li a, #subMenu ul li a{
	display: block;
	margin: 0px;
	padding: 8px 0px 8px 5px;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #453e18;
	text-decoration: none;
	text-transform: uppercase;
	width: 189px;
}

#mainMenu ul li ul li a{
	font-size: 12px;
	color: #816305;
	width: 173px;
	padding: 4px 0px 4px 0px;
}

#mainMenu ul li ul li ul li a{
	font-size: 10px;
	padding: 2px 0px 2px 9px;
}

#subMenu ul li a{
	font-size: 11px;
}

#mainMenu ul li a.current, #mainMenu ul li a:hover{
	background: url(../images/menu_on_arrow.gif) no-repeat 5px 14px;
	padding-left: 16px;
	color: #ba8e01;
}

#mainMenu ul li ul li a.current, #mainMenu ul li ul li a:hover{
	background: url(../images/submenu_on_arrow.gif) no-repeat 0px 8px;
	padding-left: 9px;
	color: #993300;
}

#mainMenu ul li ul li ul li a.current, #mainMenu ul li ul li ul li a:hover{
	background: url(../images/submenu_on_arrow.gif) no-repeat 0px 5px;
}

#subMenu ul li a.current, #subMenu ul li a:hover{
	color: #ba8e01;
}

/* Form Elements */
form img{
	display: inline;
}

form h2{
	color: #816305;
	background: url(../images/light_divider.gif) repeat-x bottom;
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 9px 0px;
}

form h3{
	color: #816305;
	margin: 0px;
}

form table.grid td{
	width: 120px;
	padding: 0px 0px 9px 0px;
	color: #333;
}

form table.grid td img{
	margin-right: 9px;
}

/* Admin */
#admin{
	margin: 20px;
	padding: 0px;	
}

#admin h1{
	font-size: 14px;
	color: #999;
	padding: 5px;
	border-bottom: 1px solid #DCDCDC;
}

#admin h2{
	margin: 0px 0px 3px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #93905b;
}

#admin ul{
	border-bottom: 1px solid #DCDCDC;
	list-style: none;
	display: block;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#admin ul li{
	float: left;
	display: block;
}

#admin ul li a{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 5px 8px 5px 8px;
	margin: 0px 4px 0px 0px;
	display: block;
	text-decoration: none;
}

#admin ul li a:hover{
	background: #ECECEC;
}

#admin #adminContent{
	padding: 10px;
}

#admin #adminContent a{
	border-bottom: 1px solid #DCDCDC;
}

#admin #adminContent a:hover{
	text-decoration: none;
	background: #DCDCDC;
}

#admin .footer{
	font-size: 9px;
	color: #666;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 3px;
	position: absolute;
	margin-bottom: 4px;
	bottom: 0px;
	width: 95%;
}

#admin .dellink, #admin .dellink a{
	color: #999;
}

#admin a.addlink{
	color: #999;
	position: relative;
	top: -23px;
	left: 120px;
}

