body, td, th, textarea, input { 
	font-family:  'verdana';
	font-size: 11px;
} 

.textInput {
	width: 100px;
	border: 1px solid black;
}

img {
	display: block;
}


body .error li {
	color: red;
}

body .msg li {
	color: green;
}

body { 
	background-color: #ffffff;
	padding: 0px;
	margin: 8px;
}

body .container {
	width: 890px;
	left: 50%;
    margin-left: -445px;
    position: relative;
}

body .menu .line {
	height: 2px;
	line-height: 2px;
	font-size: 1px;
	background-color: #D2232B;
	width: 100%;
	float: left;
}


.lineHolder {
	height: 2px;
	line-height: 2px;
	padding: 0px 2px 0px 2px;
}

.lineHolder hr {
	height: 2px;
	line-height: 2px;
	border: 1px solid #D2232B;
	padding: 0px;
}

a { 
	color: #000000;
/*	text-decoration: none;*/
}

a:hover { 
	color: #000000;
	text-decoration: underline;
}

body .menu  { 
	overflow: hidden;
}

body .menu .spacer { 
	margin: 2px 0px 2px 0px;
	width: 1px;
	font-size: 1px;
	background-color: #D2232B;
	float: left;
	height: 18px;
}

body .menu .elem { 
	height: 22px;
	float: left;
	width: 126px;
	text-align:center;
}

.tac {
	font-family: 'verdana';
	font-size: 11px;
}

.footer,
.footer a { 
	font-size: 10px;
	color: #808080;
}

.newMemberForm td {

}

.newMemberForm .text {
	width: 100%;
	border: 1px solid #D2232B;
	background-color: #f9f9f9;
}

.newMemberForm select {
	border: 1px solid #D2232B;
}

.newMemberForm input:focus,
.newMemberForm select:focus {
	background-color: #f1f1f1;
}

.newMemberForm th {
	text-align: left;
}

.newMemberForm .error {
	color: #dd0000;
	font-weight: bold;
}

.myprofile th {
	text-align: right;
	white-space: nowrap;
}

body .navigator {
	background-color: #D2232B;
}

body .navigator th {
	text-align: left;
	background-color: silver;
}

body .navigator td {
	background-color: #ffffff;
}

body .navigator td input,
body .navigator td select,
body .navigator td textarea {
	border: 1px solid #D2232B;

}

body .dlist .even {
	background-color: #fefefe;
}

body .dlist .oneven {
	background-color: #FFE6E7;
}


body .dlist a,
body .dlist a:visited {
	color: #000000;
}

.dlist .ruled td,
.dlist .ruled a,
.dlist .ruled a:hover {
	color: #B1000A;
	background-color: #FFCACD;
}




