body {
	color: #222;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 0.80em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

html {
 	height: 100%;
  	margin-bottom: 1px;
	font-size: 100%;
}


form {
  margin: 0;
  padding: 0;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #8EB50C url(/images/button-bg.jpg) repeat-x 0 0;
	border: none;
}

a {
	text-decoration: underline;
	color: #4b9df1;
}
a:hover {
	text-decoration: none;
	color: #000;
}


a.pink {
	text-decoration: underline;
	color: #ff0084;
}
a.pink:hover {
	text-decoration: none;
	color: #000;
}



h1 {
	font-size: 2.0em;
	color:  #ff0084;
	margin-bottom:15px;
	margin-top: 5px;
	font-weight: normal;
}


h2 {
	font-size: 1.3em;
	color: #4b9df1;
	margin-top:25px;
	margin-bottom:5px;
	letter-spacing: -0.2pt;
}


h3 {
	font-size: 0.9em;
	margin-top: 2px;
	margin-bottom: 2px;
}



h4 {
	font-size: 10pt;
	color: #000;
}


h5 {
	font-size: 9pt;
	padding-bottom: 2px;
	margin-bottom: 2px;
}


#header {
	margin-bottom: 0px;
	padding-left: 15px;
}


#content {
	min-height: 500px;
	padding: 0 15px 15px 15px;
	background: url('../images/bg-blue.png') repeat-x bottom;
}

#footer {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.90em;
}



em {
	border-bottom: 1px dashed #ccc;
}

ul{
	list-style: square;
	padding-left: 20px;
}


ul.continent {
	margin-left: 10px;
	list-style: circle;
	line-height: 1.5em;
}


.photosThumb2 {
	border: 2px solid #eee;
	padding: 2px;
	margin: 3px;
}


img {
	border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 0px;
	vertical-align: top;
}


span.comment {
	font-size: 8pt;
	color: #444;
	font-style: italic;
}


div.hr {
	width: 100%;
	border: none;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin: 8px auto;
	text-align: right;
	font-size: 8pt;
	color: #821439;
}


hr {
	height: 1px;
	border: none;
	color: #dedede;
	background-color: #dedede;
	margin-bottom: 20px;
}


/* ADD */
#tBar {
	height:25px;
	margin:0px;
	padding:0px;
	text-align: right;
	padding-right: 5px;
}

#tBar a {
	text-decoration: none;
}

#tBar a:hover {
	text-decoration: underline;
}


#tLogo {
	width:900px;
}

#tLogin {
	text-align: left;
}

.iText {
	padding: 3px;
	margin-bottom: 3px;
	font-size: 8pt;
	border: 1px solid #ddd;
	border-top: 2px solid #bbb;
	border-right: 1px solid #ccc;
	height: 15px;
	margin-left: 3px;
	background: url('../images/bg_input.gif') repeat-x 0 0;
}

.iSelect {
	border: 1px solid #ddd;
	border-top: 2px solid #bbb;
	border-right: 1px solid #ccc;
	width: 280px;
	background: url('../images/bg_input.gif') repeat-x 0 0;
}

option{
	background-color: #fff;
}



.errorMessage {
	width:100%;
	padding:5px;
	color:#fff;
	font-weight:bold;
	border:2px solid #a00;
	background-color: #e00;
}

.infoMessage {
	width:95%;
	padding:5px;
	color:#1b4e93;
	font-weight:bold;
	border:3px solid #3679d4;
}


table.tForm {
	border:1px solid #eee;
}

td.lCellForm {
	padding:3px;
	vertical-align: middle;
}

td.rCellForm {
	background-color:#edf5fd;
	padding:3px
}


.menuBox {
	border: none;
}

.menuBox th {
	text-align:left;
	padding:5px;
}

.menuBox th img {
	vertical-align:middle;
	padding-right:8px;
}

.menuBox td {
	padding:5px;
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	margin-top: 15px;
}

