/*
 *   This file contains arbitrary styles that are only related to this particular application
 */

 .ul_guided_tour
 {
    list-style-type: none;

    margin: 0px;
    padding-left: 0px;
    margin-top: 13px;
    display: inline;

 }

  .li_guided_tour
 {
    padding-bottom: 4px;
    margin-top: 4px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
 }

a.guide_tour_link
{
    color: #961515;
    font-size: 12px;
}

a.guide_tour_link:hover
{
    text-decoration: none;
}

.color_1{ color: #39729F; }
.color_2{ color: #961515; }
.color_3{ color: #028602; }



a.language_selection {
	color:#4B371F;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;	

}

a.language_selection:hover {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;	

}

.ErrorMessage1 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #FF0000;
}

/*
 *   Of the day Teasers
 */
.oftheday {
display: block;

	margin-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 120px;
        padding-left: 20px;
}
.oftheday_h1 {
        font-size: 10px;
        text-transform: uppercase;
		color: #00AEEA;
		font-weight: bold;
        padding-left: 10px;
        padding-bottom: 2px;
        
}
.oftheday_img{
        padding: 10px;
}
a.oftheday_inline {
        color: #FFFFFF;
		text-decoration: underline;
}
a.oftheday_inline:hover {
        color: #FFFFFF;
		text-decoration: none;
}
#ofd_image {
	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;

	z-index: 1;
	float: right;
}

#otd_label {
	width: 50px;
	z-index: 2;
	overflow: visible;
	visibility: visible;
	display: block;
	top: 80px;
	right: 11px;
	float: right;
	position: relative;
	height: 60px;
}

.oftheday_p {
        color: #FFFFFF;
 
	width: 100%;
	float: right;
	position: relative;
	display: block;
}

/*
 *   Account Box
 */
 .account_box {
 color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 0px solid #FF0000;
	border-top: 0px solid #FF0000;
	border-top: 0px solid #FF0000;
	border-bottom: 1px solid #A9E1F8;
	padding: 3px;
	}
	
/*
 *   Promotable 
 */
 .promotable {
 color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	padding-right: 10px;

	}
 .promotable a {
 color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 5px;

	}
 .promotable a:hover {
 color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
text-decoration: underline;
	padding-right: 5px;
	}
	
/*
 *   Tables for account Selection
 */
 
.select_Account {
padding: 15px;
}

a.select_headlinelink {
 color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	text-decoration: none;

	display:block;
	padding: 8px;



}
a.select_headlinelink:hover {
 color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	text-decoration: underline;
	
		display:block;
		padding: 8px;
	
}
a.select_bottomlink {
 color: #4B371F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	text-decoration: underline;

	display:block;
	padding: 4px;



}
a.select_bottomlink:hover {
 color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	text-decoration: underline;

	display:block;
	padding: 4px;
	
}

.submitbutton {
}

.mm_image {
    align: center;   
}