/* page properties */

html, body {
	height: 100%;
	background-color: #acadb0;
	margin: 0px;
	padding: 0px;
	font: 11px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

/* horizontal lines */

hr { border:none; border-top:dotted 1px #acadb0; }
hr.lite { color: #ebeced; border-color: #ffffff; }
hr.dark { color: #ebeced; }
hr.form { color: #ffffff; }
hr.copy { color: #ffffff; border-color: #d7d8dc; }

/* layout */

div.login {
	background: #ebeced url(../img/bg_window.gif) repeat-x;
	border:7px solid white;
	width:500px;
	text-align: center;
}

div.setup {
	background: #ebeced url(../img/bg_window.gif) repeat-x;
	border:7px solid white;
	width:600px;
	text-align: center;
    margin-top:35px;
}

div.frame {
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin:7px;
}

table, td {
	font: 11px/2.5 Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

span.error {
    color: #e10000;
    font-weight: bold;
}

span.message {
	color: #000000;
    font-weight: bold;
}

/* form */

form { margin:0; }

input  {
	font: 11px/14px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	border: 3px double #CCCCCC;
	width:250px;
	height:25px;
	padding-left:3px;
}

input#recaptcha_response_field {
    height:18px;
}

input.normal {
	border:none;
	width:auto;
	height:auto;
	padding-left:auto;
}

.tb_filled {
	background-color: #f0f1f2;
}

.tb_account {
	background-color: #f9f9f9;
}

.tb_required {
	background-color: #f9f9f9;
	border: 3px double #e14c4c;
}

select {    
	background-color: #f9f9f9;
	width:260px;
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

option {    
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

.btn {
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#ffffff;
	background: #18516f url(../img/bg_btn.gif) repeat-x;
	padding:3px;
	border:1px solid #2c4159;
	width:auto;
	height:auto;
}

.btn.disabled {
	font: 11px/16px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	color:#aaaaaa;
	background: #18516f url(../img/bg_nav.gif) repeat-x;
	padding:3px;
	border:1px solid #2c4159;
	width:auto;
	height:auto;
}

.btn:hover {
	background: #5a8dbf;
	cursor: pointer; /* cursor: hand; for IE5 */
}

.btn.disabled:hover {
	background: #18516f url(../img/bg_nav.gif) repeat-x;
	cursor: auto; /* cursor: hand; for IE5 */
	
}

/* type */

.title {
	font: bold 13px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color:#486d9c;
	text-transform:uppercase;
}

.titleSm {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#636e7b;
}


.bodyTxt {
	line-height: 2;
}

a:link, a:visited {
	color: #486d9c;
}

a:hover {
	color: #142737;
}

a.button {
	text-decoration: none;
	font-weight: bold;
	color:#486d9c;
	background: #ffffff url(../img/bg_nav.gif) repeat-x;
	padding: 6px 10px 7px 10px;
	border: 2px solid #ffffff;
	border-width: 2px 2px 0px 2px;
	outline:none;
}

#act {
	background: #ffffff;
	color:#486d9c;
}

a.button:hover {
	color:#ffffff;
	background: #18516f url(../img/bg_btn.gif) repeat-x;
}

/* sticky footer */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -29px;
}
.footer, .push {
	padding:0px;
	color: #d7d8dc;
	font-size: 9px;
	height: 25px;
}

/* login bar */

.account {
	position:absolute;
	top:0px;
	right:0px;
	text-align: center;
}

.account td {
	font: bold 11px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

.account a {
	color:#ffffff;
	text-decoration:none;
}

.account a:hover {
	text-decoration:underline;
}

.accountContents {
	display:inline-block;
	padding: 8px 0px 8px 0px;
}

.cart {
	position:absolute;
	top:4px;
	right:22px;
	border:0px;
	text-align: center;
	width:25px;
	color:#505152;
	font: bold 14px Helvetica, Arial, sans-serif;
}

.menu {
	position:relative;
	top:-5px;
	display:inline-block;
	width:100%;
	padding-bottom: 8px;
	background-color: #505152;
	text-align: center;
}

.menu a:hover {
	text-decoration:underline;
}

.menu {
    position:relative;
    top:-6px;
    padding: 3px 15px 8px 15px;
    background-color: #505152;
    text-align: center;
    width:auto;
    display:none;
    overflow:visible;
}

.myaccount {
    cursor: pointer; /* cursor: hand; for IE5 */
}

div.lang {
    position:relative;
    top:0px;
    right:0px;
    display:inline-block;
    padding:6px;    
    cursor: pointer; /* cursor: hand; for IE5 */
	color:#5a5a5a;        
}

.account a {
  cursor: pointer; /* cursor: hand; for IE5 */
}

.langSelect a {
  color:#5a5a5a;
  line-height:2.5em;	
}

div.langSelect {
    display:none;
    position:absolute;
    top:26px;
    right:0px;
    padding:3px;
    background-color:#ffffff;
    white-space:nowrap;
    text-align:left;
    color:#5a5a5a;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th
{ line-height: 0; } 

div.popupContent {
	width:440px;
	text-align:left;
	height:100%;
}

div.popupContainer {
	width:500px;
	height:293px;
	overflow:auto;
	margin:auto;
}
div.popupClose {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	letter-spacing: 2px;
	text-align: center;
	color: white;
	width: 490px;
	height: 15px;
	padding: 5px;
	background-color: #cbcdcf;
	cursor: pointer;
}

div.popupClose:hover {
	background-color: #c1c3c5;
}

img.tn {
	border:0px;
	margin:0px 0px 5px 0px;
}

.btn_sm {
    background: url("../img/bg_nav.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #486D9C;
    cursor: pointer;
    font: bold 12px/2 Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
    margin: 0 1px;
    outline: medium none;
    padding: 2px 7px 3px;
    text-decoration: none;
    white-space: nowrap;
}

.btn_sm:hover {
	color:#ffffff;
}

.ui-widget-overlay img.centered {
    margin-top: -64px;
    margin-left: -64px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
}