
a {
color: #e9e006;
text-decoration: underline;
}

a:hover {
color: #e9e006;
text-decoration: none;
}

.red {color: #c91633;}
.orange {color: #f37020;}
.green {color: #40a949;}
.blue {color: #05559c;}

h1 {} /* Reserved for logo */

h2 {
margin: 0 0 0.8em 0;
padding: 0 0 0.2em 0;
border-bottom: 1px dotted #555;
font-size: 2.2em;
font-weight: normal;
color: #fff;
}

h3 {
margin: 0 0 0.1em 0;
font-size: 1.4em;
font-weight: bold;
color: #fff;
}

h4 {
margin: 0 0 0.1em 0;
font-size: 1.15em;
font-weight: bold;
color: #fff;
}

h5 {
margin: 0 0 0.1em 0;
font-size: 1em;
font-weight: bold;
color: #fff;
}

h6 {

}

.small {
font-size: 0.9em;
}

.x-small {
font-size: 0.8em;
}

.big {
font-size: 1.2em;
}

.x-big {
font-size: 1.4em;
}

.gray {
color: #999;
}

/*
.red {
color: #cc0000;
}
*/

.all-caps {
text-transform: uppercase;
}

.no-caps {
text-transform: none;
}

.lowercase {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.bold {
font-weight: bold;
}

.no-bold {
font-weight: normal;
}

.align-left {
float: left;
margin: 0 1.5em 1.5em 0;
}

.align-right {
float: right;
margin: 0 0 1.5em 1.5em;
}

.clear-float {
clear: both;
display: block;
}

.image-border {
border: 1px solid #fff;
}

ul.no-bullets {
list-style: none;
}


/*========== Icons ==========*/
.email {
padding: 0 0 0 18px !important;
background: transparent url(/lecture_series/images/icons/email-icon-tiny.gif) no-repeat left center !important;
}

.excel, .xls {
padding: 0 0 0 15px !important;
background: transparent url(/lecture_series/images/icons/excel-icon-tiny.gif) no-repeat left center !important;
}

.pdf {
padding: 0 0 0 16px !important;
background: transparent url(/lecture_series/images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.ppt {
padding: 0 0 0 16px !important;
background: transparent url(/lecture_series/images/icons/ppt-icon-tiny.gif) no-repeat left center !important;
}

.word, .doc {
padding: 0 0 0 15px !important;
background: transparent url(/lecture_series/images/icons/word-icon-tiny.gif) no-repeat left center !important;
}

.top-of-page {
padding: 0 0 0 16px !important;
background: transparent url(/lecture_series/images/icons/arrow-up.gif) no-repeat left center !important;
}
/*========== END: Icons ==========*/



/*========== Forms ==========*/
form {
overflow: auto;
padding: 1em 1.5em;
background: #111;
border: 1px solid #222;
}

form table {

}

form table th {
padding: 0.4em 0.6em;
background: #292929;
}

form table td {
padding: 0.4em 0.6em;
}

form input,
form textarea {
border: 1px solid #333;
background: #000;
padding: 0.2em 0.4em;
color: #fff;
}

form submit,
form input.button {
cursor: pointer;
background: #292929;
border: 1px solid #555;
color: #fff;
}

form .required {
padding: 0 0 0 15px;
background: transparent url(/lecture_series/images/icons/asterisk-red.gif) no-repeat left center;
}
/*========== END: Forms ==========*/



/*========== tables ==========*/
table.chart {
/*
border: 1px solid #222;
background: #111;
*/
}

table.chart tr {

}

table.chart th {
padding: 0.3em 0.6em;
background: #292929;
border: 1px solid #000;
font-weight: bold;
color: #fff;
}

table.chart td {
padding: 0.3em 0.6em;
background: #111;
border: 1px solid #000;
}

table.chart {

}
/*========== END: tables ==========*/



/*========== MISC Styles ==========*/
#content-row #right-column ul { /** default bulleted list **/
list-style: none;
margin-left: 1.5em;
}

#content-row #right-column ul li { /** default bulleted list **/
padding: 0 0 0 1.2em;
background: transparent url(/lecture_series/images/bullet-gray.jpg) no-repeat left 0.35em;
}

.bullet-square {
padding-left: 12px;
background: transparent url(/lecture_series/images/bullet-gray.jpg) no-repeat left 5px;
}

.hp-text {
/*font-size: 1.2em;*/
}

.sidebar {
float: right;
width: 200px;
margin: 0 0 1.5em 1.5em;
padding: 1em 1.5em;
background: #222;
border: 2px solid #333;
}

.sidebar ul {
margin: 0 !important;
}

.sidebar ul li {
margin: 0.3em 0;
}

.terms-box {
margin: 0 0 1.2em 0;
padding: 1em 1.5em;
background: #111;
border: 2px solid #222;
color: #aaa;
}

.terms-box a {
color: #aaa;
}

.terms-box h2,
.terms-box h3,
.terms-box h4,
.terms-box h5,
.terms-box h6 {
color: #aaa;
}

#content-row font {
color: #fff !important;
}
/*========== END: MISC Styles ==========*/







