/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ---------->>> CSS Hacks <<<---------------------------------------------------------------*/
/*
*{padding: 0; margin: 0;}
*/

/* ----- global default/initial styles ----- */

html, body {height:100%;}

/* ----- base default font size, type, and line height ----- */
/*
html body{font: 9pt/140% "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;}
html>body{font: 9pt/140% "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;}
*/

/* ----- add selectors here for font sizing ----- */
#TB_window  {font-size: 9pt}


/* ----- base links ----- */
a:visited {color: #B0931E; text-decoration: underline;}
a:link {color: #B0931E; text-decoration: underline;}
a:hover {color: #E7C127; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a:focus{color: #ffffff; text-decoration: underline;}

#contentPad{
margin:20px;
}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	/*background: #fff;*/
	z-index: 104;
	color:#000;
	display:none;
	margin:7px;
}
#TB_background{
	position:absolute;
	top:0;
	left:0;
	z-index:101;
	/*background-image:url(../images/bg_player.gif);
	background-repeat:no-repeat;*/
}
#TB_caption{
	height:31px;
	padding:10px 30px 10px 25px;
	background-color:#fff;
	float:left;
}

#TB_closeWindow{
	font-size: 8pt;
	height:31px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_header{width: auto; height:20px; margin: 0 auto;
	background-color: #fff;
	border: 1px solid #aaa;
	margin-bottom:4px;}

#TB_ajaxCaption{
	float:left;
	width: 286px;
	color: #888;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	font-size: 8pt;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
}

#TB_closeAjaxWindow{float:right; width: 18px; height: 11px; padding-top:5px; }

#TB_ajaxContent{width: 320px; margin: 0 auto; height: 320px;}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:103;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}