

.toplinkhome {
	text-decoration:none;
	position:	absolute;
	padding:	3px;
	text-align: center;
	left:	0px;
	width: 80px;
	height: 25px;
	color :#333333;
	background-color: #F1F1F1;
		z-index:660;
}

.toplinkhome:hover {
	background-color: #e1F1FF;
	color :#111199;
}

.toplinkdepre {
	text-decoration:none;
	position:	absolute;
	padding:	3px;
	text-align: center;
	left:	90px;
	width: 130px;
	height:25px;
	color :#333333;
	background-color: #F1F1F1;
		z-index:660;
}

.toplinkdepre:hover {
	background-color: #e1F1FF;
	color :#111199;
}

.toplinkanx {
	text-decoration:none;
	position:	absolute;
	padding:	3px;
	text-align: center;
	left:	230px;
	width: 180px;
	height: 25px;
	color :#333333;
	background-color: #F1F1F1;
		z-index:660;
}

.toplinkanx:hover {
	background-color: #e1F1FF;
	color :#111199;
}


.toplinkppd {
	 text-decoration:none;
	 position:	absolute;
	padding:	3px;
	text-align: center;
	left:	420px;
	width: 190px;
	height: 25px;
	color :#333333;
	background-color: #F1F1F1;
		z-index:660;
}

.toplinkppd:hover {
	background-color: #e1F1FF;
	color :#111199;
}


.toplinkpanic {
	 text-decoration:none;
	 position:	absolute;
	padding:	3px;
	text-align: center;
	left:	620px;
	width: 160px;
	height: 25px;
	color :#333333;
	background-color: #F1F1F1;
		z-index:660;
}

.toplinkpanic:hover {
	background-color: #e1F1FF;
	color :#111199;
}


.toplinkcontact {
	 text-decoration:none;
	 position:	absolute;
	padding:	3px;
	text-align: center;
	left:	790px;
	width: 80px;
	height:25px;
	color :#333333;
	background-color: #F1F1F1;
}

.toplinkcontact:hover {
	background-color: #e1F1FF;
	color :#111199;
}






/*------------------------------ 1. Basic ------------------------------*/
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	/*overflow-y: scroll;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	font-family:'Droid Sans', Helvetica Neue, Arial, sans-serif;
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	color:#666;
	line-height:18px;
	 min-width:1080px;
}


p{
    font-family: "Droid Sans",Helvetica,arial,sans-serif;
    font-size: 13px;
	/*line-height: 21px;
	padding: 16px 25px 20px;*/
	margin:0 0 10px 0;
}

a, a:visited { color: #3e9cba;text-decoration:none; }

/*a.btn:visited { color: #333; }*/
a:hover, .leftnav li a:hover{ color: #23758f;}


a.block {
	font-size: 13px;
}

ul, ol{
	margin:10px 0 10px 15px;
	padding:0;
}
ol{margin:10px 0 10px 30px;}

li{ margin:10px 0;}

/*------------------------------ 2. Typography ------------------------------*/

p small {
  font-size: 11px;
  color: #bfbfbf;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
	color: #11221f;
	font-size:40px;
	letter-spacing:-.08em;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 20px;
  line-height: 22px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 18px;
  color: #1681b2;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
  color: #333;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}

h2, h3{
	margin:10px 0;
}
/*h2{font-size: 40px;}*/

#title, h3{
	font-weight:normal;
}

.client h3 {
	margin: 10px 0;
	font-size: 18px;
	line-height: 24px;
}

.headline{
	color: #0e83ae;
	letter-spacing: -0.04em;
	text-shadow: 0 2px 1px #fff;
}

.subheadline{
	letter-spacing: -0.03em;
	font-size:20px;
	color: #888;

}
.yellow{ color:#f8d71f}

/*------------------------------ 3. Layout ------------------------------*/
.no-disc{
	list-style: none;
	padding: 0;
	margin:0;
}

.left{ float:left}
.right{ float:right}
.center{
	display: block;
	margin:5px auto;
	width: auto;
	text-align: center;
}
.block{ display:block}
.col460{ width:460px;}

.wrapper{
	margin:auto;
	width:1020px;
}

.separator li, div.separator{
	border-bottom: 1px solid #eee;
	margin:0;
	padding:8px 5px;
	list-style: none;
	text-align: left;
}

#header-container{

	background-color:#fff;
	height:100px;
	position:relative;
}


#logo{
	position: absolute;
	top:-5px;
	left:0;
}

nav#login{
	margin:0 auto;
	width:960px;
	position:absolute;
}
	nav#login ul{
		float:right;
	}
		nav#login ul li{
			display:inline;
		}
nav#login a{
	padding:5px 10px;
	color:white;
	text-decoration:none;
	background-color:#43a4d2;
	display:inline-block;
	border-radius:0 0 3px 3px;
	position:relative;
	behavior: url('pie.htc');
}
	nav#login a.log_patient{
		background-color:#619d2b;
	}

	nav#login a.log_patient:hover{ background:#7cb849}
	nav#login a.log_therapist:hover{ background:#43aedf}


header nav#main{
	height:142px;
}
	nav#main ul{
		float:right;
		/*margin-top:70px;*/
		margin-top:-10px;
	}
		header nav#main ul li{
			float: left;
			display:inline-block;
			margin-left:10px;
		}

nav#main a{
	padding:7px 8px;
	color:black;
	text-decoration:none;
}
	nav#main a:hover{
		background-color:#2c92c3;
		color:white;
		border-radius:2px;
		position:relative;
		behavior: url('pie.htc');
	}
		nav#main a.highlighted{
/*			background-color:#2c92c3;
			color:white;*/
			color:#0e83ae;
			border-radius:2px;
		}
		nav#main a.highlighted:hover{ color:#fff}



#content{
	background:url(../images/content_bg.png) repeat-x #19517D;
	border-top:1px solid #2e789c;
	border-bottom:1px solid #2c92c3;
	float:left;
	width:100%;
	padding:20px 0;
}
#content p{
	font:16px/26px Helvetica, Helvetica Neue, Arial;
	color:white;
}

.home-content{
	background: url(../images/banner-bkg.jpg) repeat-x;
	margin:0 0 10px 0;
	padding:0;
	}


.promo{
	width:380px;
	color: #fff;
	font-size:18px;
	line-height: 22px;
	margin-top: 50px;
    float:left;
}

.scriptFont{
	font-family: 'Merienda One', cursive;
	/*font-family: 'Yellowtail', cursive;*/
	color: #f8d71f;
	font-size:60px;
	letter-spacing:-.08em;
}

.scriptFont.headline{color:#0E83AE}

.tag{
	font-family: Arial, Helvetica, sans-serif;
	line-height:53px;
	font-size: 48px;
	letter-spacing:-.04em;
	text-shadow: 0 1px 3px #093b61;
	margin:10px 0;
}

.tag2{
	font-family: Arial, Helvetica, sans-serif;
	line-height:53px;
	font-size: 48px;
	letter-spacing:-.04em;
	text-shadow: 0 1px 1px #222222;
	margin:10px 0;
}


big{
	font-size:17px;
	font-weight: bold;
	color: #333;
}

.orange{ color:#e78303}
.green{color: #619d2b}


.banner{
/*	min-width:1024px;*/
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	height: 385px;
    overflow:hidden;
}

.bar{
	text-align: center;
	/*background:#fef0b0;*/
	/*background: #91c7dc;*/
	background: #f3f4f5;
	padding:15px 0;
	margin:-5px 0 10px 0;
	font-style: italic;
}

/** slides**/

.slide{
    position:absolute;
    top:0;
    left:0;
	margin:0; padding:0;
	min-width: 1020px;
    width:100%;
}
.hidden .slide{
    display:none;
    opacity:0;
}
.hidden ul, .hidden .promo,{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    zoom:1;
}
.slide .wrapper{
	height: 385px;
	width: 1020px;
	position:relative;
    z-index:2;
}


#watch-video{
	margin:30px auto 0 auto;
	width:50%;
	text-align:center;
	display:block
	}

#dots{
	position: absolute;
	bottom:-10px;
	right:50%;
	z-index:1000;
	padding:5px;
}

#dots li{
	display: block;
	float:left;
	background: url(../images/pagination.png) no-repeat 0 0 ;
	width:12px;
	height:12px;
	margin:0 2px;
	cursor:pointer;
}
#dots li.active{ background: url(../images/pagination.png) no-repeat 0 -13px ;}

/*.search{
	clear: both;
    float: left;
    padding: 40px 0 20px;
    text-align: center;
    width: 960px;
}*/

.search{
	background:#f3f4f5;
	border-top: 1px solid #e1e5e5;
	padding:15px 0;
	margin-top:10px;
}

.search label{
	color:#0b6a95;
	font-size:19px;
}
#footer-container{
	/*background-color:#fff;*/
	background: #0a6487;
	color:#fff;
	float:left;
	width:100%;
	padding:25px 0;
	border-top: 1px solid #095877;
}

#footer-container footer{
	color:#fff;
}
.foot_col{
	/*width:175px;*/
	width:125px;
	margin-right:15px;
	float:left;
}

.foot_col ul{ margin:0}
.foot_col li{
	list-style: none;
	padding:0;
	margin:0;
	}

.ie7 .foot_col,.ie8 .foot_col{
	/*ie 6/7*/
	margin-right:10px;
}
	.foot_col:last-child{
		margin-right:0;
	}
		.foot_col h5{
			margin-bottom:0;
			color: #f8b603;
			font-weight: bold;
		}
			.foot_col ul{
				margin-top:.6em;
				padding:0;
			}
				.foot_col ul li a{
					color:#fff;
					text-decoration:none;
					line-height:1.5em;
				}
					.foot_col ul li a:hover{
						text-decoration: underline;
					}

.social-media{
	margin:10px 0;
	width:180px;
	text-align: right;
}
a.fb {
	background: url('../images/icon-facebook.png') no-repeat top;
	width: 30px;
	height: 28px;
	display: inline-block;
}
a.fb:hover {
	background: url('../images/icon-facebook.png') no-repeat bottom;
}
a.twitter {
	background: url('../images/icon-twitter.png') no-repeat top;
	width: 30px;
	height: 28px;
	display: inline-block;
}
a.twitter:hover {
	background: url('../images/icon-twitter.png') no-repeat bottom;
}
.dash-bar-outline {
	height: 18px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0;
	width: 100%;
}

.dash-bar-fill {
	height: 18px;
	background-color: #2c92c3;
	border-radius: 4px;
}

.dash-bar-five {
	background-color: #F48405;
}

.light {
	color: #666;
}


#articles li{
	border-bottom: 1px solid #157ba2;
}
#articles a{color: #ccc}


/*tabs on inner pages*/
ul.tabs, .leftnav {
    float: left;
    font-weight: lighter;
    height: 32px;
    list-style: none outside none;
    margin: 0;
    padding: 10px 20px 10px 0px;
   /* width: 25.3%;*/
	width:20%;
}
ul.tabs li, .leftnav li {
    border-right: 1px solid #ddd;
    display: block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
   /* margin: 0 0 -1px 43px;*/
	margin: 0 0 -1px 0px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
ul.tabs li a, .leftnav li a {
	color: #777777;
    font-size: 1.2em;
    font-weight: normal;
    outline: medium none;
    padding: 0 35px 0 10px;
    text-decoration: none;
}
ul.tabs li a:hover, .leftnav li a:hover{color:#23758F}
ul.tabs li:hover, .leftnav li:hover {
	background-color:#eeeeee;
}
html ul.tabs li.active, html ul.tabs li.active, html ul.leftnav li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-right: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

ul.tabs li.active a, ul.leftnav li.active a{ color: #000; background: url(../images/arrows.png) no-repeat 185px 3px}

.tab_container {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    overflow: hidden;
    width: 72%;
    min-height:300px;
}
.tab_content {
	padding: 10px;
	/*min-height:500px;*/

	/*font-size: 1.2em;*/
}


.checkmark li{
	background: url(../images/checkmark.png) no-repeat 0 0;
	list-style: none;
	padding:2px 0 2px 30px;
}



.img-left{float: left; margin-right:10px}
.img-right{ float:right; margin-left: 10px}

/*reg forms on inner pages*/
.sub{
	/*background: #f3f6f8;*/
	background: url(../images/sub-bkg.jpg) repeat-x;
	border-top: 1px solid #d0dce0;
	/*border-bottom: 1px solid #d0dce0;*/
	margin-bottom:10px;
/*	height:169px;
	overflow: hidden*/
}

.sub h2{margin:0; line-height:40px; font-size:40px}

#banner{
	background: url(../images/sub.png) no-repeat;
	height:180px;
	position:relative;
}

/*.signup-ad{
	margin:10px auto;
	width:930px;
	background: url(../images/ad.png) no-repeat 0 3px;
	padding:5px 0 0 0;
}*/

.signup-ad{
	margin:0 auto;
	background: url(../images/ad.png) no-repeat top right;
	padding:35px 0px 5px 5px;
}
.signup-ad h3{ line-height:25px; font-size:19px}
/*.signup-ad:hover{background: url(../images/ad-hover.png) no-repeat 0 3px;}*/
/*.signup-ad a{ color:#555;  padding-right:100px; font-size:22px}
*/
.newsletter{
	background: url(../images/newsletter.png) no-repeat top left;
	padding:55px 0px 30px 20px ;
}

.masthead{
    clear: both;
  /*  padding: 20px;*/
}
.masthead h3{
	font-size:24px;
	float:left;
}
.masthead a{
	margin:30px 0;
}
/* secondary nav */
.secondary_nav{

}
	.secondary_nav li{
		display:inline;

	}

/*.account-links li {
	margin: 10px;
	list-style: none;
}*/


.patientAd{
	width:220px;
	background:url(../images/patient-ad.png) no-repeat left top;
	padding:20px 0 30px 160px;
	text-align:center
}


/**** BLOG*****/
.list li{
	background:url(../images/list-arrow.png) no-repeat 0 7px;
	border-bottom:1px dotted #ccc;
	list-style: none;
	padding:5px 0 5px 15px;
	margin:0;
}

.divider{
	padding:10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom:20px;

}

/*----------------------- 9. Forms -------------------------*/

.error {
	color: #aa0000;
	text
}

.form-error {
	padding-left: 160px;
}

.form-field {
	padding: 5px;
}
.form-field label {
    float: left;
    text-align: right;
    /*width: 150px;*/
    width: 160px;
    padding-right: 10px;
}

.form-field.has-errors input, .form-field.has-errors select {
	border: 1px solid #C00 !important;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.6);
}

.form-field.has-errors input:focus, .form-field.has-errors select:focus {
	background-color: #ffebeb;
	border: 1px solid #C00 !important;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.6);
	color: #333;
}

form {
  margin-bottom: 18px;
}

/* PRETTY FIELDSETS */

fieldset.simple {
	margin: 10px 5px;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

fieldset.simple legend {
	font-size: 13px;
	color: #0E83AE;
	margin: 0;
	padding: 5px 3px;
}



fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

  color: #333333;
}
.clearfix {
  margin-bottom: 18px;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  text-align: right;
  color: #333333;
}
div.input_search {
	margin:0 auto;
	width:600px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input[type=text],
input[type=password],
textarea,
select,
.uneditable-input, .text {
  display: inline-block;
  width: 210px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
  color: #808080;
  border: 1px solid #DDDDDD !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select, input[type=file] {
  height: 27px;
  line-height: 27px;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
  /*line-height:13px;
  font-size:13px;*/
}
input[type=text],
input[type=password],
select,
textarea, .text {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, .text:focus {
  color: #333;
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
  color: #9d261d;
}
form div.error input[type=text], form div.error input[type=password], form div.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: scroll;
}
input[readonly]:focus, textarea[readonly]:focus, input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-stacked {
  padding-left: 20px;
}

.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  float: right;
}


/* login forms */
#login_box{
	width:230px;
	background:#eee;
	padding:10px 20px;
	margin-bottom:0;
}
	#login_box fieldset{
		padding-top:14px;
	}

p#login_error{
    font-size: 16px;
    font-weight:bold;
    color:#444;
    margin-bottom: 0;
    margin-top: 15px;
    border-bottom:1px solid #ccc;
    padding:0 0 5px 0;
}
.subcheck{
	float:left;
	padding:0;
	margin:0;
}
.subcheck label{
	padding:0;
}
.subcheck span{
	color: rgb(136, 136, 136);
	font-size: 11px;
}
.subcheck .error{
    padding-left:0;
}
p.forgot_it{
	float:right;
	margin-bottom:0;
	padding:0;
}
	p.forgot_it a{
		font-size: 11px;
		color: rgb(85, 85, 85);
		position: relative;
		top: 2px;
	}




/*-------------------------- 10. Buttons --------------------------*/


.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover,
.btn.green-btn {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}



.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}

.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.primary {
    background-color: #1594ba;
    background-image: -moz-linear-gradient(center top , #58AAEF, #1594ba);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: -khtml-gradient(linear, left top, left bottom, from(#58AAEF), to(#1594ba));
	background-image: -ms-linear-gradient(top, #58AAEF, #1594ba);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58AAEF), color-stop(0.25, #58AAEF), to(#1594ba));

	background-image: -o-linear-gradient(top, #58AAEF, #1594ba);
	background-image: linear-gradient(top, #58AAEF, #1594ba);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58AAEF', endColorstr='#1594ba', GradientType=0);
}


.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}


.btn.green-btn, .btn.orange-btn, .btn.blue-btn{
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color:#fff !important;
}

.btn.green-btn, .green-btn{
	background-color: #427803;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9bcb48), to(#427803));
	background-image: -webkit-linear-gradient(top, #9bcb48, #427803);
	background-image:    -moz-linear-gradient(top, #9bcb48, #427803);
	background-image:     -ms-linear-gradient(top, #9bcb48, #427803);
	background-image:      -o-linear-gradient(top, #9bcb48, #427803);
	background-image:         linear-gradient(top, #9bcb48, #427803);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9bcb48', EndColorStr='#427803');
	border:1px solid #518a21;
	text-shadow: 0 1px 1px #498406;

}

.btn.green-btn:hover{
	background-color: #9bcb48;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#427803), to(#9bcb48));
	background-image: -webkit-linear-gradient(top, #427803, #9bcb48);
	background-image:    -moz-linear-gradient(top, #427803, #9bcb48);
	background-image:     -ms-linear-gradient(top, #427803, #9bcb48);
	background-image:      -o-linear-gradient(top, #427803, #9bcb48);
	background-image:         linear-gradient(top, #427803, #9bcb48);
	background-position:0 0px;
}

.btn.orange-btn{
	background-color: #fd9503;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fd9503), to(#d76700));
	background-image: -webkit-linear-gradient(top, #fd9503, #d76700);
	background-image:    -moz-linear-gradient(top, #fd9503, #d76700);
	background-image:     -ms-linear-gradient(top, #fd9503, #d76700);
	background-image:      -o-linear-gradient(top, #fd9503, #d76700);
	background-image:         linear-gradient(top, #fd9503, #d76700);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fd9503', EndColorStr='#d76700'); /
	background-position:0 0px;
	border: 1px solid #c35504;
	text-shadow: 0 1px 2px #dc6c07;
}

.btn.orange-btn:hover{
	background-color: #d76700;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d76700), to(#fd9503));
	background-image: -webkit-linear-gradient(top, #d76700, #fd9503);
	background-image:    -moz-linear-gradient(top, #d76700, #fd9503);
	background-image:     -ms-linear-gradient(top, #d76700, #fd9503);
	background-image:      -o-linear-gradient(top, #d76700, #fd9503);
	background-image:         linear-gradient(top, #d76700, #fd9503);
	background-position:0 0px;
	}

.btn.blue-btn{
	background-color: #0a6d93;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39aad6), to(#0a6d93));
	background-image: -webkit-linear-gradient(top, #39aad6, #0a6d93);
	background-image:    -moz-linear-gradient(top, #39aad6, #0a6d93);
	background-image:     -ms-linear-gradient(top, #39aad6, #0a6d93);
	background-image:      -o-linear-gradient(top, #39aad6, #0a6d93);
	background-image:         linear-gradient(top, #39aad6, #0a6d93);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#39aad6', EndColorStr='#0a6d93'); /* IE6�IE9 */
	border:1px solid #2089b1;
	text-shadow: none;
	}

.btn.blue-btn:hover{
	background-color: #39aad6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0a6d9), to(#39aad6));
	background-image: -webkit-linear-gradient(top, #0a6d93, #39aad6);
	background-image:    -moz-linear-gradient(top, #0a6d93, #39aad6);
	background-image:     -ms-linear-gradient(top, #0a6d93, #39aad6);
	background-image:      -o-linear-gradient(top, #0a6d93, #39aad6);
	background-image:         linear-gradient(top, #0a6d93, #39aad6);
	background-position:0 0px;
}

.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.chars {
	display: block;
	font-size: 10px;
	color: #AAA;
}

.chars:before {
	content: "Characters Left: ";
}


.alert-message {
  position: relative;
  width: 80%;
  padding: 7px 15px;
  margin: 10px auto 18px auto;
  color: #7d661a;
  font-weight: bold;
  background-color: #edd985;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#edd985));
  background-image: -moz-linear-gradient(top, #fceec1, #edd985);
  background-image: -ms-linear-gradient(top, #fceec1, #edd985);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #edd985));
  background-image: -webkit-linear-gradient(top, #fceec1, #edd985);
  background-image: -o-linear-gradient(top, #fceec1, #edd985);
  background-image: linear-gradient(top, #fceec1, #edd985);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#edd985', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #edd985 #edd985 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #333333;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}

.actions {
    margin-top: 18px;
    float:left;
    clear:both;
}
.input{
	margin-bottom:10px;
	float:left;
	clear:both;
}



/*--------------------------- 11. Tables - specific to emotion check fields ----------------------------*/

.datepicker {
	width: 100px !important;
}

.date_selection{
	border-bottom:1px solid #eee;
	padding:0 0 20px 0;
}
.selection_table {
	padding:25px 0 0 0
}

.selection_table table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.selection_table table tr:nth-child(even) {
	background-color: #fcfcfc;
}

.selection_table table tr td table {
	height: 100%;
}

.selection_table table tr td table tr {
	background-color: transparent !important;
}

.selection_table table tr td table tr + tr {
	border-top: 1px solid #333;
}

.selection_table table tr:hover {
	background-color: #ffffe3;
}

.selection_table table thead tr th {
	background-color: #EEE;
	text-align: left;
	font-weight: normal;
	color: #000;
}
.selection_table table{
	width:100%;
	padding:0;
	border-collapse:separate;
	*border-collapse:collapse;
	font-size:13px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.selection_table table th, .selection_table table td{
	padding:10px 10px 9px;
	line-height:18px;
	text-align:left;
	word-wrap: break-word;
}


table {
	table-layout: fixed;
}
td {
	word-wrap: break-word;
}

.selection_table table th{
	padding-top:9px;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
}
.selection_table table td{
	/* small hack to get the tables inside the td's to be 100% */
	height: 20px;
	vertical-align:middle;
}
.selection_table table th+th, .selection_table table td+td{
	border-left:1px solid #ddd;
}
.selection_table table tr+tr td{
	border-top:1px solid #ddd;
}
.selection_table table tbody tr:first-child td:first-child{
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
}
.selection_table table tbody tr:first-child td:last-child{
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
}
.selection_table table tbody tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
}
.selection_table table tbody tr:last-child td:last-child{
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0;
}

.selection_table table .header{
	cursor:pointer;
}
.selection_table table .header:after{
	content:"";float:
	right;
	margin-top:7px;
	border-width:0 4px 4px;
	border-style:solid;
	border-color:#000 transparent;
	visibility:hidden;
}

.selection_table input[type="checkbox"], .selection_table input[type="radio"] {
    margin: 0 5px 2px 0;
}


.ui-widget-header{
	background:white;
}
.ui-widget-content{
	background:white;
}
.ui-widget-overlay{
	background:rgba(0,0,0,.7);
	height:400px;
	width:400px;
}


.table th{
	background: #0e83ae;
	color:#fff;
	font-weight:bold;
}
.table td, .table th{
	border: 1px solid #0e83ae;
	font-size:14px;
	padding:5px 10px;
}

.nopad {
	margin: 0;
}

.nopad td, .nopad th {
	padding: 0
}

/*------------------------------ 12. Extras ------------------------------*/
.box_shadow {
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
::-moz-selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}


/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.notice {
	display:block;
	padding: 10px 5px;
	margin: 10px auto;
	width: 75%;
	background-color: #ffffda;
	border: 1px solid #e4dda0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	color: #333;
}
.remove {
	margin: 8px 0 0 0;
	background-image: url(overcast/images/ui-icons_fbc856_256x240.png)
}
/* .box is not my preference, but its being used by comentum a lot in markup, so its included.. */
.box{
	margin-bottom:20px;
	float:left;
}

.inside{
	padding: 20px;
}



/* Generic pane rules for dashbaord fixed app layout */
.row, .col { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 40px/*due to header bar*/; bottom: 0; }

.right.col { border-left: 1px solid #ddd; }
.right.col .body { padding: 0; }
.listview { padding: 0; margin: 0; font-weight: bold; color: #444; }
.listview li { list-style-type: none; background: #eee; padding: 1em; border-top: 1px solid #aaa; border-bottom: 1px solid #fff; }
.listview li.selected { background-color: #37F; color: White; }

.listview.inset { margin: 1em 0; }
.listview.inset li { background: white; border: 2px solid #aaa; border-bottom-width: 0; }
.listview.inset li:first-child { border-radius: 1em 1em 0em 0em }
.listview.inset li:last-child { border-radius: 0em 0em 1em 1em; border-bottom-width: 2px; }


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #eee;
}
::-webkit-scrollbar-thumb  {
	width: 10px;
    height: 10px;
    background: #47a7d6;
    border-radius: 12px;
}

/* Pane configuration */
.left.col { width: 220px; }
.right.col {
	left: 180px;
	right: 0;
    background: url("../images/bg_2.jpg") repeat scroll 0 0 #EDEDED;
    border-bottom: 1px solid #E2E0E0;
    border-top: 1px solid #E2E0E0;
    float: left;
}
.header.row { height: 75px; line-height: 75px; }
.body.row { top: 40px; bottom: 50px; }
.col .body.row { margin-top:40px;}
.sidebar .footer.row { height: 50px; bottom: 0; line-height: 50px; background: white;border-top:1px solid #ddd;z-index: 1;}
.right.col.inside .footer.row { height: 50px; bottom: 0; line-height: 50px;z-index: 1;}
.right.col.inside h1{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    font-size: 30px;
    height: 59px;
    left: 0;
    line-height: 60px;
    margin-bottom: 18px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 100%;
}
.right.col .row{
	overflow: auto;
}

#emotions-box{
    width:auto;
    min-width:60%;
    margin:0 auto 1.5em;
}

#emotion_slider{
    padding:5px;
}


/*------------------------ 13. Media Queries --------------------------*/
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){

}

/* Workaround: in landscape mode, IEMobile makes bottom toolbar overlap the page, so shorten the page by 75px to compensate */
@media screen and (orientation:landscape) { .iemobile .page { bottom: 75px; } }

@media print {
	*{
		background:transparent !important;
		color:black !important;
		text-shadow:none !important;
		filter:none !important;
		-ms-filter:none !important
	}

	.noprint { display: none; }

	a,a:visited{
		color:#444 !important;
		text-decoration:underline
	}
	/*a[href]:after{content:"("attr(href) ")"}
	abbr[title]:after{content:"("attr(title) ")"}
	a[href^="javascript:"]:after,a[href^="#"]:after{content:""} */
	pre,blockquote{border:1px solid #999;page-break-inside:avoid}
	thead{display:table-header-group}
	tr,img{page-break-inside:avoid}
	p,h2,h3{orphans:3;widows:3}
	h2,h3{page-break-after:avoid}
}

sup.supSm {
    font-size:40%;
    top:-0.9em;
}

.selection_table {
    width:94%;
    margin-left:auto;
    margin-right:auto;
}
