body {
	margin: 0px;background: #FFFFFF url('K25Metro2.jpg') repeat top left;
	/*Set this to either scroll or fixed*/
	background-attachment:scroll;
	font-family: tahoma,verdana,sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

image {border-color: #333}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

#shadow-top {
	background: url(shadow-t.png) 0 0 no-repeat;
	height: 39px;
}

#shadow-middle .padding {
	padding: 60px 24px 20px 24px;
}

#shadow-middle {
	background: url(shadow-m.png) 0 0 repeat-y;
	padding: 0 24px;
}

#shadow-rocket {
	background: url(shadow-rocket.png) 0 0 repeat-y;
	height: 91px;
	text-align: center;
}

#logo {
	display: block;
	background: url(logo.png) 0 0 no-repeat;
	width: 325px;
	height: 63px;
	position: absolute;
	left: 40px;
	top: 30px;
	border: 0;
}

div.wrapper {
	margin: 0 auto;	
	width: 925px;
	text-align: left;
	position: relative;
}

#inset {
	background: url(login-smoke.png) 0 0 no-repeat;
}

#inset,
#inset-mod {
	position: absolute;
	right: 26px;
	width: 400px;
	height: 51px;
	top:  40px;
}

#search {
	padding: 15px;
}

#showcase {
	background: url(trans-20.png);
}

#showcase2 {
	background: #FFFFFF;
}

.moduletable {
	padding: 10px;
	height: 1%;
	margin-bottom: 15px;
}

.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

/* @group Horizontal Menu */

#horiz-menu {
	height: 33px;
	padding-left: 20px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#horiz-menu a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#horiz-menu a:hover {
	text-decoration: none;
}

/* Mainframe */

#mainframe tr {
	vertical-align: top;
}

#mainframe td.spacer,
.sections td.spacer {
	width: 20px;
	background: none;
	border: 0;
}

#mainframe td#left,
#mainframe td#right {
	width: 150px;
}

.moduletable h3 {
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	padding: 0px;
	margin: -11px -10px 10px -10px;
	padding-left: 22px;
}

#mainframe td,
.sections td {
	padding: 0;
}


#mainframe,
.sections {
	border-collapse: collapse;
	padding: 0;
	margin-top: 20px;
	width: 100%;
}

 .sections td,
 #mainframe td#left,
 #mainframe td#right,
 #mainframe #user1,
 #mainframe #page,
 pre,
 blockquote,
 .sectiontableheader {
	background: url(trans-15.png);
}

#mainframe td.sectiontableheader {
	font-weight: bold;
	padding: 4px 2px;
}

#page {
	padding: 0px 10px 20px 10px;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 0px 0px;padding-bottom: .1em}

.sections td,#showcase,#showcase2,#mainframe td#left,#mainframe td#right,#mainframe #user1,#mainframe #page,pre,fieldset {border: 1px solid #333;}

/* @end */

/* @Nonfinal */

.FSF_Form {
	width: 150px;
	float:  left;
	padding: 15px;
}


.FSF_Form  .inputbox {
	width:  75px;
	padding: 15px;
}

span.FSFsubmit {
	display: block;
	float:  left;
	background: url(login-button.png) 0 0 no-repeat;
	width: 93px;
	height:  41px;
	line-height: 41px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
} 

span.FSFsubmit {
	color:  #fff;
}

.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

/*  poll.css - stylesheet settings for poll snippets */

.poll {
  width:100%;
  font:1em arial,tahoma,verdana,sans-serif;
  margin:0;
  padding:0;
}
.poll_container {
  width:100%;
  background-color:transparent;
  border:0px solid black;
  padding-top:0;
  padding-bottom:0;
  margin-left:auto;
  margin-right:auto;
}
.poll_question {
  width:100%;
  text-align:center;
  font:bold;
}
.poll_row_container {
  width:100%;
  padding:.1em 0;
}
.poll_choice {
  width:30%;
  float:left;
  text-align:left;
  padding-left:0em;
}
.poll_votes {
  width:15%;
  float:left;
  padding-right:.5em;
  text-align:right;
}
.poll_bar_container {
  width:35%;
  height:.98em;
  background-color:#FFF;
  border:1px solid black;
  float:left;
  margin:.1em;
}
.poll_bar {
  height:.98em;
  background-color:#333;
  float:left;
  margin:0;
  padding:0;
}
.poll_percent {
  text-align:right;
  padding-right:1em;
  margin-left:auto;
  margin-right:auto;
}
.poll_totalvotes {
  width:45%;
  text-align:right;
}
.float_left_text_right {
  width:100%;
  float:left;
  text-align:right;
  margin:0;
  padding:0;
}
.float_right_text_left {
  width:50%;
  float:right;
  text-align:left;
  margin:0;
  padding:0;
}
.space_line {
  clear: both; margin: 0; padding: 0; width: 90%;
}

/* END - poll.css */

/* @group RokFlow */

#rokflow, #rokflow #loader {
	overflow: hidden;
	position: relative;
	width: 800px;
	height: 170px;
	background: 50% 50% no-repeat url(../images/loader.gif);
}

#rokflow, #rokflow * {
	margin:0; padding:0; border:0;
}

#rokflow div {
	float: left;
	position: relative;
}

#rokflow img {
	width: 124px;
	height: 194px;
	border: 0;
	top:  40px;
	margin-top: 15px;
}

#rokflow div h3 {
	display: block;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}


.moduletable #rokflow h3 {
	background: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: auto;
}

#rokflow a {
	text-decoration: none;	
}

#rokflow #loader {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
}

#flashdiv {
position: relative;
top: -70px;
}

/* @end */
