@charset "UTF-8";
/* - - - - - - 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;color:#000000}
html>body{font: 9pt/140% "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;color:#000000}
*/

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


/* ----- base links ----- */
a:visited {color: #000000; text-decoration: underline;}
a:link {color: #000000; text-decoration: underline;}
a:hover {color: #93d55e; text-decoration: underline;}
a:active {color: #93d55e; text-decoration: underline;}
a:focus{color: #93d55e; text-decoration: underline;}

#contentPad{
margin:20px;
}

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

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #cdcdcd;
	padding:10px 0 0 0 ;
	background: #f8f7e9 url(/special/oc2009/img/thick_header.gif) repeat-x left top;
	height:300px!important;
	_height:304px!important;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

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

#TB_header{width: 320px; margin: 0 10px; text-align:center; }

#TB_ajaxCaption{
	float:left;
	width: 280px;
	color: #d89685;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
}

#TB_closeAjaxWindow{float:right; width: 34px; height: 15px; padding-top:5px;}

#TB_ajaxContent{
width: 320px; 
margin: 0 auto;
background: #f8f7e9;
height:265px!important;
}

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

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

#TB_player {
margin: 0 auto !important;
width:340px !important;
background: #f8f7e9 !important;
height:265px !important;
}

