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

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

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

/* ---------->>> CSS Hacks <<<---------------------------------------------------------------*/
html,body{margin:0 auto;padding:0;}
body{
	overflow-x:hidden;
}

/* ----- add selectors here for font sizing ----- */
p, dl, #TB_window  {font-size: 10px; text-align:justify; color:#333;}


/* ----- base links ----- */
a:link {color: #fff}
a:visited {color: #FFF}
a:hover {color: #fff}
a:active {color: #fff}
a:focus{color: #fff}

p, b {margin:10px 0;color:#333;}
hr{margin:10px 0;color:#999999;}
h4{text-transform:uppercase;}

#contentPad{
margin:20px;
}

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

#TB_window {
	position: absolute;
	background-color: #FFF;
	z-index: 102;
	color:#999;
	display:none;
	border: 1px solid #fff;

	
	
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 0px solid #D8E5D7;
	border-left: 0px solid #D8E5D7;
}

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

#TB_closeWindow{

	height:25px;
	padding:10px 25px 10px 0;
	float:right;

}

#TB_closeAjaxWindow{

	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#02a001;

	
}



#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
overflow-x:hidden;	
}

#TB_load{
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	margin-left:-0px;
	margin-top: -50px;
	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;
}