﻿/**
 *  Livenation thickbox style
 */

#TB_window { border: 0; }
#TB_closeWindowButton { cursor: pointer; }

#TB_title { background: #fff; height: auto; }
#TB_ajaxWindowTitle { padding: 10px 10px 10px 15px; font-weight: bold; font-size: 14px; margin-right: 10px; }
#TB_closeAjaxWindow { padding: 10px 10px 10px 0; }

#jsThickboxLT { background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/box2_dropshadow/box2_top-left.png) no-repeat; top: -16px; left: -15px; height: 16px; width: 15px; }
#jsThickboxT { background: #fff; border-top: solid 1px #ccc;  top: -16px; left: 0; width: 100%; height: 15px; }
#jsThickboxRT { background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/box2_dropshadow/box2_top-right.png) no-repeat; top: -16px; right: -28px; width: 28px; height: 16px; }
#jsThickboxR { background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/box2_dropshadow/box2_right.png) repeat-y; top: 0; right: -28px; width: 28px; height: 100%; }
#jsThickboxRB { background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/box2_dropshadow/box2_bottom-right.png) no-repeat;  top: 100%; right: -28px; width: 28px; height: 28px; }
#jsThickboxB { background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/box2_dropshadow/box2_bottom.png) repeat-x; bottom: -28px; left: 0; width: 100%; height: 28px; }
#jsThickboxLB { background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/box2_dropshadow/box2_bottom-left.png) no-repeat; bottom: -28px; left: -15px; width: 15px; height: 28px; }
#jsThickboxL { background: #fff; border-left: solid 1px #ccc; top: 0; left: -15px; width: 15px; height: 100%; }

#TB_closeAjaxWindow { position: absolute; right: 0; top:0; padding: 0; cursor: pointer; background: url(http://media.livenationinternational.com/Felix1/images/v.2.3/btn_close.png) no-repeat; font-size: 0; height: 17px; width: 17px; }



/** ALERTS **/

#TB_overlay.alert { background: #fff; opacity: 0; filter:alpha(opacity=0); }
#TB_window.alert #jsThickboxLT { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); width: 6px; height: 6px; left: -6px; top: -6px; }
#TB_window.alert #jsThickboxT { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); height: 6px; top: -6px; }
#TB_window.alert #jsThickboxRT { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); width: 6px; height: 6px; top: -6px; right: -6px; }
#TB_window.alert #jsThickboxR { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); width: 6px; right: -6px; }
#TB_window.alert #jsThickboxRB { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); width: 6px; height: 6px; right: -6px; bottom: -6px; }
#TB_window.alert #jsThickboxB { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); height: 6px; bottom: -6px; }
#TB_window.alert #jsThickboxLB { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); width: 6px; height: 6px; bottom: -6px; left: -6px; }
#TB_window.alert #jsThickboxL { border: 0 none; background: #000; opacity: 0.5; filter:alpha(opacity=50); width: 6px; left: -6px; }

/* thixkbox alert header */
#TB_window.alert #TB_ajaxWindowTitle { padding-left: 10px; }
#TB_window.alert #TB_closeAjaxWindow { margin: 10px; }
#TB_window.alert #TB_ajaxContent { padding: 2px 12px 15px; }

/* thixkbox alert content */
#TB_window.alert .alertStrips { background: url(http://media.livenationinternational.com/Felix1/images/shared/grey_stripe_gradient.png) repeat-x; padding: 10px; }
#TB_window.alert .margin-right { margin-right: 15px; }
#TB_window.alert input { margin-top: 5px; }
#TB_window.alert .RoundedButtonEnding { margin-top: 5px; }