/*
4_10_0
4_0_0
3_3_3 - CID 232
3_1 - CID 146 - updated sponsor to have border on right and bottom by default.

*/

#advert{
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.background_light {
	color:#000000;
}

body { 
		font:Arial, Helvetica, sans-serif;
        text-align: center; 
        min-width: 800px;
		background-color:#000;
		margin:0 auto; 
		padding: 0px;
		/*background-image:url(../images/gradient_h.jpg);*/
		background-repeat:repeat-y;
		background-position:center;
		display:block;
		color:#cccccc;
							 	
}

p { display:inherit; }

#bodywrapper {
	width: 100%;
	background-color:inherit;
	min-height:400px;
	height:auto;
	margin-top: 0px;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0px;
	/*position: relative;*/
	margin-right: 0%;
	margin-left: 0%;
	z-index: 5;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow:visible;
	padding-bottom:3px;
}

.busy {
	cursor:wait;
}
.busybut {
	cursor:progress;
}

.buttonrow {
	width: auto;
	text-align: center;
}

.buttonrow td{
	text-align:center;
}

.button {
	text-align: center;
	width: 100px;
}
.bigbutton {
	text-align: center;
	width: 170px;
}

#centredtr td {
	text-align: center;
	width: auto;
}


/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day, td.calendar-day-ev	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day-ev	{ background:lightyellow; }
td.calendar-day:hover, td.calendar-day-ev:hover	{ background:#eceff5; border-left:1px solid #999; border-bottom:1px solid #999; border-right:1px solid #999; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np, td.calendar-day-ev	{ width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

div.cal_month_body { clear:both; margin-bottom:10px; background-color:ghostwhite;}
div.cal_month_header { height: 30px; background-image:url(../images/scheme/blue/gradient.jpg); }
div.cal_month_header_prev {	float:left; text-align:left; width:25%; height: 100%; background-image:url(../images/previous2.png); background-repeat:no-repeat; background-position:center; background-size: contain;}
div.cal_month_header_curr { float:left; text-align:center; width:50%;}
div.cal_month_header_next { float:left; text-align:right; width:25%; height: 100%; background-image:url(../images/next2.png); background-repeat:no-repeat; background-position:center; background-size: contain;}

div.field { display:flex; margin-bottom:10px;}
div.label { width:25%; float:left;}
div.value { width:75%; float:right;}


#caldetails {
	visibility: hidden;
	background:#fff;
	border:7px ridge #999999;
	display: block;
	/*position: absolute; only if parent is relative - otherwise use fixed*/
	/*position: fixed;*/
	position:absolute;
	
	margin-top: 0px;
	padding-top: 0px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	width:400px;
	height:auto;
	color:#333333;
}

#cal_mini td {
font-size:11px;
}

#cal_mini .ev_list {
	display:none;
}

#caldetails td {
	background:#fff;
	padding:2px;
	width:250px;
	max-width:250px;
	overflow:hidden;
}

#caldetails .label {
	width:150px;
}

#caldetails .caldet_main{
	padding-left:5px;
}

#caldetails table {
	width:100%;
}

#calbut {
	height:20px;
	width:50px;
	font-size:9px;
}

#class_code {
	width: 250px;
	max-width: 250px;
}

#calendar td {
	text-align: center;
}



#edit {
	width:auto;
	display:block;
	position:absolute;
	background-color:#999999;
	color:#000000;
}

#dialog {
	width:auto;
	/*display:block;*/
	display:none;
	position:absolute;
	background-color:#999999;
	color:#000000;
	box-shadow: 3px 3px 8px 8px;
}

#edit input{
	width:150px;
}

#edit .long{
	width:150px;
}

#edit img{
	vertical-align:middle;
}	

.entry_background {
	
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:500px;
	margin-left:0px;
	margin-top:0px;
}

#ent_paymentOptions {
	width:300px;
	float:left;
	clear:left;
}

#ent_payment_options_select {
  width:100%;
  
}

#ent_submitHTML {
	visibility: visible;
	float:left;
	clear:left;
	height:175px;
}

#ent_submitHTML table {
	height:40px;
}

.entry_field_wrapper,  .entry_field_wrapper_visible {
	padding-top:10px;
	padding-bottom: 10px;
	color:#333333;
	  overflow: auto;
	width:100%;
}

.entry_field_wrapper_visible {
	visibility:visible;

}

.entry_field_wrapper_hidden {
	padding-top:0px;
	height:0px;
	visibility:hidden;
}

.entry_field_wrapper_hidden .entry_field_label {
	height:0px;
}

.entry_field_wrapper_hidden .entry_field_object {
	height:0px;
}

.entry_field_label {
	width:25%;
	float:left;
	text-align:right;
	padding-right:5%;
}

.entry_field_object {
	width:70%;
	float:right;
}



.entry_header {
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 10px;
  	border-bottom-color:#999999;
  }
  
.entry_header h2{
	text-align:center;
}


.entry_step {
	/*border: 2px inset #000000;*/
	position: absolute;
	visibility: hidden;
	overflow:hidden;
	height: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	/*
	width: 95%;
	left: 10px;
	top: 10px;
	
	background-image: url(../common/images/widget_background.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666666;*/
	z-index: 8000;
	padding: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}

.entry_step table{
	width: 100%;
	height: 450px;
	text-align: right;
	vertical-align: text-top;
	border: thin none #000000;
}

.entry_step input{
	width: 90%;
}

/* entry step total height = 450px */
.entry_step_title{
 	height:50px;
 }
 
.entry_step_body{
 	height:300px;
 }
 
.entry_step_controls{
 	height:100px;
 }

.entry_step select{
	width: 155px;
	border: thin solid #FFFF00;
}

.entry_step #payment_options_select{
	width: 250px;
	border: thin solid #FFFF00;
}
.entry_step_required{
	text-decoration: underline;
}

.entry_step #class_code{
	width: 400px;
}

.entry_step_footer{
	width:100%;
	float:left;
	  margin-top: 10px;
	    text-align: center;
  border-top-style: solid;
    border-top-color:#999999;
  border-bottom-style: solid;
  border-bottom-color:#999999;
  padding-top: 10px;
  padding-bottom: 10px;
}

.entry_step_footer input{
	width:100px;
}

.entry_footer {

	}



.entry_step_header{
	height:100px;
	float:left;
	clear:both;
}


.entry_tips{
	border: thin solid #333333;
	background-color: #CCCCCC;
	margin: 5px;
	text-align: left;
	vertical-align: top;
}

#entry_largeSelect {
	width: 420px;
	border: thin solid #FFFF00;
}

#dialog, #edit div.ev_page_wrapper {
	/*display:none;*/
	width: 350px;
}



#event div.ev_page_wrapper {
	display:block;
	width:inherit;
	float:inherit;
}

#event div.ev_footer {
	/*display:none;*/
}

.ev_tabs {
	float:left;
	background-color:lightgray;
	width:98%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 1%;
	min-height:250px;

}

#event.div.ev_tab {

	position:relative;
    margin-bottom: 10px;
}

#event div.ev_tab {

    margin-bottom: 20px;
}

#dialog div.ev_tab, #edit div.ev_tab {
	position:absolute;
	top:58px;
	/*visibility:hidden;*/
	/*display:flex;*/
    /*background-color: buttonface;*/
    /*padding: 4px;*/
	width:95%;
    /*border: solid 1px;*/

}

#ev_tab1 {
	top:0px;
	position:relative;
	visibility:inherit;
	width:100%;
}

ev_nav {
	float:left;
}

#event {
	float:inherit;
	width:inherit;
	position:inherit;
}

#event div.ev_tabnav {
	display:none;
}


#event tr.ev_tr_header {
	display:table-row;
}


#dialog div.ev_tabnav, #edit div.ev_tabnav {
	background-color:#999999;
	border-bottom: 0px;
	float:left;
    font-family: sans-serif;
    font-size: small;
	padding: 3px;
		padding-right: 5px;
    padding-left: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-right: solid 1px #666666;
}

/* must be defined this way for precedence */
#dialog div.ev_tabnav_selected, #edit div.ev_tabnav_selected {
	background-color:lightgray;
}


#dialog tr.ev_tr_header, #edit tr.ev_tr_header {
	display:none;
}

div.ev_footer {
	margin-top: 5px;
	background-color: #666666;
	float:left;
	clear:both;
	width:98%;
	padding: 3px;
	text-align:center;
}

.ev_footer button {
	width: 100px;
	margin: auto;
}
.ev_field {	width:75%;	overflow:hidden; font-family: sans-serif; font-size: 1.0em; text-align: left; }
.ev_label {	width: 25%;	overflow:hidden; font-family: sans-serif; text-align:left; font-size: 1.0em; border-right: solid 1px;}
.ev_link, .ev_link_hidden {  background-color: #BBE0C3;    border: solid 1px lightgray;}
.ev_link:hover, .ev_link_hidden:hover { cursor:pointer; background-color: darkorange; }

.ev_link_hidden { background-color: #F7B5B5;    border: solid 1px lightgray;}

#ev_tr_seriesevent { visibility: hidden; }

#event .ev_tabview {
	display:none;
}

#fields td {
	text-align:left;
}

#fields input, textarea, select{
	width:90%;
}


#fg_membersite fieldset {
  width: inherit;
}

#fg_membersite label {
	font-size:1.0em;
	display: inherit;
}

.footer {
	color: darkgrey;
}
/* gallery */

#gal_imageslide {
	background-color: #333333;
	height: 520px;
	width: auto;
	border: medium none #666666;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
}

#gal_mainImage {
	border: medium solid #292929;
	filter: RevealTrans(Duration=2, Transition=12);
}
#gal_preImage {
	border: medium solid #292929;
	filter: RevealTrans(Duration=2, Transition=12);
	display: none;
}

/*
3_3_3 - CID 232
*/
#gal_select {
	width:100%;
}

/*
Standard grid format
*/

.grid {
	border-collapse:collapse;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	border-spacing:0px;
	font-size:12px;
	width:100%;
	color:#000000;
}

.rowselect tr {
	cursor:pointer;
}

.rowselect tr:hover {
	background-image:url(../images/scheme/blue/gradientdark.jpg);
	color:#FFFFFF;
}

.grid tr {
	text-align:center;
}

.grid tbody tr {
	/*cursor:pointer;*/
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	background-image:url(../images/scheme/blue/gradient.jpg);
}

.grid tbody tr:hover {

}

.grid td {
	vertical-align: middle;
	background-image:inherit;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:7px;
}


.grid td:hover {
	/*background-color:#888888;*/
	/*cursor:pointer;*/
}

.grid thead, .grid th {
	color:#333333;
	/*background-image:url(../../custom/images/gradientdark.jpg);*/
	background-image:none;
	background-color:#999999;
	border-width:0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:2px;

}

.grid th {
	vertical-align: middle;
	text-align: center;
	background-color:#aaaaaa;
	background-image:url(../images/scheme/brown/blank_over.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	color:#ffffff;
	padding-top:2px;
	padding-bottom:2px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-align: center;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
}

#header {
  /*border-top-left-radius: 12px;
  border-top-right-radius: 12px;*/

}

#header_title {
	height: 30px;
	background-color: #666666;
	width: 100%;
	border: thin none #333333;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	background-image: url(../images/scheme/blue/header_title.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding:0px;
	margin-bottom: 3px;
	text-align: center;
	padding: 0px;
	float: left;
	overflow:hidden;
}

#headlines {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}


#helpHTML {
	visibility: visible;
	position: absolute;
	background-color: #99FF66;
	left: 250px;
	top: 30px;
	height: 200px;
	width: 200px;
	z-index: 5000;
	border: medium solid #333333;
}

#home {
	margin:0 auto; 
	width: 800px;
	padding-top: 100px;
	color: #F4F4F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#home_seriesOne {
	/*border: thin solid #666666;*/
	border:none;
	position: relative;
	width: 40%;
	float: left;
	top: 50px;
	height: 200px;
	margin-top: 0px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

#home_seriesTwo {
	float:right;
	position: relative;
	/*border: thin solid #666666;*/
	border:none;
	width: 40%;
	top: 50px;
	height: 200px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}




#hintstep1 {
	visibility: hidden;	
}

#imagemain {
	width: auto;
	background-color:#666666;
	height: 550px;
	border: thin solid #333333;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	top: 0px;
	overflow: hidden;
}

.info_na {

}

.info_av {
	background-image:url("SWS_HOME/core/common/images/information.png");
}


.left {
	text-align:left;
}

.lighttext {
	color: #FFFFFF;
	background-position: left;
}

#main {
	width: 640px;
	background-color:inherit;
	float: right;
	height: auto;
	margin-left: 5px;
	margin-right: 0px;
	/*border: thin solid #333333;*/
	margin-top: 1px;
	z-index: 10;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainrow {
	border: medium solid #000000;
}



#main_menu {
	width: 150px;
	min-height: 500px;
	background-color:#666666;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
	text-align: left;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: run-in;
}



#main_wide {
	width: 780px;
	background-color:#EEEEEE;
	float: left;
	height: auto;
	margin-left: 6px;
	margin-right: 6px;
	/*border: thin none #333333;*/
	margin-top: 1px;
	z-index: 10;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#menu_content {
	display:none;
}

#msgbox {
	visibility: hidden;
	background:#fff;
	border:7px ridge #999999;
	display: block;
	position: absolute;
	margin-top: 0px;
	padding-top: 0px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	width:400px;
	height:auto;
	padding-left:0px;
	padding-right:0px;
}

#msg_detail{
	padding-left:5px;
	padding-right:5px;
}

#msg_title{
background-color:#666666;
}

.news_admin {
	width: 700px;
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	border: thin groove #E6E6E6;
	position: relative;
	height: auto;
}

.news_admin_btn {
	width: 60px;
}

.news_admin_textShort {
	width: 100px;
}

.news_admin_textLong {
	width: 350px;
}

#notice.grid th{
	text-align:left;
	
} 

#notice.grid td{
	text-align:left;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#666666;
	
} 

#notice.grid tbody tr td:nth-child(1) {
	width:50px;
}

#notice.grid tbody tr td:nth-child(2) {
	padding-left:10px;
}

#noticelist {
	width:100%;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
}

td.open {
	background-color:#CCFFCC;
	background-image:none;
}

table.grid tr.open {
	background-color:#CCFFCC;
	background-image:none;
}

#orderListTable {
	font-family: sans-serif;
	font-size:10px;
	
}

#orderListTable table, #orderListTable select{
	font-family: sans-serif;
	font-size:10px;
	
}
#orderListTable td, #orderListItemTable td{

	padding-left:3px;
	
}
.popup {
	visibility: hidden;
	background:#fff;
	/*border:1px solid #333;*/
	border:7px ridge #999999;
	display: block;
	position: absolute;
	margin: 5px;
	padding: 5px;
	z-index: 8000;
	text-align:left;
	color:black;
}

.popup_top {
	visibility: hidden;
	background:#fff;
	/*border:1px solid #333;*/
	border:7px ridge #999999;
	display: block;
	position: absolute;
	margin: 5px;
	padding: 5px;
	z-index: 9001;
	text-align:left;
}

#profile_details_data {
	/*border-radius:5px;
	border-color:#333333;
	
	padding:5px;
	margin-bottom:10px;
	box-shadow: 2px 2px 2px 2px;*/
	padding-left:5px;
}
#profile_details td {
	text-align:left;
	
}

#profile_details input, textarea, select{
	width:90%;
}


.pr_label {
	width:200px;
}

.pe_label {
	width:200px;
}

.pe_field {
	width:400px;
}

.pr_field {
	width:400px;
}

#pe_table {
	border:none;
	
}

#pe_table input, textarea{
	width:400px;
}

#pe_table tr, #pe_table tr:hover, #pe_table td:hover{
	background-image:none;
	background-color:transparent;
	border:none;

}

#profile_link {
	border-style:solid;
	border-width:thick;
	border-radius:10px;
	border-color:#333333;
	margin-bottom:20px;
	margin-top:20px;
	box-shadow: 2px 4px 10px 5px;

}

.profile_edit {
	border-style:solid;
	border-width:thick;
	border-radius:10px;
	border-color:#333333;
	margin-bottom:20px;
	margin-top:20px;
	box-shadow: 2px 4px 10px 5px;
	position:absolute;
	background-color:inherit;
}



input.ro {
	background-color:#CCCCCC;
}


.red {
	font-weight: bold;
	color: #FF0000;
	
}

#righttr td {
	text-align: right;
	width: auto;
}

#sponsors {
	width: 150px;
	background-color:inherit;
	float: left;
	min-height: 400px;
	text-align: center;
	/*border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;*/
	height:auto;
}

#sponsors_menu {
	display:inline-block;
}

/* div to separate menu and sponsor information */
#sponsors_body {
	/*margin-top:10px;*/
}

#sponsors img {
	margin: 5px;
	border: thin solid #444444;
	background-color:#FFFFFF
}

#sponsors_manual {

  position: static;
  overflow: auto;
  height: auto;
  
}

.sponsor_blank {

	background-image:url(../images/scheme/silver/blank.jpg);
	height:25px;
	
	padding-top:10px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

/* div around image */
.sponsor_image {


}



.sponsor_gold {
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	width: 400px;
	float: none;
	clear: none;
	position: static;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	height: auto;
	z-index: 2;
	text-align: center;
	background-image: url(../images/gold.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}

.sponsor_silver {
	border: thin ridge #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	background-color: #A2A2A2;
	width: 400px;
	position: static;
	margin: 0px;
	left: 0px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	overflow: visible;
	height: auto;
	float: left;
	text-align: center;
	background-image: url(../images/silver.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.sponsor_bronze {
	border: thin ridge #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	float: left;
	clear: both;
	width: 400px;
	position: static;
	margin: 0px;
	top: 20px;
	bottom: 100px;
	clip:      rect(0px 0px 0px 0px);
	text-align: center;
	background-image: url(../images/bronze.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.sponsor_type {
	min-height:175px;
	/* margin-top:20px; */
}

.sponsor_image_2 {

	width:inherit;
	display:block;
	width: 150px;
	float:left;
	clear:both;
}

.sponsor_image_3 {

	width:inherit;
	display:block;
	width: 150px;
	float:left;
	clear:both;
}


.sws_head {
	color:#333333;
	border-width:1px;
	border-style:solid;
	background-color:#999999;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
}


select.sws_class, select.sws_gallery {
	border-width:1px;
	border-color:#666666;
	background-image:url(../images/gradient.jpg);
	color:#666666;
	width:100%;
	
}

select.sws_class option, select.sws_gallery option {
	background-image:url(../images/gradient.jpg);
	border-width:1px;
	
}


#step1 {
	visibility: visible;
	z-index: 1000;
	overflow: auto;
	height: auto;
}
#step2 {
	z-index: 80;
}
#step3 {
	z-index: 70;
}
#step4 {
	z-index: 60;
}
#step5 {
	z-index: 50;
}

.story {
	border: thin ridge #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

.sws_button {
	background-image:url(../images/scheme/blue/gradient.jpg);
	cursor:pointer;
	border:2px;
	border-style:groove;
}

.sws_adminbuttonbar {
	background-color:#666666;
	min-width:60px;
	padding: 5px;
	margin-bottom:5px;
}


button.sws_button:hover {
	background-image:url(../images/scheme/blue/gradientdark.jpg);
	color:#FFFFFF;
}

.titlebar {
	height: 24px;
	background-color: #666666;
	width: 100%;
	border: thin none #333333;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	/*background-repeat: repeat-x;*/
	background-position: center top;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding:0px;
	margin-bottom: 3px;
	text-align: center;
	padding: 0px;
}

.titlebar  img {
  	width:100%;
}

.otherdiv {
	clear: both;
	float: left;
}


.uf_field {min-width:300px; padding:0px; height:20px;}
.uf_label {min-width:100px; padding:0px; height:20px;}



.ul_row {
	background-image:url(../images/scheme/blue/gradient.jpg);
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#333333;
}

.ul_row_selected {
	/*background-image:url(../images/scheme/blue/gradientdark.jpg);*/
	background-color:#FFFF00;
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#333333;
}

.ul_row_updated {
	/*background-image:url(../images/scheme/blue/gradientdark.jpg);*/
	background-color:#FFCCCC;
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#333333;
}


.ul_row_wrapper {
	
	border-style:solid;
	border-width:thin;
	border-color:#333333;
	margin-bottom:1px;
	margin-top:0px;
}

.ul_row_wrapper_selected {
	
	border-style:solid;
	border-width:thick;
	border-radius:10px;
	border-color:#333333;
	margin-bottom:20px;
	margin-top:20px;
	box-shadow: 2px 4px 10px 5px;
}

.ul_row span{
	display:inline-block;
	
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#333333;
	overflow:hidden;
}

.ul_row_selected span{
	display:inline-block;
	
	border-right-width:thin;
	border-right-color:#333333;
	overflow:hidden;
	margin-bottom:2px;
}

.ul_row_updated span{
	display:inline-block;
	
	border-right-width:thin;
	border-right-color:#333333;
	overflow:hidden;
	margin-bottom:2px;
}

.ul_row_edit {
	width:100%;
	height:310px;
}

.ul_row_editbutton{
	background-image:url(../images/scheme/blue/gradientdark.jpg);
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#333333;
}

.ul_field_username {max-width:50px; padding:5px; height:10px;}
.ul_field_name {max-width:100px; min-width:100px; padding:5px; height:10px;}
.ul_field_email {width:250px; padding:5px;height:10px;}
.ul_field_status {width:80px; padding:5px;height:10px;}
.ul_field_enabled {width:50px; padding:5px;height:10px;}
.ul_field_enabled_true {width:45px; padding:5px;height:10px; background-image:url(../images/greentick.png); background-repeat:no-repeat; background-position:center;}
.ul_field_enabled_false {width:45px; padding:5px;height:10px; background-image:url(../images/redtick.png); background-repeat:no-repeat; background-position:center;}
.ul_field_button {width:47px; padding:0px;height:25px;}



#ul_profile_details {
	border-style:solid;
	border-width:thin;
	border-color:#333333;

}

#ul_profile_details_wrapper {
	width:360px;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
}

#ul_profile_details_wrapper #pe_table input{
	width:220px;
}

#ul_user_details_wrapper {
	width:360px;
	margin-right:10px;
	margin-left:10px;
	margin-top:2px;
}

#user {
	height:22px; 
	width:100%;
	margin-top:0px; 
	margin-bottom: 2px;
	padding-top:0px;
	float:right;
	font-size: 0.8em;
	font-family: sans-serif;
}

#user p{
	height:20px; 
	margin:0px; 
	padding:0px;
}

#user_details_data {
	/*border-style:solid;
	border-width:thick;*/
	/*border-radius:5px;
	border-color:#333333;*/
	
	padding-left:5px;
	
	/*box-shadow: 2px 2px 2px 2px;*/
	
}


#user_details table.grid {
	width:auto;
}

#user_details table.grid td{
	width:200px;
	text-align:left;
	border-right-style:solid;
	border-right-width:1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


.site_enter{
	background-image:none;
}

#pagewrapper_container {
	margin:0 auto;
	overflow: visible;
	/*border: 2px solid #111111;
	border-right: 2px solid #111111;
	border-left: 2px solid #111111;*/
	float: none;
	display: inline-flex;
	width:800px;
	text-align: left;
	padding-top: 5px;
	padding-right: 1%;
	padding-left: 1%;
	z-index: 1;
	background-color:inherit;
	height: 100%;
}

#pagewrapper {
	margin:0 auto;
	overflow: visible;
	border: 0px solid #111111;
	position:relative;
	float: left;
	width:100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 1;
	/*background-color:#eeeeee;*/
	height: auto;
}

#pagewrapper_bg {
	margin:0 auto;
	margin-left:-800px;
	border: 0px solid #111111;
	/*position:absolute;*/
	/*display: inline-block;*/
	width:800px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: opx;
	z-index: -1;
	background-color:#ffffff;
	/*height: 5000px;*/
	opacity:0.1;
	top:0px;
}



#paypalHTML {
	visibility: hidden;
	position: absolute;
}

.uf_field {
	width:200px;
}



.widget {
	padding:0px 0px 10px 0px;
	margin:0px 5px 5px 0px;	
	background-color:inherit;
	width:100%;
	height:auto;
}

.widget_body {
 	margin: 10px 10px 3px 10px ;
	padding: 0px 0 0 0;
	
}
 
.widget_column_left {
 	padding:0px 0px 0px 0px;
	margin:0px 5px 5px 0px;	
	width: 49%;
	float:left;
	
}

.widget_column_right {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;	
	width: 49%;
	float:right;
}
 
.widget_footer {
 	margin: 10px 10px 2px 10px ;
	padding: 0px 0px 5px 0px;
	/*height:20px;*/
	height:auto;
	float:inherit;
	/*float:left;
	clear:both;*/
}
 
 .widget_title {
	
	height: 24px;
	background-color: #666666;
	width: 100%;
	border: thin none #333333;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding:0px;
	margin-bottom: 3px;
	text-align: center;
	padding: 0px;
	
	background-image:url(../images/scheme/silver/blank.jpg);
 	background-repeat:no-repeat;
 	background-size:cover;
 	overflow:hidden;
 	position:relative;
 	
}
 
.widget_full {
 	padding:-5px 0px 0px 0px;
	margin:0px 0px 5px 0px;	
 	/*background-color:#CCCCCC;
 	 border: 1px solid #333333;
	border-color: inherit;
	border-width: thin;
	*/
	position:inherit;
	float:left;
	width:100%;
	clear:both;
 }
 
 #compListTable tr.cl_row_updated {
	background-image:none;
	background-color:#FFCCCC;
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#333333;
}

 
 /* REMOVED 3_4_6
.widget_half_left {
 	padding:-5px 0 0 0;
	margin:0px 5px 5px 0px;	
 	background-color:#CCCCCC;
 	border: 1px solid #333333;
	width: 49%;
	float:left;	
 }
 
 .widget_half_right {
 	padding:-5px 0 0 0;
	margin:0px 0px 5px 0px;	
 	background-color:#CCCCCC;
 	border: 1px solid #333333;
	width: 49%;
	float:right;	
 }
 */
 



