
#main{height:100%; margin:0px auto}
.header-bgd{background:URL(./../images/www.revelex.com/header_2.gif); background-position:bottom; background-repeat:repeat-x}
#footer-2{color:#363636; position:absolute; margin-top:-80px}


html, body {margin:0px; height:100%;}
table, td, tr, div, form {font-family: arial; font-size:12px; color: #000;}
select, input, textarea {font-family:  Arial, Verdana, Helvetica, sans-serif;font-size: 11px; color: #000; background: #efefef; font-weight:bold; border:1px solid #666;}
input.formbutton {background:#EFEFEF;}
input.formbuttonover {background:#999; color:white;}
p{font-family: arial; font-size:12px; color: #000; text-align:justify; margin-top:5px}

ul {line-height: 22px; font-family:Arial; font-size:12px;}
a:link, a:visited, a:active {color:#009;}
a:hover {color:#c60;}

/* side menu style */
.navheader div{padding:0px 0px 5px 0px}
.navmenu a{display:block; padding:4px 0px 4px 20px; border-bottom:1px dotted #999999; background:URL(./../images/www.revelex.com/blue_arrow.gif) no-repeat; background-position:5px 8px; text-decoration:none; color:#363636}
.navmenu a:hover{background-color:#f6fafd; color:#000000}

/* titles and subtitles */
h1{font-size:20px; color:#474f4e; line-height:25px}
h1 span{font-size:13px; color:#737f82; margin:0px; padding:0px}
h2{font-size:15px; color:#4d5151; margin:0px; background:URL(./../images/www.revelex.com/bullet_2.gif) no-repeat; background-position:0px 3px; padding-left:15px}
h2 span{font-size:12px; color:#737f82; font-weight:bold}
h3{font-size:13px; font-weight:bold; padding:0px; margin:0px 0px 5px 0px}

.cruiseline-list{overflow:auto; margin-top:10px; height:350px; margin-left:20px; border:1px dotted #CCCCCC }
.cruiseline-list table{border-collapse:collapse;}
.cruiseline-list table td{padding:2px}

.data-table{border-collapse:collapse}
.data-table thead td{font-weight:bold; background:#EDEFF3; border:1px solid #999; padding:5px}
.data-table tbody td{font-weight:bold; border:1px solid #999; padding:5px}
.news{border-bottom:1px dotted #CCCCCC; padding:10px 0px 10px 0px}
a.read-more{display:block; width:60px; background:URL(./../images/www.revelex.com/read_more_arrow.gif) no-repeat; background-position:right; padding-right:15px; float:right}


/* login box */
.login-box{width:255px; text-align:left; margin-top:30px; margin-right:30px}
.login-form{width:220px; margin:auto;}
.login-box .login-form label{display:inline-block; width:90px; line-height:25px; font-size:11px; font-weight:600;}
.recovery{display:block; width:165px; background:URL(./../images/www.revelex.com/red_arrow.gif); background-repeat: no-repeat; background-position:center left; font-weight:bold; font-size:11px;}

a.recovery:link, a.recovery:visited, a.recovery:active{color:#000;}
a.recovery:hover {color:#000;}

.boxborder {background-color:#FFFFFF; border:1px solid #666;}
.boxheader {background:URL(./../images/mercury.revelex.com/box_bg.gif); border-bottom: 1px solid #666; height:22px;}
.boxheadertext {position:relative; left:4px; top:5px; color:#000; font-weight:bold;}
.footer {padding:7px 0px 5px 0px; color:#898989; text-align:center; background-color:#FFF;}
.heading {font-size:18px; font-family:arial; color:#808080;}
.last {border-bottom:1px solid #FFFFFF;}
.main-menu {padding:2px 5px 12px 5px; color:#000; font-size:11px;}
.main-menu a {font-weight:bold; text-decoration:none; color:#000;}
.main-menu a:visited {font-weight:bold; text-decoration:none;}
.main-menu a:active {font-weight:bold; text-decoration:none;}
.main-menu a:hover {font-weight:bold; text-decoration:none; color:#009;}
.main_content {padding:20px 20px 20px 0px; background-color:#FFF;}
.navheader {font-size:14px; font-weight:bold; background:URL(./../images/www.revelex.com/main_nav_2.gif);}
.navmenu {padding-left:5px; width:175px;}
.navon {background-color:#F3F3F3; height:25px; line-height:25px; vertical-align:middle; border-bottom:1px solid; font-weight:bold;}
.navover {background-color:#E3E3E3; height:25px; line-height:25px; vertical-align:middle; cursor: pointer; border-bottom:1px solid;}
.navout {background-color:#FFF; height:25px; line-height:25px; vertical-align:middle; cursor: pointer; border-bottom:1px solid;}
.tab-title {height:30px; line-height:30px; vertical-align:middle; color:#19558b; text-decoration:none; padding-left:25px; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC}
.title {padding-right:10px; text-align:middle; font-family:Arial; font-size:18px; color:#808080;}

#revelex_watermark_container {position:relative; text-align:center; display:none;}
#revelex_watermark_style {position:absolute; top:0px; right:0px; width:67px; height:49px;}

@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	/* background-color: #CCCCCC;
	border-top: solid 1px black;*/
	border-bottom: solid 1px #C2C2C2;
	margin: 0px;
	background:URL(./../images/www.revelex.com/blue_arrow.gif) no-repeat; background-position:10px 12px;
	/* padding: 2px;*/
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 113px;
  border-left:1px solid  #C2C2C2;
  border-right:1px solid  #C2C2C2;
}
.AccordionPanelOpen .AccordionPanelContent {
	
    border-bottom:1px solid  #C2C2C2;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #fff;
	background:URL(./../images/www.revelex.com/blue_arrow_a.gif) no-repeat; background-position:10px 12px;
	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #c60;
 /* background:URL(./../images/www.revelex.com/blue_arrow.gif) no-repeat; background-position:5px 12px;	*/
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #c60;
	background:URL(./../images/www.revelex.com/blue_arrow_a.gif) no-repeat; background-position:10px 12px;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #fff;
	background:URL(./../images/www.revelex.com/blue_arrow.gif) no-repeat; background-position:10px 12px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #fff;
    text-decoration:none;
	background:URL(./../images/www.revelex.com/white_arrow.gif) no-repeat; background-position:10px 12px;
	background-color: #5a87b0;
	
}



/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is responsible for clearing any floats that may cause the tab
 * buttons and content panels to flow/wrap "funny" around floated image/block
 * elements.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin-right:2px;
	font: bold 0.7em sans-serif;
  	font-size:12px;
  	color:#000;
	list-style: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
	border-top: none;
	border-right: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image:url(./../images/www.revelex.com/tab_0_b.png); background-position:right top; background-repeat:no-repeat
}


.TabbedPanelsTab span{
    display:block; 
    background-image:url(./../images/www.revelex.com/tab_0_a.png); 
	background-position:left top; 
	background-repeat:no-repeat;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #B4B5B7;
  color:#5e5e5e;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-image:url(./../images/www.revelex.com/tab_1_b.png); background-position:right top; background-repeat:no-repeat;
    color:#143D8D;
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

.TabbedPanelsTabSelected span{
	background-image:url(./../images/www.revelex.com/tab_1_a.png); background-position:left top; background-repeat:no-repeat;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	/*border-left:solid 1px #999;*/
	border-bottom: none;
	border-top: none;
	border-right:none;
	background:url(./../images/www.revelex.com/tabbed_panel_center.png);
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 5px 10px 10px 20px;
	background:url(./../images/www.revelex.com/tabbed_panel_top.png); background-position:top right; background-repeat:no-repeat;
	
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}



