﻿/*//////////////////////////MEMBER FORMS//////////////////////////////*/



/*/ Changes the background Colour, tabs and text style of all forms including the itinerary wizard and ALL search pages /*/


/*/ The global backround colour  /*/
.MEM_Form1
{
	background-color: #ffffff;
	font-family: Century Gothic;
	font-size: 10px;
	
}

/*/ The secondary backround colour (slightly darker to group elements together) /*/
.MEM_Form2
{
	background-color: #cccccc;
	font-family: Century Gothic;
	font-size: 10px;
	border: #ffffff 1px solid; 
	border-bottom: none;
	border-right: none;

}
.MEM_Form3
{
	background-color: #ffcccc;
	font-family: Century Gothic;
	font-size: 10px;
}
.MEM_FormITHList
{
	background-color: #cccccc;
	font-family: Century Gothic;
	font-size: 10px;

}

/*/ Style of the section header tabs /*/

.MEM_FormTXTWhite
{
background-color: #99002d;
}

.MEM_Form_tab_right
{
background-image: url(../cdb/images/menu_tab_right_darkred.gif);
}



/*//////////////////////////MEMBER FORMS END//////////////////////////////*/
