BODY {	
  background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #888;
}

TD {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #888;
}	

SPAN.links {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #888;
	line-height: 12pt;
	display: none;
}

A:link { 
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #888;
	text-decoration: none;
}

A:visited { 
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

A:hover { 
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #9DAD71;
  text-decoration: none;
}

#sampleText {
	width: 379px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #888;
	text-align: justify;
	line-height: 18px;
}

CHECKBOX {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
INPUT {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
RADIO {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
SELECT {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
TEXTAREA {
	FONT-SIZE: 11px; WIDTH: 100%; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

BUTTOM {
  font-size: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

H1.Heading {
  font-weight: bold;
  font-size: 19px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #888;
}

/* CSS of Content Page Begin */
								
.infoBox {
	BACKGROUND: #b6b7cb;
}

.infoHeading {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
							
.infoBoxContents {
  FONT-SIZE: 10px; 
  BACKGROUND-COLOR: #EBEBEB;
  FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

.infoBoxHeading {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C2CBAB;
  color: #ffffff;
}

.newItemInCart {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #ff0000;
}

.moduleRow {
	BACKGROUND-COLOR: #EBEBEB;
}
.moduleRowOver {
	CURSOR: pointer; COLOR: #FFFFFF; BACKGROUND-COLOR: #C2CBAB;
}
.moduleRowSelected {
	BACKGROUND-COLOR: #e9f4fc;
}

.clsRowEven {
  COLOR: #CCC; BACKGROUND-COLOR: #EBEBEB;
}

.clsRowOdd {
  COLOR: #CCC; BACKGROUND-COLOR: #ffffff;
}



.clsTopRight1 {
  background-image: url("../images/admin/tableframe/topright1.gif");
  background-repeat: no-repeat;
}

.clsTopRight2 {
  background-image: url("../images/admin/tableframe/topright2.gif");
  background-repeat: no-repeat;
}

.clsTopRight3 {
  background-image: url("../images/admin/tableframe/topright3.gif");
  background-repeat: no-repeat;
}

.clsTopLeft1 {
  background-image: url("../images/admin/tableframe/topleft1.gif");
  background-repeat: no-repeat;
}

.clsTopLeft2 {
  background-image: url("../images/admin/tableframe/topleft2.gif");
  background-repeat: no-repeat;
}

.clsTopLeft3 {
  background-image: url("../images/admin/tableframe/topleft3.gif");
  background-repeat: no-repeat;
}

.clsBottomRight1 {
  background-image: url("../images/admin/tableframe/bottomright1.gif");
  background-repeat: no-repeat;
}

.clsBottomRight2 {
  background-image: url("../images/admin/tableframe/bottomright2.gif");
  background-repeat: no-repeat;
}

.clsBottomRight3 {
  background-image: url("../images/admin/tableframe/bottomright3.gif");
  background-repeat: no-repeat;
}

.clsBottomLeft1 {
  background-image: url("../images/admin/tableframe/bottomleft1.gif");
  background-repeat: no-repeat;
}

.clsBottomLeft2 {
  background-image: url("../images/admin/tableframe/bottomleft2.gif");
  background-repeat: no-repeat;
}

.clsBottomLeft3 {
  background-image: url("../images/admin/tableframe/bottomleft3.gif");
  background-repeat: no-repeat;
}

.clsRightBar {
  background-image: url("../images/admin/tableframe/rightbar.gif");
	background-repeat: repeat-y;
}

.clsLeftBar {
  background-image: url("../images/admin/tableframe/leftbar.gif");
	background-repeat: repeat-y;
}

.clsTopBar {
  background-image: url("../images/admin/tableframe/topbar.gif");
	background-repeat: repeat-x;
}

.clsBottomBar {
  background-image: url("../images/admin/tableframe/bottombar.gif");
	background-repeat: repeat-x;
}

.clsSpacer {
  background-image: url("../images/admin/tableframe/spacer.gif");
}

.clsFont {

}

/* Ending of Table Frame */

/* CSS of Page Content End */


#tripinfo
{
	padding-right: 10px;
	padding-top: 20px;
	width: 40%;
	float: left;
}

#tripinfo li
{
	margin-bottom: 4px;
}

#requestinfo
{
	margin-top: 10px;
	width: 55%;
}

#requestinfo span.sent
{
	margin-left: 4px;
	color: Red;
	float: left;
}

#requestinfo label
{
	text-align: right;
	margin-right: 7px;
	width: 7em;
	vertical-align: top;
	padding-top: 5px;
	float: left;
}

#requestinfo #submitarea
{
	text-align: right;
	margin-top: 15px;
}