* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/background.jpg') repeat-x #e1e1e1;
	background-position: 0px -25px;
	margin: 0 auto;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #323232;
}

a {
	color: #6c80ba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 180%;
}

h1 {
	padding-top: 10px;
	padding-bottom: 5px;
}

h2 {
	padding-top: 5px;
}

#page {
	width: 890px;
	padding: 5px;
	margin: 0 auto;
	background: #ffffff;
	margin-top: 50px;
	margin-bottom: 70px;
}

#header {
	width: 890px;
	height: 245px;
	background: url('../images/header.jpg') no-repeat;
}

#content {
	padding: 10px;
	width: 600px;
}

#details {
	font-size: 80%;
	margin-top: 30px;
}

#sidebar {
	float: right;
	margin-right: 10px;
	padding: 10px;
	width: 240px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	border-top: 1px #c4c4c4 dashed;
	padding: 10px;
}

#sidebar ul .first {
	border-top: 0px;
}

#sidebar .content {
	border: 1px solid #e5e5e5;
	border-top: 0px;
}

#sidebar h2 {
	display: block;
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
	margin-top: 30px;
	color: #6c80ba;
}


label {
		display: block;
		font-size: 10px;
		padding-top: 10px;
	}
	
	.text, .select {
		width: 100%;
		border: 1px solid #c5c5c5;
		background: #f5f5f5;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px;
	}

	.button {
		padding: 5px 10px 5px 10px;
		background: #f5f5f5;
		text-decoration: none;
		text-transform: capitalize;
		font-size: 12px;
		border: #c4c4c4 solid 1px;
		margin-top: 12px;
		color: #000000;
		font-weight: bold;
		cursor: pointer;
	}

td {
	padding-right: 10px;
}

.content {
	background: url('../images/img10.gif') no-repeat;
	padding: 10px;
}

ol {
	list-style: none;
}

ol li {
	padding: 10px 0px;
	border-top: 1px dashed #c4c4c4;
}

ol li.first {
	border-top: 0px;
}

  .tablesorter {
    border: 1px solid #c4c4c4;
    border-collapse: collapse;
  }
  
  .tablesorter td {
    border-top: 1px solid #c4c4c4;
    background: #ffffff;
  }
  
  .tablesorter th {
  }
  
  .tablesorter td, .tablesorter th {
    padding: 10px;
    text-align: left;
  }
  
  .tablesorter thead td, .tablesorter thead th {
    background: #eeeeee;
    font-weight: bold;
  }

  .tablesorter thead tr .header {
  	background-image: url('../images/bg.gif');
  	background-repeat: no-repeat;
  	background-position: center left;
  	cursor: pointer;
  	padding-left: 20px;
  }

  table.tablesorter thead tr .headerSortUp {
  	background-image: url('../images/asc.gif');
  	background-color: #dddddd;
  }
  table.tablesorter thead tr .headerSortDown {
  	background-image: url('../images/desc.gif');
  	background-color: #dddddd;
  }

table.column td {
	border-top: 0px;
	border-left: 1px solid #c4c4c4;
}
