/* {
	color: white;
}*/

/* common style */
h1 {
	color: #00d200;
	font-size: 14px;
	padding: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
	position: relative;
}

h2 {
	color: #ff9b00;
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

p.unpadded {
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	font-size: 12px;
}
p.answer, ul.answer {
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 0px;
}

p {
	margin: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
	font-size: 12px;
}

p.red {
	color: #ff9b00;
}

p.redbold {
	color: #ff9b00;
	font-weight: bold;
}

p.note {
	color: #dedede;
	font-size: 10px;
	font-style: italic;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table {
	margin-left: 30px;
}
table, table tr, table tr td {
	border-collapse: collapse;
	border: 0px solid #ff9b00;
	padding: 5px;
	font-size: 10px;
}
td.red {
	color: #ff9b00;
}

td.redbold {
	color: #ff9b00;
	font-weight: bold;
}

td.whitebold {
	color: #ffffff;
	font-weight: bold;
}

#range_form {
	width: 250px;
	text-align: right;
}
/* id, class styles */

#content ul {
	margin: 0px;
	padding-left: 70px;
	line-height: 2em;
	font-size: 12px;
	list-style-type: disc;
}

#content ul ul {
	padding-left: 30px;
	list-style-type: disc;
}

b {
	color: #ff9b00;
}

a {
	text-decoration: none;
	color: white;
}

#content a {
	text-decoration: none;
	color: #ff9b00;
}

img {
	border: none;
}

.menu ul {
	list-style-type: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #000000; /*#141e37; /* will change with styles */
	color: white;
}

#header {
	height: 570px;
	width: 1000px;
	background: url('/img/calgo_header.png') no-repeat;
	position: absolute;
}

#header_logged_in {
	height: 759px;
	width: 1000px;
	background: url('/img/calgo_header2.png') no-repeat;
	position: absolute;
}

#main_link {
	position: absolute;
	left: 54px;
}

#page {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}

#menu {
	font-size: 9px;
}
a:visited {
	color: white;
}

a.orange, span.orange{
	color: #ff9b00;
}

a.green {
	color: #00d200;
}

.menu_1 ul, .menu_2 ul, .menu_3 ul, .menu_4 ul{
	margin: 0px;
	padding: 0px;
}

.menu_1 {
	width: 149px;
	height: 150px;
	top: 0px;
	left: 346px;
	position: absolute;
	text-align: right;
	background: url('/img/calgo_orange_button.png') no-repeat 44px 32px;
}

.menu_2 {
	width: 122px;
	height: 150px;
	top: 0px;
	left: 519px;
	position: absolute;
	text-align: right;
	background: url('/img/calgo_orange_button.png') no-repeat 31px 32px;
}

.menu_3 {
	height: 150px;
	width: 115px;
	top: 0px;
	left: 669px;
	position: absolute;
	text-align: right;
	background: url('/img/calgo_orange_button.png') no-repeat 28px 32px;
}

.menu_4 {
	height: 150px;
	width: 103px;
	top: 0px;
	left: 819px;
	position: absolute;
	text-align: right;
	background: url('/img/calgo_orange_button.png') no-repeat 16px 32px;
}

.menu_1:hover, .menu_2:hover, .menu_3:hover, .menu_4:hover, .activebox {
	background-image: url('/img/calgo_green_button.png');
}

li.activeitem a{
	font-weight: bold;
	color: #00d200;
}

.menu_header {
	padding-top: 64px;
	padding-bottom: 8px;
	font-size: 11px;
	text-align: center;

}

.menuitem_level_1 {
	list-style-type: none;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	padding-right: 16px;
}

#login_form_placeholder {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 193px;
	left: 55px;
	width: 180px;
	height: 70px;
	text-align: right;
	font-size: 10px;
}

#login_form input {
	width: 80px;
	margin-top: 6px;
	font-size: 10px;
	border: 0px;
}
#login_form {
	right: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}


#user_menu_container {
	position: absolute;
	left: 55px;
	top: 298px;
	width: 198px;
	height: 156px;
	padding: 0px;
}
#user_menu_header {
	background: url('/img/calgo_clientmenu_top.png');
	width: 198px;
	height: 9px;
}
#user_menu_footer {
	background: url('/img/calgo_clientmenu_bottom.png');
	width: 198px;
	height: 9px;
}
#user_menu {
	background: url('/img/calgo_clientmenu_body.png');
	height: 138px;
	color: white;
}

#user_menu ul, #user_menu li {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	list-style-type: none;
	font-size: 11px;
	text-align: right;
	line-height: 1em;
}

#content_container {
	width: 599px;
	left: 346px;
	top: 173px;
	position: relative;
}

#content_header {
	background: url('/img/content_top.png') no-repeat;
	width: 599px;
	height: 11px;
}

#content {
	text-align: left;
	background: url('/img/content_body.png') repeat-y;
	min-height: 300px;
	padding: 11px 24px;
}

#content_logged_in {
	text-align: left;
	background: url('/img/content_body.png') repeat-y;
	min-height: 496px;
	padding: 11px 24px;
}

#content_footer {
	background: url('/img/content_bottom.png') no-repeat;
	width: 599px;
	height: 11px;
}

#content_table {
	width: 500px;
}
#content_table, #content_table td {
	border: 1px solid #875200;
	border-collapse: collapse;
	text-align: center;
}

#content_table_header {
	font-weight: bold;
}

.content_table_even_row {
	background-color: #000000;
}

.content_table_odd_row {
	background-color: #262626;
}

#language_chooser {
	color: #7e7e7e;
	font-size: 10px;
	position: absolute;
	left: 287px;
	top: 199px;
	width: 51px;
	height: 31px;
	display: block;
}

#language_chooser a {
	color: #7e7e7e;
}
#language_chooser a:visited {
	color: #7e7e7e;
}

#language_chooser .activeitem a {
	color: white;
}

.language_item {
	width: 51px;
	height: 15px;
/*	border-right: 3px solid white;
	border-left: 3px solid white; */
}

#footer {
	color: #7e7e7e;
	font-size: 10px;
	text-align: left;
	position: relative;
	height: 82px;
	width: 1000px;
	background: url('/img/calgo_footer.png') no-repeat;
	margin-top: 200px;
	padding: 0px;
	padding-top: 46px;
}
#footer table {
	padding-top: 0px;
	margin-left: 330px;
}
#footer a {
	color: white;
	text-decoration: none;
	margin-left: 30px;
}
#footer a.orange {
	color: #ff9b00;
	text-decoration: none;
	margin-left: 30px;
}
#footer a.orange:visited {
	color: #ff9b00;
}

/* contact card style
*/

#card {
	width: 337px;
	height: 173px;
}

#card_top {
	text-align: right;
	width: 327px;
	height: 94px;
	background: url('img/calgo_nevjegy_top.png') repeat;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 10px;
	line-height: 1.6em;
}

#card_name {
	width: 115px;
	height: 20px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 5px;
}

#card_bottom {
	background: url('img/calgo_nevjegy_bottom.png') repeat;
	width: 337px;
	height: 64px;
}

#card_logo {
	position: relative;
	background: url('img/calgo_nevjegy_logo.png') no-repeat;
	width: 119px;
	height: 34px;
	left: 10px;
	top: 15px;
}

.small {
	font-size: 8px;
}
