/*
    standard buttons
*/

a.more_info_button {
    text-decoration: underline;
}

div.more_info_block {
    display: none;
}

/*
    Google Pins
*/
div.google_bubble {
    width: 300px;
}

div.google_bubble img {
    float: right;
}

/*
    Errors
*/

div.error-message {
    display: inline;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

/*
    Session Flash Messages
*/

/* White/Green */
div.roundWhiteBG .t {background:  url('/img/master/corners/ow_dot.gif') 0 0 repeat-x; }
div.roundWhiteBG .b {background:  url('/img/master/corners/ow_dot.gif') 0 100% repeat-x}
div.roundWhiteBG .l {background:  url('/img/master/corners/ow_dot.gif') 0 0 repeat-y}
div.roundWhiteBG .r {background:  url('/img/master/corners/ow_dot.gif') 100% 0 repeat-y}
div.roundWhiteBG .bl {background: url('/img/master/corners/ow_bl.gif') 0 100% no-repeat}
div.roundWhiteBG .br {background: url('/img/master/corners/ow_br.gif') 100% 100% no-repeat}
div.roundWhiteBG .tl {background: url('/img/master/corners/ow_tl.gif') 0 0 no-repeat}
div.roundWhiteBG .tr {background: url('/img/master/corners/ow_tr.gif') 100% 0 no-repeat; padding:10px}

/* Orange */
div.roundOrangeBG {color: #ffffff; margin: 5px 0 15px 0;}
div.roundOrangeBG .bl {background: url('/img/master/corners/o_bl.gif') 0 100% no-repeat #e68200;}
div.roundOrangeBG .br {background: url('/img/master/corners/o_br.gif') 100% 100% no-repeat}
div.roundOrangeBG .tl {background: url('/img/master/corners/o_tl.gif') 0 0 no-repeat}
div.roundOrangeBG .tr {background: url('/img/master/corners/o_tr.gif') 100% 0 no-repeat; padding:10px}
div.roundOrangeBG .clear {font-size: 1px; height: 1px}

/* Green/White */
div.roundGreenWhite .t {background:  url('/img/master/corners/gw_dot.gif') 0 0 repeat-x; }
div.roundGreenWhite .b {background:  url('/img/master/corners/gw_dot.gif') 0 100% repeat-x}
div.roundGreenWhite .l {background:  url('/img/master/corners/gw_dot.gif') 0 0 repeat-y}
div.roundGreenWhite .r {background:  url('/img/master/corners/gw_dot.gif') 100% 0 repeat-y}
div.roundGreenWhite .bl {background: url('/img/master/corners/gw_bl.gif') 0 100% no-repeat}
div.roundGreenWhite .br {background: url('/img/master/corners/gw_br.gif') 100% 100% no-repeat}
div.roundGreenWhite .tl {background: url('/img/master/corners/gw_tl.gif') 0 0 no-repeat}
div.roundGreenWhite .tr {background: url('/img/master/corners/gw_tr.gif') 100% 0 no-repeat; padding:10px}



/*
	Helpers
*/

div.clearer {
	clear: both;
}

span.text_to_image span.text {
    display: none;
}

span.text_to_image span.image {
    padding: 0 3px 0 3px;
}

