/* Common stylesheet */

@import url("common_styles.css");

/* Header colors */
h5 { color:#2461AA; }

h2, h3, h4 { color:#2461AA; }

h2, h4  {
	border-bottom:1px solid #CCCCCC;
}

h2.noBorder{ border-bottom:none; margin-top:20px;}

/* Buttons for localized Content */
a.lclButton_sm{
	background: url(//www.google.com/a/help/intl/en/images/button_lcl_sm.gif) no-repeat 0 0px;
		font-size:110%;
        display:block;
        width:129px;
		height:50px;
        margin:0px 0 0px 0;
        padding:0px;
        line-height:22px;
        color:#fff;
        text-decoration:none;
        text-align:center;
		}
a.lclButton{
	background: url(//www.google.com/a/help/intl/en/images/button_lcl.gif) no-repeat 0 0px;
		font-size:110%;
        display:block;
        width:148px;
		height:74px;
        margin:0px 0 0px 0;
        padding:0px;
        line-height:22px;
        color:#fff;
        text-decoration:none;
        text-align:center;
		}
a.lclButton_lg{
	background: url(//www.google.com/a/help/intl/en/images/button_lcl_lg.gif) no-repeat 0 0px;
	font-size:110%;
	display:block;
	width:148px;
	height:74px;
    margin:12px 0 10px 0;
    padding:0px;
    line-height:22px;
    color:#fff;
    text-decoration:none;
    text-align:center;
}

a.sqrButton{
	font-size:115%;
	font-weight:bold;
	display:block;
	width:122px;
	height:117px;
    margin:0px 0 10px 0;
    padding:0px;
    line-height:22px;
    color:#2461AA;
    text-decoration:none;
    text-align:left;
}

#buttonTable{ background:#f5f5f5; margin-top:2px;}