@charset "UTF-8";
/* CSS Document */

/*****************************************************************************/
/* Common                                                                    */
/*****************************************************************************/

*{
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(../../img/contents/content_back.png);
	background-repeat:repeat-x repeat-y;
	font-family:Verdana, sans-serif;
	font-size:13px;
}

a:link, a:visited, a:active, a:hover{
	color:#000;
	text-decoration:none;
}

a:hover img{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

img{
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
}


ol li,ul li{
	list-style-type:none;
}

/* --------------------------------------------------------------------------*/
/* clearfix                                                                  */
/* --------------------------------------------------------------------------*/
.c-fix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

*html>body .c-fix{
	display:inline-block; 
	width:100%;
}

*html .c-fix{
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}

.c-fix{
  	zoom:1;
}

.c-both{
	clear:both;
	font-size:0;
	line-height:0;
	visibility:hidden;
}	

/* ------------------------------------------------------------------------- */
/* Page header                                                               */
/* ------------------------------------------------------------------------- */

.header{
	width:100%;
	min-width:960px;
	height:120px;
	margin:0 auto;
	background-image:url(../../img/header/repeat_back.png?v=2);
	background-repeat:repeat-x;
}

.header_content{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.header_left{
	float:left;
	width:300px;
	height:80px;
	margin:0;
	padding:0;
}

.header_left_bg{
	position:absolute;
	top:0px;
	left:0px;
}

.header_logo{
	position:absolute;
	top:8px;
	left:80px;
}

.header_back_img{
	float:right;
	width:659px;
	height:80px;
	margin:0;
	padding:0;
	background-image:url(../../img/header/back_img.png?v=2);
	background-repeat:no-repeat;
	background-position:90px 9px;
}

.header_righttop{
	position:absolute;
	top:0px;
	right:5px;
	width:430px;
}

.header_righttop img{
	float:left;
	display:table-cell;
}

.select_language{
	width:260px;
	background-color:#ececec;
	padding:2px 0;
	font-size:11px;
	text-align:center;
	display:table-cell;
	float:right;
}

.select_language a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:70px;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
	margin:0 2px;
}

.select_language a:hover{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

.header_menu{
	clear:both;
	margin:0 auto;
	padding:0;
}

.header_menu table{
	border-collapse:collapse;
	border:0;
	width:960px;
	margin:2px auto 0 auto;
}

.header_menu table td{
	width:192px;
	padding:0;
	border-left:1px solid #b0a5c8;
	border-right:1px solid #b0a5c8;
}

.header_menu table td a{
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

.header_menu table td a:hover{
	zoom:1;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

/* ------------------------------------------------------------------------- */
/* Pankuzu (Breadcrumbs)                                                     */
/* ------------------------------------------------------------------------- */

.pankuzu{
	width:960px;
	height:26px;
	margin:2px auto 0;
	font-size:11px;
	line-height:26px;
}

.pankuzu img{
	position:relative;
	top:-2px;
	margin-left:15px;
}

.pankuzu a{
	color:#000;
	text-decoration:underline;
}

.pankuzu a:hover{
	text-decoration:none;
}

.pankuzu img{
	padding-right:6px;
	vertical-align:middle;
}

.pankuzu span.sep{
	margin:0 5px;
}

/* ------------------------------------------------------------------------- */
/* Page title                                                                */
/* ------------------------------------------------------------------------- */

.page_title{
	width:100%;
	min-width:960px;
	height:38px;
	margin-bottom:10px;
	background-color:#000000;
	border-bottom:4px solid #58418a;
}

.page_title p{
	padding-left:22px;
	margin:0 auto;
	width:938px;
	color:#FFFFFF;
	font-size:20px;
	line-height:42px;
}

/* ------------------------------------------------------------------------- */
/* Contents                                                                  */
/* ------------------------------------------------------------------------- */

.contents{
	width:960px;
	height:auto;
	margin:0 auto;
}

/* ------------------------------------------------------------------------- */
/* Left block                                                                */
/* ------------------------------------------------------------------------- */

.left_block{
	float:left;
	width:240px
	height:auto;
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------------------- */
/* Search conditions                                                         */
/* ------------------------------------------------------------------------- */

.left_search_box{
	width:240px;
	height:408px;
	background-image:url(../../img/contents/left_menu.png);
	background-repeat:no-repeat;
}

.left_search_box .title{
	width:auto;
	height:36px;
	line-height:36px;
	margin-left:60px;
	font-size:13px;
	font-weight:bold;
}

.left_search_box .od_input{
	*zoom:1;
	position:relative;
	margin-top:22px;
}

.left_search_box .search_input{
	margin:3px 15px;
	width:206px;
	height:24px;
	line-height:24px;
	padding:0 2px;
	vertical-align:middle;
}

.left_search_box .change_btn{
	position:absolute;
	top:12px;
	right:6px;
}

.left_search_box .change_btn a img{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

.left_search_box .change_btn a:hover img{
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}

.left_search_box .datetime{
	position:relative;
	margin-top:8px;
}

.left_search_box .datetime_label{
	width:215px;
	height:24px;
	margin:0 10px 0 15px;
	padding:0;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background-color:#cfa63b;
}

.left_search_box .radio_btn{
	margin:5px 0 5px 30px;
}

.left_search_box .radio_btn label{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:95px;
	cursor:pointer;
}

.left_search_box .radio_btn input{
	padding:0;
	margin:0 2px 0 0;
	cursor:pointer;
}

.left_search_box .select_btn{
	*zoom:1;
	position:relative;
	margin-left:20px;
	width:auto;
}

.left_search_box select{
	margin-right:5px;
	margin-bottom:5px;
	width:50px;
	height:24px;
	padding:2px;
}

.left_search_box select.select_month{
	width:95px;
}

.left_search_box select.select_hour{
	margin-left:20px;
}

.left_search_box .curr_time{
	position:absolute;
	top:2px;
	right:10px;
}

/****
.left_search_box .bus_yosoku{
	margin:10px 10px 15px 15px;
	padding:6px 0 6px 4px;
	background-color:#e0f2f4;
	font-size:11px;
}

.left_search_box .bus_yosoku input, .left_search_box .bus_yosoku label{
	vertical-align:middle;
	cursor:pointer;
}

.left_search_box .bus_yosoku input{
	position:relative;
	top:-2px;
	margin-right:5px;
}

.left_search_box .bus_yosoku img{
	width:20px;
	height:20px;
	margin-left:10px;
	vertical-align:middle;
}
****/

.left_search_box .search_btn{
	width:240px;
	margin:20px auto 0;
	text-align:center;
}

/* ------------------------------------------------------------------------- */
/* City Bus Search Condition                                                 */
/* ------------------------------------------------------------------------- */

.citybus_search_cond{
	margin-top:20px;
	padding-top:10px;
	width:238px;
	background-color:#f4ebf4;
	border:1px solid #ded5e5;
}

.citybus_search_cond .citybus_search_cond_label{
	width:215px;
	height:24px;
	margin:0 10px 10px 15px;
	padding:0;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background-color:#cfa63b;
}

.citybus_search_cond li{
	margin:5px 5px 5px 15px;
}

.citybus_search_cond input{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	top:2px;
	vertical-align:top;
	cursor:pointer;
}

.citybus_search_cond span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	overflow:hidden;
	font-size:11px;
	line-height:1.4em;
}

.citybus_search_cond span label{
	cursor:pointer;
}

/* ------------------------------------------------------------------------- */
/* Left menu "KYOTO Guide"                                                   */
/* ------------------------------------------------------------------------- */

.left_menu_theme{
	margin-top:20px;
	padding:11px;
	width:218px;
	height:auto;
	font-size:11px;
	background-color:#ffffff;
}

.left_menu_theme .title{
	width:218px;
	height:78px;
	line-height:78px;
	color:#ffffff;
	background-color:#58418a;
	font-size:20px;
	text-align:center;
}

.left_menu_theme_title{
	padding-bottom:7px;
}

.left_menu{
	list-style:none;
	margin:0;
	padding:0;
	width:218px;
	background-color:#ffffff;
}

.left_menu > li{
	background-image:url(../../img/contents/mark_close.png);
	background-position:2px 14px;
	background-repeat:no-repeat;
	height:auto;
	width:218px;
	border-bottom:dashed 1px #c7c7c7;
	color:#484848;
}

.left_menu > li.selected{
	background-image:url(../../img/contents/mark_open.png);
}

.left_menu > li.open{
	background-color:#cdc5dc;
}

.left_menu > li p{
	margin:0;
	padding:10px 0 10px 14px;
}

.left_menu a{
	color:#484848;
	text-decoration:none;
}

.left_menu a:hover{
	text-decoration:underline;
}

.left_submenu{
	width:218px;
	padding:0px;
	margin:0px;
	border-bottom:dashed 1px #c7c7c7;
	color:#484848;
	background-color:#dcdee3;
}

.left_submenu > li{
	width:218px;
	background-image:url(../../img/contents/mark_close.png);
	background-position:18px 14px;
	background-repeat:no-repeat;
	border-top:solid 1px #ebecef;
	color:#484848;
}

.left_submenu>li.selected{
	background-image:url(../../img/contents/mark_open.png);
}

.left_submenu > li p{
	margin:0;
	padding:10px 0 10px 30px;
}

/* ------------------------------------------------------------------------- */
/* Main contents (right block)                                               */
/* ------------------------------------------------------------------------- */

.contents_main_right{
	width:700px;
	height:auto;
	float:right;
}

/* ------------------------------------------------------------------------- */
/* Footer                                                                    */
/* ------------------------------------------------------------------------- */

.page_top{
	clear:both;
	width:960px;
	height:22px;
	margin:20px auto 0;
	text-align:right;
}

.page_top a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:98px;
	height:17px;
	padding:5px 0 0 36px;
	background-image:url(../../img/footer/page_top.png);
	text-align:left;
	color:#ffffff;
	font-size:12px;
}

.page_top a:hover{
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

.footer{
	width:100%;
	min-width:960px;
	height:auto;
	margin:0 auto;
	background-color:#242424;
}

.footer_content{
	width:960px;
	margin:0 auto;
}

.footer_left{
	float:left;
	width:230px;
	margin:0 0 10px 10px;
	padding:0;
}

.footer_left img{
	margin:25px 0 15px 13px;
}

.footer_left p{
	color:#ffffff;
	padding:2px 0;
	margin:0;
	font-size:11px;
	line-height:1.0em;
	text-align:center;
}

.footer_left p.note{
	font-size:8px;
	margin-top:5px;
}

.footer_left p a{
	color:#ffffff;
	text-decoration:none;
}

.footer_left p a:hover{
	text-decoration:underline;
}

.footer_right{
	float:right;
	width:700px;
	height:auto;
	margin:0 0 10px 0px;
	padding:0;
}

.footer_menu{
	margin:25px auto 0 auto;
}

.footer_menu table{
	border-collapse:collapse;
}

.footer_menu table td{
	width:175px;
	padding-bottom:5px;
	vertical-align:top;
}

.footer_menu table td.sep{
	height:8px;
}

.footer_menu table td.link{
	padding-left:23px;
	background-image:url(../../img/footer/mark.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.footer_menu table td.link a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.footer_menu table td.link a:hover {
	text-decoration:underline;
}

.footer_copyright{
	clear:both;
	width:100%;
	border:none;
	border-top:dashed 1px #ffffff;
	color:#FFFFFF;
	padding-bottom:3px;
	margin:0 auto;
}

.footer_copyright p{
	font-size:11px;
	text-align:center;
	padding:10px 0;
	margin:0;
}

/*****************************************************************************/
/* Buttons                                                                   */
/*****************************************************************************/

.text_button{
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-decoration:none;
}

.text_button:hover{
	zoom:1;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

.main_button{
	border-top:1px solid #c29ab4;
	border-left:1px solid #c29ab4;
	border-right:1px solid #8e59a1;
	border-bottom:1px solid #8e59a1;
	background-color:#562143;
	background:-webkit-gradient(linear, left top, left bottom, from(#933a73), to(#562143));
	background:-webkit-linear-gradient(top, #933a73, #562143);
	background:-moz-linear-gradient(top, #933a73, #562143);
	background:-ms-linear-gradient(top, #933a73, #562143);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#933a73', endColorstr='#562143', GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#933a73', endColorstr='#562143', GradientType=0)";
	background:linear-gradient(top, #933a73, #562143);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.normal_button{
	border-top:1px solid #16181a;
	border-left:1px solid #16181a;
	border-right:1px solid #16181a;
	border-bottom:1px solid #16181a;
	background-color:#562143;
	background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#9d9d9d));
	background:-webkit-linear-gradient(top, #cccccc, #9d9d9d);
	background:-moz-linear-gradient(top, #cccccc, #9d9d9d);
	background:-ms-linear-gradient(top, #cccccc, #9d9d9d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#9d9d9d', GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#9d9d9d', GradientType=0)";
	background:linear-gradient(top, #cccccc, #9d9d9d);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.search_button, .change_button, .reset_button, .clear_button{
	width:80px;
	height:26px;
	line-height:26px;
	text-align:center;
}

.search_button span, .change_button span{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}

.reset_button span, .clear_button span{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
}

.curr_time_button{
	border-top:1px solid #e1dfd7;
	border-left:1px solid #e1dfd7;
	border-right:1px solid #d0caaf;
	border-bottom:1px solid #d0caaf;
	background-color:#efe4b0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff8d6), to(#efe4b0));
	background:-webkit-linear-gradient(top, #fff8d6, #efe4b0);
	background:-moz-linear-gradient(top, #fff8d6, #efe4b0);
	background:-ms-linear-gradient(top, #fff8d6,  #efe4b0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d6', endColorstr='#efe4b0', GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d6', endColorstr='#efe4b0', GradientType=0)";
	background:linear-gradient(top, #fff8d6, #efe4b0);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:40px;
	height:45px;
	line-height:40px;
	padding-top:6px;
	color:#333333;
	text-decoration:none;
	font-size:13px;
	text-align:center;
}

/*****************************************************************************/
/* Section title                                                             */
/*****************************************************************************/

.section_title{
	width:auto;
	height:42px;
	margin:0;
	padding:0 0 0 20px;
	font-size:18px;
	font-weight:bold;
	line-height:42px;
	background-color:#e1dec9;
	border-left:8px solid #855a86;
}

.subsection_title{
	width:auto;
	height:38px;
	font-size:15px;
	font-weight:bold;
	line-height:38px;
	padding:0 0 0 20px;
	margin:0;
	background-color:#e1dec9;
	border-left:8px solid #f79420;
}

/*****************************************************************************/
/* Suggest (autocomplete)                                                    */
/*****************************************************************************/

.ui-autocomplete {
	max-height:300px;
	overflow:auto;
	width:300px;
}

.ui-menu-item {
	font-size:13px;
}

.ui-autocomplete-category {
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:2px;
	background-color:#ccc;
}

.ui-autocomplete-category img {
	width:12px;
	float:left;
	margin:4px;
}

/*****************************************************************************/
/* "Retrieving..." Message                                                   */
/*****************************************************************************/
#searching_message .message{
	font-size:14px;
	text-align:center;
	margin-top:25px;
}

/*****************************************************************************/
/* Departure/Arrival/Pass Confirmation Dialog                                */
/*****************************************************************************/
#od_confirm_dialog .dep_sel{
	float:left;
	margin:10px 0;
}

#od_confirm_dialog .arr_sel{
	float:right;
	margin:10px 0;
}

#od_confirm_dialog .dep_sel .title{
	width:90px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background-color:#b82e2e;
}

#od_confirm_dialog .arr_sel .title{
	width:90px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background-color:#2e55b8;
}

#pass_confirm_dialog .pass_sel{
    margin:10px 0 10px 180px;
}

#pass_confirm_dialog .pass_sel .title{
	width:90px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background-color:#2e96b8;
}

.station_confirm_dialog .list{
	width:320px;
	height:300px;
	border:1px solid #aaaaaa;
	overflow-y:scroll;
}

.station_confirm_dialog .list .category{
	text-align:center;
	line-height:16px;
	color:#ffffff;
	background-color:#999999;
}

.station_confirm_dialog .list .entry{
	padding:4px;
	border-bottom:1px dotted #cccccc;
	cursor:pointer;
}

.station_confirm_dialog .list .selected{
	color:#ffffff;
	background-color:#933b74;
}

.station_confirm_dialog .list .hover{
	font-weight:normal;
	color:#000000;
	background-color:#eeeeee;
}

.station_confirm_ok{
	width:100px;
}

.station_confirm_cancel{
	width:100px;
	position:absolute;
	left:20px;
}

/*****************************************************************************/
/* Landmark Popup                                                            */
/*****************************************************************************/

.noscroll{
	position:absolute;
	overflow:scroll;
}

#landmark_popup{
	background-color:#ffffff;
}

#landmark_popup .title{
	width:100%;
	background-image:url(../../img/contents/title_bg_purple.png);
}

#landmark_popup .title div{
	min-height:18px;
	padding:12px 48px 12px 24px;
	word-break:break-all;
}

#landmark_popup .title span.name{
	font-size:18px;
	line-height:1.2em;
	color:#FFFFFF;
}

#landmark_popup .title span.yomi{
	font-size:12px;
	line-height:1.2em;
	margin-left:5px;
	color:#FFFFFF;
}

#landmark_popup .content{
	width:100%;
	min-height:200px;
	word-break:break-all;
}

#landmark_popup .image{
	margin:20px;
	text-align:center;
}

#landmark_popup .image img{
	max-width:640px;
	max-height:480px;
}

#landmark_popup .explanation{
	margin:30px 25px;
	font-size:13px;
	line-height:1.8em;
	letter-spacing:1px;
}

#landmark_popup table{
	margin:0 auto 25px;
	border-collapse:collapse;
}

#landmark_popup table th{
	width:120px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	background-color:#eaeade;
	border:solid 1px;
	border-color:#cccccc;
	padding:10px;
}

#landmark_popup table td{
	width:480px;
	font-size:12px;
	line-height:1.5em;
	background-color:#eaeade;
	border:solid 1px;
	border-color:#cccccc;
	padding:10px;
}

#landmark_popup table td a{
	text-decoration:none;
}

#landmark_popup table td a:hover{
	text-decoration:underline;
}

#landmark_popup .gnavi_credit{
	margin:0 40px 25px 0;
	text-align:right;
}

#landmark_popup .buttons{
	text-align:center;
}

#landmark_popup .buttons a:first-child{
	margin-right:30px;
}

#landmark_popup .buttons a{
	width:100px;
	height:24px;
	line-height:24px;
	text-align:center;
}

#landmark_popup .buttons a span{
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
}

/*****************************************************************************/
/* Ad Space                                                                  */
/*****************************************************************************/

/* ------------------------------------------------------------------------- */
/* Header Ad Space                                                           */
/* ------------------------------------------------------------------------- */

.ad_header_frame{
	width:958px;
	clear:both;
	margin:10px auto 0;
	padding:8px 0;
	background-color:#e6e6e6;
	border:1px solid #cccccc;
}

.ad_header{
	width:728px;
	height:90px;
	margin:0 auto;
}

/* ------------------------------------------------------------------------- */
/* Footer Ad Space (full & right pane)                                       */
/* ------------------------------------------------------------------------- */

.ad_footer_full{
	width:958px;
	height:270px;
	clear:both;
	margin:20px auto 0;
	padding:0;
	background-color:#e6e6e6;
	border:1px solid #cccccc;
	font-size:0;
}

.ad_footer_full li{
	margin:10px 0px 10px 15px;
	padding:0;
}

.ad_footer_right{
	width:698;
	height:270px;
	clear:both;
	margin:20px auto 0;
	padding:0;
	background-color:#e6e6e6;
	border:1px solid #cccccc;
	font-size:0;
}

.ad_footer_right li{
	margin:10px 0px 10px 33px;
	padding:0;
}

.ad_footer{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:300px;
	height:250px;
}

/* ------------------------------------------------------------------------- */
/* Search Result Ad Space                                                    */
/* ------------------------------------------------------------------------- */

.ad_search_result_frame{
	width:960px;
	height:auto;
	clear:both;
	margin:10px auto 0;
	background-color:#ffffff;
}

/*****************************************************************************/
/* Others                                                                    */
/*****************************************************************************/

.message_dialog{
}

.font_times{
	font-family:"Times New Roman", serif;
}

.font_small{
	font-size:0.8em;
}

.font_large{
	font-size:1.2em;
}

.error_box{
	width:820px;
	margin:5px auto;
	padding:20px;
	background:#eeeeee;
}

.error_box p{
	font-size:13px;
	line-height:1.4em;
	margin-bottom:0.5em;
}

.hidden{
	display:none;
}

a.hover-underline{
	text-decoration:none;
}

a.hover-underline:hover{
	text-decoration:underline;
}

/* jQuery UI Dialog no title */
.ui-dialog-notitle .ui-dialog-titlebar{
    display:none;
}
