/* This is useful */

/* FONT STACK */
body, input, select, textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
}

/* BASE LAYOUT */

html {
	background-color: #ddd;
	background-image: -moz-linear-gradient(center top, #aaa, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #ddd));
	background-image: linear-gradient(top, #aaa, #ddd); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#aaaaaa', EndColorStr = '#dddddd');
	background-repeat: no-repeat;
	height: 100%; */
	/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
}

html.no-cssgradients {
	background-color: #aaa;
}

.ie6 html {
	height: 100%;
}

html {
	margin: 10px 10px 10px 10px ;
}

.smallerFont {
	font: 11px/18px Arial, Sans-serif;	
}

body {
	background: #ffffff;
	color: #333333;
	margin: 10px auto;
	max-width: 1220px;
	overflow-x: hidden; /* prevents box-shadow causing a horizontal scrollbar in firefox when viewport less than 960px wide */
	   -moz-box-shadow: 0 0 0.3em #28235C;
	-webkit-box-shadow: 0 0 0.3em #28235C;
	        box-shadow: 0 0 0.3em #28235C;
}

.pageContent {
	padding: 0px 20px;
}

.horizontalAdBar {
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 728px;
}


/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
	border-color: #28235C;
	border-style: solid;
	border-width: 0 1px;
}

.searchForm {
	border-color: #789DBF;
	border-style: solid;
	border-width: 1px 0;
}

.searchForm form div {
	margin: 5px 5px 5px 5px;
}

.searchForm form input {
	margin: 2px 2px 2px 2px;
}

.ie6 body {
	height: 100%;
}

a:link, a:visited {
	color: #2B3F80;
}

a:hover {
	color: #FF8C00;
}

a:hover, a:active {
	outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
	color: #2B3F80;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0.8em 0 0.3em 0;
}

h2 {
	color: #2B3F80;
	font-weight: normal;
	font-size: 1em;
	margin: 0.8em 0 0.3em 0;
}



ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -1em;
}

li:before {
    content: "»  ";
    white-space: pre;
}


li ul li:before {
    content: "› ";
    white-space: pre;
}

li:after {
	content: "\A"; 
	 white-space: pre;
}

/* GENERAL */

.searchForm {
	padding: 10px 10px 0px 10px
}

.content {
}

.content h1 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0.8em 1em 0.3em;
	padding: 0 0.25em;
}

h2 {
	font-style: italic;
	font-weight: bold;
}


.scaffold-list h1 {
	border: none;
}

.footer {
	background: #789DBF;
	color: #000;
	clear: both;
	font-size: 0.8em;
	margin-top: 1.5em;
	padding: 1em;
	min-height: 1em;
}

.footer a {
	color: #28235C;
}

/* Header start */

.header {
	background: #789DBF;
	color: #000;
	clear: both;
	height: 5em; 
	line-height: 5em;
	padding: 0em 1em 0em 1em;
}

#logo img {
	vertical-align: middle;
	padding-right: 1em;
}

.flags img {
	vertical-align: middle;
}

.header a {
	color: #F7F6EA;
	text-decoration:  none;
	font-size: 1.2em;
}

.header a:focus, .header a:hover {
	color: #FF8C00;
}

.header .title {
	float: left;	
}

.header .headerRightSide {
	float: right;
}

.header .headerRightSide .loginLogout {
	line-height: 1.5em;
	text-align: right;
	font-size: 0.8em;
}

.header .flags {
	line-height: 3.5em;
}

.header .flags img {
	opacity: 0.7;
	height: 32px;
	line-height: 32px;
}

.header .flags img:hover {
	opacity: 1;
}

/* Header end */


.spinner {
	background: url(../images/spinner.gif) 50% 50% no-repeat transparent; 
	height: 16px;
	width: 16px;
    padding: 0.5em;
    position: absolute;
    right: 0;
	top: 0;
	text-indent: -9999px;
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
	margin: 0.6em 1.25em 0 1.25em;
	padding: 0.3em 1.8em 1.25em;
	position: relative;
	zoom: 1;
	border: none;
}

.property-list .fieldcontain {
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.fieldcontain {
	margin-top: 1em;
}

.fieldcontain label,
.fieldcontain .property-label {
	color: #666666;
	text-align: right;
	width: 25%;
}

.fieldcontain .property-label {
	float: left;
}

.fieldcontain .property-value {
	display: block;
	margin-left: 27%;
}

label {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0 0;
}

input, select, textarea, .enabledButton, .disabledButton {
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
	font-size: 1em;
	padding: 0.2em 0.4em;
}

.disabledButton {
	color: #cccccc;
}

.disabledButton:hover {
	border: 1px solid;
}

.disabledButton, .enabledButton {
	width: 7em;
	text-align: center;
	text-decoration: none;
}

.previousButton {
	float:left;
}

.nextButton {
	float:right;
}

.enabledButton:hover {
	color: #2B3F80;
}

.previousNextButtonBar {
	padding: 0em 0em 1.5em 0em;
}

select {
	padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
	vertical-align: top;
}

textarea {
	width: 250px;
	height: 150px;
	overflow: auto; /* IE always renders vertical scrollbar without this */
	vertical-align: top;
}

input[type=checkbox], input[type=radio] {
	background-color: transparent;
	border: 0;
	padding: 0;
}

input:hover, select:hover, textarea:hover, .enabledButton:hover {
	border: 1px solid #789dbf;
}

input:focus, select:focus, textarea:focus, .enabledButton:focus {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	outline: 0;
	   -moz-box-shadow: 0 0 0.5em #ffffff;
	-webkit-box-shadow: 0 0 0.5em #ffffff;
	        box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {
	color: #2B3F80;
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
	position: relative;
	top: 0.1em;
}

ul.one-to-many {
	display: inline-block;
	list-style-position: inside;
	vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
	display: inline;
	zoom: 1;
}

ul.one-to-many li.add {
	list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

fieldset.embedded legend {
	margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
	font-size: 0.8em;
	line-height: 2;
	margin: 1em 2em;
	padding: 0.25em;
}

.message {
	background: #f3f3ff;
	border: 1px solid #b2d1ff;
	color: #006dba;
	   -moz-box-shadow: 0 0 0.25em #b2d1ff;
	-webkit-box-shadow: 0 0 0.25em #b2d1ff;
	        box-shadow: 0 0 0.25em #b2d1ff;
}

.errors {
	background: #fff3f3;
	border: 1px solid #ffaaaa;
	color: #cc0000;
	   -moz-box-shadow: 0 0 0.25em #ff8888;
	-webkit-box-shadow: 0 0 0.25em #ff8888;
	        box-shadow: 0 0 0.25em #ff8888;
}

.errors ul,
.message {
	padding: 0;
}

.errors li {
	list-style: none;
	background: transparent url(../images/skin/exclamation.png) 0.5em 50% no-repeat; 
	text-indent: 2.2em;
}

.message {
	background: transparent url(../images/skin/information.png) 0.5em 50% no-repeat; 
	text-indent: 2.2em;
}

/* form fields with errors */

.error input, .error select, .error textarea {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}


/* PAGINATION */

.pagination {
	border-top: 0;
	margin: 0;
	padding: 0.3em 0.2em;
	text-align: center;
	   -moz-box-shadow: 0 0 3px 1px #AAAAAA;
	-webkit-box-shadow: 0 0 3px 1px #AAAAAA;
	        box-shadow: 0 0 3px 1px #AAAAAA;
	background-color: #EFEFEF;
}

.pagination a,
.pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

/* ACTION BUTTONS */

.buttons {
	background-color: #efefef;
	overflow: hidden;
	padding: 0.3em;
	   -moz-box-shadow: 0 0 3px 1px #aaaaaa;
	-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
	        box-shadow: 0 0 3px 1px #aaaaaa;
	margin: 0.1em 0 0 0;
	border: none;
}

.buttons input,
.buttons a {
	background-color: transparent;
	border: 0;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0;
	overflow: visible;
	padding: 0.25em 0.7em;
	text-decoration: none;

	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
	background-color: transparent;
	color: #444444;
	text-decoration: underline;
}

.buttons .delete, .buttons .edit, .buttons .save {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.ie6 .buttons input.delete, .ie6 .buttons input.edit, .ie6 .buttons input.save,
.ie7 .buttons input.delete, .ie7 .buttons input.edit, .ie7 .buttons input.save {
	padding-left: 36px;
}

.buttons .delete {
	background-image: url(../images/skin/database_delete.png); 
}

.buttons .edit {
 	background-image: url(../images/skin/database_edit.png); 
}

.buttons .save {
	background-image: url(../images/skin/database_save.png); 
}

a.skip {
	position: absolute;
	left: -9999px;
}


/* for language selector */

.lang_selector{
	margin: 3px;
}

.lang_flag{}

.lang_link {
	text-decoration: none;	
}

.opacity_not_selected {
	opacity: 0.5;
}

.chart {
	width: 900; 
	height: 300;
}

.pieChart {
	width: 500;
	height: 500;
}

.scatterChart {
	width: 450;
	height: 450;
	display:inline-block;
}

.disclaimerText {
	font-size: 0.8em;
	font-style: italic;	
}


.fivePctWidth {
	width: 5%;
}

.tenPctWidth {
	width: 10%;
}

.fifteenPctWidth {
	width: 15%;
}

.fourtyPctWidth {
	width: 40%;
}

.thirtyPctWidth {
	width: 30%;
}

.twentyPctWidth {
	width: 20%;
}

.highlight {
	color: #2244FF;
}

div.addthis_toolbox {
  width: 200px; /* Change if you add more AddThis buttons */
  margin: 0 auto;
}

.loginButtons {
	padding: 1em;
}

.loginButtons a img {
	text-decoration: none;
	border: 2px solid #DDD;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 3px;
	border-radius: 5px;
	box-shadow: 3px 3px 8px #DDD;
}

.loginButtons a img:hover, .loginButtons a img:active {
	box-shadow: none;
	border: 2px solid #888;
}

.header a.alertLink {
	font-weight: bold;
}

.positive {
	color: #109618;	
}

.negative {
	color: #DC3912;	
}

.tablesorter .destroyed a, .tablesorter .destroyed td {
	color: #909090;
}

.hero {
	font-weight: bold;
}

.paypalButton {
	border: none;
}

.paypalSubmitButton {
	display: inline;
}

.centered-ad {
	margin: 0 auto;
}

.skinned .skin-link-1{
		position:absolute;
		background-repeat: no-repeat;
		background-position: top;
		left:0;
		right:0;
		top:20px;
		bottom:0;
		z-index: -1;
}