/****************** CSS Document *********************/
/***    This is the text/presentation markup page               **/
/***    for layout and positioning see layout.css                **/
/****************************************************/


/*** Global defaults via parent/root container (body) */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*** Header text class */
.boxHdr_Menu {
	font-size: 14px;
	font-weight: bold;
	line-height: 220%;
}

/*** Sub header text class */
.boxHdr_sub {
	font-size: 12px;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
	color: #444;
}

/*** Text/Paragraph inside halfbox divs */
div#halfbox p {
	padding: 10px;
	text-align: justify;
	line-height: 140%;
	font-size: 14px;
}

/*** Text/Paragraph inside maxbox divs */
div#content_max p {
	padding: 10px;
	text-align: justify;
	line-height: 140%;
	font-size: 14px;
}

/*** Text/Paragraph inside maxbox divs */
div#content_fullbox p {
	padding: 10px;
	text-align: justify;
	line-height: 140%;
	font-size: 14px;
}

/*** Footer text class */
.footText {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #9bb3dc;
}

/*** Indent to vert_gui's header (.boxHdr_Menu) */
#vert_gui .boxHdr_Menu {
	padding-left: 10px;
}

/*** Class for table cell underline */
.td_line {
	border-bottom: solid #000 1px;
}

/*** Class for list highlight (table row) */
tr.emph:hover {
	background-color: #66CCFF;
}

/*** Vertical GUI/Menu text class */
.vertmenu {
	font-weight: bold;
	color: #000066;
	margin-left: 25px;
	line-height: 140%;
}


/*******************************************/
/*** Vertical GUI/Menu List (button/link) class */
.vertmenu li {
	list-style-type: disc;
}

/* Removes bullet for main/root pages */
.vertmenu .hdr {
	list-style-type: none;
	margin-left: -15px;
}

.vertmenu li a:link {
	text-decoration: none;
	color: #000066;
}

.vertmenu li a:visited {
	text-decoration: none;
	color: #000066;
}

.vertmenu li a:hover {
	text-decoration: underline;
	color: #000;
}
/*** END Vertical GUI/Menu List (button/link) class */
/***********************************************/


/****************************************************/
/*** Vertical GUI/Menu List  CURRENT (button/link) class */
.vertmenu .current {
	color: #999999;
}

.vertmenu .current a:link {
	color: #999999;
	text-decoration: none;
}

.vertmenu .current a:visited {
	text-decoration: none;
	color: #999999;
}

.vertmenu .current a:hover {
	text-decoration: underline;
	color: #999999;
}
/*** END Vertical GUI/Menu List  CURRENT (button/link) class */
/********************************************************/


/************************************************************************/
/*** Row Markup for Dynamic Rows @ Members/Trip_Request_Departure.php */
#tblSample td {
	padding: 0.5em;
}

.flight0 {
	background-color: #BBB;
	color: #000;
}

.flight1 {
	background-color: none;
	color: #000;
}
/*** Row Markup for Dynamic Rows @ Members/Trip_Request_Departure.php */
/************************************************************************/


/********************************/
/*** Loginbar text and link classes */
.loginbar {
	line-height: 200%;
	font-size: 11px;
	color: #666;
}

/* Loginbar link specifics */
.loginbar a:link {
	color: #666;
}

.loginbar a:visited {
	color: #666;
}

.loginbar a:hover {
	color: #000;
	text-decoration: none;
}

.loginbar a:active {
	color: #000;
	text-decoration: none;
}
/*** END Loginbar text and link classes */
/************************************/

/********************************/
/*** Forms text and link classes */

td.drforms {
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: "OCR A Std";
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
}

td.drformsanswer {
	border: 1px solid #000000;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: "OCR A Std";
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	width: 625px;
}
 
input.drformslong {
	border: 1px solid #000000;
	padding: 5px;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: "OCR A Std";
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
	width: 625px;
	text-width: 625px;
}

input.checkbox {
	border: 1px solid #000000;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
}

input.drformsshort {
	border: 1px solid #000000;
	padding: 5px;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: "OCR A Std";
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
	width: 200px;
}

select.drformsshort {
	border: 1px solid #000000;
	padding: 5px;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: "OCR A Std";
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
	width: 200px;
}

textarea.drformslongtall {
	border: 1px solid #000000;
	padding: 5px;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: "OCR A Std";
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
	width: 625px;
	height: 250px;
}

iframe.drformslongtall {
	border: none;
	outline: 0;
	vertical-align: top;
	margin: 0;
	text-align: left;
	color: #000000;
	width: 625px;
	height: 250px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}

/*** END Forms text and link classes */
/************************************/
