/**
 *
 *  Name:       netbank-common.css
 *  Company:    IBM BCS
 *  @author     Mark Chaimungkalanont
 *  @version    $Revision:$ $Date:$
 *
 **/

/* Generic Default styles */


html, body
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
}

#righthandcurve
{
	background-image: url(../images/headcurve.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 153px;
	height: 60px;
	padding: 0px;
}


#rightsection
{
	width: 217px;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: right;
	/*font-size: 1.0em;*/
}

#rightsection *
{
}

input
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

img
{
	padding: 0;
	margin: 0;
	border: none;
}

td
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
}

/* START Layout section styles */

#layouttable
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	/*font-size: 1.0em;*/

}

#headersection
{
	height: 51px;
	vertical-align: top;
	/*font-size: 12px;*/
}

#bannersection
{
	height: 60px;
	color: #ffffff;
	vertical-align: bottom;
	background-color: #000000;
	padding: 0px;
	/*font-size: 12px;*/
}

#menusection
{
	background-color: #ffcc00;
	color: #000000;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
	/*font-size: 12px;*/
}


#footersection
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	color: #999999;
	padding-left: 5px;
	padding-top: 5px;
	/*font-size: 10px;*/
}
/* END Layout styles */

/* layout component styles */

img#cbalogo
{
	margin: 5px 0 0 5px;
	float: left;
}


#footersection a
{
	/*font-size: 12px;*/
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.fontsizer
{
	cursor: pointer;
	cursor: hand;
}

/* Content box styles */


#content
{
	width: 100%;
	height: 100%;
	padding-left: 16px;
	vertical-align: top;
	/*font-size: 1 em;*/
	margin: 0;
	border: none;

}

#content h1
{
	/*font-size: 1.25em;*/
	font-weight: normal;
	margin-bottom: -10px;
}

#content maintitle {
	/*font-size: 1.5em;*/
}

#content p
{
	/*font-size: 0.75em;*/
}

#content ul
{
	/*font-size: 0.75em;*/
	list-style-type: square;
	list-style-image: url(../images/li.gif);
}

#content ul.hyphen li {
    list-style: circle url(../images/em_dash.gif) outside; margin-bottom: 5px
}



#content ol
{
	/*font-size: 0.75em;*/
}

#content td
{
	/*font-size:0.75em;*/
}

#content h2
{
	/*font-size: 0.8125em;*/
	font-weight: bold;
	margin-bottom: -15px;
}

#content h3
{
	/*font-size: 0.9em;*/
	font-weight: normal;
	margin-bottom: -15px;
}

/* End Content box styles */



/* Miscellaneous styles */

.goldbackground
{
	color: #000000;
	background-color: #ffcc00;
}

/* Security boxes */
.rbroundbox { background: url(/netbank/images/graydot.gif) repeat; width: 20em; margin: auto; }
.rbtop      { background: url(/netbank/images/topwholegraywhite.gif) no-repeat top; }
.rbtop div, .rbtop { width: 100%; height: 11px;	font-size: 1px;}
.rbcontent  { background: url(/netbank/images/dot.gif); repeat; height:56px;}
.rbcontent div { margin: 0 5px; font-size:11px; text-align:left; height:56px;}
.rbcontent div #boxHeading { font-family:Helvetica; /*font-size:16px;*/ font-weight:bold; }
.rbbot      { background: url(/netbank/images/bottommore.gif) no-repeat bottom; }
.rbbot div, .rbbot {	width: 100%; height: 21px;	font-size: 1px; }


.rbtop2      { background: url(/netbank/images/topgray.gif) no-repeat top; }
.rbcontent2  { background: url(/netbank/images/middlegray.gif); repeat;  text-align:left;}
.rbcontent2 #boxHeadingLarge { font-family:Helvetica; /*font-size:17px;*/ font-weight:bold;}
.rbbot2      { background: url(/netbank/images/bottomgray.gif) no-repeat bottom; }
.rbtop2 { width: 100%; height: 10px;	font-size: 1px; }
.rbbot2 {	width: 100%; height: 10px;	font-size: 1px; }

.rbtopgray div  { background: url(/netbank/images/topwholegray.gif) no-repeat top; }
.rbbotgray { background: url(/netbank/images/bottommorequestion.gif) no-repeat bottom; }
.rbcontentgray  { background: url(/netbank/images/middlewholegray.gif); repeat; height:56px;}
.rbcontentgray div { margin: 0 5px; /*font-size: 11px;*/}
.rbcontentgray div #boxHeading { /*font-family:Helvetica; font-size:16px;*/ font-weight:bold; }
.rbtopgray div {	width: 100%; height: 12px;	font-size: 1px; }
.rbbotgray div {	width: 100%; height: 20px;	font-size: 1px; }



/* NEW CSS */


.fullwidth {
    /* border:1px solid #ededed; */
    margin-top:20px;
    padding:15px;
}

.hiddenLabel {
    display:none;
}

.greyLine {
    font-size:0;
    line-height:0;
    margin:5px 0 15px 0;
    width:780px;
    height:1px;
    background:url(../images/css/greyLine.gif) no-repeat;
}

.greyLineShort {
    font-size:0;
    line-height:0;
    margin:5px 0 15px 0;
    width:444px;
    height:1px;
    background:url(../images/css/greyLineShort.gif) no-repeat;
}

div.floatRightImage {
    position:relative;
    padding-right:290px;
}

div.floatRightImage img {
    position:absolute;
    top:-80px;
    right:40px;
}

div.floatRightImage .greyLineShort { 
    margin-left:40px;
}

.required {
    color:#ff0000;
}

.boxedDiv {
    width:85%;
    border:1px solid #ededed;
    padding:3px 5px;
    margin-bottom:10px;
    position:relative;
    font-size:11px;
    color:#666666;
}

.boxedDiv img {
    float:right;
    position:absolute;
    top:8px;
    right:20px;
}

.boxedDiv ol{
    padding:10px 0 10px 45px;
    width:300px;
}

.boxedDiv ol li {
    color:#666666;
    font-size:11px;
    font-weight:normal;
}

.productInfoContainer .contentTitle {
    background:none;
}

#beneficiaryContainer {
    border:1px solid black;
    position:relative;
    padding:5px;
}

#beneficiaryContainer td {
    text-align:left;
}

#beneficiaryTitle {
    color:#003fd4;
    font-weight:bold;
    display:block;
    background:#ffffff;
    width:170px;
    padding-left:5px;
    position:absolute;
    top:-10px;
    left:10px;
}