/*** Global styles ***************************************************/
* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
em {
  font-style: normal;
}
html, body {
  margin: 0;
  border: 0;
  padding: 0;
  height: 100%;
  font-family:Helvetica,Verdana,Tahoma,Arial,Sans;
  font-size: 13px;
}
img {
  border: none;
}
a {
  color: #071b2a;
}
a:focus {
  outline: none;
}
.hint {
  color: #000;
  font-size: 90%;
}
.plainlink, .emph { /* a.buttonlink exists further down */
  color: #fc14b1;
}
.nicelink { /* a.buttonlink exists further down */
  color: #44b5f1;
}
.externallink { /* a.buttonlink exists further down */
  background: transparent url("../images/icon_external_link.gif") no-repeat 0 50%;
  padding-left: 14px;
  color: #fc14b1;
}
.bullet {
  background: transparent url("../images/icon_paging_next.gif") no-repeat 0 50%;
  padding-left: 18px;
}
.bullet.back {
  background: transparent url("../images/icon_paging_previous.gif") no-repeat 0 50%;
}
.alert {
  background: transparent url("../images/icon_error.gif") no-repeat 0 60%;
  padding-left: 16px;
  color: #fc14b1;
}
.content_img {
  border: 1px solid #081828;
  float: left;
  margin: 0em 1.5em 1em 0em;
}
p.info,
p.warning {
  background: transparent url("../images/icon_info.gif") no-repeat 0 0;
  padding: 0 0 0 22px;
  font-size: 90%;
  margin:2px 0 0 7px;
}
textarea {
  font-family:Helvetica, Arial, Verdana, sans-serif;
}
ul.bulleted {
  padding-left: 1em;
  margin: 0.5em 0 0.5em 1em;
}
ul.bulleted li {
  list-style: disc outside;
}
ul.bulleted ul {
  padding-left: 1.2em;
}

/************* User Tips (yellow) ***********/

#tip {
  background-color: #fffaab;
  border: 1px solid #c4c4c4;
  color: #0d2e39;
  padding: 12px 15px 15px 15px;
  position: absolute;
  max-width: 300px;
  z-index: 10000;
  -moz-box-shadow: 0 1px 20px #666;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 1px 20px #666;
  -webkit-border-radius: 4px;
}
#tip .tail {
  background: transparent url("../images/bg_tip_tail.png") no-repeat 0 0;
  position: absolute;
  left: 40px;
  width: 22px;
  height: 22px;
}
#tip .right {
  right: 40px;
  left: auto;
}
#tip.above .tail {
  bottom: -22px;
}
#tip.below .tail {
  background-position: 0 -22px;
  top: -22px;
}
#tip.left .tail {
  background-position: 0 -44px;
  top: 20px;
  right:-22px;
  left: auto;
}
#tip.right .tail {
  background-position: 0 -66px;
  top: 20px;
  left:-22px;
}
#tip p {
  line-height: 120%;
  margin: 0.5em 0 1em 0;
}
#tip li {
  float: left;
  margin-right: 1em;
}
#tip .button {
  padding: 5px 10px;
  font-weight: bold;
  border: 1px solid #ddd79d;
  background-color: #fffded;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -moz-linear-gradient(-90deg,#ffffff,#fffcdc);
  background: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#fffcdc));
}
#tip .more {
  color: #0097db;
  text-decoration: underline;
}

/************* Hover Tooltips ***********/
.tooltip {
  background: transparent url("../images/icon_info3.gif") no-repeat 0 0;
  padding-left: 11px;
  height: 11px;
  width: 0;
  overflow:hidden;
  margin-left: 5px;
}
#tooltips_tip {
  -moz-border-radius:3px 3px 3px 3px;
  background-color:#ECF1F3;
  border: 1px solid #ccc;
	visibility: hidden;
  position: absolute;
  z-index: 100;
	padding: 10px;
  width:200px;
  font-size: 90%;
  line-height: 140%;
	opacity: 0.9
}

.b-ie6 .pngfix {
  behavior: url("/stylesheets/skins/default/css/iepngfix.htc");
}
.b-ie .ie_disabled {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b-op .ie_disabled {
  opacity: 0.4;
}
/****************** Body Components ******************/

body#standard,
body#content {
  color: #0e2536;
  float: left;
  font: small/160% Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  position: relative;
/* background: -moz-linear-gradient(-90deg,#66C7F5,#2591E8 47px,#FAFBFB 48px,#E9EDEF 49px,#FBFCFC 117px); */
/* background: -webkit-gradient(linear,center top,center bottom,from(#0c4c75),color-stop(3%, #06283e),color-stop(4%, #052031),to(#052031)); */
}
body#standard.b-mac.b-op,
body#content.b-mac.b-op {
  font-size: 90%;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 950px;
  xposition: relative; /* fixme */
}
#body {
  clear: both;
  float: left;
  width: 950px;
}
input.inactive {
  color: #aaa;
}

#maincontent {
  clear: both;
  float: left;
  width: 660px;
  padding-right: 10px;
}
#maincontent.full,
body.admin #maincontent {
  width: 950px;
  padding-right: 0;
}
#mymap #maincontent,
#myaccount #maincontent {
  clear: both;
  width: 100%;
}

/* PAGES COMPONENTS */

#pgcontent {
  clear: both;
  border:1px solid #D9E2E8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color:white;
  color: #083145;
  width: 950px;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  padding-bottom:15px;
}

#pgcontent #pgheader {
  background: white url("../images/pages/bg_header2.png") repeat-x 0 0;
  height:200px;
  width: 880px;
  padding: 40px 35px;
  position: absolute;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
#pgcontent h1 {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 56px;
  line-height: 100%;
  color: #022a3e;
}

.l-en #pgcontent h1 {
  font-size: 60px;
}
#pgcontent h1 span {
  color:#3fb4f1;
}

/* dark header
#pgcontent #pgheader {
  background: transparent url("../images/pages/bg_header1.jpg") no-repeat 0 0;
}
#pgcontent h1 {
  color:#fff;
}
/* end */

#pgcontent #pgbody {
  position: relative;
  margin-top: 144px;
  clear: both;
  width: auto;
}

.b-ie #pgcontent #pgbody {
  position: static;
}

#pgcontent h2 {
  font-size: 150%;
  line-height: 120%;
}
#pgcontent h2 span {
  color: #3FB4F1;
}
#pgcontent h2 em {
  color: #0c2735;
}
#pgcontent h3 {
  margin-bottom: 0.6em;
}
#pgcontent h4 {
  color: #3FB4F1;
  font-size: 120%;
  margin: 1em 0 0.5em 0;
}
#pgcontent h5 {
  font-size: 105%;
  margin: 0.5em 0;
}
#pgcontent h5 em {
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
}

/*** Message Bar Components ***************************************************/

.messagebar {
  clear: both;
  margin-bottom: 0.5em;
}
.messagebar,
.messagebar p {
  background: transparent url("../images/bg_messagebar.gif") no-repeat 0 0;
  height: 35px;
  line-height: 35px;
}
.messagebar p {
  background-position: 100% 0;
  position: relative;
  padding: 0 1em;
  right: -3px;
}
.messagebar a {
  text-decoration: underline;
}

.offline_errors_messagebar{
  clear: both;
  margin-bottom: 0.5em;
  background: transparent url("../images/bg_error_messagebar.gif") scroll 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #FC14B1;
}
.offline_errors_messagebar p {
  line-height: 35px;
  padding: 0 1em;
  right: -3px;
}
#messagewrap a.button {
  background: transparent url("../images/button_blank2.gif") no-repeat 0 0;
  display: block;
  width: 124px;
  height: 25px;
  padding: 10px 20px 4px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#messagebar_upgrade {
  background-image: url("../images/bg_messagebar_upgrade.gif");
  height: 80px;
  line-height: 160%;
  position: relative;
  padding-left: 250px;
  padding-right: 200px;
  margin-bottom: 1em;
  clear: both;
}
#messagebar_upgrade p {
  background: transparent;
  color: #f000a3;
  font-size: 120%;
  padding-top: 20px;
  line-height: 120%;
  position: static;
}
#messagebar_upgrade strong {
  color: #122f43;
  display: block;
}
#messagebar_upgrade a {
  position: absolute;
  right: 20px;
  top: 22px;
}
/*** ContextMenu Components ****************************************************/

.contextmenu {
  background: #fff url("../images/bg_contextmenu.gif") repeat-x 0 100%;
  border: 1px solid #C6D3D8;
  position: absolute;
  z-index: 100;
  width: 100px;
  opacity: 0.98;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 1px 1px 5px #D6DBDF;
  -webkit-box-shadow: 1px 1px 5px #D6DBDF;
}
.contextmenu li {
  position: relative;
  z-index: 100;
  width: 100%;
  list-style: none none;
}
.contextmenu > li:last-child {
}
.contextmenu .separator {
  width: 100%;
  height: 1px;
  border-width: 0;
  margin: 0;
  overflow: hidden;
  background-color: #C6D3D8;
}
.contextmenu span,
.contextmenu a {
  width: 93px;
  padding: 1px 0px 1px 7px;
  display: block;
  float: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.contextmenu .disabled,
.contextmenu span {
  color: #aaa;
}
.contextmenu a:hover {
  background-color: #2591E8;
  color: #fff;
  text-decoration: none;
}
.contextmenu .submenu {
  position: relative;
  background: transparent url("../images/icon_toggle.gif") no-repeat 97% -40px;
}
.contextmenu .submenu .contextmenu {
  position: absolute;
  width: 120px;
}
.contextmenu a.submenu:hover {
  background-position: 97% -60px;
}
.contextmenu .submenu .contextmenu a {
  width: 113px;
}

.l-de .contextmenu .submenu .contextmenu {
  width: 135px;
}
.l-de .contextmenu .submenu .contextmenu a {
  width: 123px;
}

/*** Variable Width Button ****************************************************/

.mmbutton,
.mmbutton span {
  background: transparent url("bg_mmbutton_small.gif") no-repeat 0 0;
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  border:0 none;
  white-space: nowrap;
  cursor: pointer;
}
.mmbutton {
  padding-left: 8px;
  overflow: visible;
}
.mmbutton span {
  background-position: 100% 0;
  color: #033762;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  right: -4px;
}
.mmbutton:hover {
  background-position: 0 100%;
  text-decoration: none;
}
.mmbutton:hover span {
  background-position: 100% 100%;
}
.b-ff button.mmbutton span {
  margin-right: 3px;
  top: -1px;
}
.b-ie6 .mmbutton {
  width: 0;
}


/*** Dialog Components *******************************************************/

.overlay___invisible__ {
  background-color: #666666;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.overlay_popup,
.overlay_dialog {
  background-color: #0a1d2a;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.overlay_content {
  background-color: #001c2d;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.dialog {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 10px #25292b;
  -webkit-box-shadow: 0px 0px 10px #25292b;
  -moz-box-shadow: 0px 0px 10px #25292b;
  background-color: #fff;
  position:absolute;
  text-align:left;
}
.b-ie .dialog,
.b-op .dialog {
  border: 1px solid #25292b;
}
.dialog .dialog_close {
  background: transparent url("../images/button_dialog_close2.png") no-repeat 0 0;
  position:absolute;
  z-index:2001;
  width: 27px;
  height: 27px;
  right:-10px;
  top:-10px;
  cursor: pointer;
}
.b-ie6 .dialog .dialog_close {
  behavior: url("/stylesheets/skins/default/css/iepngfix.htc");
}
.dialog .fancy {
  background: transparent url("../images/pages/bg_box.gif") no-repeat top right;
}
.dialog h1 {
  display: none;
}

.dialog .dlg_header,
.dialog .messages {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.dialog .dlg_header {
  background-color: #b8e6f9;
  border-bottom: 1px solid #8db1bf;
  padding: 20px 25px 15px 25px;
}
.dialog .messages {
  background-color: #e4e4e4;
  border-bottom: 1px solid #bfbfbf;
  color: #0b2933;
  font-size:12px;
  line-height:160%;
  font-weight:bold;
}
.dialog .notice,
.dialog .error {
  background: transparent url("/images/icons/lib/sign_warning.png") 25px 6px no-repeat;
  padding: 6px 25px 4px 48px;
}
.dialog .dlg_content {
  padding: 20px 25px;
}
.dialog .fancy .dlg_content {
  padding-right: 150px;
}
.dialog .dlg_footer {
  border-top: 1px solid #cccccc;
  bottom:20px;
  width: 100%;
  position:absolute;
}
.dialog_content .para {
  margin-bottom: 1em;
}
.dialog_content .radio {
  margin-right: 3px;
}
.dialog_content .hint {
  color: #a0a0a0;
}
.dialog_content .desc {
  font-size:90%;
}
.dialog_content .sep {
  border-bottom: 1px solid #fbfbfb;
  border-top: 1px solid #cccccc;
  margin:12px 0;
}
.dialog_content .label {
  padding-right: 1em;
}
.dialog_content td {
  line-height: 200%;
}
.dialog .buttons {
  padding: 20px 25px;
}
.dialog h2 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cssbutton,
.dialog .button {
  background: #ccd7db;
  background: -moz-linear-gradient(-90deg,#ffffff,#d7d7d7);
  background: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#d7d7d7));
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -moz-box-sizing:content-box;
  border: 1px solid #bbbbbb;
  font-size: 13px;
  text-decoration: none;
  margin-right: 10px;
  text-shadow:0 1px 0 #FFFFFF;
  line-height:1.2em;
  padding:4px 10px;
  white-space:nowrap;
}
.cssbutton:hover,
.dialog .button:hover {
  text-decoration: none;
  background: -moz-linear-gradient(-90deg,#ffffff,#909ead);
  background: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#909ead));
}

/*** Login Dialog Components *******************************************************/

#customlogo {
  margin-top:35px;
  text-align: center;
  height: 54px;
}
#signin {
  position:relative;
}
#signin #logins {
  padding:25px 20px 25px 20px;
  height: 160px;
}
#signin .group {
  height:85px;
  clear: both;
}
#signin fieldset {
  margin-bottom:8px;
  border: 0 none;
}
#signin .forgot {
  float: left;
  font-size: 90%;
  padding: 3px 0 0 10px;
}
#signin .postfix {
  float: left;
  padding: 3px 0 0 3px;
}
#signin .prefix {
  text-align: right;
  margin-right: 3px;
  width: 107px;
  padding-top: 3px;
}
#signin .hint {
  font-size: 90%;
  color: #aaa;
}
#signin .remember {
  margin-left: 5px;
  width: auto;
  padding-top: 0;
}
#signin .switcher {
  line-height: 30px;
}
#signin #dlg_footer li a {
  padding-top: 4px;
}
#signin a {
  color:#1DB2EF;
  text-decoration:underline;
}
#signin .indent {
  margin-left: 120px;
  clear: both;
}
#signin label {
  display:block;
  float:left;
  margin-right:10px;
  padding-top:2px;
  text-align:right;
  width:110px;
}
#signin input {
  background: #fff url("../images/team/bg_input.gif") repeat-x 0 0;
  border: 1px solid #d2d2d2;
  float:left;
  font-size: 100%;
  padding: 0.25em 0.3em;
  width: 200px;
}

#signin input.checkbox {
  background: none;
  border: none;
  width: auto;
}
#signin form p.buttons {
  margin: 5px 0 0 118px;
  padding: 0;
}

.l-fr #signin input#password,
.l-nl #signin input#password,
.l-ja #signin input#password,
.l-da #signin input#password {
  width: 130px;
}

#signin .error {
  color: #0b2933;
  width:457px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  font-size:12px;
  line-height:130%;
  background:#e4e4e4 url("/images/icons/lib/sign_warning.png") 17px 4px no-repeat;
  padding: 5px 0 5px 42px;
  font-weight:bold;
}

#signin .dlg_footer {
  border-top:1px solid #8db1bf;
  background-color:#b8e6f9;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  padding: 10px 0;
  bottom: -1px;
}
#signin .dlg_footer li {
  color:#082f42;
  font-size:12px;
  float:left;
  margin-right:20px;
  list-style:none;
}
#signin .dlg_footer a {
  color:#5c7176;
  padding: 3px 0 3px 24px;
  background:url("../images/login/openid_logo.gif") no-repeat 0 -28px;
}
#signin .dlg_footer a:hover {
  background-position:0 0;
  color:#082F42;
  opacity:1;
}
#signin .dlg_footer .text {
  padding-left:25px;
  width: 600px;
  margin-right: 0;
  color:#5c7176;
}
#signin .dlg_footer #gapps_login {
  background-image:url("../images/login/google_logo.gif");
}
#signin .dlg_footer #gmail_login {
  background-image:url("../images/login/gmail_logo.gif");
}

#signin .mmbutton,
#signin .mmbutton span {
  background: url("bg_mmbutton_login.png") no-repeat 0 0;
  display: block;
  float: left;
  line-height: 28px;
  height: 28px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 100%;
  text-decoration:none;
}
#signin .mmbutton {
  padding-left: 10px;
  overflow: visible;
  margin-right: 20px;
}
#signin .mmbutton span {
  background-position: 100% 0;
  position: relative;
  padding: 0 18px 0 0;
  right: -5px;
  font-weight:bold;
  font-size:14px;
  color:#082f42;
}
#signin .mmbutton:hover {
  background-position: 0 100%;
}
#signin .mmbutton:hover span {
  background-position: 100% 100%;
}
#signin .nofloat {
  float:none;
}


/*** Rating Components *******************************************************/
.rating,
.rating a:hover,
.rating a:active,
.rating a:focus,
.rating .current-rating{
  background: url("../images/rating_stars.gif") repeat-x left -1000px;
}
.rating {
  float:left;
  display:block;
  list-style:none;
  margin: 3px 5px 0 0;
  padding:0;
  width: 60px;
  height: 12px;
  position: relative;
  background-position: left top;
}
.rating li {
  display: inline;
}
.rating a,
.rating .current-rating{
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000em;
  height:12px;
  line-height:12px;
  outline:none;
  overflow:hidden;
  border: none;
}
.rating a:hover,
.rating a:active,
.rating a:focus{
  background-position: left bottom;
}

.rating a.star1 {
  width:20%;
  z-index:6;
}
.rating a.star2 {
  width:40%;
  z-index:5;
}
.rating a.star3 {
  width:60%;
  z-index:4;
}
.rating a.star4 {
  width:80%;
  z-index:3;
}
.rating a.star5 {
  width:100%;
  z-index:2;
}
.rating .current-rating {
  z-index:1;
  background-position: left center;
}
/*** Footer Components ********************************************************/

#footer {
  clear: both;
  border-top: 3px solid #d9e9fa;
  font-size: smaller;
  text-align: left;
  margin: 0 auto;
  margin-top: 10px;
  width: 950px;
  float: left;

}
#footer p {
  float: right;
  font-size: 120%;
  margin-bottom: 1em;
}
#footer li,
#footer li a {
  color: #022b46;
  float: left;
}
#footer li a {
  margin: 0 0.8em;
  font-size: 120%;
}
#footer a:hover {
  color: #ff09a3;
}

/** openid login styles ******/
#__idselector_button {
  border: 1px solid #dddddd;
  background: none;
  padding: 3px 2px 2px 2px;
  margin-left: -1px;
}

div.info {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	background-color:#FC0;
	border-bottom:1px outset #000;
}
div.info p {
	color:#333;
	font-size:11px;
	text-align:center;
	margin: 2px 12px 2px 12px;
}
	
