@charset "UTF-8";
/* CSS Document */

/* Default page styles */
body { background-color: #2E8FD6; font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif; -webkit-text-size-adjust:none; }
td,tr { font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif; -webkit-text-size-adjust:none; }
a:link { color: #2E8FD6; }
a:visited { color: #2E8FD6; }
a:hover { color: #2E8FD6; }
a:active { color: #2E8FD6; }
.bg_no_tile { background-repeat: no-repeat }

/* Greys */
.body_grey_12 { font-size: 12px; color: #999999; }
.title_light_grey_17 { color: #D1D1D1; font-size: 17px; }

/* Blacks */
.body_black_12 { font-size: 12px; }
.title_black_13 { font-size: 13px; }
.title_black_14 { font-size: 14px; }
.title_black_15 { font-size: 15px; }
.title_black_16 { font-size: 16px; }
.title_black_17 { font-size: 17px; }
.title_black_19 { font-size: 19px; }

/* Whites */
.body_white_12 { font-size: 12px; color: #FFFFFF; }
.title_white_14 { font-size: 14px; color: #FFFFFF; }
.title_white_17 { font-size: 17px; color: #FFFFFF; }

/* Blues */
.body_blue_12 { font-size: 12px; color: #2E8FD6; }
.title_blue_13 { font-size: 13px; color: #2E8FD6; }
.title_blue_14 { font-size: 14px; color: #2E8FD6; }
.title_blue_15 { font-size: 15px; color: #2E8FD6; }
.title_blue_16 { font-size: 16px; color: #2E8FD6; }
.title_blue_17 { font-size: 17px; color: #2E8FD6; }

/* Reds */
.body_red_12 { color: #CC0000; font-size: 12px; }
.title_red_13 { color: #CC0000; font-size: 13px; }

/* Console specific styles */
.rounded_dk_blue { background-color:#0A2234; border:3px solid #FFFFFF; border-radius:10px 10px 10px 10px; -webkit-border-radius:10px 10px 10px 10px; -moz-border-radius:10px 10px 10px 10px; padding:10pt; color: #FFFFFF; font-size: 17px; }
.rounded_lt_grey_top { background-color:#D1D1D1; border-bottom:1px solid #666666; border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; }
.rounded_lt_grey_bottom { background-color:#D1D1D1; border-top:1px solid #666666; border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; }
.return_msg { background-color:#F1F1F1; padding:10pt 10pt 10pt 20pt; border:1px solid #2969AE; border-radius:10px 10px 10px 10px; -webkit-border-radius:10px 10px 10px 10px; -moz-border-radius:10px 10px 10px 10px; }
.hr_light_grey { border: none 0; border-top: 1px solid #E9E9E9; height: 1px; }
div.ui-datepicker, .ui-datepicker td { font-size:12px; }
