body
{
}

H1 
{
	font-size: 16px;
	color: #0079c2;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 10px; padding: 0;
}

H2 
{
	font-size: 12px;
	color: #0079C2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px; padding: 0;
}

H3
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #0079c2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px 10px;
	padding: 0; 
}      

H4
{
	font-size:12px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px; padding: 0;
}
	  
H5
{
	font-size:10px;
	color: #0079C2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px; padding: 0;
	font-weight:normal;
}
	  
H6
{
	font-size:13px;
	color: #00aabd;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px; padding: 0;      
}
           
p, label, th, td
{   
	font-size: 12px;
	line-height: 16px;
	color: #0079c2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 5px 10px 10px;
	padding: 0;      
}

label
{
	font-weight: bold;
}

ul
{
	color: #0079c2;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 40px;
}

.topLine
{
	font-weight: bold;
	font-size: 16px;
}

table.layout
{
	width: 100%;
}

table.trip label
{
	width: 100px;
}

table.trip select
{
	width: 210px;
}

table.other
{
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0079C2;
	text-decoration: none;
} 

td.searchmenu
{
	background-color: #0079c2;
}

a, .jstrigger 
{
	/*background-color: #0079c2;*/
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

h3 img
{
	vertical-align: text-top;
}

td.groupOption
{
	width: 33%;
	text-align: justify;
	padding: 0 5px;
}

.groupOption a
{
	background-color: Transparent;
}

h3.groupRequestHeading
{
	margin-bottom: 67px;
}

img.groupDetailImage
{
	float: right;
}

img.groupIcon
{
	margin: 10px;
	vertical-align: text-top;
	float: left;
}

h3.listHeader
{
	margin-top: 20px;
}

.reasonsText
{
	margin: 0 165px;
	text-align: justify;
}

p.previewButton
{
	margin: 0px 0px 10px 10px;
}

.listHead, .listPrice
{
	color: White;
	font-weight: bold;
	width: 165px;
	display: inline-block;
}
.listPrice
{
	width: 150px;
	clear: right;
}

.listItem
{
	vertical-align: top;
	width: 193px;
	display: inline-block;
	background-image: url(/content/Images/Group-Details-infobg.jpg);
	padding: 0px 0px 0px 3px;
}
/* Hack to make IE behave */
html>body .listItem, html>body .listItemBox
{
	width: 190px;
}

.listItemBox
{
	vertical-align: top;
	width: 190px;
	display: inline-block;
}

#groupRequest
{
	background-image: url(/content/Images/Group-Details-bg.jpg);
    background-repeat: no-repeat;
}

#groupRequest fieldset
{
	background-color: Transparent;
}

#details
{
	background-image: url(/content/Images/Group-Details-bg.jpg);
    background-repeat: no-repeat;
	width: 738px;
	margin: 3px 3px;
	padding: 5px 0px;
}
#admindetails
{
	background-color: #0079C2;
}

#details table, #admindetails table
{
	width: 100%;
}

#details a, #admindetails a
{
	background-color: Transparent;
	color: #0079C2;
}

#details ul, #admindetails ul
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#details p, #admindetails p
{
	padding: 0px;
	margin: 10px 0px 0px 15px;
}

#details li, #admindetails li
{
	padding: 0px;
	list-style-type: none;
	margin: 5px;
}

#details textarea, #admindetails textarea
{
	margin-top: 3px;
	margin-left: -15px;
	border: solid 1px;
	background-color: #eee;
	vertical-align: top;
	width: 195px;
	height: 131px;
	font-size: 12px;
	line-height: 16px;
	color: #0079c2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* Hack to make IE behave */
html>body #details textarea, html>body #admindetails textarea
{
	margin-left: 0px;
}

#joinGroupHeading
{
	cursor: pointer;
}

#joinGroupMessage
{
	position: relative;
	border: 1px solid #0079C2;
	top: 0px;
	left: -100px;
	margin: 0;
	padding: 0;
	width: 400px;
	background-color: white;
}
#joinGroupMessage p
{
	margin: 10px;
}

