/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- global default/initial styles ----- */
body {background-color:#000;}

html, body {height:100%;}

/* ----- base default font size, type, and line height ----- */
html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#000}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#000}

/* ----- add selectors here for font sizing ----- */
p, table, ul, dl, #TB_window  {font-size: 1.2em}


#contentPad{
margin:0px;
}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #021038;
/* -----	filter:alpha(opacity=60);  -- */
	-moz-opacity: 0.6;
/* -----	opacity: 0.6;  -- */
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #031345;
	z-index: 102;
	color:#fff;
	display:none;
	border: 4px solid #041552;
}


#TB_caption {
	font-size: 12px; 
	font-weight: bold; 
	font-family: tahoma,arial,sans-serif;
	PADDING-RIGHT: 30px; 
	PADDING-LEFT: 12px; 
	FLOAT: left; 
	PADDING-BOTTOM: 8px; 
	PADDING-TOP: 8px; 
	HEIGHT: 25px
}

.TB_caption{
	height:16px;
	padding:5px 0px 2px 0px;
	text-align:left;
	background-color:#FFFFFF;
}

.TB_closeAjaxWindow{
	height:25px;
	padding:5px 5px 2px 0px;
	margin-bottom:0px;
	text-align:right;
	background-color:#000099;
}

.TB_ajaxContent{
	padding: 5px 0px 5px 5px;
	text-align:left;
	overflow:auto;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 5px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#000099;
}

#TB_ajaxContent{
	padding: 5px 0px 5px 10px;
	overflow:auto;
}

#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;
}