/*
 * Copyright 2007 EB2 International Limited
 *
 * project  airline.OA.webqtrip
 *
 */
 
/*
COLOURS
background          #0b3879

RINGS
yellow              #fcea00
blue                #0090d6

FONT
red                 #b91219
*/


/* BUTTONS */
button { margin: 0; padding: 0; border: 0; }
.buttons { clear: both; text-align: center;}
.buttons .left { float: left; overflow: hidden; width: 350px; border: 0; }
.buttons .right { float: right; overflow: hidden; width: 350px; border: 0;  padding-right: 10px; }
.buttons .left { padding-left: 10px; }
.buttons .back { width: 175px; float: left; text-align: left; overflow: hidden; }
.buttons .start { width: 168px; float: right; text-align: right; overflow: hidden; }
.buttons .submit { width: 175px; float: right; text-align: right; overflow: hidden; }

.buttons .submit button { width: 175px; height: 38px; text-align: center; background: url('../images/_gfx/Bigblue_btn.gif') no-repeat; background-position:left; padding: 22px 3px 10px 0px; }
.buttons .start button { width: 168px; height: 38px; text-align: center; background: url('../images/button_continue_bg.gif') no-repeat right; padding: 22px 3px 10px 0px; }
.buttons .back button   { width: 175px; height: 38px; text-align: center; background: url('../images/_gfx/BigwhiteBtn.gif') no-repeat; background-position:left; padding: 22px 3px 10px 0px; }
#CONFIRMATION .buttons .submit button { text-align: left; }
#CONFIRMATION .buttons .back button { text-align: left; }
.buttons button.hover { text-decoration: underline; }
.paging button { padding: 5px; background-color: #ffcc00; color: #333333; width: 130px; }

button { font: bold 10pt Tahoma, sans-serif; cursor: pointer; line-height: 16px; }
.buttons .submit button { 
	vertical-align: middle;
	color: #ffffff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	outline: 0;
}

.buttons .submit button:hover{
	color:#DFF4FF;
}

.buttons .back button { 
	vertical-align: middle;
	color: #030f50;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	outline: 0;
}

.buttons .back button:hover{
	color:#75c7ec;
}

.buttons .reset button { color: #586709; font-size: 11px; }
.buttons .notes { font-size: 12px; color: #b91219; font-family: Arial, sans-serif; }
.paging button { font-size: 8pt; font-family: Arial, sans-serif; }

.buttons .submit button { padding: 0px 10px 10px 5px;# }
.buttons .back button { padding: 0px 10px 10px 5px;# }

/* SMALL BUTTON */

.buttons .smallButton { width: 175px; float: left; text-align: left; overflow: hidden; }

.buttons .smallButton button:hover{
	color:#DFF4FF;
}

.buttons .smallButton button { 
	width: 175px; 
	height: 38px; 
	text-align: center; 
	background: url('../images/_gfx/small_blue_btn.gif') no-repeat; 
	background-position:left; 
	padding: 5px 10px 10px 5px;#
	vertical-align: middle;
	color: #ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	outline: 0;
}



