/* CLEAR */
body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:5;padding: 10px 15px 0 0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}

h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }

.pointer {
	cursor: pointer;
}

/* TEMPLATE */
#main {
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 10px 10px 0 10px;
	min-height: 500px !important;
	min-width: 700px !important;
}
#userbar {
	float: right;
	color: #FFFFFF;
	padding: 10px 15px 0 0;
	/*border: 1px solid #ff0000;*/
	text-align: right;
}
#userbar a {
	color: #FFFFFF;
	font-size: 80%;
}
#userinfo {
	float: right;
	padding-right: 15px;
	text-align: right;
	line-height: 24px;
	font-size: 110%;
}
#userinfo a {
	font-size: 100%;
	color: #FFFFFF;
}
#avatar {
	float: right;
	border: 1px solid #000000;
	background: #FFFFFF;
	width: 48px;
	height: 48px;
}
#menu {
	line-height: 25px;
	height: 25px;
	background-color: #A6A6A6;
}
#menu ul {
	line-height: 25px;
	margin-left: 15px;
}
#menu ul li {
	line-height: 25px;
	display: inline;
	float: left;
	margin: 0 5px;
}
#menu ul li a {
	line-height: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 5px;
	text-decoration: none;
}
#menu ul li.select {
	background: #5D5D5D;
}
#menu ul li.select a {
	text-decoration: none;
}
#content { margin: 10px auto; width: 960px; }
#header { height: 75px; }
.title { color: #808080; background: #fff; }
#top_info { float: right; width: 570px; margin: 5px 5px 0 0; text-align: right; }
.gboxtop { width:960px; clear: both; height: 8px; background: #dedede url(/images/gboxtop.gif) no-repeat; color: #000; }
.gbox { width:934px; background: #dedede url(/images/gbox.gif) no-repeat bottom left; color: #444; padding: 1px 13px 7px 13px; margin: 0 0 20px 0; }
#logo { padding: 15px 0 0 8px; }
a { color: #003B6E; background: inherit; }
a:hover { color: #9EC068; background: inherit; }
.left { float: left; width: 50%; margin: 0 0 10px 0; }
#right {
	float: right;
	width: 50%;
	margin: 0 0 10px 0;
}
#zentr {
	float: center;
	width: 700;
	margin: 0 0 0px 0;
}
.formerror {
	color: red;
	font-size: 80%;
}

.red{color: red;}
.green{color: #0C0;}
.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 0px solid #ccc; }
#footer { clear: both; }


.LargeButton table td {
	text-align: center;
	color: #fff;
	font: 23px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.LargeButton table td.numb-block {
	width: 38%;
}
.LargeButton table td div.value {
	height: 50px;
	position: relative;
	overflow: hidden;
/*    background: url(/images/b-large-m.png) #e00 repeat-x;*/
}
.LargeButton table td div.value div.left {
/*	background: url(/images/b-large-l.png) no-repeat;*/
	width: 7px;
	height: 50px;
	float: left;
}
.LargeButton table td div.value div.content {
	height: 50px;
	line-height: 44px;
/*	font-size: 20px;*/
}
.LargeButton table td div.value div.right {
/*	background: url(/images/b-large-r.png) no-repeat;*/
	width: 7px;
	height: 50px;
	float: right;
	margin-top: -50px;
}

#red_l { background: url(/calculator/images/b-red-l.png) no-repeat; }
#red_m { background: url(/calculator/images/b-red-m.png) #fe5f63 repeat-x; }
#red_r { background: url(/calculator/images/b-red-r.png) no-repeat; }

#mgn_l { background: url(/calculator/images/b-mgn-l.png) no-repeat; }
#mgn_m { background: url(/calculator/images/b-mgn-m.png) #59a4ce repeat-x; }
#mgn_r { background: url(/calculator/images/b-mgn-r.png) no-repeat; }

.hints {
 background: #f9f9f9;
}

#zf {
position:absolute;Z-Index:20;background:#fffff7;cursor:default;width:400px;top:70px;left:200px;
 border-top: 1px solid #000;
 border-right: 2px solid #000;
 border-bottom: 2px solid #000;
 border-left: 1px solid #000;
}
#wait {
/* visibility:hidden;*/
/* display: none;*/
 padding: 14px 5px 17px;
 border-top: 2px solid #777777;
 border-right: 1px solid #777777;
 border-bottom: 1px solid #777777;
 border-left: 3px solid #777777;
 position:absolute;
 Z-Index:20;
 background:#fff;
 cursor:default;
 width:197px;height:35px;
 top:190px;left:400px;
 font-family: Arial, sans-serif; font-weight:bold; font-size:12px;
}
input,textarea {
 background:#fff;
 font-size: 12px;
}
input {
 height: 18px;
}

h5 {font-size: 11px;}

*html #http {
 position:relative; top:-4px;
}