/*-----------------------------------------------------------------------------
RESET
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* removed by 1World 082511 as the only place we are using pre is in accounting numbers and we want it to render as expected/default */
/*pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }*/
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #e7067f; color:#fff; text-shadow: none; }
::selection { background:#e7067f; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #e7067f; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #333;background: #eee;}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #0f80bf; }
a:hover { color: #0b6294; }

/*-----------------------------------------------------------------------------
WRAPPER
-----------------------------------------------------------------------------*/
#main {
  padding: 30px;
  margin: 20px 20px 10px 20px;
  min-height: 800px; /* Just used as a placeholder so the area shows up */
  overflow: auto; /* Added by 1World to make sure that the forms with fieldsets that float, get cleared properly */
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


/*-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/
header nav.main {
  background: #000;
}
header nav.main ul {
  float: left;
}
header nav.main ul li {
  float: left;
  font-family:"Din Text Pro Medium", "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: 500;
  font-style: normal;
}
header nav.main ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 100%;
  padding: 11px 20px 13px 20px;
  display: block;
}
nav.main ul li:hover, nav.main li a:hover, nav.main li:hover ul {
  background-color: #7d2a8e;
}
nav.main li ul {
	position: absolute;
	z-index: 200;
	display: none;
}
nav.main li ul li {
  float: none !important;
}
nav.main li:hover ul {
  display: block;
}
nav.main li:hover ul a {
  padding: 8px 18px 8px 18px !important;
  display: block !important;
}
nav.main li:hover ul a:hover {
  background-color: #000;
  background-color: rgba(0,0,0,0.13) !important;
}
nav.main li.sub {
  position: relative;
  padding-right: 15px;
}
nav.main li.sub:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 12px;
  height: 12px;
  background-image: url('../img/icn-arrow.png');
  background-repeat: no-repeat;
  background-position: 85% 50%;
}
header nav.main ul li.add:hover,
header nav.main ul li.add li:hover,
header nav.main li.add a:hover,
header nav.main li.add:hover ul {
  background-color: #e7067f;
}
header nav.main ul li .add_link {
  background: #e7067f url('../img/icn-add.png') 50% 50% no-repeat;
  display: block;
  padding: 0;
  text-indent: -9999em;
  width: 41px;
  height: 40px;
}
header .search {
  float: right;
  position: relative;
}
header .search .settings {
  float: left;
}
header .search .settings a.settings_link {
  background: url('../img/icn-settings.png') 50% 50% no-repeat;
  display: block;
  padding: 0;
  text-indent: -9999em;
  width: 41px;
  height: 40px;
}
header .search ul li.settings:hover,
header .search ul li.settings li:hover,
header .search li.settings a:hover,
header .search li.settings:hover ul {
  background-color: #0f80bf;
}
header .search form {
  float: right;
  padding: 8px;
}
header .search form.selected {
  background: #0f80bf;
}
header .search form input {
  border: 1px solid #fff;
  /*background: #fff url('../img/txt-search.png') 8px 7px no-repeat;*/ /* Removed to to js code using input value to do some logic... */
  font-family:"Din Text Pro Medium", "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: 500;
  font-style: normal;
  width: 223px;
  height: 22px;
  padding: 0 5px;
  line-height: 1.5em;
}
header .search form input:focus {
  background: #fff;
  background-image: none;
}
header .search .results {
  position: absolute;
  z-index: 300;
  right: 0;
  width: 354px;
  margin-top: 8px;
  background: #0f80bf;
}
header .search .results:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0d70a8;
  background: rgba(0,0,0,0.12);
  height: 100%;
  width: 103px;
}
header .search .results .category {
  position: relative;
  border-bottom: 1px solid #0d70a8;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
header .search .results h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  margin: 10px 0 0 0;
  display: block;
  font-size: 108%;
  color: #fff;
  font-family:"Din Text Pro Medium", "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  font-size-adjust: 0.5;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
}
header .search .results ol {
  width: 243px;
  left: 0;
  top: 0;
  margin: 0;
}
header .search .results ol a {
  display: block;
  width: 225px;
  padding: 10px 12px 10px 116px;
  color: #fff;
  text-decoration: none;
}
header .search .results ol a:hover {
  background-color: #0b6294;
  background-color: rgba(0,0,0,0.12);
}
header .search .results ol a h3 {
  font-size: 116%;
}
header .search .results ol a p {
  color: rgba(255,255,255,0.6);
  font-size: 93%;
}


/*-----------------------------------------------------------------------------
RECENT TABS
-----------------------------------------------------------------------------*/
.tabs {
  background: #e0e0e0;
  background: rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.tabs h2 {
  float: left;
  text-transform: uppercase;
  color: #c0c0c0;
  color: rgba(0,0,0,0.14);
  font-size: 88%;
  padding: 7px 5px 6px 5px;
  margin-left: 5px;
  font-weight: bold;
}
.tabs ul li {
  float: left;
  margin: 0 8px 0 0;
  padding: 5px 5px 6px 5px;
  display: block;
  opacity: .6;
  line-height: 1.3em;
  position: relative;
}
.tabs ul li a {
  color: #0f80bf;
  text-decoration: none;
  font-weight: bold;
  font-size: 88%;
  /*padding-left: 13px;*/
  padding-left: 18px;
}
.tabs ul li a.close {
  background: url('../img/icn-close.png') 0 0 no-repeat;
  display: inline-block;
  text-indent: -9999em;
  position: absolute;
  top: 5px;
  width: 3px;
  height: 9px;
}
.tabs ul li a.close:hover {
  background-position: 0 -9px;
}
.tabs ul li:hover, .tabs ul li a:hover {
  background-color: transparent !important;
  opacity: 1;
}
.tabs ul li.selected {
  opacity: 1;
}

.tabs a.active {
  color: #e7067f !important;
  opacity: 1;
  /*text-decoration:underline;*/
}

.tabs .clear_all {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #9c9c9c;
  color: rgba(0,0,0,0.25);
  background: #d0d0d0;
  background: rgba(0,0,0,0.07);
  padding: 7px 9px 8px 25px;
  font-size: 87%;
  position: relative;
}
.tabs .clear_all:before {
  content: "";
  background: url('../img/icn-close.png') 0 0 no-repeat;
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.tabs .clear_all:hover {
  color: #d70000;
}
.tabs .clear_all:hover:before {
  background-position: 0 -9px;
}


/* Tabs Links/Navigation... */

	a.user{
		display:block;
		background-image:url('../img/icons/user.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.team{
		display:block;
		background-image:url('../img/icon-team-admin-history-link-small.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.organization{
		display:block;
		background-image:url('../img/icons/grid.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.donation{
		display:block;
		background-image:url('../img/icons/hand-share.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.failed_donation{
		display:block;
		background-image:url('../img/icons/exclamation-red-frame.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}


	a.event{
		display:block;
		background-image:url('../img/icons/calendar.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.system_mail{
		display:block;
		background-image:url('../img/icons/mails-stack.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.cms{
		display:block;
		background-image:url('../img/icons/document-node.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.mail_layout{
		display:block;
		background-image:url('../img/icons/layout-design.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.widget{
		display:block;
		background-image:url('../img/icon-widget.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.system_settings{
		display:block;
		background-image:url('../img/icons/gear--exclamation.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.surgery{
		display:block;
		background-image:url('../img/icons/drill.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.report{
		display:block;
		background-image:url('../img/icons/chart.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.dashboard{
		display:block;
		background-image:url('../img/icons/dashboard.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

	a.oup{
		display:block;
		background-image:url('../img/icons/key.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}


	a.deposit{
		display:block;
		background-image:url('../img/icons/money-coin.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}


	a.tracking{
		display:block;
		background-image:url('../img/icons/truck.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}


	a.closeout{
		display:block;
		background-image:url('../img/icons/door-open-out.png');
		background-repeat:no-repeat;
		background-position:left;
		margin-left:10px;
		}

/*-----------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/
footer {
  margin: 0 30px 10px 30px;
  color: #a6a6a6;
}
footer a {
  font-weight: bold;
  text-decoration: none;
}
footer a.support {
  color: #df6868;
}
footer p:first-child {
  float: left;
}
footer p:first-child a {
  background: url('../img/img-logo.png') no-repeat;
  display: block;
  text-indent: -9999em;
  width: 111px;
  height: 19px;
}
footer p:first-child a:hover {
  background-position: 0 -19px;
}
footer p.info {
  text-transform: uppercase;
  font-size: 88%;
  float: right;
}




/*-----------------------------------------------------------------------------
HELPERS
-----------------------------------------------------------------------------*/
.hidden { display: none; visibility: hidden; }
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; }


/*-----------------------------------------------------------------------------
1World
-----------------------------------------------------------------------------*/

/* ajax loader */
#loading {

	/* for loading image above nav */
		display:none;
		position:absolute;
		left:45%;
		/*top:70px;*/
		top:35%;
		z-index:100001;

	}

	.overlay_bg {
		background:#B1B1B1 none repeat scroll 0 0;
		height:100%;
		left:0;
		filter:alpha(opacity=50);
		opacity: 0.5;
		top:0;
		width:100%;
		z-index:10000;
		display:block;
		position:fixed;

	}



/* Tables */
	/* thanks to http://www.duoh.com/csstutorials/csstables/ */
	table.list {
		width: 97%;
		padding: 0;
		margin: 0;
		border-collapse:collapse;
	}

	table.list caption {
		padding: 0 0 5px 0;
		width: 100%;
		font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}

	table.list th {
		font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #4f6b72;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		border-top: 1px solid #C1DAD7;
		border-left: 1px solid #C1DAD7;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: left;
		padding: 6px 6px 6px 12px;
		background: #CAE8EA url(../img/tables/bg_header.jpg) no-repeat;
	}

	table.list th.nobg {
		border-top: 0;
		border-left: 0;
		border-right: 1px solid #C1DAD7;
		background: none;
	}

	table.list tr {
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		background: #fff;
		padding: 6px 6px 6px 12px;
		color: #4f6b72;
	}


	table.list tr.alt {
		background: #F5FAFA;
		color: #797268;
	}

	table.list td {
		border-left: 1px solid #C1DAD7;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		/*background: #fff;*/
		padding: 6px 6px 6px 12px;
		/*color: #4f6b72;*/
	}


	/*
	table.list td.alt {
		background: #F5FAFA;
		color: #797268;
	}
	*/

	table.list th.spec {
		border-left: 1px solid #C1DAD7;
		border-top: 0;
		background: #fff url(../img/tables/bullet1.gif) no-repeat;
		font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

	table.list th.specalt {
		border-left: 1px solid #C1DAD7;
		border-top: 0;
		background: #f5fafa url(../img/tables/bullet2.gif) no-repeat;
		font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #797268;
	}

	table.list tr:hover { background: #FEF4FF; }



/* -- Pagination -- */
	#pagination {
		display:block;
		text-align:left;
		height:22px;
		line-height:21px;
		clear:both;
		padding-top:3px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
	}

	#pagination a:link, #pagination a:visited{
		padding:7px;
		padding-top:2px;
		padding-bottom:2px;
		border:1px solid #EBEBEB;
		margin-left:10px;
		text-decoration:none;
		background-color:#F5F5F5;
		color:#0072bc;
		width:22px;
		font-weight:normal;
	}

	#pagination a:hover {
		background-color:#DDEEFF;
		border:1px solid #BBDDFF;
		color:#0072BC;
	}

	#pagination .current {
		padding:7px;
		padding-top:2px;
		padding-bottom:2px;
		border:1px solid #BBDDFF;
		margin-left:10px;
		text-decoration:none;
		background-color:#DDEEFF;
		color:#0072BC;
		cursor:default;
	}

	#pagination .disabled {
		padding:7px;
		padding-top:2px;
		padding-bottom:2px;
		border:1px solid #EBEBEB;
		margin-left:10px;
		text-decoration:none;
		background-color:#F5F5F5;
		color:#D7D7D7;
		cursor:default;
	}



/* For jeditable helper */

	.jeditable-hover{
	  background: #D2FFFF;
	  cursor: pointer;
	}

	.jeditable input{
		min-width:100px;
		max-width: 250px;
		font-size:12px;
		display:inline;
	}

	.jeditable button[type="submit"]
	{
		background:url("../img/icons/disk.png") no-repeat 0 0;
		border:none;
		margin-left:5px;
		margin-top:0px;
		display:inline;
		min-height: 25px;
		min-width: 25px
	}
	.jeditable button[type="cancel"],.editableTable button[type="button"]
	{
		background:url("../img/icons/cross.png") no-repeat 0 0;
		border:none;
		display:inline;
		min-height: 25px;
		min-width: 25px
	}


/* Breadcrumb */

	/* Brandon additions, 010111 'breadcrumb for team OU' thanks to: www.jankoatwarpspeed.com */
	.breadcrumb
	{
		font: 11px Arial, Helvetica, sans-serif;
		background-image:url('../img/breadcrumb_bg.png');
		background-repeat:repeat-x;
		height:30px;
		line-height:30px;
		color:#9b9b9b;
		border:solid 1px #cacaca;
		width:100%;
		overflow:hidden;
		margin:0px;
		padding:0px;
	}
	.breadcrumb li
	{
		list-style-type:none;
		float:left;
		padding-left:10px;
		height:30px;
		display:block;
		background-image:url('../img/breadcrumb_separator.png');
		background-repeat:no-repeat;
		background-position:right;
		padding-right: 15px;
		text-decoration: none;
		color:#454545;

	}

	.breadcrumb a
	{
		height:30px;
		display:block;
		padding-right: 15px;
		text-decoration: none;
		color:#454545;
	}
	.breadcrumb_home
	{
		border:none;
		margin: 8px 0px;
	}

	.breadcrumb a:hover
	{
		color:#35acc5;
	}


/* Forms */
	.form1{
		margin:1em 0;
		padding-top:10px;
		background:url(../images/form1/form_top.gif) no-repeat 0 0;
		}
	.form1 fieldset{
		margin:0;
		padding:0;
		border:none;
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}
	.form1 legend{
		display:none;
		}
	.form1 p{
		margin:.5em 0;
		}
	.form1 label{
		display:block;
		}
		/*Required Indicator*/
	.form1 label em {
		  /*position: absolute;
		  left: 16.5em;*/
		  padding-left:5px;
		  color:red;
		}

	.form1 label b {
			font-size:10px;
		}


	.form1 input, .form1 textarea, .form1 select{
		width:252px;
		border:1px solid #ddd;
		/*background:#fff url(../images/form1/form_input.gif) repeat-x;*/
		background:#fff;
		padding:3px;
		margin-bottom:15px;
		-moz-border-radius:0.4em;
		-khtml-border-radius:0.4em;

		}
	.form1 textarea{
		height:125px;
		overflow:auto;
		}
	.form1 p.submit{
		clear:both;
		/*background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;*/
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}
	/*
.form1 button{
		width:150px;
		height:37px;
		line-height:37px;
		border:none;
*/
		/*background:url(../images/form1/form_button.gif) no-repeat 0 0;*/
/*
		color:#fff;
		cursor:pointer;
		text-align:center;
		}
*/


	.form1 input[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.form1 textarea[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.form1 select[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.form1 button[disabled='disabled'] {
		background-color: #D8D8D8;
	}

	.form1 button:hover[disabled='disabled'] {
		background-color: #D8D8D8;
	}

	/*.form1 option:hover{ background:#FF39B7; }*/			 /* Changes Hover of select options... */
	.form1 option:active{ background:#FF39B7; }

	/* Cake Divs for time and date.... */
	.form1 div.date select{
		width:auto;
		}
	.form1 div.time select{
		width:auto;
		}
	.form1 div.datetime select{
		width:auto;
		}

	.register .input {	/* CakePHP wraps all form elements into an input float them left so that we can get them to line up */
		float:left;
		}
	.register{
		margin:1em 0;
		padding-top:10px;
		background:url(../images/form1/form_top.gif) no-repeat 0 0;
		}
	.register fieldset{
		margin:0;
		padding:0;
		border:none;
		float:left;
		display:inline;
		width:260px;
		margin-right:25px;
		}
	.register legend{
		display:none;
		}
	.register p{
		margin:.5em 0;
		}
	.register label{
		display:block;
		font-size: 10px;
		}
		/*Required Indicator*/
	.register label em {
		  /*position: absolute;
		  left: 16.5em;*/
		  /*padding-left:5px;*/
		  float:left;
		  color:red;
		}

	.register label b {
			font-size:10px;
		}


	.register input, .register textarea, .register select{
		/*display:block;*/
		float:left;
		width:60px;
		border:1px solid #ddd;
		/*background:#fff url(../images/form1/form_input.gif) repeat-x;*/
		background:#fff;
		padding:3px;
		margin-bottom:15px;
		margin-right:5px;
		-moz-border-radius:0.4em;
		-khtml-border-radius:0.4em;
		font-size:12px;
		font-family:"Arial";

		}
	.register input{
		height:16px;
		}
	.register textarea{
		height:16px;
		overflow:auto;
		/*margin-top:-1px;*/
		width:95px;
		/*width:30px;*/
		}
	.register p.submit{
		clear:both;
		/*background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;*/
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}
	/*
.register button{
		width:150px;
		height:37px;
		line-height:37px;
		border:none;
*/
		/*background:url(../images/form1/form_button.gif) no-repeat 0 0;*/
/*
		color:#fff;
		cursor:pointer;
		text-align:center;
		}
*/


	.register input[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.register textarea[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.register select[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.register button[disabled='disabled'] {
		background-color: #D8D8D8;
	}

	.register button:hover[disabled='disabled'] {
		background-color: #D8D8D8;
	}





/* 2 row register */
	.register2 .input {	/* CakePHP wraps all form elements into an input float them left so that we can get them to line up */
		float:left;
		width:130px;  /* Cakephp DIV for input fields... make it a width so that select boxes will line up correctly  */
		}
	.register2{
		margin:1em 0;
		padding-top:10px;
		background:url(../images/form1/form_top.gif) no-repeat 0 0;
		}
	.register2 fieldset{
		margin:0;
		padding:0;
		border:none;
		/*float:left;*/
		/*display:inline;*/
		width:100%;
		margin-right:25px;
		clear:left;
		}
	.register2 legend{
		display:none;
		}
	.register2 p{
		margin:.5em 0;
		}
	.register2 label{
		display:block;
		font-size: 10px;
		}
		/*Required Indicator*/
	.register2 label em {
		  /*position: absolute;
		  left: 16.5em;*/
		  /*padding-left:5px;*/
		  float:left;
		  color:red;
		}

	.register2 label b {
			font-size:10px;
		}


	.register2 input, .register2 textarea, .register2 select{
		/*display:block;*/
		float:left;
		width:120px;
		border:1px solid #ddd;
		/*background:#fff url(../images/form1/form_input.gif) repeat-x;*/
		background:#fff;
		padding:3px;
		margin-bottom:15px;
		margin-right:5px;
		-moz-border-radius:0.4em;
		-khtml-border-radius:0.4em;
		font-size:12px;
		font-family:"Arial";

		}

	.register2 input{
		height:16px;
		}
	.register2 textarea{
		height:16px;
		overflow:auto;
		/*margin-top:-1px;*/
		width:95px;
		/*width:30px;*/
		}
	.register2 p.submit{
		clear:both;
		/*background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;*/
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}
	/*
.register2 button{
		width:150px;
		height:37px;
		line-height:37px;
		border:none;
*/
		/*background:url(../images/form1/form_button.gif) no-repeat 0 0;*/
/*
		color:#fff;
		cursor:pointer;
		text-align:center;
		}
*/


	.register2 input[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.register2 textarea[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.register2 select[disabled='disabled'] {
		background-color: #D8D8D8;
	}
	.register2 button[disabled='disabled'] {
		background-color: #D8D8D8;
	}

	.register2 button:hover[disabled='disabled'] {
		background-color: #D8D8D8;
	}



/* Color Picker */
	div.color_picker {
		/*float:none;*/
		height: 20px;
		width: 36px;
		padding: 0 !important;
		border: 1px solid #999;
		background: url(../img/color_picker_arrow.png) no-repeat bottom right;
		cursor: pointer;
		line-height: 16px;
		-moz-border-radius:0.4em;
		-khtml-border-radius:0.4em;
		}

		div#color_selector {
		  width: 110px;
		  position: absolute;
		  border: 1px solid #598FEF;
		  background-color: #EFEFEF;
		  padding: 2px;
		}
		  div#color_custom {width: 100%; float:left }
		  div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
		  div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

		div.color_swatch {
		  height: 12px;
		  width: 12px;
		  border: 1px solid #000;
		  margin: 2px;
		  float: left;
		  cursor: pointer;
		  line-height: 12px;
		}






/* Validation */


	/* for the bassistance jquery validation plugin */
	label.error {
		float: none;
		color: red;
		vertical-align: top;
		margin-top:-13px;
		margin-bottom:13px;
		}
	label.checked {
		float: none;
		margin-left:.5em;
		color: white;
		vertical-align: middle;
		background: url(../img/icons/tick.png) no-repeat 0px 0px;
		}

	/* for the cakephp validation errors div.error-message */
	div.error-message{
		padding-bottom:10px;
		/*margin-left: 160px;*/
		color: red;
		margin-top:-13px;
		font-size:12px;
		}


	.register div.error-message{display:none; } /* for the cakephp validation errors div.error-message */
	.register .form-error{ border:1px solid #FF0000; } /* for the cakephp validation errors div.error-message */

	.register2 div.error-message{display:none; } /* for the cakephp validation errors div.error-message */
	.register2 .form-error{ border:1px solid #FF0000; } /* for the cakephp validation errors div.error-message */



/* Buttons (wufoo example) */

	.buttons a, .buttons button{
		display:block;
		float:left;
		margin:0 7px 0 0;
		background-color:#f5f5f5;
		border:1px solid #dedede;
		border-top:1px solid #eee;
		border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
		font-size:100%;
		line-height:130%;
		text-decoration:none;
		font-weight:bold;
		color:#565656;
		cursor:pointer;
		padding:5px 10px 6px 7px; /* Links */
	}
	.buttons button{
		width:auto;
		overflow:visible;
		padding:4px 10px 3px 7px; /* IE6 */
	}
	.buttons button[type]{
		padding:5px 10px 5px 7px; /* Firefox */
		line-height:17px; /* Safari */
	}
	*:first-child+html button[type]{
		padding:4px 10px 3px 7px; /* IE7 */
	}
	.buttons button img, .buttons a img{
		margin:0 3px -3px 0 !important;
		padding:0;
		border:none;
		width:16px;
		height:16px;
	}

/* STANDARD Buttons formatting (wufoo example) */
input[type="submit"]:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    }
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/* POSITIVE */button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}/* NEGATIVE */.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/* Form Class Register Buttons */
.register .buttons a, .register .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.register .buttons button{
    width:auto;
    overflow:visible;
    padding:1px 1px 1px 1px; /* IE6 */
}
.register .buttons button[type]{
    padding:1px 1px 1px 1px; /* Firefox */
    line-height:15px; /* Safari */
}
.register *:first-child+html button[type]{
    padding:1px 1px 1px 1px; /* IE7 */
}
.register .buttons button img, .register .buttons a img{
    margin:0 0px -3px 0 !important;
    padding:0;
    border:none;
    width:15px;
    height:15px;
}


/* Form Class Register Buttons */
	.register2 .buttons a, .register2 .buttons button{
		display:block;
		float:left;
		margin:0 7px 0 0;
		background-color:#f5f5f5;
		border:1px solid #dedede;
		border-top:1px solid #eee;
		border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
		font-size:11px;
		line-height:100%;
		text-decoration:none;
		font-weight:bold;
		color:#565656;
		cursor:pointer;
		padding:5px 10px 6px 7px; /* Links */
	}
	.register2 .buttons button{
		width:auto;
		overflow:visible;
		padding:1px 1px 1px 1px; /* IE6 */
	}
	.register2 .buttons button[type]{
		padding:1px 1px 1px 1px; /* Firefox */
		line-height:15px; /* Safari */
	}
	.register2 *:first-child+html button[type]{
		padding:1px 1px 1px 1px; /* IE7 */
	}
	.register2 .buttons button img, .register2 .buttons a img{
		margin:0 0px -3px 0 !important;
		padding:0;
		border:none;
		width:15px;
		height:15px;
	}

	.register2 .float_left{
		float:left;
		margin-top:18px;
		}
	.register2 .float_right{
		float:right;
		}


.register .float_left{
	float:left;
	margin-top:18px;
	}
.register .float_right{
	float:right;
	}

.left {
	margin-left:260px;
	padding: 30px 0 30px 0;
}




/* Progress Meter */
	.meter-wrap{
		position: relative;
		border-radius: 10px;

		-moz-border-radius: 10px;

		-webkit-border-radius: 10px;
	}

	.meter-wrap, .meter-value, .meter-text {
		/* The width and height of your image */
		width: 250px; height: 30px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.meter-wrap{
		/*background: #bdbdbd;*/
		/*
	background: url("../img/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x;
		border: 1px white;
	*/
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 0%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(0%,#dbdbdb), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 0%,#fefefe 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 0%,#fefefe 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 0%,#fefefe 100%); /* W3C */
	}


	.meter-value{
		background: #ff5db1; /* Old browsers */
		background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* W3C */
	}

	.blue{
		/*background: url("../img/ui-bg_glass_55_fbf9ee_1x400.png") #FF6FCF repeat-x;*/
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #7db9e8 25%, #7db9e8 51%, #2989d8 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(25%,#7db9e8), color-stop(51%,#7db9e8), color-stop(93%,#2989d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 25%,#7db9e8 51%,#2989d8 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 25%,#7db9e8 51%,#2989d8 93%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 25%,#7db9e8 51%,#2989d8 93%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1e5799 0%,#207cca 0%,#7db9e8 25%,#7db9e8 51%,#2989d8 93%); /* W3C */


	}
	.pink{
		background: #ff5db1; /* Old browsers */
		background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ff5db1 0%,#ef017c 100%); /* W3C */
	}
	.meter-text {
		position: absolute;
		top:0; left:0;

		padding-top: 5px;

		/*color: #fff;*/
		color:black;
		text-align: center;
		width: 100%;
	}

	.meter-text2 {


		padding-top: 5px;
		font-size:14px;
		/*color: #00000;*/
		text-align: right;
		width: 155px;	/* same as .meter-wrap... */
	}



/* -- User Messages -- */

div.error-message{ float: none; color: red; padding-left: .5em; vertical-align: top; } /* for the cakephp validation errors div.error-message */

div.message { /*display:none;*/ width:500px; background-color:#A6EFFF; padding:5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border: 2px solid blue;}

div.flash_success { /*display:none;*/ margin-top:25px; width:500px; background-color:#8DFF51; padding:5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border: 2px solid green; }

div.flash_error{ /*display:none;*/ margin-top:25px; width:500px; border-style:solid; border-color:red; background-color:#FFE4CA;  /*FFCEFF*/ padding:5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border: 2px solid red; text-align: left; }

div.flash_message { /*display:none;*/ margin-top:25px; width:500px; background-color:#A6EFFF; padding:5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border: 2px solid blue; }

/* ajax responses */
	.flash_bad{
		padding:4px;
		background-color:#FFE7E7;
		border:2px solid #E77D7B;
		}

	.flash_good{
		padding:4px;
		background-color:#E7FFD6;
		border:2px solid #8CD76B;	
		}

/*  UPLOADER */
	.qq-uploader { position:relative; width: 100%;}
	
	.qq-upload-button {
		display:block; /* or inline-block */
		width: 105px; padding: 7px 0; text-align:center;    
		background:#880000; border-bottom:1px solid #ddd;color:#fff;
	}
	.qq-upload-button-hover {background:#cc0000;}
	.qq-upload-button-focus {outline:1px dotted black;}
	
	.qq-upload-drop-area {
		position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
		background:#FF9797; text-align:center; 
	}
	.qq-upload-drop-area span {
		display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
	}
	.qq-upload-drop-area-active {background:#FF7171;}
	
	.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
	.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
	.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
		margin-right: 7px;
	}
	
	.qq-upload-file {}
	.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
	.qq-upload-size,.qq-upload-cancel {font-size:11px;}
	
	.qq-upload-failed-text {display:none;}
	.qq-upload-fail .qq-upload-failed-text {display:inline;}

