/*define the coloring of the container div of all data, this div will be centered in the page and 
	can have custom paddings to the nav bars
*/


/*Search box style information*/
.search_box{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
height: 17px;
font-size:12px;
width: 300px;
border-width: 1px;
border-style:solid;
border-color:#333333;

}

/*the body content padding, margin controller*/
.content_container_tn{
	float: left;
	width: 46px;
	margin: 0px;
	padding:0px;
	padding-left: 5px;
	margin-top: 5px;
	
}

/*controls the style of the input labels before the text boxes*/
.input_label
{
	font-weight:bold;
	color: black;
}

/*controls the style of the words found in the info section*/
.big_red_label
{
	font-weight:bold;
	color: red;
	font-size: 12px;
}
/*
#CENTER_SECTION .column_header
{
	margin:0px;
	width: 590px;
	background-color:#865D99;
	float: left;
	color: white;
	height: 20px;
	valign:middle;
	font-weight: bold;
	padding-top: 5px;
}
*/

.fad_results_table
{
	margin:10px;
	margin-left:0px;
	margin-right:20px;
	width: 600px;
	
	
}

/*the description column in the result table*/
.ajax_table tr td .fad_results_table tr .desc_column
{
	padding-right:10px;
	width: 250px;
	
}
/*the phone column in the result table*/
.ajax_table tr td .fad_results_table tr .phone_column
{
	width: 150px;
}

/*link style*/
.fad_results_table a
{
	font-weight: bold;	
}


/*Che Annotation*/
#fad_results_table
{
	margin:10px;
	margin-left:0px;
	margin-right:20px;
	width: 600px;
	
	
}

/*the description column in the result table*/
#ajax_table tr td .fad_results_table tr .desc_column
{
	padding-right:10px;
	width: 250px;
	
}
/*the phone column in the result table*/
#ajax_table tr td .fad_results_table tr .phone_column
{
	width: 150px;
}

/*link style*/
#fad_results_table a
{
	font-weight: bold;	
}

/*End Che' Comment*/


/*selection box style*/
.selection_box
{
	height: 18px;
	font-size:12px;
}

/*left navigation default height*/
.left_nav
{
	height:300px;
}

/*right navigation default padding*/
 .right_nav
{
	
}

/*left navigation link padding control*/
.links_nav div
{
	padding-bottom: 15px;

}

/*Center section buttons*/
.button
{
	
}

/*Customize hover style however it need.*/
.button:hover
{
	/*
	background-color:white;
	color: rgb(52,104,161);
	
	*/
	text-decoration:none;
}

#main table, #main td 
{
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}

.search_div
{
	text-align:right; 
	padding:0px; 
	padding-right:180px;
}

.search_content_main
{
	margin-bottom:20px;
	margin-left:30px;
}


.specialty_popup
{
	width: 940px;
	visibility: hidden;
	z-index: 1000;
	top: 130px;
	left: 130px;
}

#main td
{
	line-height: 18px;
	padding: 3px;

}
a { color:#1566fb; text-decoration:none; } 
a:hover { color:#aba000; text-decoration:underline; }

.spacer
{
	height:10px;
	
}

#right_bloq .links_nav
{
	background-color: white;
	
}

#right_bloq .links_nav_bottom{
	float: right;
	width: 189px;
	padding:0;
	margin-top:0px;
	background-color: #FFFFFF;
	margin-right:5px;
	display:block;
	height:4px;
	font-size:0px;
	margin-bottom:10px;
}

#right_bloq .links_nav h3 
{
font-family: Trebuchet MS;
color: #1b9a98;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 8px;
padding-left: 10px;
}

#right_bloq .links_nav 
{
float: right;
width: 187px;
height: auto;
margin-top: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
margin-right: 5px;
background-color: #f5f4f2;
background-image: url(http://www-beta.med.nyu.edu/nyumc/images/rightnav_bg.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: left;
background-y-position: top;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #d4d4d4;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #d4d4d4;
display: block;
}

/*Fixes CSS issue for button...see Huming/Che for more info*/
.utility.search .search-input,
{
            padding-left: 2px;
            vertical-align: bottom;
            font-size: 0.75em;
            margin-top: 0pt;
            margin-right: 0pt;
            margin-bottom: 0pt;
            margin-left: 0pt;
            padding-top: 0pt;
            padding-right: 0pt;
            padding-bottom: 0pt;
            height:24px;
            
}



