/* ================================
    CSS STYLES FOR PORTAL 
   ================================
*/   

/* BANNER */
/* banner background colour */
/* old - a5c9c3 */
/* new - FBDCC7 */
.BannerBg
{
	margin-bottom: 5px;
	background-image: url('images/General/main_backing.gif'); 
	background-repeat: repeat-y; 
}

/* banner title style */
.BannerTitle
{
	font-size: 18px;
	color: #000033;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;

}

/* banner title style */
.title
{
	font-size: 12px;
	color: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;

}

/* banner links background*/
.BannerLinkBg
{
	border-left: #EDEDED 1px solid;
	border-bottom: #EDEDED 1px solid;
	background-color: ededed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;

}

/* banner links */
.BannerLink
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}

/* Logout link */
.LogoffLink
{
	font-weight: bold;
	font-size: 11px;
	color: #222222;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.EventTitle    {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #000066;
}

/* Welcome Message */
.WelcomeMessage
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: tahoma;
	text-decoration: none;
}

/* NAVIGATION TABS */
/* PARENT */
/* parent tab links background*/
.ParentTabBg
{
	border-right: #EDEDED 1px solid;
	border-top: #EDEDED 1px solid;
	background-color: #222222;
	background-image:url('images/general/listItem_backing.gif');
}

/* parent navigation links */
.ParentTabLink
{
	font-size: 11px;
	color:  #FFFFFF;
	font-family: arial;
	text-decoration: none;
}

/* selected parent tab links background*/
.SelectedParentTabBg
{
	border-right: #EDEDED 1px solid;
	border-top: #EDEDED 1px solid;
	background-color: #444444;
	background-image:url('images/general/listItem_backing.gif');
}

/* selected banner links */
.SelectedParentTabLink
{
	font-size: 11px;
	color:  #FFED00;
	font-family: arial;
	text-decoration: none;
}

/* CHILD */
/* child navigation background*/
.ChildTabBg
{
	border-bottom: #EDEDED 1px solid;
	border-right: #EDEDED 1px solid;
	background-color: #FFFFFF;
	background-image:url(images/General/backing_child_tab.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	width:  100%;
}

.ChildTabBg a
{
	color: #333333;
}

/* child navigation links */
.ChildTabLink
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	font-family: tahoma;
	text-decoration: none;
}

/* selected child tab links background*/
.SelectedChildTabBg
{
	border-left: #333333 1px solid;
	border-bottom: #EDEDED 1px solid;
	border-right: #EDEDED 1px solid;
	background-color: #D40E2A;
	color: #FFED00;
		padding-top: 5px;
	padding-bottom: 5px;
		margin-right: 5px;
}



a.ParentTabLink:hover, a.ChildTabBg:hover 
{

	color:  #FFED00;
	
}



/* selected banner links */
.SelectedChildTabLink
{
	font-weight: bold;
	font-size: 11px;
	color:  #FFED00;
	font-family: tahoma;
	text-decoration: none;
}

/* content background colour */
Body
{
    background-color: white;
}

.background 
{
	background-image: url(/images/General/BG.jpg); 
	background-repeat: repeat-y; 
	background-position: top center; 
	background-color: #FFFFFF;
	
			 
}

/* Normal Stuff */
.Normal
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}

.NormalTextBox
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
	color: #000066;
    text-decoration: none;
}

.ErrorMsg
{
	font-weight: bold;
	font-size: 10px;
	color: #FFED00;
	background: #D40E2A;
	font-family: tahoma;
	text-decoration: none;
}

.QuickLinks
{
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: tahoma;
	text-decoration: none;
}

A.QuickLinks:link {
    text-decoration:    underline;
    color: #333333;
}

A.QuickLinks:visited  {
    text-decoration:    underline;
    color: #333333;
}

A.QuickLinks:active   {
    text-decoration:    underline;
    color: #333333;
}

A.QuickLinks:hover    {
    text-decoration:    underline;
    color: #999999;
}

.NavLinks
{
	font-weight: normal;
	font-size: 12px;
	color: #0000aa;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.NavLinks:link {
    text-decoration:    underline;
    color: #0000aa;
}

A.NavLinks:visited  {
    text-decoration:    underline;
    color: #0000aa;
}

A.NavLinks:active   {
    text-decoration:    underline;
    color: #0000aa;
}

A.NavLinks:hover    {
    text-decoration:    underline;
    color: #0000aa;
}
/* module box */
.ModuleBox
{
	background-color: #D40E2A;	
	border-right: #ededed 1px solid;
	padding-right: 5px;
	border-top: #ededed 1px solid;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	border-left: #ededed 1px solid;
	color: #FFFFFF;
	padding-top: 5px;
	border-bottom: #ededed 1px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* module box */
.ModuleBox .normal
{
	color: #FFFFFF;
}
	
.ModuleBoxHeading
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: #FFFFFF;
	padding-top: 2px;
	font-family: tahoma;
	background-color: #D40E2A;
	text-decoration: none;
	margin-bottom: 5px;
	color: #FFED00;
}

.ModuleBoxDiary
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: #333333;
	padding-top: 2px;
	font-family: tahoma;
	background-color: #DCF2FB;
	text-decoration: none;
	margin-bottom: 5px;
}

/* module box clear */
.ModuleBoxClear
{
	border-right: #EDEDED 1px solid;
	padding-right: 5px;
	border-top: #EDEDED 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #EDEDED 1px solid;
	padding-top: 5px;
	border-bottom: #EDEDED 1px solid;
}

.ModuleBoxClearHeading
{
	border-bottom: #EDEDED 1px solid;
}

.ModuleHeading
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: tahoma;
	text-decoration: none;
	background-color: #D40E2A;
}

.ModuleTitleUnderLine
{
	background-color: #EDEDED;
}


/* inner module box */
.InnerModuleBox
{
	border-right: #999999 1px solid;
	padding-right: 5px;
	border-top: #999999 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #999999 1px solid;
	padding-top: 5px;
	border-bottom: #999999 1px solid;
	background-color: #dddddd;
}

/* function box */
.FunctionBox
{
	border-right: #EDEDED 1px solid;
	border-left: #EDEDED 1px solid;
	border-bottom: #EDEDED 1px solid;
	background-color: #ffffff;
}

/* inner function box */
.InnerFunctionBox
{
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #ffffff;
}

/* grid */
.Grid
{
	border-right: #EDEDED 1px solid;
	border-top: #EDEDED 1px solid;
	border-left: #EDEDED 1px solid;
	border-bottom: #EDEDED 1px solid;
	background-color: #dddddd;
}

.GridHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	color: #000066;
	background-color: #ededed;
	text-decoration: none;
	border-bottom: #EDEDED 1px solid;
	height: 24px;
}

/* others */
.TreeImageBlank
{
	cursor: text; 
}
.Normalsmall { font-weight: normal; font-size: 12px; color: #000033; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; ; font-style: normal}
.NormalLrg {

	font-weight: bold;
	font-size: 16px;
	color: #D40E2A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.NormalBold {

	font-weight: bold;
	font-size: 14px;
	color: #D40E2A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.NavTabBg
{
	border-right: #EDEDED 1px solid;
	border-bottom: #EDEDED 1px solid;
	background-color: #D40E2A;
}

.SelectedNavTabBg
{
	border-right: #EDEDED 1px solid;
	background-color: #cccccc;
	color: #000033;
}

.OrderProcessLinks
{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.OrderProcessLinks:link {
    text-decoration:    underline;
    color: #333333;
}

A.OrderProcessLinks:visited  {
    text-decoration:    underline;
    color: #333333;
}

A.OrderProcessLinks:active   {
    text-decoration:    underline;
    color: #333333;
}

A.OrderProcessLinks:hover    {
    text-decoration:    underline;
    color: #D40E2A;
}
.Normalwhite {

	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.NormalwhiteBold {


	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.tableItem {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: arial,sans-serif,helvetica;
	TEXT-DECORATION: none;
	background-color: #e6e6e6;
}
.tableFooter {
	FONT-SIZE: 11px;
	FONT-FAMILY: arial,sans-serif,helvetica;
	FONT-WEIGHT: bold
}
.tableBlock {
	background-color: #D40E2A;
}
.SectionHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #FFED00;
	font-family: tahoma;
	text-decoration: none;
	padding: 2px;
	background-color: #D40E2A;
}
.FieldPrompt
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}
.FieldNonEditable
{
	font-weight: normal;
	font-size: 11px;
	color: #336799;
	font-family: tahoma;
	text-decoration: none;
}
.FieldFixedWidth
{
	font-weight: normal;
	font-size: 11px;
	color: #336799;
	font-family: Courier;
	text-decoration: none;
}

.DestinationTable
{
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}



.ItineraryViewerTableHeaderStyle
{
	background-color: #D40E2A;
	background-image:url(images/general/A_1.jpg);
	font-weight: normal;
	font-size: 12px;
	color: #FFED00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.ItineraryViewerTableItemStyle
{
	background-color: #DCF2FB;
	background-image:url(images/general/A_2_.jpg);
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.ItineraryViewerTableAlternateItemStyle
{
	background-color: #F3FAFD;
	background-image:url(images/general/A_3_.jpg);
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}




.PageTable
{
	background-color: #FFFFFF;
	background-image: url('images/General/main_backing.gif'); 
	background-repeat: repeat-y; 
	width: 800px;
}


.ItineraryItemSeperator
{
	color: Black;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -10000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

top: -140px;
left: -100px; /*position where enlarged image should offset horizontally */
position: absolute;

}


.pagination{
padding: 2px;
font-family: arial;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 14px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #D40E2A;
text-decoration: none; 
color: #000000;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #D40E2A;
color: #FFED00;
background-color: #D40E2A;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: #DCF2FB;
cursor: default;
color: #333333;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#Banner_Navigation_Tabs {
	width:  100%;
}

a {
	font-family: arial;
	text-decoration: none;
}
a:hover {
	color: white;
	background: #D40E2A;
	text-decoration: underline;
}



