/* @group Global */

* {
	margin: 0;
	padding: 0;
}
 /* uncomment for sticky footer */
 /* also must add <div class='push'></div> right before div.wrapper closes */
/*html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
.footer, .push {
	height: 30px;
}
*/
html, body {
	height: 100%;
}
body {
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #0A1E4B;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	margin-bottom: 15px;
}
ul {
	
}
ul li {
	list-style-type: none;
}
ol {
	padding: 0px 25px 0px 25px;
}
a {
	text-decoration: none;
	color: #0B214A;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
.pointer {
	cursor: pointer;
}
div.clear {
	clear: both;
	height: 1%;
}
#container {
	position: relative;
	width: 1011px;
	min-height: 730px;
	height: auto !important;
	height: 730px;
	border-top: 10px solid #F9BF31;
	border-bottom: 10px solid #F9BF31;
	background: #D0D1D3 url(images/container_bg.png) repeat-y;
}
#header {
	position: relative;
}
a.header {
	background: url(images/onepixclear.gif) repeat;
	display: block;
	position: absolute;
	height: 130px;
	width: 130px;
	top: 10px;
	left: 42px;
}
span.site-name {
	/*position: absolute;
	left: -999px;*/
}
#nav_section {
	position: relative;
	width: 192px;
	float: left;
	min-height: 730px;
	height: auto !important;
	height: 730px;
	background: url(images/nav_bg.png) repeat-y;
	padding-bottom: 10px;
}
#main_nav {
	position: relative;
	background: url(images/nav_top.png) no-repeat 0 top;
}
#main_nav ul {
	padding-left: 0;
	margin-left: 23px;
}
#main_nav ul li {
	list-style-type: none;
	margin-bottom: 0px;
	display: block;
}
#main_nav ul li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 26px;
	background: url(images/onepixclear.gif) repeat;
}
#main_nav ul li a.on {
	background: #6F90B8 url(images/nav_on.png) no-repeat left center;
}
#main_nav ul li a:hover {
	background: #6F90B8 url(images/nav_on.png) no-repeat left center;
}
#main_nav ul li.open ul.sub-nav {
	display: block;
}
#main_nav ul.sub-nav {
	display: none;
}
#main_nav ul.sub-nav li {
	margin-bottom: 0;
}
#main_nav ul.sub-nav li a {
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#main_nav ul.sub-nav li a:hover {
	background: none;
	text-decoration: underline;
}
#main_nav ul.sub-nav li a.on {
	background: none;
	text-decoration: underline;
}
#want_to_play {
	position: relative;
	width: 120px;
	margin-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #334C73;
	border-bottom: 2px solid #334C73;
}
#want_to_play a {
	display: block;
	border: 1px solid #002B5F;
}
#want_to_play a img {
	padding: 2px;
}
#want_to_play a:hover {
	border: 1px solid white;
	display: block;
}
#member_nav {
	position: relative;
	
}
#member_nav ul {
	padding-left: 0;
	margin-left: 23px;
}
#member_nav ul li {
	list-style-type: none;
	margin-bottom: 0px;
}
#member_nav ul li a {
	color: #9cb1ce;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 26px;
}
#member_nav ul li a.on {
	background: none no-repeat left center;
	font-weight: bold;
}
#member_nav ul li a:hover {
	background: none no-repeat left center;
	font-weight: bold;
}
#member_nav ul.sub-nav {
}
#member_nav ul.sub-nav li {
	margin-bottom: 0;
}
#member_nav ul.sub-nav li a {
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#member_nav ul.sub-nav li a:hover {
	background: none;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#member_nav ul.sub-nav li a.on {
	background: none;
	text-decoration: underline;
}
#member_login {
	position: absolute;
	/*display: none;*/
	left: 50px;
}
#member_login {
	position: absolute;
	display: none;
	left: 50px;
}
#member_login form {
	position: relative;
	width: 140px;
	color: #8196BB;
	font-size: 10px;
}
#member_login #login, #member_login #password {
	width: 100px;
}
#memberLogin {
	width: 140px;
	border: 0;
	position: relative;
}
#memberLogin input.button {
	position: absolute;
	top: -22px;
	right: 10px;
	z-index: 1000;
}
#memberLogin a {
	color: #8196BB;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9px;
}
div.wrong-login {
	position: absolute;
	font-weight: bold;
	color: #8da2b2;
	font-size: 11px;
	left: 23px;
	width: 170px;
	text-align: center;
	text-decoration: underline;
}
#content_container {
	position: relative;
	float: left;
	width: 819px;
	min-height: 740px;
	height: auto !important;
	height: 740px;
	background-color: #D2D3D5;
}
#team_logos {
	position: relative;
	height: 95px;
	padding-left: 15px;
}
#team_logos a {
	display: block;
	width: 100px;
	height: 60px;
	float: left;
	padding-top: 5px;
	padding-right: 44px;
	background: url(images/onepixclear.gif) repeat;
	z-index: 1000;
}
#soccer_logos {
	position: relative;
	bottom: 10px;
	right: 10px;
	height: 65px;
	margin-top: 15px;
}
#soccer_logos a {
	display: block;
	width: 65px;
	height: 50px;
	float: right;
	padding-top: 15px;
	padding-left: 20px;	
}
#team_logos a span, #soccer_logos a span {
	position: absolute;
	display: none;
}
#team_logos a span span.team-name {
	position: absolute;
	top: 65px;
	/*z-index: 1000;*/
	left: 0;
	display: block;
}
#team_logos a span span.team-3 {
	left: -11px;
}
#team_logos a span span.team-5 {
	left: 50px;
}
#team_logos img {
	
}
#content {
	position: relative;
	width: 575px;
	/*min-height: 540px;
	height: auto !important;
	height: 540px;*/
	margin-left: 7px;
	float: left;
	background: url(images/content_bg.png) repeat-y;
	overflow: visible;
	z-index: 100;
}
#content h1.page-title {
	color: #FBBF21;
	text-transform: uppercase;
	font: normal normal 32px/36px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 5px;
}
#content img.content-top, #content img.content-bottom {
	margin: 0;
}
#main_content {
	position: relative;
	color: #0B214A;
	padding: 0 8px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	width: 538px;
	margin: 0 5px 0 7px;
}
#content ul {
	padding-left: 15px;
}
#content ul li {
	list-style-type: disc;
}
#content img {
	margin: 10px;
}
#page_image img {
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 0;
}
#main_copy.home {
	margin-top: 30px;
	border-top: 1px solid #6D6F72;
	padding-top: 15px;
	padding-bottom: 10px;
}
#main_copy {
	margin-top: 30px;
	border-top: 1px solid #6D6F72;
	padding-top: 65px;
	padding-bottom: 10px;
}
#main_copy a {
	text-decoration: underline;
}
#search {
	position: absolute;
	right: 15px;
	top: 102px;
	z-index: 1000;
}
#search_form {
	position: relative;
}
#search_form input.search-box {
	position: relative;
	float: left;
	padding: 3px 5px;
	width: 195px;
	background: white url(images/search_glass.png) no-repeat left;
	border: 1px solid #818386;
}
#search_form input.search-button {
	position: relative;
	float: left;
}
#right_content {
	position: relative;
	width: 220px;
	float: left;
	min-height: 531px;
	height: auto !important;
	height: 531px;
	border-top: 1px inset #AEAFB0;
	border-left: 1px inset #BDBEBF;
	border-bottom: 1px inset #AEAFB0;
	border-right: 1px inset #BDBEBF;
	margin-top: 35px;
	background-color: #DCDDDE;
}
#quicklinks {
	position: relative;
	width: 200px;
	margin-left: 10px;
}
#quicklinks ul {
	
}
#quicklinks ul li {
	margin-bottom: 2px;
}
#quicklinks ul li a {
	display: block;
	height: 46px;
	width: 185px;
	background: url(images/quicklinks.gif) repeat scroll 0 0;
	text-decoration: none;
	padding-left: 15px;
	line-height: 44px;
	color: #081F4D;
}
#quicklinks ul li a:hover {
	background: url(images/quicklinks.gif) repeat scroll 0 -49px;
	font-weight: bold;
}
#footer {
	position: relative;
	width: 986px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#footer p.left {
	font-size: 9px;
	color: #729abd;
	position: relative;
	float: left;
	margin: 0;
}
#footer p.right {
	font-size: 9px;
	color: #729abd;
	position: relative;
	float: right;
	margin: 0;
}
#footer p a {
	color: #F9BF31;
}

/* @group Accelsite Definitions */

/* @group Generic Module Styles */

#module_toc {
	position: relative;
	padding: 10px;
}
#module_toc div.module-item {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#module_toc h2 {
	
}
#module_toc div.module-image {
	
}
#module_toc div.module-description {
	
}
#module_detail {
	position: relative;
}
#module_detail a.back-to-list {
	
}
#module_detail h1 {
	
}

#module_detail h3 {
	
}

#module_detail h3 a {
	
}

#module-image-detail {
	margin-bottom: 10px;
}

#module-image-detail img {
	padding: 3px;
	border: 1px solid #ddd;
}
/* @end */

/* @group Table Sorting Styles */


.table-stripe-nosort {
	border-collapse: collapse;
}

.table-stripe-nosort tr.table-hover td {
	background-color: #ffd !important;
}

.table-stripe-nosort thead tr th {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #FDE5B4;
}
.table-stripe-nosort tr.even td.contentListCell {
	background: #fafafa;
}

.table-stripe-nosort tr.odd td.contentListCell {
	background: #f6f6f6;
}

table.table-stripe {
	border-collapse: collapse;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

table.table-stripe thead tr th {
	border-bottom: 1px solid #FDE5B4;
}
table.issue tr td.contentListCell.first {
	width: 40%;
}
table .categoryCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
	font-weight: bold;
}
table td.contentListCell {
	
}

table .adminHeaderCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
}
.table-stripe tr.table-hover td {
	background-color: #ffd !important;
}


table.table-stripe tr.even td.contentListCell {
	background: #fafafa;
}

table.table-stripe tr.odd td.contentListCell {
	background: #f6f6f6;
}
table.navigation td.main_level{
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

table.navigation td.sub_level{
	background-color: #f9f9f9;
}

/* @end */

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
.formLabel {
 /*background-color: #ECEEF0;*/
 }
.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 /*background-color: #AAAA77;*/
 /*color: #FFFFFF;*/
 font-weight: bold;
 }
.contentListCell {
 /*background-color: #EEEEEE;
 color: #000000;*/
 }
.contentListCellAlt1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.contentListCellAlt2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.alternate2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate3 {
  /*background-color: #FFF;*/
  border:2px solid #EFEDEE;
  /*color: #000000;*/
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #4E4E4E;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */

/* @end */

/* @group Calendar */

/* @group Calendar Widget */

#widget_cal {
	position: relative;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	padding: 5px 0;
	border-bottom: 1px solid #253F66;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #081F4D;
}
#widget_cal table {
	width: 100%;
}
#widget_cal #cal_left {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(images/cal_prev.png) no-repeat;
	height: 20px;
	width: 20px;
}
#widget_cal #cal_right {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/cal_next.png) no-repeat;
	height: 20px;
	width: 20px;
}
#this_month {

}
#widget_cal table a {
	color: #081F4D;
}
#widget_cal table th {
	font-weight: normal;
	font-style: normal;
}
#widget_cal table td{
	padding: 2px 0px 0px;
	height: 22px;
}
#widget_cal table td a {
	height: 22px;
	width: 22px;
	display: block;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 2px;
}
#widget_cal table td.category-25 a {
	background: url(images/msa_event.png) no-repeat center 0px;
}
#widget_cal table td.category-26 a {
	background: url(images/other_event.png) no-repeat center 0px;
}
#widget_cal table td.category-25.category-26 a {
	background: url(images/combo_event.png) no-repeat center 0px;
}
#widget_cal h3 {
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
#widget_event_title {
	display: none;
	position: absolute;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #f3f3f3;
	width: 188px;
	z-index: 1000;
}
#widget_cal img.cal-key {
	position: absolute;
	bottom:10px;
	left: 5px;
}

/* @end */
#archive_link {
	position: absolute;
	top: 50px;
	text-align: right;
	width: 523px;
	padding-right: 15px;
}
#archive_nav {
	position: absolute;
	top: 50px;
	width: 523px;
	padding-left: 15px;	
}
#archive_nav a {
	padding-right: 15px;
}
#event_container {
	position: relative;
}
#months {
	position: relative;
	width: 225px;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#months div.cal_header {
	position: relative;
	background: url(images/cal_month_bg.jpg) no-repeat;
	width: 195px;
	height: 29px;
	color: #F9BF31;
	font-weight: bold;
	padding-left: 10px;
	line-height: 28px;
	font-size: 18px;
}
#months div.cal_holder {
	position: relative;
	margin-bottom: 10px;
	width: 209px;
}

#months table {
	width: 100%;
}
#months #cal_left {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(images/cal_prev.png) no-repeat;
	height: 20px;
	width: 20px;
}
#months #cal_right {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/cal_next.png) no-repeat;
	height: 20px;
	width: 20px;
}
#months table a {
	color: #081F4D;
}
#months table th {
	font-weight: normal;
	font-style: normal;
}
#months table td{
	padding: 2px 0px 0px;
	height: 22px;
}
#months table td a {
	height: 22px;
	width: 22px;
	display: block;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 2px;
}
#months table td.category-25 a {
	background: url(images/msa_event_cal.png) no-repeat center 0px;
}
#months table td.category-26 a {
	background: url(images/other_event_cal.png) no-repeat center 0px;
}
#months table td.category-25.category-26 a {
	background: url(images/combo_event_cal.png) no-repeat center 0px;
}
#event_details {
	position: relative;
	width: 310px;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#event_details span.event-date {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
#event_details span.event-title {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
#event_details div.event {
	border-bottom: 1px solid #0B214A;
	margin-top: 5px;
}
/* @end */

/* @group Search */

form.searchForm {
	
}
form.searchForm input.searchBox {
	width: 92%;
	border:1px solid #818386;
	padding:3px 5px;
	position:relative;
	margin-bottom: 5px;
}
form.searchForm input.searchBoxButton {
	border:2px solid #AAAAAA;
}
h3.search {
	color: #FBBF21;
}
div.search-item {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
div.search-keyword-item a {
	font-weight: bold;
	text-decoration: underline;
	color: #0B214A;
}
div.search-keyword-body {
	padding-left: 10px;
	padding-top: 5px;
}
/* @end */

/* @group Expense Tracker */
#submit_expense{
	position:absolute;
	top:-57px;
	right:0px;
} 
/* @group List */

a.new-report {
	text-decoration: underline;
}
div.expense-report {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
div.expense-report span.sure {
	display: block;
}
div.expense-report span.sure span {
	position: absolute;
	top: 0px;
	right: 10px;
	border: 1px solid maroon;
	padding: 3px 3px;
	z-index: 1000;
}
div.expense-report span.sure span a {
	padding-left: 5px;
}
div.expense-report a.report-title {
	font-weight: bold;
}
div.expense-report a.delete {
	position: absolute;
	top: 5px;
	right: 10px;
}
#main_copy div.expense-report a.delete img {
	margin: 0;
}
div.expense-report span.submitted {
	color: green;
}
div.expense-report span.awaiting {
	color: orange;
}
.venue {
		width:212px;
		position: relative;
		float:left;
	}
.category, .reason, .amount, .header {
	padding-top:8px;
}

.vendor{
	width:250px;
	position: relative;
	float:left;
}
.vendor-select{
	width:186px;
}
.icons-bar{
	position: relative;
	background-color:#DCDCDC;
	color:#081F4D;
	padding:3px;
	height:24px;
}
.icons {
	position: relative;
	float:right;
	/*width:54px;*/
}
.icons span {
	display:block;
	padding:3px;
	position:relative;
	white-space:nowrap;
	border: 1px solid maroon;
	font-weight: bold;
	float:right;
}
.icons span a {
	padding-left: 5px;
}
.more-info{
	padding-bottom:15px;
	background-color:#F5F5F5;
}
.submit-div{
	text-align:right;
}
.venue-select{
	width:145px;
}
#messages{
	font-size:13pt;
}
#add_expense_div{
	width:30px;
	float:right;
}
#expenses img {
	margin:0px;
}

/* @end */

/* @group Detail */

h3.expense-report-header {
	margin-top: 10px;
}
span.report-time-stamp {
	font-style: italic;
	font-size: 11px;
}
table.expense-report-table {
	margin-top: 10px;
	text-align: left;
	border-collapse: collapse;
}
table.expense-report-table th {
	border-bottom: 1px solid #aaa;
	padding-bottom: 3px;
}
table.expense-report-table tr td {
	padding: 3px;
}
table.expense-report-table tr.expense-detail-row td {
	border-bottom: 1px solid #ddd;
}
/* @end */

/* @group Detail Draft */

#messages div {
	position: relative;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
}
h2.report-name {
	margin-top: 10px;
}
#submit_report {
	position: relative;
	text-align: right;
}
#submit_report #remit-radios {
	position: absolute;
	top: -80px;
	right: 0;
}
#submit_report #remit-radios input {
	margin: 0 5px;
}
#submit_report #remit-radios #remit_fields {
	position: absolute;
	z-index: 1000;
	background: white;
	padding: 10px;
	border: 1px solid #ccc;
	width: 165px;
	top: -43px;
	right: -195px;
}
#submit_report #remit-radios #remit_fields input {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}
#expenses {
	position: relative;
	margin-top: 10px;
}
#expenses div.expense {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
#expenses div.add-venue {
	position: relative;
	margin: 5px 0;
}
#expenses input.venue-submit {
	margin-top: 5px;
}
#expenses div.vendor-form-div {
	position: relative;
	margin-top: 5px;
}



/* @end */
/* @end */

/* @group Table Sorter */
table.table-stripe th {
	background: #eaeaea;
}
table.table-stripe th.header {
	background: #eaeaea url(images/tb-sort.gif) no-repeat scroll right center;
	cursor:pointer;
	font-weight:bold;
	padding-left:7px;
	padding-right:20px;
}
table.table-stripe th.headerSortUp {
	background-image:url(images/tb-asc.gif);
}
table.table-stripe th.headerSortDown {
	background-image:url(images/tb-desc.gif);
}
table.table-stripe td {
	padding: 4px;
}
table.table-stripe tr.even {
	background-color: #f2f2f2;
}

/* @end */

/* @group Insurance */

table.as_customFormTable {
	width: 100%;
}
table.as_customFormTable td {
	padding-bottom: 5px;
}
table.as_customFormTable td input {
	border: 1px solid #ccc;
	padding: 2px 5px;
	width: 92%;
	background-color: #f8f8f8;
}
table.as_customFormTable td textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 96%;
	margin-bottom: 10px;
	background-color: #f8f8f8;
}
#customFormSubmit input.button {
	
}
/* @end */

/* @group Contact */

form#contact_form {
	width: 100%;
}
form#contact_form table.contact-form {
	width: 100%;
}
form#contact_form table.contact-form td {
	padding-bottom: 5px;
}
form#contact_form table.contact-form td input {
	border: 1px solid #ccc;
	padding: 2px 5px;
	width: 92%;
	background-color: #f8f8f8;
}
form#contact_form table.contact-form td textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 96%;
	margin-bottom: 10px;
	background-color: #f8f8f8;
}
form#contact_form table.contact-form td input#contact_submit {
	width: 100px;
	float: right;
	margin-right: 9px;
	cursor: pointer;
}
/* @end */

/* @group Member Directory */

/* @group Detail */

#member_detail {
	position: relative;
}
#member_detail a.back-to-list {
	position: absolute;
	top: -60px;
	left: 0;
}
#member_left {
	position: relative;
	float: left;
	width: 180px;
	margin-right: 20px;
}
#member_image img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
#member_name {
	margin-top: 5px;
	margin-bottom: 5px;
}
#member_middle {
	position: relative;
	float: left;
	width: 305px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	/*border-right: 1px solid #929396;*/
	padding-right: 15px;
	margin-right: 15px;
}
#member_right {
	position: relative;
	float: left;
	width: 160px;
	min-height: 415px;
	height: auto !important;
	height: 415px;
}
#member_links {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
}
#member_right a.external {
	display: block;
	margin-bottom: 5px;
}
#member_links a.internal {
	display: block;
	height: 25px;
	border-bottom: 1px solid #D2D3D4;
	font-size: 11px;
	margin-top: 10px;
}
#member_links a.last {
	border: 0;
}
/* @end */

/* @end */

/* @group Media Uploader */

#upload_chooser {
	position: relative;
	margin-bottom: 10px;
}
#upload_chooser {
	position: relative;
}
#upload {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}
#upload input.media-title {
	position: relative;
	border: 1px solid #ccc;
	background: #F8F8F8;
	padding: 2px 5px;
	width: 455px;
}
#upload table.media-form {
	margin-bottom: 10px;
}
#medias {
	position: relative;
}
#medias div.media-file {
	position: relative;
	padding: 10px;
	border-top: 1px solid #ccc;
}
#medias div.media-file.odd {
	background-color: #f8f8f8;
}
#medias div.media-file a.media-image {
	position: relative;
	display: block;
	float: left;
	width: 16px;
	margin-right: 10px;
}
#medias div.media-file a.media-image img {
	margin: 0;
}
#medias div.media-file a.media-link {
	position: relative;
	display: block;
	float: left;
}
#medias div.media-file div.media-date {
	position: relative;
	padding-top: 5px;
	clear: both;
}
/* @end */
/* @group Billing Address */
div.formRow {
	position: relative;
	margin-bottom: 10px;
}
div.formFieldLabel {
	position: relative;
	float: left;
	width: 150px;
}
div.formFieldValue {
	position: relative;
	float: left;
}
div.formFieldValue input.text {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
div.formFieldValue input.text:focus {
	border: 1px solid #0A1E4B;
}
div.formFieldValue select option {
	padding: 1px 5px;
}
/* @end */


