
* { padding: 0; margin: 0; }

p {margin: 10px 3px}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}

a.true_link {
	text-decoration: underline;
}

a:hover {
	color: #9EC068;
	background-color: inherit;
	text-decoration: underline;
}

img {
	border: 0;
}
/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	margin:0px 0px 10px 0px;
	color: #888888;	
}
h1 { font-size: 1.5em; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

ul, ol {
	margin: 10px 30px;
}

ul span, ol span {
	color: #666666; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.blue {	color: #6297BC; }

.clear_div { clear:both; }

.link { text-decoration: underline }

/* ***************************************
 * Main Boxes & messages
 * *************************************** */

#nu_title {
	font: bold 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #BFBFBF;	
	margin:0px 0px 10px 0px
}

.nu_title_name {color: #6297BC;}
.nu_title_header {color: #9EC630;}

#nu_bread_crumbs {
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	color: #555555;	
}

.main_box {
	clear: both;
	margin: 10px 5px 20px 18px;
	width: 777px;
	min-height: 510px;	
}

.right_content_col {
	margin: 17px 10px 5px 10px;
	padding: 0px;
	float: right;
	width: 650px;
	min-height: 510px;
}

/* mac hide \*/
* html .main_box {height:510px}
* html .right_content_col {height:510px}
/* end hide */


.median_box {
	margin: 5px 10px;
	padding: 5px 0 0 0;
	width: 350px;
	height: 110px;
	float: left;
	position: relative;
	overflow: hidden;
  	border: 1px solid #BFBFBF;
}

.left_thumbnail {
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
}

.left_thumbnail img {
	width: 90px;
	height: 90px;
}

.right_info {
	width: 240px;
	float: right;
}

.search_label {
	color: #6297BC;
	font-size: 1.2em;
	font-weight: bold;
}

.search_box {
	padding: 15px 0px;
	width: 790px;
	color: #6297BC;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin-left: 15px;
}

input.search_text_box { 
	width: 240px;
	border: 1px solid #BFBFBF; 
	height: 20px;
	font-size: 15px;
	font-weight: bold;
}

input.initial_hint { 
	color: #CCCCCC;
}

input.user_input { 
	color: dodgerblue;
}

input.textbox { 
	width: 240px;
	border: 1px solid #BFBFBF; 
	height: 20px;
}

.search_box form input.locationbox { 
	width: 120px;
	border: 1px solid #BFBFBF; 
	height: 20px;
}

.search_box form input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #BFBFBF;
	color: #666666;	
	width: 80px;
}

.search_box span.detail {
	font-weight: normal;
	color: #666666;
	font-size: 1em;
}

.server_msg {
	color: red;
	font-weight:bold;
	font-size: 1.2em;
	margin: 17px 10px 5px 10px;
	padding: 0px;
	float: right;
	width: 650px;	
}


.error_msg {
	color: red;
	font-weight:bold;
	font-size: 1.2em;
	margin: 17px 10px 5px 10px;
	padding: 0px;
	float: right;
	width: 650px;	
}

/* ***************************************
 * Operations
 * *************************************** */

.nu_ops {
	width: 100%;
	margin: 0;
	clear: both;
}

.nu_right_ops {
	float: right;
}

.nu_right_ops a {
	text-decoration: underline;
}

.nu_right_ops a.nu_link_button {
	margin-left: 3px;
	text-decoration: none;
	float: right;
}

/* ***************************************
 * Text
 * *************************************** */

.nu_title {
	font-size: 1.2em;
	font-weight:bold;
	color: #666666;
}

.nu_title a {
	font-weight:bold;
	text-decoration: underline;
	color: #666666;
}

.nu_detail {
	font-size: 1.0em;
	color: #4284B0;
}

.nu_description {
	font-size: 1.0em;
}

.rating {
	color: teal;
	font-weight:bold;
	font-size:1.2em;
}

.detail_link {
	text-decoration: underline;
}
