/* 1 colour */

p {
	padding:0 0 1.4em 0;
}
p form {
	margin-top:0;
	margin-bottom:20px;
}

img.left,img.center,img.right {
	padding:4px;
	border:1px solid #a0a0a0;
}
img.left {
	float:left;
	margin: 0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right{
	float:right;
	margin:0 0 5px 12px;
}
a img.no_border, a:hover img.no_border {
	border: 0;
}
/** banners **/
#leaderboard {
	position:relative;
	text-align: center;
	top:0px;
	left:0px;
	width:728px;
	height:90px;
}
#banner {
	width: 100%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#skyscraper {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
#imu {
	width: 300px;
	height: 250px;
	text-align: center;
}

/**************** Misc classes and styles ****************/
.clear {
	clear:both;
}
.small {
	font-size:0.8em;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}

.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#2C328A;
	line-height:1.5em;
}
/* forms */
input, textarea {
	background-color: #E2E2E2;
}
fieldset {
	padding: 1em;
	border: 1px solid #888888;
}
legend {
	padding: 0.2em 0.5em;
	border:1px solid #888888;
	color: #888888;
	font-size:90%;
	text-align:right;
	font-weight: bold;
}
/** TOOLTIP **/
span.tool {
  position: relative;
  cursor: help;
  vertical-align: middle;
}
 
span.tool span.tip {
  display: none;
}
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  min-width: 240px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
  width: auto;
  height: auto;
}
/** PAGINATION **/
.pagination {
	font-size: 80%;
}
.pagination a {
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}
.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pagination .current {
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}
.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
/* CENTER_MENU */
ul.center_menu, ul.center_submenu {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.center_menu li, ul.center_submenu li {
	display: inline;
}
ul.center_menu li a, ul.center_submenu li a {
	border: 1px solid #888888;
	padding: 2px 5px;
	margin: 0;
}
ul.center_menu li.selected a, ul.center_submenu li.selected a, ul.center_menu li a:hover, ul.center_submenu li a:hover {
	background-color: #888888;
	color: #ffffff;
}
/* COMMENTS */
#comments .comment {
	border: 1px solid #888888;
	clear: both;
	float: left;
	margin: 5px;
	width: 468px;
}
#comments .comment .comment_show, #comments .comment .comment_show_user {
	background-color: #888888;
	padding: 1px;
	padding-left: 5px;
	color: #ffffff;
}
#comments .comment .comment_show a, #comments .comment .comment_show_user a {
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
#comments .comment .comment_user {
	background-color: #888888;
	padding: 1px;
	padding-left: 5px;
	float: left;
	width: 320px;
	color: #ffffff;
}
#comments .comment .comment_user a {
	color: #ffffff;
}
#comments .comment .comment_date {
	background-color: #888888;
	padding: 1px;
	width: 140px;
	float: left;
	text-align: right;
	color: #ffffff;
}
#comments .comment .comment_info {
	padding: 4px;
	width: 108px;
	float: left;
}
#comments .comment .comment_photo {
	
}
#comments .comment .comment_plusmin {
	text-align: center;
	font-weight: bold;
}
#comments .comment .comment_plusmin .plus {
	color: #006400;
}
#comments .comment .comment_plusmin .min {
	color: #FF0000;
}
#comments .comment .comment_plusmin .zero {
	color: #000000;
}
a.plus, a.plus_selected {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/imagessite/plus.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}
a.plus:hover, a.plus_selected {
	background-position: -16px 0;
}
a.min, a.min_selected {
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(/imagessite/min.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}
a.min:hover, a.min_selected {
	background-position: -16px 0;
}
#comments .comment .comment_text {
	float: left;
	padding: 3px;
	width: 340px;
}
#comments .comment .comment_text .quote {
	clear: both;
	padding: 3px;
	margin: 10px;
	margin-top: 0;
	border: 1px dashed #cccccc;
}
#comments .comment .comment_tools {
	clear: both;
	position:relative;
	border-top: 1px solid #888888;
	vertical-align: middle;
	height: 22px;
	width: 100%;
}
#comments .comment .comment_tools a.comment_tool {
	display: table-cell;
	border-right: 1px solid #888888;
	float: left;
	padding: 1px;
	background-color: #dddddd;
	font-size: 10px;
	line-height: 1.1em;
	height: 22px;
	width: 75px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
#comments .comment .comment_tools a.comment_tool:hover {
	background-color: #888888;
	color: #FFFFFF;
}