/* *check-Web Style Sheet
   Author: Geoffrey Elliott
   Updated: November 2008
*/

/******** Apply IE6pngfix **********/

img, #launchLogo { behavior: url(includes/iepngfix/iepngfix.htc);}

/******** End IE6pngfix **********/

/* For IE7 */
html {
        overflow: auto;
}

body {
  margin: 12px;
  padding: 0px;
  background-color: #f9f9f9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p+p {
	margin-top: 1.5em;
}

.doubleArrows {
  font-weight: bold;
  font-size: 140%;
  font-family: Helvetica;
  line-height: 0.7em;
}

.degree {
	font-size: 200%;
	vertical-align: bottom;
}

.invalid, .error {
	color: #e00 !important;
}

select.invalid {
	background: #FFF url('../images/white_bg.png') repeat-x 0 0 !important;
	color: #e00 !important;
}

select.optional {
	color: #000 !important;
}

a:link {
    color: #048;
}

a:hover {
    color: #02C;
}

sup, sub {
	line-height: 40%;
	font-size: 75%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}


#topBar {
  background-image: url(../images/top_background.gif);
  height: 30px;
}

#bottomBar {
  background-image: url(../images/bottom_background.gif);
  height: 30px;
  margin-top: 20px;
  /*position: absolute;
  width: 100%;
  bottom: 0px;*/
}

button {
	margin: 0;
	text-align: center;
}

select, option {
    line-height: 120%;
}

form {
    margin: 0px;
    padding: 0px;
}

.centered {
    margin: auto;
    text-align: center;
}

#banner {
/*    width: 750px;*/
    margin: auto;
    /*border: 1px solid #E6CA9B;*/
}

.placeholder{
	color: #aaa;
}

.boxHead {
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #004990;
    border-bottom: 1px solid black;
    color: white;
    font-weight: bold;
    padding: 3px;
}

td {
    padding: 4px 5px;
}

.spacer, .clear {
    clear: both;
}

#intro {
    width: 700px;
    margin: auto;
    border: 1px solid #004990;
    background-color: #E3EAF3;
    padding: 15px;
}

h1, h2, h3, h4 {
    color: #004990;
    font-weight: bold;
}

h1 {
    font-size: 24px;
    margin-top: 0px;
}

h2 {
    font-size: 20px;
    margin-top: 0px;
}

h1 .small, h2 .small, h3 .small {
    font-size: 60%;
    vertical-align: top;
}

li {
    margin-left: 0px;
}

button.checkButton, .checkButton, .addComponents a {
	background-color: #e7edf4;
	background-image: url("../images/check_button_bg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
  border: 1px solid #5989b7;
  color: #111111;
  font-size: 11px;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	overflow: visible;
	padding: 2px 8px 3px;
	line-height: 160%;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

* html button.checkButton {
	padding: 0 9px 1px;
}

*+html button.checkButton {
	padding: 0 9px 1px;
}


button.checkButton:hover, .checkButton:hover {
  background-color: #EAF4FF;
	background-image: url("../images/check_button_hover_bg.png");
	color: black;
	border-color: #457aac;
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

button.checkButton:active, .checkButton:active {
	background-color: #c6d4e5;
	background-image: url("../images/check_button_active_bg.png");
	background-position: left top;
	border-color: #336390;
	-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

button.checkButton[disabled], .checkButton[disabled] {
	opacity: 0.5 !important;
	border-color: #6999c7 !important;
	color: #555 !important;
	background-color: #e7edf4 !important;
	background-image: url("../images/check_button_bg.png") !important;
	background-position: left bottom !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	cursor: default !important;
}

.default {
	background-color: #2d6ca7;
	background-image: url("../images/default_button_bg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #f9f9f9;
	font-weight: bold;
	border: 1px solid #2163A3;
	border-right-color: #014383;
	border-bottom-color: #014383;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: visible;
	padding: 5px 10px;
	cursor: pointer;
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.default:hover {
	color: white;
	background-color: #216aa9;
	background-image: url("../images/default_button_hover_bg.png");
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.4);
}

.default:active {
	background-color: #0a468b;
	background-image: url("../images/default_button_active_bg.png");
	border-color: #014383;
	border-right-color: #2163A3;
	border-bottom-color: #2163A3;
	background-position: left top;
	-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2);
}

/* dialogOption is the generic dialog option class */
.dialogOption {
    padding: 2px 2px 2px 7px;
    margin-bottom: 4px;
}

html>body .dialogOption {
  margin-bottom: 7px;
}

.dialogOption > .additionalInfo {
	display: none;
	padding-left: 15px;
}

.dialogOption > .dialogSubOption {
	padding-left: 10px;
}

fieldset {
  border: none;
  border-top: 1px solid #ddd;
  /*background-color: #F9F9F9;*/
/*  margin: 10px;
  margin-top: 0px;*/
	margin: 1em 0;
  padding: 10px;
}

legend {
    font-weight: bold;
    padding: 0px 5px;
    font-size: 13px;
    color: #004990;
    /*background-color: white;
    border-top: 1px solid black;*/
    /*display: block;*/
}

fieldset .paddingBox {
	margin-left: 5px;
}

#projectNotes {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

.required {
  color: #C00;
	font-weight: bold;
}

.noBreak {
	white-space: nowrap;
}

.icon {
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    padding-right: 3px;
		position: relative;
		top: -1px;
}

* html .icon {
	padding-right: 0;
	margin-right: 3px;
}

.iconOnly {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
}

.iconOnly:hover {
	background-color: #eee;
	background-color: rgba(0,0,0,0.08);
	border-radius: 3px;
}

acronym, abbr {
    cursor: help;
}

.help {
	padding-left: 20px;
	background-image: url("../images/help.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#app {
	background-color: #c0d7ee;
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	background-image: -moz-linear-gradient(top, white, rgba(255,255,255,0) 12%, rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(0.12, rgba(255,255,255,0)), to(rgba(255, 255, 255, 0)) );
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.accountBox {
  font-size: 11px;
  line-height: 12px;
  /*width: 310px;*/
  margin: 0px;
  padding: 6px 9px;
	background-color: #fcfcfc;
	background-image: url("../images/account_box_bg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-right: none;
	position: relative;
}

.accountBox #emailField, .accountBox #passwordField {
	margin-right: 5px;
	float: left;
	position: relative;
}

.accountBox #emailField {
	width: 125px;
	/*margin-left: 10px;*/
}

.accountBox #emailField input {
	width: 115px;
}

.accountBox #passwordField {
	width: 75px;
}

.accountBox #passwordField input {
	width: 65px;
}

.accountBox #saveField {
	float: left;
	position: relative;
}

.accountBox input {
	padding: 2px 0; /* Wish I could hide this from Firefox Mac */
	line-height: 14px;
/*	height: 14px;*/
}

* html .accountBox input {
	padding: 2px 0 1px;
}

*+html .accountBox input {
	padding: 2px 0 1px;
}

* html .accountBox {
	width: 295px;
}

#loginForm label {
  color: #999999;
	font-style: italic;
  display: block;
  width: 110px;
}

label.over-apply { 
	position: absolute; 
	top: 6px; 
	left: 5px;
	cursor: text;
}


.accountBox button .doubleArrows {
  color: #004990;
  font-size: 180%;
  line-height: 40%;
	position: relative;
	top: 2px;
}

* html .accountBox button .doubleArrows {
	font-size: 160%;
	top: 1px;
}

*+html .accountBox button .doubleArrows {
	font-size: 160%;
	top: 1px;
}

.accountBox input {
  font-size: 11px;
}


.accountBox #saveName {
  width: 140px;
}

#registerHelp {
    vertical-align: middle;
}

.accountBox .links {
	clear: both;
  padding-top: 5px;
	padding-right: 10px;
}

.accountBox #links a:visited {
	color: #048
}

.loggedIn .links {
	padding-left: 0;
	padding-top: 7px;
	font-size: 12px;
}

.accountBox #registerHelp {
	margin-right: 3px;
}

.accountBox #forgotPassword {
	margin-left: 3px;
}

.accountBox.loggedIn {
	padding-bottom: 10px;
}

.accountBox.loggedIn #loggedInEmail {
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline;
	max-width: 135px;
}

.accountBox.loggedIn #saveField {
	margin-left: 10px;
}

#shutdownInfo {
	display: none;
	background-color: #d00;
	background: #d00 -moz-linear-gradient(bottom, rgba(0,0,0,0.1), rgba(0,0,0,0) 30%);
	color: white;
	min-height: 34px;
	padding: 8px 15px 7px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #800;
}

.contentPanel {
	position: absolute;
	top: 103px;
	left: 0;
	right: 0;
	bottom: 70px;
	overflow: auto;
	display: none;
	border-top: 1px solid #2163A3;
	background-color: #f9f9f9;
}

.working {
	background-image: url("../images/spinner.gif");
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	height: 14px;
	width: 16px;
	margin: auto;
}

.hideTab {
	display: none;
}

#loginButton {
	width: 6.55em;
} 

#loadingIndicator {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("../images/overlay_bg_white.png");
	display: block;
}

#loadingIndicator p {
	border-radius: 12px;
	background-color: rgba(0,0,0,0.8);
	background-image: url("../images/spinner_32_white_on_black.gif");
	background-repeat: no-repeat;
	background-position: 20px center;
	color: white;
	font-size: 18px;
	padding: 20px 20px 20px 70px;
	width: 240px;
	margin: 300px auto;
}

.uiTabBlockMessage {
	font-size: 1.6em;
	background-image: url("../images/spinner_32_white_on_black.gif");
	background-repeat: no-repeat;
	background-position: 20px center;
}

.uiTabBlockMessage > * {
	padding-left: 34px;
	line-height: 1.2em;
}

.blockUI h1, .blockUI h2, .blockUI h3, .blockUI h4 {
	color: white;
}

input + span.input_range {
	font-size: 11px;
  color: #7091B4;
}


/**** Popover ****/

.popover {
  color: black;
  font-weight: normal;
  line-height: 1;
  cursor: auto;
  position: absolute;
	top: 80px; /* changed */
	right: 46px; /* changed */
	display: none;
  /*opacity: 0;*/
	visibility: hidden;
  background-color: #3C4349;
  border: 3px solid #3C4349;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
/*  -webkit-transition: opacity 0.25s linear;*/
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
/*  -moz-transition: opacity 0.25s linear;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
/*  transition: opacity 0.25s linear; */
	width: 330px;
}
  .popover.active {
		display: block;
    /*opacity: 1;*/
 		z-index: 1000;
		visibility: visible;
	}
	
  .popover > .triangle {
    position: absolute;
    top: -50px;
    float: left;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-top: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #3C4349; 
	}
		
  .popover > .header {
    font-weight: bold;
    margin: 0;
    padding: 6px;
/*    height: 40px;*/
    color: white;
    background-color: #3C4349;
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(0.2, rgba(255, 255, 255, 0.4)), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent) );*/
    text-align: center; 
	}
		
  .popover > .content {
		padding: 0;
    min-width: 330px;
		/*height: 400px;*/
		text-overflow: ellipsis;
	 }
		
	.popover > .content ul {
    overflow-x: hidden;
    overflow-y: auto;
	}

	.popover > .content  li {
		white-space: nowrap;
		line-height: 19px;
	}
	
	.popover > .content #userProjects {
		overflow: hidden;
	}
	
	
/* 
 * qtip - tooltip popup, most of the style is handled in the script (until qtip2)
 */
	
	.qtip-tip {
		z-index: 100;
	}
	
	.qtip-wrapper {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #ffe5a6;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	}
	
	.qtip-contentWrapper {
		background-color: transparent !important;
	}

	.qtip-content {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}