/* $Id: global.css 13 2010-03-15 17:06:42Z ab $ */

/* GLOBAL */
body {
	text-align: center;
	background: #666;
	padding: 0;
	margin: 0;
	text-align: left;
}

#page {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
	background: #fff;
	padding: 0;
	width: 960px;
}

#header {
	background: url('../images/gfx_header_bg.jpg') ;
	width: 960px;
	height: 115px;
}

#logo {
	width: 770px;
	height: 105px;
	float: left;
}

#logo img {
	margin: 26px 0 0 30px;
}

#search {
	width: 190px;
	height: 82px;
	padding: 23px 0 0 0;
	float: left;
}

#trans {
	background: #fc0;
	width: 960px;
	height: 10px;
	clear: both;
	opacity: .25;
}

#navigation {
	width: 960px;
	height: 58px;
	clear: both;
}

#level-1 {
	background: #fc0;
	padding: 3px 0 0 70px;
	width: 890px;
	height: 33px;
	overflow: hidden;
}

#level-2 {
	padding: 7px 0 0 85px;
	width: 875px;
	height: 18px;
}

#content {
	width: 960px;
	min-height: 500px;
	margin: 20px 0 0 0;
}

#column-main {
	width: 605px;
	margin: 0 0 35px 85px;
	float: left;
}

#column-main-wide {
	width: 755px;
	margin: 0 0 35px 85px;
	float: left;
}

#column-right {
	width: 180px;
	margin: 0 0 35px 30px;
	padding: 40px 0 0 0;
	float: left;
}

#footer {
	background: #104f94;
	width: 960px;
	height: 125px;
	margin: 0 0 25px 0;
	clear: both;
}

#navigation-meta {
	width: 290px;
	height: 105px;
	padding: 20px 0 0 0;
	margin: 0 0 0 85px;
	float: left;
}

#contact-1 {
	width: 290px;
	height: 105px;
	padding: 20px 0 0 0;
	float: left;
}

#contact-2 {
	width: 295px;
	height: 105px;
	padding: 20px 0 0 0;
	float: left;
}

/* Element formatting */
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation #level-1 ul li {
	height: 24px;
	padding: 9px 15px 0 15px;
}

#navigation #level-2 ul li {
	height: 18px;
	padding: 0 15px 0 0;
}

/* Set cursor type */
input, select, textarea {
	cursor: default;
}

label, input[type="submit"], button {
	cursor: pointer;
}

input {
	cursor: text;
}

/* Login form */
div.tx-felogin-pi1 form fieldset {
	margin: 10px 0 0 0;
}

div.tx-felogin-pi1 form fieldset legend {
	display: none;
}

div.tx-felogin-pi1 form fieldset label {
	float: left;
	width: 125px;
	text-align: right;
	padding: 3px 10px 3px 0;
}

div.tx-felogin-pi1 form fieldset input {
	float: left;
	/*padding: 3px;*/
	margin: 3px 0 3px 0;
}

div.tx-felogin-pi1 form fieldset input[type="submit"] {
	margin: 10px 0 0 135px;
	padding-left: 10px;
	padding-right: 10px;
}

div.tx-felogin-pi1 form fieldset div {
	margin: 0 0 10px 0;
	clear: both;
}

/* Format input elements */
textarea, input[type="submit"], input[type="reset"], input[type="button"] {
	border-top: 1px solid #838EA0;
	border-left: 1px solid #838EA0;
	border-right: 1px solid #545861;
	border-bottom: 1px solid #545861;
	background-color: #FEFEFE;
}

textarea:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

textarea:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

/* Reformatting of the submit buttons */
input[type="submit"], input[type="reset"], input[type="button"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #c3c7ce;
	background: url('../images/gfx_bg_input_button.gif') repeat-x;
	color: #0E5492;
	border: 1px solid #ACB3BE;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #c3c7ce url('../images/gfx_bg_input_button_hover.gif') repeat-x;
	color: #000;
	border: 1px solid #737F91;
	cursor: pointer;
}

.button-continue,
.button-complete {
	color:#0E5492;
}


/* Special Tables */
table.membership-list {
	margin-bottom: 20px;
}

table.membership-list th.td-0,
table.membership-list td.td-0 {
	width: 225px;
}

/* mailform right column */
#column-right div.csc-mailform-frame {
	padding: 8px;
}

#column-right div.csc-mailform-frame input {
	border: none;
}

#column-right legend {
	display: none;
}

#column-right div.csc-mailform-frame label,
#column-right div.csc-mailform-frame p.csc-form-label-req {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
}

#column-right div.csc-mailform-frame div.csc-form-labelcell {
	float: left;
	padding-bottom: 10px;
	width: 150px;
}

#column-right div.csc-mailform-frame div.csc-form-fieldcell {
	float: left;
	padding-bottom: 10px;
	width: 150px;
}

#column-right div.csc-mailform-frame input {
	width: auto;
}

#column-right div.csc-mailform-frame input.input {
	font-size: 12px;
	width: 155px;
	padding-left: 3px;
}

#column-right div.csc-mailform-frame input.input,
#column-right div.csc-mailform-frame input.submit {
	border: 1px solid #737F91;
}

