/*
    Cyclist Network CSS file (print)
*/

body
{
    margin: 0;
    padding: 0;
    background: White;
    color: #050505;
	font: 12px/160% 'Segoe UI', Tahoma, Verdana, sans-serif;
}

.gray
{
    color: #ECE9D8;
    font-weight: bolder; 
}

.username
{
    color: #006633;
    font-weight: bold;
    font-size: 110%;
}

a:link, a:visited
{
	text-decoration: none;
	color: #4F82CB;
}

a:hover
{
	color: #4EBF37;
}

h1, h2, h3, p
{
	padding: 10px;		
	margin: 0;
}

input, select, textarea
{
    font-family: 'Segoe UI' , Tahoma, Verdana, sans-serif;
    color: #222222;
}

.login_table, .profile_table
{
    margin-left: 15px;
    margin-top: 10px;
}

/*
.login_table
{
    width: 95%;
}
*/

.login_table td,
.profile_table td
{
    padding: 15px 15px 0px 0px;
	font: 12px/160% 'Segoe UI', Tahoma, Verdana, sans-serif;
}

.login_table td img,
.profile_table td img
{
    margin-left: 5px;
    margin-right: 10px;
}

.choose_period_table td
{
    /* border: 1px solid Black; */
    padding: 1px 5px 1px 5px;
    font: 12px/160% 'Segoe UI' , Tahoma, Verdana, sans-serif;
}

.tours_table,
.admin_table
{
    border: 1px solid #EEBB77;
    width: 100%;
    border-collapse: collapse;
}

.tours_table td, .tours_table th,
.admin_table td, .admin_table th
{
    padding: 2px 3px 2px 3px;
    border: 1px solid #EEBB77;
}

.tours_table td
{
    font: small/120% 'Segoe UI', Tahoma, Verdana, sans-serif;
}

.largetd td
{
    padding: 5px 8px 5px 8px;
}

.tours_table td.username a
{
    color: #006633;
    font-size: 110%;
}

.tours_table td.username a:link, td.username a:visited
{
	text-decoration: none;
}

.tours_table td.username a:hover
{
    text-decoration: underline;
}

.admin_table td
{
    font: xx-small/120% 'Segoe UI' , Tahoma, Verdana, sans-serif;
}

.tours_table_header,
.admin_table_header
{
    background-color: #FFCC99;
    color: #333333;
}

.admin_table_header
{
    font: xx-small/120% 'Segoe UI' , Tahoma, Verdana, sans-serif;
}

.tours_table_row,
.admin_table_row
{
    background-color: #FFFFCC;
}

.tours_table_alternating_row,
.admin_table_alternating_row
{
    background-color: #FFFFDD;
}

.admin_table_row:hover,
.admin_table_alternating_row:hover,
.tours_table_row:hover,
.tours_table_alternating_row:hover
{
    background-color: #EEEECC;
}

.tours_table_empty_data_row td,
.admin_table_empty_data_row td
{
    font-size: small;
    color: #CC3300;
    font-weight: bolder;
    text-align: center;
}

.error_box
{ 
    color: #FF0000;
    font-weight: bold;
}

.ok_box
{
    color: #006600;
    font-weight: bold;
}

.ok_text
{
    color: #006600;
    font-weight: bold;
}

.error_text
{ 
    color: #FF0000;
    font-weight: bold;
}

.small_button
{
    font-size: 12px;
    height: 22px;
    width: 120px;
}

.very_small_button
{
    font-size: xx-small;
    width: 45px;
    height: 18px;
}

.very_small_info
{
    font-size: xx-small;
    color: #CCCCCC;
}

.save_button
{
    margin-top: 30px;
    font-weight: bold;
}

.compute_button
{
    margin-top: 5px;
    font-weight: bold;
}

.summarize_box,
.summarize_chart_box
{
    margin-top: 10px;
}

.summarize_box .separator
{
    border-top-width: 2px;
}

.summarize_chart_box
{
    border: 1px solid #EEBB77;
    text-align: center;
}

.chart_description
{
    font-size: medium;
    margin-top: 10px;
    text-align: center;
}

.qa_section
{
    margin-top: 25px;
}

.utility_result
{
    margin-left: 40px;
    font-weight: bold;
    display: block;
}

#ChooseToursPeriodBox,
#HomeBox
{
    background-color: #FFFFCC;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: #FFCC99;
    border-style: solid none solid none;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ToursBox
{
    margin-top: 10px;
}

#HomeBox
{
    font-size: x-large;
    font-weight: normal;
    color: #000099;
    text-align: center;
}

#LinksBox
{
    margin-bottom: 30px;
}

#LinksBox ul li a
{
    font-size: 12px;
    font-weight: bolder;
}

.maintenance_message, .maintenance_warning
{
    margin: 20px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-style: dotted;
    border-width: 1px;
    text-align: center;
}

.maintenance_message
{
    font-size: 16px;
    font-weight: bold;
    background-color: #990033;
    color: #FFFF99;
}

.maintenance_warning
{
    font-size: 12px;
    background-color: #FFFF99;
    color: #000099;
}

/*
    ---------------------------
    HEADER
    ---------------------------
*/

#header
{
    height: 100px;
    background-position: left center;
    background: #FF9D40;
    background-image: url('images/header_background.jpg');
    background-repeat: repeat-x;
    float: none;
}

.header_ads
{
    float: right;
    height: 100px;
    background-position: left center;
    background-image: url('images/header_background.jpg');
    background-repeat: repeat-x;
}

#header h1#logo-text
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 15px; left: 75px;	
}

#header .beta
{
    font: normal 16px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    color: #990000;
    letter-spacing: 0px;
}

#header h2#slogan
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 1.1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 62px; left: 160px;
}

/*
    ---------------------------
    MENU
    ---------------------------
*/

.menu
{
    background-position: left center;
    clear: both;
    margin: 0 0 5px 0;
    padding: 0 40px 0 0;
    font: bold 12px/25px 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
    height: 25px;
    background-color: #FF9D40;
    background-image: url('images/menu_background.jpg');
    background-repeat: repeat-x;
    letter-spacing: 0px;
}

.menu ul.menu_ads
{
	float: left;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
    display: block;
}

.menu ul
{
	float: right;
	list-style: none;
	margin: 0; padding: 0;
    display: block;
}

.menu ul li
{
	display: inline;
}

.menu ul li a
{
    display: block;
    float: left;
    padding: 0 15px;
    color: #FFFFCC;
    text-decoration: none;
}

.menu ul li a:hover
{
	background-color: #FFB243;
	color: #FFFFFF;	
}

/*
    ---------------------------
    LEFT COLUMN
    ---------------------------
*/

#left-column
{
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

#left-column h1
{
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em 'Segoe UI', Tahoma, Verdana, sans-serif;
	color: #555;
	background: #EEF0F1 url('images/left_header_background.gif') repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	letter-spacing: 0px;	
}

#left-column .left-box
{
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 10px;
}

#left-column .left-box p
{
  margin: 5px;
}

#left-column ul.sidemenu,
#LinksBox ul
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
    font-size: .9em;
}

#left-column ul.sidemenu li,
#LinksBox li
{
    background: url('images/go.gif') no-repeat 5px center;
    padding: 3px 0 3px 25px;
    margin: 0 2px;
}

#left-column ul.sidemenu li
{
    border-bottom: 1px solid #EFF0F1;
}

#left-column ul.sidemenu a
{
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;
}

.grayed_link
{
	font-weight: bolder;
	background-image: none;
	color: Silver;
}

/*
    ---------------------------
    MAIN
    ---------------------------
*/

#main
{
    float: left;
    margin-left: 10px;
    width: 72%; /* 65%; */
    margin-bottom: 20px;
}

#main h1
{
	font: Bold 125% 'Segoe UI', Verdana, 'Trebuchet MS', Sans-serif;
	color: #0033CC;
	padding: 5px 0 5px 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url('images/bike_small.gif') no-repeat 3px 50%;	
}

#main h2
{
    font: bold 14px 'Segoe UI' , Verdana, 'Trebuchet MS' , Sans-serif;
    margin-top: 10px;
    padding: 1px 0 1px 2px;
    color: #FF9B40;
    background-color: #FFFFFF;
    background-image: url('images/qa_section_background.jpg');
    background-repeat: repeat-x;
}

#main h4
{
    font: Bold 110% 'Segoe UI' , Verdana, 'Trebuchet MS' , Sans-serif;
    padding-left: 5px;
    margin: 15px 0 0 0;
    color: #808080;
}

#main h5
{
    margin: 20px 0 0 0;
    color: #808080;
    font-size: small;
}

#main h6
{
    margin: 20px 0 0 0;
    color: #808080;
    font-size: xx-small;
}

#main ul
{
	margin-top: 0;
}

#main li
{
	line-height: 20px;
}

/*
    ---------------------------
    FOOTER
    ---------------------------
*/

#footer
{ 
    clear: left;
    height: 40px;
    background: url('images/footer_background.gif') repeat-x left top;
    background-repeat: repeat-x;
	text-align: center;
	font-size: smaller;
	padding-top: 8px;
	color: Gray;
}

#footer .social_network_box
{
    margin: 0px 75px 0px 0px;
    padding: 0px 25px 0px 0px;
    border-right: dotted;
    border-right-style: dotted;
    border-right-width: thin;
    border-right-color: #DDD5C8;
}

#footer .social_network_box img
{
    border: none;
    vertical-align: middle;
}


/*
    ---------------------------
    MODAL POP-UP
    ---------------------------
*/

.popup_link
{
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}

.popup_image
{
    position: absolute;
    right: -22px;
    top: -18px;
}

.modal_popup
{
    background-position: center top;
    border: 5px solid #55A953;
    background-color: #FFF2F2;
    padding: 30px;
    font-size: 24px;
    color: #CC0000;
    line-height: 36px;
    text-align: center;
    background-image: url('images/xmas_background.png');
    background-repeat: no-repeat;
    -moz-border-radius: 10px;       /* Firefox */
    -webkit-border-radius: 10px;    /* Safari and Chrome */
    -khtml-border-radius: 10px;     /* Linux browsers */
    border-radius: 10px;            /* CSS3 */
}

.modal_popup .close_box
{
    border-width: 1px;
    border-color: #999999;
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    border-top-style: dotted;
    margin-top: 30px;
    padding-top: 5px;
}

.modal_popup .close_box .close
{
    cursor: pointer;
    color: Gray;
    font-weight: bold;
    text-decoration: underline;
}

.modal_popup .close_box .close:hover
{
    color: #333333;
}

.modal_popup_background
{ 
    background-color: #FFFFFF; 
    filter: alpha(opacity=65); 
    opacity: 0.65; 
} 


/*
    ---------------------------
    BULLETIN BOARD TABLE
    ---------------------------
*/

.bb_table_cont
{
    border: none;
}

.bb_table
{
    margin-top: 2px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #EEBB77;
    margin-bottom: 10px;
}

.bb_table .datetime
{
    background-position: 3px 3px;
    padding: 2px 0px 1px 30px;
    background-color: #FFCC99;
    color: #885522;
    font-size: 12px;
    background-image: url('images/comment.gif');
    background-repeat: no-repeat;
}

.bb_table .user
{
    vertical-align: top;
    padding: 8px;
    background-color: #FFFFCC;
    width: 20%;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #FFCC99;
    font-size: large;
    color: #333333;
}

.bb_table .message
{
    padding: 8px;
    background-color: #FFFFDD;
    font-size: small;
    color: #111111;
}

.bb_table .message .commands
{
    margin-top: 10px;
    text-align: right;
}

.bb_pager td table
{
    margin-top: 2px;
    padding: 0;
}

.bb_pager td table tr
{
    margin: 0;
    padding: 0;
}

.bb_pager td table td
{
    margin: 0;
    border: 1px solid #EEBB77;
    padding-left: 4px;
    padding-right: 4px;
}

/*
    Inizio sezione dedicata alla stampa
*/

.small_button
{
    display: none;
}

.very_small_button
{
    display: none;
}

.compute_button
{
    display: none;
}

.no_print
{
    display: none;
}


#header
{
    display: none;
}

.header_ads
{
    display: none;
}

.menu
{
    display: none;
}

#left-column
{
    display: none;
}

#footer
{ 
    display: none;
}

