/* BODY */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	min-height: 100%;
	width: 100%;
	font-size: 1em;
}

#structure {
  background: transparent url('/images/bg_body.png') repeat-x left top;
}

/* VERTICAL */

#top {
	background: transparent url('/images/bg_top.png') no-repeat left top;
	height: 229px;
	width: 100%;
	margin-bottom: 2px;
}

#bannertop {
	position: absolute;
	right: 16px;
	margin-left: 16px;
	top: 65px;
	/*border: 1px solid #ccc;
	padding: 1px;*/
}

/* HORIZONTAL */

#left, #right, #center, #center_full {
  margin-bottom: 32px;
}

.floatLeft {
  float: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.floatRight {
  float: right;
  margin-left: 1em;
}

#left {
	width: 26%;
	float: left;
	margin-left: 1%;
}

#right {
	width: 26%;
	float: right;
	margin-right: 1%;
}

#center {
  margin: 0 28%;
}

#center_full {
	margin-left: 28%;
	margin-bottom: 32px;
}

/* CORNERSAMPLES */

.cornerSamples {
	background: #f8f5f2;
}

.cornerSamples .msg {
	padding-left: 20px;
}

.cornerSamples h3 {
  font-size: 1.2em;
  vertical-align: middle;
}

.cornerSamples .code3 {
  margin: 5px;
}

#userStatus {
  cursor: pointer;
  position: relative;
  top: 5px;
}

#userStatus dl#selectStatus {
  margin: -8px 0 0 12px;
  border: 1px solid #eae6db;
  background-color: #fff;
  font-size: .9em;
  position: absolute;
  width: 160px;
  padding: 0 0 2px 0;
  vertical-align: middle;
}

#userStatus dl#selectStatus hr {
  border: none;
  border-top: 1px solid #eae6db;
  background-color: transparent;
  height: 0;
  margin-bottom: 0 !important;
}

#userStatus dl#selectStatus dt {
  vertical-align: middle;
  padding: 4px 0;
}

#userStatus dl#selectStatus dt:hover {
  background-color: #ffffe5;
}

#userStatus img {
  vertical-align: bottom;
  margin: 0 4px 0 0;
}

#userStatus dl#selectStatus img {
  margin: 0 4px;
}

/* PROFILE */

.resume {
	min-height: 138px;
}

#insider {
	border-left: 1px solid #D9D4C7;
  color: #333333;
  padding: 1em .5em;
  min-height: 335px;
}

.sideleft {
	width: 140px;
	float: left;
	padding-top: 3px;
}

.sideright {
	display: block;
	margin-left: 140px;
}

/* ROSTER */

#iRoster {
  display: block;
  height: 300px;
  overflow-y: auto;
  width: 100% !important;
}

/* BOTTOM */

#bottom {
  clear: both;
	background: #F5F6F1 url('/images/bg_bottom.png') no-repeat left bottom;
	display: block;
	height: 42px;
	margin: 0 10px;
}

#bottom p {
	margin-left: 152px;
  width: 540px;
}

#bottom p img {
  position: relative;
  top: -10px;
  float: left;
  vertical-align: middle;
}


#intro .topmenu {
  margin: 0 4px;
  position: relative;
  top: 1px;
}

.topmenu {
  border-bottom: 1px solid #d9d4c7;
  height: 22px;
}

.topmenu dt {
  float: left;
  height: 22px;
  margin: -1px 3px -1px 0;
  background: #fff;
}

.topmenu dt a {
  text-decoration: none !important;
  padding: 3px 5px;
  display: block;
  background: transparent url('/images/bg_body.png') repeat-x left bottom;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
}

.topmenu dt a:hover {
  background: #fff;
  color: #666 !important;
}

.topmenu dt.selected a {
  border-bottom: 1px solid #fff;
  background: none;
}

/* SUPPORT */

dl.support {
  border-top: 1px solid #d9d4c7;
  border-bottom: 1px solid #d9d4c7;
}

dl.support dt {
  border-top: 1px solid #d9d4c7;
  font-weight: bold;
	padding: .5em 0;
}

dl.support dd {
	padding-bottom: 1em;
}

dl.support dd a {
	position: relative;
	top: 5px;
	margin-left: 30px;
}

dl.support dt,
dl.support dd {
  width: 100%;
  float: none;
	text-indent: 30px;
}

dl.support dt.owner {
	background: transparent url('/images/ico16/support.png') no-repeat 4px 3px;
}

dl.support dt.dinfo {
	background: #e3f6ff url('/images/ico16/message_info.png') no-repeat 4px 3px;
}
