/*
Author: Justin Hewitt justin.hewitt@Monarch-Airlines.com
Version: 1.2
Creation Date: 21/04/2004

Copyright Monarch Airlines 2004

Style Properties for the following sections:

*/

/*----------------------------------------------------------------------------------------------*/

/*GENERAL*/
body
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-weight			: normal;
	color				: #330066; 
	background-color 		: #ffffff;
	
}

/*MENUS*/
#layer1 {
   background-color : #FFFFFF;
   layer-background-color : none;
   border-width : 1px;
   border-style : solid;
   border-color : #666666;
   width : 200px;
   top : 16px;
   left : 370px;
   position : absolute;
   z-index : 90;
   visibility : hidden;
}


#layer2 {
   background-color : #FFFFFF;
   layer-background-color : none;
   border-width : 1px;
   border-style : solid;
   border-color : #666666;
   width : 200px;
   top : 16px;
   left : 426px;
   position : absolute;
   z-index : 90;
   visibility : hidden;
}

/*TABLES*/

td.ori
{
	font-size  			: 70%;
	background-color : #330066;
	font-weight			: bold;
	color				: #ffffff; 
}
td.orismall
{
	background-color : #330066;
	font-size			: 60%;
	font-style			: normal; 
	font-weight			: bold;
	color				: #ffffff; 
}
td.darkgrey
{
	font-size  : 80%;
	background-color : #666666;
	font-weight			: bold;
	color				: #ffffff; 
}
td.cornav
{
	background-color : #ffffff;
	font-size			: 60%;
	font-weight			: bold;
	color				: #333333; 
}
td.corsmall
{
	background-color : #cccccc;
	font-size			: 60%;
	font-weight 		: bold;
	color 			: #ffffff;
}
td.sch
{
	font-size  			: 80%;
	background-color : #9999cc;
	font-weight			: bold;
	color				: #ffffff; 
}
		
/*FONTS*/

.small
{	
	font-size			: 70%; 
	color				: #330066; 
}

.xSmall
{	
	font-size			: 65%; 
	color				: #330066; 
}

/*LINKS*/

a
{ 
	font-weight			: bold; 
	color				: #330066; 
}
a.top   
{ 
	font-weight			: normal; 
	color				: #000000; 
	text-decoration			: none;
}
a.topsub
{ 
	font-weight			: normal; 
	color				: #000000; 
	text-decoration			: none;
	font-size			: 60%
	
}
a.topsub:hover   
{ 
	font-weight			: normal; 
	color				: #000000; 
	text-decoration			: underline;
	font-size			: 60% 
}

/*FORMS*/

.textBox {
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 18px;
		width : 140px;
		border : 1px;
		border-style : solid;
}

.selectList {
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 18px;
		border : 1px;
		border-style : solid;
}

.selectListMultiple
{	
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		border : 1px;
		border-style : solid;
		height : 40px;
}

.textAreaSmall {
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 100px;
		width : 140px;
		border : 1px;
		border-style : solid;
}

.submitButton {
		background-color : #ffffff;
		color : #999999;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 18px;
		width : 50px;
		border : 1px;
		border-style : solid;
		cursor : hand;
}		