/* Tags */
body {
background:#f8fbff url(/public/images/console/background_tile.png) repeat top left;
}
h1 {
font-size:24px;
font-weight:400;
color:#133246;
padding:0 0 6px 0;
}
h1.mid_page {
padding:35px 0 0 0;
}

thead tr {
padding:13px 0 12px 0;
background:#193544 url(/public/images/console/box_title_bg.png) repeat-x top left;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
}
thead td {
font-size:16px;
line-height:1.0em;
color:#fff;
}
thead td a {
color:#95dfed;
}
thead td img {
display:inline;
padding-left:10px;
}


/* Common */
.snapshot h2 {
padding:10px 0 0 0;
font-size:18px;
}
.intro_detail {
font-size:12px;
}

/* Snapshots */
.snapshot h2 {
padding:10px 0 0 0;
font-size:18px;
}
table.snapshot {
margin-top:10px;
}
.snapshot thead tr {
background:#00aeef url(/public/images/console/box_title_bg.png) repeat-x top left;
}
table.snapshot tbody {
background:#ecf2ff;
}
table.snapshot tbody td {
font-size:26px;
font-weight:800;
line-height:1.0em;
color:#133246;
}

/* Graphs */
.graphs {
height:345px;
}



/* Structural */
#contact_info {
padding-top:20px;
}
.half_left {
float:left;
width:450px;
margin:0 16px 0 0;
}
.half_right {
float:right;
width:450px;
}

.filter {
float:right;
width:379px;
padding:10px 0 0 0;
}
.filter form {
padding:0 0 0 0;
}
.filter .text {
width:230px;
font-family:"tex-bold", Arial, Helvetica, sans-serif;
color:#abbdcc;
margin-right:5px;
}

/* --- Widget Boxes --- */
.widget {
overflow: none;
margin:15px 0 0 0;
padding:5px;
border:1px solid #bacede;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
}

#purchase_course {
border: 1px solid #3aa70e;
color: #3aa70e;
font-size: 14px;
margin-bottom: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.widget h2 {
padding:13px 10px 12px 10px;
background:#193544 url(/public/images/console/box_title_bg.png) repeat-x top left;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
font-size:16px;
color:#fff;
}
.widget h2 span {
display:block;
float:right;
font-size:12px;
color:#fff;
}
.widget table {
margin-bottom:12px;
}
.widget .half {
width:50%;
}
.widget .pagination {
float:left;
list-style:none;
padding:4px 0 0 20px;
margin:0;
}
.widget .pagination li {
float:left;
padding:0 0 0 15px;
}
.widget .pagination li a img {
padding:5px 0 0 0;
}
.recommended h2 {
background:#a04aa9 url(/public/images/console/box_title_bg.png) repeat-x top left;
}
.recommended table {
margin-bottom:0px;
}




