
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #4C4C46;
  background-color: #FFFFFF;
  line-height: 1.5;
}

h1 {
	line-height: 1;
	font-size: 225%;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2, h2 a {
	line-height: 1;
	font-size: 160%;
	font-weight: normal;
	text-decoration: none;
}

h2 a, h2 a:visited {
	font-size: 100%;
	color: #AA3535;
}


h3 {
	margin-top: 0px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #4C4C46;
}

h4 {
	font-size: 120%;
}

hr {
	border: 1px dashed #CC3300;
	height: 1px;
}

a {
	color: #033372;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #033372;
}

/*----- STRUCTURE -----*/

#container { 
	margin: 0px auto;
}

.holder {
	width:900px; 
	margin:0 auto;
}


















/*
#top, #contentwrapper {
	width: 1000px;
	margin: 0 auto;
}

#top {
	background: #DEDEDE none repeat scroll 0%;
}
*/
#page_commands {
	float: right;
	color: #000000;
	text-align: right;
}

#content {
	padding: 0px 10px;
	width: 900px;
	float: left;
}

#right {
	float: left;
	width: 200px;
	padding: 0;
}

#right_space {			
	border: 1px solid #CCCCCC;
	padding: 6px;
	/*height: 400px; /*this is temporary*/	
}		

/*----- TOP -----*/

#header {
	background:#FFFFFF;
	height:98px; 
	padding:10px 0 0 0;
}
#header .holder {
	height: 109px;
	border-bottom: 1px solid #f3f3f3;
}
#header h1 {
	background: url(../images/heading.png) no-repeat left 5px; 
	height: 153px;
	width: 69px;
	overflow: hidden;
	margin: 0 0 0 120px;
}

#header h1 a {
	display:block; 
	padding:500px;
}

#header strong {
	display:none;
}

#header .welcome { 
	background:url(../images/welcome.png) no-repeat left bottom;
	width: 153px;
	height: 69px;
	float: right; 
	padding: 10px 90px 0 0; 
	text-align: center; font-style:italic;
}

#header .welcome div {
	position: relative; 
	left: -5px;
}

#header .welcome strong.msg {
	display: inline;
	font-size: 10px; 
	font-weight: bold;
}

#header .welcome a {
	font-size: 11px; 
	color:#AA3535; 
	font-style: italic;
}

#logo {
	background: url(../images/logo.png) no-repeat left top; 
	width:246px; 
	height:109px; 
	float:left;
}

.logolink{
	display:block; 
	text-decoration:none; 
	width:100%; 
	height:100%;
}

/*----- CENTER -----*/

#content-box {
	padding: 15px 0px;
}

.clear {
	clear: both;
}
#adm_user_selection {
	padding-bottom: 15px;
}

#adm_user_selection div {
	padding: 6px;
	text-align: right;
	border: 1px solid #CCCCCC;
}

#adm_user_selection div span {
	font-size: 150%;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1;
	margin-right: 10px;
}
/*----- FOOTER -----*/

#footer {
	height: 50px; 
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
}
#footer .holder {
	border-top: 1px solid #CCCCCC;

}
/*----- SPECIAL -----*/

/* FAQ question and answer */

.faq_question {
	padding-top: 20px;
	font-weight: bold;
	font-size: 110%;
	text-align: justify;
}

.faq_answer {
	padding-left: 25px;
	text-align: justify;
}

/* card detail's choices, the one shown when user clicks on card name*/

#card_tabs_choice {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;	
	margin-top: 5px;
}

#card_tabs_choice ul {
  margin:0px;
  padding:0px;
}

#card_tabs_choice ul li {
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5;
  list-style-type:none;
  cursor: pointer;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 50px 5px 10px;
  background-color: #EEEEEE;
}

#card_tabs_choice ul li:hover {
	background: url(../images/header_bg.jpg);
	color: #FFFFFF;
}

#card_tabs_header {
	cursor: pointer;
	background: transparent url(../images/card_det_more.gif) no-repeat scroll 0 70%;
	padding-left: 15px;
}

/* div for storing archive list displayed if user clicks on "Copy from archive" while sending PM to members */

#archive_list {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;	
	margin-top: 5px;
	width: 600px;
	height: 100px;
	overflow: auto;
}

/* arrow up and down, for "Post new" link on transaction list */

.post_trx_up_arrow, .post_trx_dn_arrow {
	padding: 6px 12px 6px 6px;
}

.post_trx_dn_arrow {
	background: transparent url(../images/dn_arrow.gif) no-repeat scroll 100% 50%;
}

.post_trx_up_arrow {
	background: transparent url(../images/up_arrow.gif) no-repeat scroll 100% 50%;
}

/* alert section in Account Summary */

.home_alert {
	padding: 0px;
}

.home_alert td {
	vertical-align: top;
	padding-right: 6px;
	padding-bottom: 6px;
}

.home_title_row th {
	background-color: #edf3f3;
	border-right: none; /*0px;*/
	border-left: none;
	padding-bottom: 15px;
}

.roundBox {
    color: #000;
    width: 820px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #edf3f3;
    border: 3px solid #cfe8e8;
    font-size: 29px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.box1 {
    color: #000;
    width: 820px;
    padding:5px;
    text-align: left;
    background-color: #edf3f3;
    border: 3px solid #cfe8e8;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box1 p {margin-top:0px;}

