/* @override http://localhost/_ihanatour/css/typo.css */

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 8pt/1.5 "Lucida Grande", Malgun Gothic, 'Helvetica Neue', 'Liberation Sans', Arial, Verdana, sans-serif;
  color: #545454;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin: 10px 0px;
}

a {
  color: #4081d3;
  text-decoration: none;
}

a:hover {
  color: #1e68c1;
}

h2 {
  padding-top: 20px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { color: #4e89c6; }
h1 {
  font-size: 25px;
  font-weight: normal;
  padding-top: 20px;
}

h1.slogan {
  color: #fff;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}
.bulletTitle {
	color: #4e89c6;
	font-size: 20px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: none;
}


dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 5px;
  margin-top: 15px;
}

/* Elements */
#footer {
	font-size: 0.85em;
}

.error-message { 
	color: #c1151a;
	display: inline;
	margin:0 0 0  10px;
}
.timeStamp {font-size: 0.85em;}
#flashMessage { text-align: center;
	display: block;
	border: 1px solid #d05a0b;
	background: #ffefc0;
	color: #d05a0b;
	padding: 5px 15px;
	margin:0 0  10px 0;
}

/* Left Panel */
.panel_left_top span {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	padding-top: 5px;
	padding-left: 30px;
}


/* Status texts */
.New {
	color: #c80000;
}
.Pending {
	color: #d29700;
}
.Paid {
	color: #004db6;
}
.Canceled {
	color: #000;
}
.Confirmed {
	color: #008613;
}
.Ticketed {
    /*color: #006400;*/
    color: #008613;
    font-weight: bold;
}
span.required {
	color: #c80000;
}
.alignRght { text-align: right; }