* {
	margin: 0;
	padding: 0;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.block {
	display:block;
}

.strong, .bold {
	font-weight: bold;
}

a {
	color: #01a5ec;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.button {
	border: 1px solid #000;
	background: #0DA3DF;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}

.dashed {
	border-bottom: 1px dashed #00ABEF;
}

p {
	padding: 0 0 10px;
	text-align: justify;
}

p.paragraph {
	text-indent: 15px;
}

ul.list {
	padding: 0 0 0 15px;
}

ul.paragraph li {
	margin-top: 20px;
}

ul.paragraph li .description:after {
	content: " :";
}
pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* structure */

body {
	background: #2e3f46 url('bg-body5.png') center repeat-y;
	font: 13px "Trebuchet ms", Helvetica, sans-serif;
	line-height: 1.5em;
}

#body {
	color:#333;
	background: #fff;
	width: 880px;
	margin: auto;
}

#header {
	background: #36362e;
	height: 100px;
	margin: 0 auto 20px;
	position: relative;
}


#header #breadcrumb {
  position: absolute;
  top: 2px;
  right: 8px;
  color: #666;
}

#header #breadcrumb a, #header #breadcrumb:visited {
	color: #666;
}

#feed {
	position: absolute;
	bottom: 2px;
	right: 9px;
}

#header h1 {
	display: block;
	/*padding: 45px 0 0 25px;*/
	font: 38px "Trebuchet MS",Verdana,sans-serif;
	position: absolute;
	top: 45px;
	left: 25px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 span {
	color: #00abef;
}

#header #ind {
	position: absolute;
	top: 72px;
	left: 110px;
	color: #fff;
	font-family: arial;
}

#content {
	margin: 0 auto;
	width: 780px;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

#content h1, #content .h1 {
	margin: 15px 0;
	color: #029cdf;
	font: 24px Verdana,sans-serif;
}

#content h2, #content .h2 {
	margin: 15px 0;
	color: #029cdf;
	font: 21px Verdana,sans-serif;
}

#content h3, #content .h3 {
	margin: 15px 0;
	color: #029cdf;
	font: 19px Verdana,sans-serif;
}

#content h4, #content .h4 {
	margin: 10px 0;
	color: #029cdf;
	font: 17px Verdana,sans-serif;
}

#main {
	float: left;
	width: 570px;
}

#sidebar {
	float: right;
	width: 160px;
}

#sidebar .navigation {
	list-style: none;
}

#sidebar h1 {
	margin: 15px 0 5px 0;
	color: #908a7e;
	font: 18px "Trebuchet MS",Verdana,sans-serif;
}

#sidebar .navigation li {
	list-style: none;
}

#sidebar .navigation li a {
	display: block;
	width: 150px;
	padding: 9px 5px;
	border-bottom: 1px solid #ddd;
	color: #4e4b44;
}

#sidebar .navigation li a.active {
	color: #333;
	font-weight: bold;
}

#sidebar .navigation li a:hover {
	color: #2E3F46;
}

#sidebar li {
	list-style: none;
}

#footer {
	clear: both;
	height: 50px;
	margin: 60px auto 0;
	text-align: center;
	border-top: 1px solid #000;
	background: #3A3934;
	color: #666;
	line-height: 18px;
	padding: 7px 0 0;
}

#footer p {
}

/* specific */
#tickets li {
	clear:both;
	list-style-type: none;
}

#tickets .description {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 0 5px 5px;
}

#tickets .example {
	padding: 0 0 0 10px;
	border-left: 1px dotted #ccc;
}

#tickets .foot {
	border-left: 1px dotted #ccc;
  text-align:right;
  display: block;
}

