@charset "UTF-8";
/* 
CSS Document for www.bizTripCentral.com 
author: Hamlet Javier
Created: Spring 2009
*/

/****************************************************************** BODY **************************************************************************/
html, body {
background: #75C9ED url('http://www.biztripcentral.com/images/body_bg.gif') repeat-x;
min-height:100%;
color: #333333;
margin-top:0;
margin-bottom:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
/****************************************************************************************************************************************************/

/********************************************************* bg squares goes from top to bottom of page ***************************************************/
#bg_squares{position:relative; background:url('../images/bg_squares.gif') center repeat-y; width:100%; height:100%; left:0px; top:0px; z-index:1}
/***********************************************************************************************************************************************/

/*********************************************************** HEADER ***************************************************************************/
#header{width:900px; height:90px; margin-left:auto; margin-right:auto; top:0px; left:0px; z-index:1;}
/**********************************************************************************************************************************************/


/***************************************************** CONTENT BLOCK CONTAINER *****************************************************************/
#container{width:900px; z-index:1; margin-left:auto; margin-right:auto; left:0px; background-color:#FFFFFF;}
	
	/*Below Menu holder with bg img*/
	#below_menu{height:78px; background:#FFFFFF URL('../images/below_menu_bar.gif') no-repeat;}
		
	/*display name of current Page on site*/
	#current_page{float:left; display:inline; margin-left:50px; margin-top:7px; width:140px; text-align:center; color:#6699CC; font-size:14px; font-weight:bold;}

	/*Tag Line*/
	#tagline{float:left; margin-left:42px; margin-top:14px; color:#666666; font-weight:bold; font-size:12px; font-style:italic}
	/*Login link by tagline*/
	#links_by_tagline{float:right; margin-right:7px; margin-top:15px; font-size:1em;}
	#links_by_tagline a:link{text-decoration:underline; color:#457FE7}
	#links_by_tagline a:hover{text-decoration:none; color:#457FE7;}
	#links_by_tagline a:visited{text-decoration:none; color:#457FE7}
	/*links_by_tagline*/
	#member_links{font-size:1em; color:#457FE7; padding-bottom:3px; margin-right:7px; float:right; margin-top:16px; border-bottom:double #999999; display:block;}
	#member_links a:link{text-decoration:none; color:#457FE7}
	#member_links a:hover{text-decoration:underline;}
		
	/*actual content*/
	#main_content{margin:8px 10px 0px 10px; padding-bottom:10px; background:#FFFFFF;}
/****************************************************************************************************************************************************/

/****************************************************************** Tweets **************************************************************************/
#tweets{position:absolute; left:0px; top:200px; visibility:hidden; float:left;}
#tweets_btn{position:absolute; left:1px; top:200px; visibility:visible}
/****************************************************************************************************************************************************/
 
/************************************************************** Non Flash Version - Main MENU ***********************************************/
table.main_menu{width:100%; height:33px; background-color:#FFFFFF; border:hidden; padding:3px;}
table.main_menu tr{background-color:#457FE7; color:#FFFFFF; text-align:center}
table.main_menu a:link{color:#FFFFFF; text-decoration:none;}
table.main_menu a:hover{color:#457FE7; text-decoration:none;}
table.main_menu a:visited{color:#FFFFFF; text-decoration:none;}
table.main_menu td:hover{background-color:#FFFFFF; cursor:pointer;}
table.main_menu td:hover a{color:#457FE7}
/*********************************************************************************************************************************************/
 
/******************************************************* LINKS **************************************************************************************/
a:link{color:#457FE7; text-decoration:underline;}
a:visited{color:#457FE7; text-decoration:underline;}
a:hover{color:#75C9ED; text-decoration:none;}

.mylink{color:#457FE7; text-decoration:underline;}
.mylink:visited{color:#457FE7; text-decoration:underline;}
.mylink:hover{color:#75C9ED; text-decoration:none;}

a.aqua:link{color:#75C9ED; text-decoration:underline; font-weight:bold;}
a.aqua:visited{color:#75C9ED; text-decoration:none;}
a.aqua:hover{color:#75C9ED; text-decoration:none;}

a.white:link{color:#FFFFFF; text-decoration:underline;}
a.white:visited{color:#FFFFFF; text-decoration:underline;}
a.white:hover{color:#FFFFFF; text-decoration:none;}

#footer_links a:link{color:#457FE7; text-decoration:none;}
#footer_links a:visited{color:#666666; text-decoration:none;}
#footer_links a:hover{color:#457FE7; text-decoration:underline;}
/*******************************************************************************************************************************************************/

/******************************************************** FEATURE CONTENT***************************************************************************/
#feature_content_container{width:490px;}

.contentslide {background: #FFFFFF url('../images/featured_border.gif') no-repeat top; height: 300px; width: 490px; }
.contentslide .opacitylayer {height: 100%; width: 100%;}
.contentslide .contentdiv { display:block; color:#3399CC;}

* html .btns { width: 490px;}
.btns { background: #FFFFFF url('../images/featured_btns_bg.gif') no-repeat top; height: 30px; padding: 0px 0 4px 0; text-align: center; width: 490px; }
.btns a { background: url('../images/featured_btns_next.giff') no-repeat center;color: #333333; text-decoration:none; left: 4px;padding: 0px;position: relative;}
.btns a:hover { background: url('../images/featured_rollover.giff') no-repeat center; color: #333333; text-decoration: none; }
.btns a.selected {background: url('../images/featured_current.giff') no-repeat center; color: #457FE7; text-decoration: none; }

/**********************************************************************************************************************************************************/


/*************************************************************** FOOT*ER *********************************************************************************/
#footer{width:900px; height:247px; background: url(../images/bizfooter.gif) no-repeat; position:relative; left:0px; z-index:1; margin-left:auto; margin-right:auto;}
#footer_links{width:900px; position:absolute; z-index:2; margin-left:auto; margin-right:auto; bottom:0px; text-align:center;}
/* #copyrights{color:#999999; position:relative; width:900px; bottom:0px; margin-left:auto; margin-right:auto;} */
/*****************************************************************************************************************************************************/


/************************************************************* CLASSES *******************************************************************************/
.sysMsg{font-size:1.1em; font-weight:bold; background-color:#FFFFCC; color:#6699CC; border:2px dotted #CCCCCC; text-align:center; width:100%;} 
.center{text-align:center;}
.green{color:#336600;}
.red{color:#CC3333;}
.gray{color:#333333;}
.light_gray{color:#666666;}
.link_titles{font-size:1.15em; font-weight:bold;}
.right{text-align:right;}
.no_bottom_margin{margin-bottom:0.25em;}
.noTopMargin{margin-top:0px;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.help{font-size:0.8em; vertical-align:top;}
.question{cursor:help;}
.blue_border{border:4px solid #CFD6E8; margin:0px;}
.pointer{cursor:pointer}
.checks li{display:inline;}
.aqua{color:#3399CC;}
.blue{color:#457FE7;}
.blue2{color:#6699CC;}
.white{color:#F4F4F4;}
.title{font-size:1.75em;}
.minsvertpacer{margin-bottom:5px;}
.objDisabled{opacity:0.33; filter:alpha(opacity=33); cursor:help;}
.grayedOut{opacity:0.50; filter:alpha(opacity=50);}
a.grayedOut{color:#999999}
.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;} 
.smFont{font-size:0.75em;}
.zoom{position:absolute; z-index:6; width:100px; height:100px; display:block}
.noDisplay{display:none}
.popup{position:absolute; top:100px; left:200px; z-index:999; visibility:hidden; padding:10px; border:4px double #ccc; background-color:#F9F9F9; color:#333;}
.visible{visibility:visible}
.hidden{visibility:hidden}
.noMargin{margin:0px;}
.captcha{background-color:#FFFFFF; cursor:help;}
.scroller{
overflow:auto; width:391px; border:2px solid #6699CC; padding:0px; margin:0px; 
scrollbar-base-color:#6699CC; scrollbar-arrow-color:#FFF;
}
.tooltipContent{position:absolute; display:none; opacity:0.0;}
.drag{cursor:move; background-color:#e7e7e7; border:1px solid #ccc; font-weight:bold; color:#999; padding:8px; font-size:1em;}
.dragClose{cursor:pointer; text-align:right;}
.dragTxt{margin-top:-1em; padding-bottom:8px; text-align:left;}
/*loading gif for msg board*/
.loading1{color:#999999; margin-left:auto; margin-right:auto}
/************************************************************************************************************************************************/


/************************************************************ SELECTORS *************************************************************************/
li{padding-bottom:0.75em;}
h3{margin-bottom:0.33em; margin-top:1.5em;}
h3, h2, h1, h4, h5, h6 {color:#6699CC}
hr.light_hr{height:1px; color:#E4E4E4;}
/************************************************************************************************************************************************/

/************************************************************ Result Sets *************************************************************************/
/* define height and width of scrollable area. Add 16px to width for scrollbar*/
div.tableContainer { overflow:auto; height: 400px; width: 100%; }
table.aquaTable{border:2px solid #6699CC;}
table.silverTable{border:2px solid #CCCCCC;}
tr.aquaHeader{background:#6699CC; color:#FFFFFF;}
tr.evenRow {background-color:#F4F4F4; cursor:pointer;}
tr.oddRow {background-color:#FFFFFF; cursor:pointer;}
tr.over{background-color:#E7E7E7; color:#000000; font-weight:500; cursor:pointer;}
td.aquaBorder{border:1px solid #6699CC;}
/************************************************************************************************************************************************/

/************************************************************ Attendees/Invitees *************************************************************************/

table.attendee_det{color:#333333; border:2px solid #CCCCCC; font-size:1.1em;}
td.attendee_col{border-right:1px solid #CCCCCC;}
tr.attendee_header{background-color:#FFFFCC;}
tr.attendee_subheader{background-color:#F4F4F4;}
legend{font-size:1.15em; color:#333333; border:1px solid #CCCCCC; text-align:center; padding:5px;}
fieldset{border:1px solid #CCCCCC; padding:7px}
td.dotted_border_bottom{border-bottom:1px dotted #999999;}
td.dotted_border_left{border-left:1px dotted #999999; padding-left:5px;}
