@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	background: #EDEDED;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #FF6600;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #077EC4;
}

.twoColFixRtHdr #container-top {
	height: 31px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 985px;
	text-align: left;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 29px;
	text-indent: 20px;
}

.twoColFixRtHdr #container {
	width: 975px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../pics/container-back.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
} 
.twoColFixRtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	margin: 0px;
} 
#header #header-top {
	height: 110px;
	background-image: url(../pics/olvis-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#header #header-top #top-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	padding-top: 20px;
	padding-right: 33px;
}
#header #mainMenu {
	height: 31px;
	background-image: url(../pics/menu-back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 34px;
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 90px;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	line-height: 31px;
	margin: 0px;
	padding: 0em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000000;
	background-image: url(../pics/b-down.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
ul.MenuBarHorizontal .button-home a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pics/b-home-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.MenuBarHorizontal .button-visa a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pics/b-visa-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #header-bottom {
	height: 197px;
	border: 1px solid #CCCCCC;
	background-image: url(../pics/header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 34px;
	margin-right: 34px;
	text-align: right;
}
#header-bottom #bottom-text {
	padding-top: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #077EC4;
	margin-left: 360px;
	margin-right: 0px;
	text-align: center;
}
#header-bottom #bottom-text .orange {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
#header-bottom #bottom-text img {
	padding: 6px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 272px;
	margin-right: 34px;
}
#sidebar1 .sb-box {
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
#sidebar1 .sb-box a {
	color: #FF0000;

}

#sidebar1 .sb-box .sb-orange {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
}
#sidebar1 .myFlight {
	background-color: #B3DAF1;
	border: 1px solid #077EC4;
	font-weight: bold;
	color: #077EC4;
}
#sidebar1 .myFlight input {
	border: 1px solid #999999;
}
#sidebar1 .see a {
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border: 1px solid #FFFFFF;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar1 .see a:hover {
	border: 1px solid #FF6600;
	background-color: #FFD3C6;
}


#sidebar1 .myFlight td {
	padding: 4px;
}
#sidebar1 #passport {
	background-image: url(../pics/passport.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 264px;
	font-style: italic;
	font-size: 18px;
	color: #077EC4;
	padding-top: 17px;
	padding-left: 8px;
}
.twoColFixRtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 326px;
	margin-bottom: 0;
	margin-left: 34px;
	font-size: 15px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
} 
#mainContent .wait a {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainContent .wait a:hover {
	color: #FF6600;
	background-color: #FFD3C6;
	border: 1px solid #FF6600;
}
#mainContent ul {
	list-style-type: disc;
	margin-left: 30px;
	list-style-position: outside;
}
#mainContent li {
	font-weight: bold;
	list-style-type: disc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent .subimages {
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #footer {
	background-color: #FFFFFF;
	margin-right: 33px;
	margin-left: 33px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 0px;
} 
.twoColFixRtHdr #container #footer table {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
}
#mainContent .content-box {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding-top: 18px;
	padding-right: 6px;
	padding-bottom: 18px;
	padding-left: 6px;
}
#mainContent .content-box #cb-left {
	float: left;
	width: 290px;
}
#mainContent .content-box #cb-right {
	width: 290px;
	margin-left: 310px;
}
.twoColFixRtHdr #bottom-footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 975px;
	background-color: #EDEDED;

}
.myTable TD {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; 
}
TABLE INPUT {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid
}
TABLE TEXTAREA {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid
}

/* BACKGROUND COLORS */
.back_blue_dark { background-color: #B3DAF1}
.back_blue_light { background-color: #B3DAF1}
.back_blue_light2 { background-color: #B3DAF1}

blockquote {
    margin: 15px 15px;
    padding: 8px;
    border: 1px solid #DFE0E0;
    -moz-border-radius : 4px;
    background-color: #efefef;
    line-height: 20px;
	font-size: 10pt;
}
blockquote p {
    line-height : 20px;

}

#mainContent UL {
	LIST-STYLE-POSITION: outside; MARGIN-LEFT: 30px; LIST-STYLE-TYPE: lower-roman
}

#mainContent .ul-123 LI {
	LIST-STYLE-TYPE: decimal;
	list-style-position: outside;
	margin-left: 30px;
	
}

#mainContent .ul-abc LI {
	LIST-STYLE-TYPE: upper-alpha
}

#sidebar1 #right-top {
	height: 92px;
	width: 300px;
	font-size: 15px;
}
A:link {text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: red;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}

#sidebar1 .ul-123 LI {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 5px;
	
}