/************************************************************************
    Colors:
        Dark Blue:      #263248
        Blue:           #415375
        Med. Lt. Blue   #6278a2
        Lt. Blue:       #7E8AA2
        Yellow:         #FFAD00
        Red:            #9E2F2F

************************************************************************/
html {
	margin: 0; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
}

body { 
	margin: 0;
	font-size: 12px;
	font-style: normal;
	background: #efefef url('/images/skin/bg-gradient.jpg') repeat-x;
	text-align: center;
	padding-bottom: 10px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

#container {
	overflow: auto;
}

div.page {
    padding: 0 10px;
	overflow: auto;
}

div.content {
    width: 730px;
    float: left;
	overflow: auto;
}

div.sidebar {
    float: right;
    width: 250px;
    margin-top: 10px;
}

#footer {
    text-align: center;
    clear: both;
    font-size: 10px;
    color: #333333;
    margin: 10px 0 0 0;
    padding: 0 0 20px 0;
}

p {
	margin: 0 0 15px;
	line-height: 1.8em;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
}

ol, ul {
    line-height: 1.8em;
	text-indent: 0px;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

ol li, ul li {
    margin: 0 0 10px 20px;
}

ol li ul, 
ol li ol,
ul li ul,
ul li ol {
    margin: 10px 0 10px 10px;
}

address {
    margin: 0 10px 15px 10px;
}

a, a:link, a:visited, a:active {
    color: #800000; text-decoration:none;
}
a:hover	{
    color: #d10000; 
    text-decoration:none;
}
a.nolink, a.nolink:hover {
    color: #000000;
    font-weight: normal !important;
    text-decoration: none;
}

table td {
    vertical-align: top;
}

.CartClass		{border: solid 1 #000000; background-color: #9999CC}

.ajax-loader {
    margin: 0 2px;
}

.NoShow {
    display: none;
}

img.inline-left {
    float: left;
    margin: 0 20px 10px 0;
	border-radius: 10px;
}

img.inline-right {
    float: right;
    margin: 0 0 10px 20px;
	border-radius: 10px;
}

div.message {
    font-size: 14px;
    color: #ff0000;
    padding: 10px 0 10px 0;
}
sup {
    font-size: 10px;
}

img, a img {
    border: 0;
}

div.social-buttons {
    text-align: left;
    padding: 5px 0 5px 10px;
}

div.social-buttons-left {
    text-align: left;
    padding: 5px 0 5px 10px;
}

.downloads img{
	float: left;
	height: 30px;
}

.downloads .download-link {
	display: block;
	padding: 5px 0 0 10px;
	font-size: 16px;
}

/***********************************************************
* Badges
************************************************************/
.badge {
    display: inline-block;
	margin:0 5px 10px 0;
	border:1px solid #dedede;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	outline: none;

	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	line-height: 160%;
	color: #666666;
	padding: 10px; /* Links */
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-top-left: 5px;
	border-radius: 5px;
	
	direction: ltr; 
	overflow-x: hidden; 
	overflow-y: hidden;
	-webkit-user-select: none; 
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* W3C */
    
    width: 200px;
}

/***********************************************************
* Boxes
************************************************************/
.box {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box-top {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    color: #666666;
}

.box-top a.button {
	float: right;
}

.box-top a.button-sprite-50 {
	float: right;
}

.box-content {
	padding: 10px;
	overflow: auto;
}

.box-content h3 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding: 0 0 4px 0;
	border-bottom: dotted 1px #cfcfcf;
}

.box-content h3 .heading-btn {
    float: right;
    font-size: 10px;
    cursor: pointer;
    color: #999999;
}

/***********************************************************
* Forms
************************************************************/
.form {
    margin: 10px 0 20px 0;
}

.box-content .form {
    margin: 0;
}

.form h3 {
    color: #6278a2;
    font-weight: normal;
}

.form h5 {
    font-weight: normal;
    color: #333333;
}

.form-row {
    margin: 5px 0;
}

.form-item {
    overflow: auto;
}

.form-label {
    float: left;
    width: 150px;
    padding: 5px 0 0 0;
}

.form-note {
    padding: 5px 0 0 0;
    margin-left: 160px;
}

.form-input {
    
}

.form-buttons {
    padding: 20px 0 0 0;
}

.form-invalid {
    color: #ff0000;
}

.form div.message {
    color: #FF0000;
    font-size: 12px;
    padding: 0;
}

.validation-highlight {
    background-color: #FFFFCC;
    border: 1px solid #999999;
    padding: 1px;
}

/***********************************************************
* Login
************************************************************/
div.login {
    padding: 20px;
    height: 400px;
}
div.login input[type='submit'] {
    width: 100px;
    margin-left: 150px;
}
div.login .login-box {
    float: left;
    width: 400px;
    height: 200px;
    margin: 80px 0 0 100px;
}

div.login .box-top {
    color: #415375;
}

div.login .alt-links {
    float: right;
    margin: 80px 100px 0 0;
    width: 300px;
    height: 200px;
}

div.login .alt-links h3 {
    color: #333333;
    margin: 0 0 10px 0;
}

div.login .alt-links div.link {
    margin: 0 0 20px 10px;
}

/***********************************************************
* Header
************************************************************/
#header {
    height: 80px;
    margin: 0 10px;
}
    
#header div.header-banner {
    float: left;
    height: 50px;
    width: 650px;
}
    
#header div.header-banner img {
	border: 0;
	padding: 0;
	margin: 10px 0 0 0;
}
	
#header div.user-menu {
    float: right;
    text-align: right;
    width: 320px;
    padding: 10px 0 0 0;
    color: #cccccc;
}

#header div.user-menu a {
    font-size: 12px;
    color: #666666;
}

#header div.user-menu a:hover {
    color: #d00000;
}
	
#header .header-menu {
    clear: both;
	height: 30px;
	width: 980px;
	position: relative;
}

#header .header-menu div.menu-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
}

#header .header-menu div.menu-content {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
	background-color: #e0e0e0;
}

#header .header-menu div.menu-right {
    position: absolute;
    top: 0;
    left: 680px;
    width: 300px;
    text-align: right;
}
#header .header-menu div.menu-right img.transition {
    float: left;
}
#header .header-menu div.menu-right img.rt-bookend {
    float: right;
}
#header .header-menu div.menu-right div.menu-blog {
    margin: 0 10px 0 20px;
    background-image: url('/images/skin/menu-blog-bg.png');
    background-repeat: repeat-x;
    height: 30px;
    padding: 5px 5px 0 0;
}
#header .header-menu div.menu-right div.menu-blog a {
    font-size: 14px;
    color: #ffffff;
}

#footer table {
	background-color: #ffffff;	
}

/***********************************************************
* Side Bar
************************************************************/	
div.sidebar div.box {
    padding: 2px;
}
div.sidebar div.box-top {
    padding: 2px 5px 0 5px;
    font-size: 14px;
    color: #444444;
}
div.sidebar div.box-content {
    padding: 5px;
}

div.sidebar div.box-content a {
    color: #666666;
}

div.sidebar div.box-content a:hover {
    color: #d00000;
}
div.sidebar div.box-content h3{
    color: #666666;
    border: none;
}
div.sidebar div.box-item {
    padding: 0 5px 5px;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #efefef;
}
div.sidebar div.last {
    border-bottom: none;
}
div.sidebar div.course-dates {
    font-size: 12px;
    color: #999999;
    font-weight: bold;
}
div.sidebar div.register-button {
    text-align: center;
    margin: 15px 0;
}
div.sidebar div.discount {
   padding: 0 5px 10px 5px;
}

/***********************************************************
* Menu
************************************************************/
#header .header-menu ul {
	margin-left: 0px;
}

ul#topMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#topMenu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	border-right: solid 1px #ffffff;
	height: 30px;
	text-align: center;
}

ul#topMenu li:hover {
    background-color: #cccccc;
    color: #d00000;
}

ul#topMenu li a:hover {
    color: #d00000;
}

ul#topMenu li.open {
	background-color: #777777;
}

ul#topMenu li.open a,
ul#topMenu li.open a:hover {
	color: #ffffff;
}

ul#topMenu li.last {
	border-right: 0;
}

ul#topMenu li ul.last li {
	border-right: 0;
}

ul#topMenu li a {
	display: inline-block;
	padding: 6px 10px 0 10px;
	font-size: 14px;
	color: #666666;
}

ul#topMenu li div.sub-menu {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 99999;
	background-color: #777777;
	padding: 20px 20px 0 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}
ul#topMenu li div.smenu-reporting {
    left: -350px;
}
ul#topMenu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topMenu div.sub-menu div.column { /*--If needed to define columns--*/
    float: left;
    width: 250px;
}
ul#topMenu li div.sub-menu {
    
}
ul#topMenu li div.sub-menu ul{
	list-style: none;
	margin: 0 0 20px 0; 
	padding: 0;
	width: 250px;
	float: left;
}

ul#topMenu div.sub-menu ul li {
	width: 100%; /*--Override parent list item--*/
	color: #ffffff;
	text-align: left;
	border-right: none;
	background-color: #777777;
}
ul#topMenu div.sub-menu ul li h2 { /*--Sub nav heading style--*/
	padding: 0 0 5px;  
	margin: 0 10px 0 0;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: solid 1px #ffffff;
}
ul#topMenu div.sub-menu ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topMenu div.sub-menu ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	font-size: 12px;
	padding: 7px 5px 7px 10px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
ul#topMenu div.sub-menu ul li a:hover {
    color: #FFFFCC;
    background-position: 5px 12px; /*--Override background position--*/
}



/***********************************************************
* Buttons
************************************************************/
a.button, button, input[type=submit] {
	display: inline-block;
	margin:0 5px 0 0;
	border:1px solid #dedede;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	outline: none;

	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	line-height: 160%;
	color: #666666 !important;
	cursor:pointer;
	padding: 10px; /* Links */
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-top-left: 5px;
	border-radius: 5px;
	
	direction: ltr; 
	overflow-x: hidden; 
	overflow-y: hidden;
	-webkit-user-select: none; 
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px; 
	box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px;
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* W3C */
}

button, input[type=submit] {
	width:auto;
	overflow:visible;
}

*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}

button span.icon,
a.button span.icon {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: -3px 10px -7px;
	position: relative;
}

button span.icon-only,
a.button span.icon-only {
	margin: -5px 10px;
}

button span.label,
a.button span.label {
	float: left;
	display: block;
	padding: 0 20px 0 0;
	outline: none;
}

input[type=submit] {
    padding: 10px;
}

/* Normal */
button:hover, a.button:hover{
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* W3C */
}

a.button:active{
	-webkit-box-shadow: none; 
	box-shadow: none;
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* W3C */
}

/* Standard */
button.standard, a.standard, input[type='submit'].standard {
	border-color: #7E8AA2 #263248 #263248 #7E8AA2;
	color:#ffffff !important;
	background: #415375; /* Old browsers */
    background: -moz-linear-gradient(top, #6278a2 0%, #415375 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6278a2), color-stop(100%,#415375)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6278a2 0%,#415375 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6278a2 0%,#415375 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #6278a2 0%,#415375 100%); /* IE10+ */
    background: linear-gradient(top, #6278a2 0%,#415375 100%); /* W3C */
}

a.standard:hover, button.standard:hover{
	border-color: #7E8AA2 #263248 #263248 #7E8AA2;
	color:#ffffff !important;
	background: #415375; /* Old browsers */
    background: -moz-linear-gradient(top, #6278a2 0%, #415375 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6278a2), color-stop(100%,#415375)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6278a2 0%,#415375 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6278a2 0%,#415375 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #6278a2 0%,#415375 100%); /* IE10+ */
    background: linear-gradient(top, #6278a2 0%,#415375 100%); /* W3C */
}

a.standard:active{
	border-color: #7E8AA2 #263248 #263248 #7E8AA2;
	-webkit-box-shadow: none; 
	box-shadow: none;	
	color:#ffffff !important;
	background: #415375; /* Old browsers */
    background: -moz-linear-gradient(top, #6278a2 0%, #415375 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6278a2), color-stop(100%,#415375)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6278a2 0%,#415375 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6278a2 0%,#415375 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #6278a2 0%,#415375 100%); /* IE10+ */
    background: linear-gradient(top, #6278a2 0%,#415375 100%); /* W3C */
}

/* Register */
button.register, a.register, input[type='submit'].register {
	border-color: #ED8787 #9B4747 #9B4747 #ED8787;
	color:#ffffff !important;
	background: #9E2F2F; /* Old browsers */
    background: -moz-linear-gradient(top, #cc3d3d 0%, #9e2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3d3d), color-stop(100%,#9e2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* IE10+ */
    background: linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* W3C */
}

a.register:hover, button.register:hover{
	border-color: #ED8787 #9B4747 #9B4747 #ED8787;
	color:#ffffff !important;
	background: #9E2F2F; /* Old browsers */
    background: -moz-linear-gradient(top, #cc3d3d 0%, #9e2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3d3d), color-stop(100%,#9e2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* IE10+ */
    background: linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* W3C */
}

a.register:active{
	border-color: #ED8787 #9B4747 #9B4747 #ED8787;
	color:#ffffff !important;
	background: #9E2F2F; /* Old browsers */
    background: -moz-linear-gradient(top, #cc3d3d 0%, #9e2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3d3d), color-stop(100%,#9e2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* IE10+ */
    background: linear-gradient(top, #cc3d3d 0%,#9e2f2f 100%); /* W3C */
	-webkit-box-shadow: none; 
	box-shadow: none;
}

div.buttons, td.buttons {
	text-align: left;
	padding: 15px 0px;
	vertical-align: top;
	clear: both;
	overflow: auto;
}

div.buttons button,
div.buttons a.button {
	float: left;
}

/***********************************************************
* Home Page
************************************************************/	
div.home-content {
	clear: both;
	position: relative;
	height: 670px;
}
	
div.home-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 670px;
	height: 420px;
}
	
div.home-images img {
	border: none;
}
	
div.home-news {
	position: absolute;
	top: 10px;
	left: 670px;
	width: 320px;
	height: 400px;
	background-image: url('/images/skin/news-bg.png');
	background-repeat: repeat-y;
}

div.home-news-links {
	padding: 0 10px;
	height: 380px;	
}

div.home-news-links a {
	color: #333333;
	font-weight: bold;
}
	
div.home-news-links a:hover {
	color: #9E2F2F;
}
	
div.home-news img {
	border: 0;
	margin: 0;
	padding: 0;
}
	
div.home-news ul {
	margin: 0;
	padding: 0;
}
	
div.home-news ul li {
	padding: 8px 5px;
	margin: 0 0 0 0;
	font-size: 11px;
	list-style: none;
	line-height: 18px;
	border-bottom: solid 1px #cccccc;
}

div.home-news ul li.last {
	border-bottom: none;
}

div.home-box {
    position: absolute;
    width: 320px;
    height: 120px;
    background-repeat: no-repeat;
}

div.home-box img.title-image {
    margin: 0 0 10px 0;
}

div.home-box h1{
    font-size: 24px;
    color: #ffffff;
    margin: -5px 0 10px;
    padding: 0;
}

div.home-box p{
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 0;
    height: 30px;
}

div.home-box a{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
div.home-box a:hover {
    color: #d00000;
}

div.home-box-sm {
    position: absolute;
    width: 320px;
    height: 100px;
    background-image: url('/images/skin/home-box-sm.png');
    background-repeat: no-repeat;
}

div.home-box-sm img.title-image {
    margin: 0 0 5px 0;
    padding: 0;
}

div.home-box-sm p {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 1.2em;
}

div.home-box-sm a{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding: 0 0 0 0;
}
div.home-box-sm a:hover {
    color: #9E2F2F;
}

div.home-content div.box-1 {
    top: 420px;
    left: 10px;
    background-image: url('/images/skin/home-box-1.png');
}

div.home-content div.box-2 {
    top: 420px;
    left: 340px;
    background-image: url('/images/skin/home-box-1.png');
}

div.home-content div.box-3 {
    top: 420px;
    left: 670px;
    background-image: url('/images/skin/home-box-1.png');
}

div.home-content div.box-4 {
    top: 550px;
    left: 10px;
}

div.home-content div.box-5 {
    top: 550px;
    left: 340px;
}

div.home-content div.box-6 {
    top: 550px;
    left: 670px;
}	
	
div.social-links {
    margin: 10px 0 0;
}

div.social-links a {
	margin: 0;
	padding: 0;
	border: 0;
}

div.social-links img {
	margin: 0px 9px;
	padding: 0;
	border: 0;
}

/***********************************************************
* Career Training
************************************************************/
div.ct-content {
	padding: 0 20px 10px 0;
}

div.ct-content h1 {
    font-size: 20px;
	color: #333333;
	padding: 5px 0;
	font-weight: normal;
	margin: 0;
}

div.ct-content h2 {
	font-size: 20px;
	color: #333333;
	padding: 5px 10px;
	font-weight: normal;
    border-radius: 5px;
	
	background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* W3C */
}

div.ct-content h3 {
    color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	overflow: auto;
}
div.ct-content h3 .subtitle {
    display: block;
    font-size: 12px;
    color: #999999;
    padding: 5px 0;
}

div.ct-content p {
	margin: 5px 10px 20px 10px;
}	
div.ct-content div.extended {
    margin: 0 10px;
}

div.ct-content div.special-note-box {
    margin: 0 0 10px 0;
    padding: 20px;
    border-radius: 10px;
    
    background: #ffffaa; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffcc 0%, #ffffaa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffcc), color-stop(100%,#ffffaa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffcc 0%,#ffffaa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffcc 0%,#ffffaa 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffcc 0%,#ffffaa 100%); /* IE10+ */
    background: linear-gradient(top, #ffffcc 0%,#ffffaa 100%); /* W3C */
}

div.ct-content div.aside-box {
	padding: 0 10px;
    border-radius: 10px;
    width: 200px;
    border: solid 1px #e1e1e1;
    
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#f0f0f0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%,#f0f0f0 100%); /* W3C */
}

div.ct-content div.aside-box h4 {
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 2px 0 5px 0;
	border-bottom: solid 1px #e1e1e1;
}

div.ct-content div.aside-box-right {
    float: right;
    margin: 0 0 10px 20px;
}

div.ct-content div.aside-box-left {
    float: left;
    margin: 10px 20px 10px 0;
}

div.ct-content div.extended a {
    font-weight: bold;
}


div.ct-content div.extended h4 {
    color: #999999;
	font-size: 14px;
	padding: 5px 10px;
}

div.ct-content div.extended em {
    color: #800000;
    font-size: 14px;
}

div.ct-content div.extended table {
    width: auto;
    margin: 0 20px 20px 20px;
}

div.ct-content div.extended table th {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 20px 2px 0;
    vertical-align: bottom;
}

div.ct-content div.extended table td {
    padding: 2px 20px 2px 0;
    vertical-align: top;
}

div.ct-content div.extended ol {
	margin-bottom: 20px;
}

div.ct-content div.extended ol li {
	margin-left: 20px;
}

div.ct-sidebar .course-dates {
    margin: 10px 0 2px 0;
}

div.ct-sidebar .early-register-date {
    margin: 0 0 10px 0;
}

/************************************************************************
   Workshops
************************************************************************/
div.wksp-content {
	padding: 0 20px 10px 0;
}
div.wksp-content p {
	margin: 5px 20px 20px 20px;
}
div.wksp-content p strong{
	color: #333333;
	font-size: 14px;
}
div.wksp-content a {
	color: #800000;
	font-weight: bold;
}
	
div.wksp-content a:hover {
	color: #d00000;
}
	
div.wksp-content ul li {
	margin-left: 20px;
}

div.wksp-content-section,
div.wksp-cart {
    margin-right: 20px;
}

div.wksp-content-section div.padder {
    padding: 0 10px;
}

div.wksp-content-section h2,
div.wksp-cart h2 {
	font-size: 20px;
	color: #333333;
	padding: 5px 10px;
	font-weight: normal;
    border-radius: 5px;
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* W3C */
}

div.wksp-content-section h3 {
	font-size: 14px;
	color: #333333;
	padding: 10px 0 10px 0;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.wksp-cart h3 {
	font-size: 14px;
	color: #333333;
	padding: 5px 0 5px 0;
	margin: 15px 0 10px;
}

div.wksp-content-section h4 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	padding: 10px;
}

div.wksp-cart h4 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

div.wksp-content-section hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}
	
div.wksp-content-section p {
	padding: 0 10px;
	margin: 0 0 15px 0;
}	
div.wksp-sidebar div.course-dates {
    color: 	#666666;
}
div.wksp-sidebar div.instructor a {
	color: #800000;
}
div.wksp-sidebar div.instructor a:hover {
	color: #d00000;
}		
div.wksp-sidebar div.tuition-comments p {
    line-height: 1.2em;
    padding: 0 5px;
    margin-bottom: 0px;
}
div.wksp-sidebar div.course-complete {
    color: 	#D20000;
    text-align: center;
    padding: 5px 0 5px 0;
}	
div.wksp-sidebar div.course-full {
	color: #D20000;
	padding: 10px 0 10px 5px;
}	
div.wksp-sidebar div.course-full a{
	color: #D20000;
	font-weight: bold;
}
div.wksp-sidebar div.almost-full {
    color: 	#D20000;
    text-align: center;
    padding: 5px 0 5px 0;
    font-size: 16px;
}	
div.wksp-sidebar div.closed {
    color: 	#D20000;
}
div.wksp-sidebar div.instructor,
div.wksp-sidebar div.tuition,
div.wksp-sidebar div.deposit,
div.wksp-sidebar div.early-register-date {
	font-size: 11px;
}
div.wksp-sidebar a.register {
	width: 150px;
	margin: 0 0 5px 0;
}	

div.wksp-list {
    padding: 0 0 20px 20px;
}
div.wksp-list h3 {
    font-size: 14px;
	color: #333333;
	padding: 10px 0 10px 0;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}
div.wksp-list h4 {
    font-size: 12px;
	color: #333333;
	padding: 10px 0 10px 0;
}
div.wksp-list div.wksp-listing {
    padding: 0 0 5px 5px;
}
div.wksp-list div.wksp-listing a {
    color: #666666;
    font-weight: normal;
}
div.wksp-list div.wksp-listing a:hover {
	color: #d00000;
}		
    

/************************************************************************
   Weekends
************************************************************************/
div.wkend-content {
	padding: 0 20px 10px 0;
}

div.wkend-content div.overview {
	padding: 0 10px;
	margin-top: 20px;
}

div.wkend-content div.overview a {
	color: #800000;
	font-weight: normal;
}

div.wkend-content div.overview a:hover {
	color: #d00000;
}

div.wkend-content div.overview h3{
	color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.wkend-content h2 {
	font-size: 20px;
	color: #333333;
	padding: 5px 10px;
	font-weight: normal;
    border-radius: 5px;
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* W3C */
}

div.wkend-content div.extended {
    margin: 0 10px;
}

div.wkend-content div.extended a {
    font-weight: normal;
}

div.wkend-content div.extended h3 {
    color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.wkend-content ol li {
	margin-bottom: 20px;
}

div.wkend-content table.logos {
    margin: 20px 0;
}

div.wkend-content table.logos td{
    padding: 0 30px 0 0;
    vertical-align: middle;
}

.weekend-info {
    font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
}

div.wkend-sidebar span.soldout {
	color: #D20000;
	float: right;
}
div.wkend-sidebar div.tuition {
    padding-left: 10px;
}
div.wkend-sidebar div.closed {
	color: #D20000;
	padding: 10px 0 10px 5px;
}
div.wkend-sidebar div.closed a{
	color: #D20000;
	font-weight: bold;
}
div.wkend-sidebar div.instructors {
	padding: 5px 0 10px;
}
div.wkend-sidebar div.instructor-title {
	font-size: 14px;
    color: #333333;
    padding-bottom: 5px;
}
div.wkend-sidebar div.instructor {
	padding: 2px 0 2px 10px;
}
div.wkend-sidebar a.register {
	width: 150px;
	margin: 0 0 5px 0;
}	
div.wkend-content p.section-header {
	font-size: 14px;
	font-weight: normal;
	color: #800000;
	margin: 2px 0;
}
	
div.wkend-content p.course-header {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 2px 0;
}
		
div.wkend-content ul {
	padding: 20px;
}
	
div.wkend-content div.schedule table {
	margin: 0px 10px;
}
	
div.wkend-content div.schedule td {
	font-size: 12px;
	padding: 5px 5px 15px;
	vertical-align: top;
}
		
div.wkend-content div.schedule td.time {
	width: 150px;
}
	
div.wkend-content div.schedule div.title {
	font-weight:bold;
	font-size: 14px;
	color: #800000;
}
		
div.wkend-content div.schedule td ul {
	margin: 5px 0 5px 18px;
	padding: 0;
}
div.wkend-content div.schedule td ul li {
	list-style: disc;
	font-weight: bold;
	font-size: 14px;
}

/************************************************************************
   About Us
************************************************************************/
div.about-content {
    padding: 0 20px 10px 10px;
}

div.about-content h2 {
	font-size: 20px;
	color: #333333;
	padding: 0;
	font-weight: normal;
	margin: 10px 0;
}

div.about-content h3 {
	color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.about-content h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

div.about-content div.staff-badges {
    margin: 20px 0 40px 120px;
}

div.about-content span.gallery-badge {
    height: 200px;
    width: 170px;
    float: left;
    vertical-align: middle;
}

div.about-content span.gallery-badge img {
    max-width: 150px;
    max-height: 100px;
	/* Resize the image for IE6 */
	width: expression(this.width > 150 ? 150: true);
	height: expression(this.height > 100 ? 100: true);
}

div.about-content div.gallery span.gallery-badge {
    height: 100px;
    width: 170px;
}

div.about-content table.logos {
    margin: 20px 0 20px 0;
}

div.about-content table.logos td {
    width: 175px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

div.about-content table.links {
    margin: 20px 0 20px 100px;
}

div.about-content table.links td {
   padding: 5px 50px 5px 0;
}

div.about-content table.calendar {
    width: 100%;
    margin: 20px 0;
}

div.about-content table.calendar th{
    color: #6278a2;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.about-content table.calendar td {
    padding: 10px 5px;
}

div.about-content div.instructors {
    border: none;
    margin: 10px 0 20px 0;
    padding: 0;
    overflow: auto;
}

div.about-content div.instructors .box-top{
    color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.about-content div.instructors div.box-item {
    float: left;
    width: 230px;
    padding: 10px 0;
}
div.about-content div.instructors div.box-item a{
    color: #666666;
}
div.about-content div.instructors div.box-item a:hover {
    color: #d00000;
}

div.map-border {
	margin: 10px;
	padding: 10px;
	background-color: #999999;
	border-radius: 10px;
}

div#map_canvas input {
	margin: 3px 2px 3px 0px;
}

.info-window-content h2{
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0;
}
.info-window-content h3{
	font-size: 12px;
	padding-bottom: 5px;
	margin: 0;
}

.info-window-content ul {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.info-window-content ul li {
	margin: 2px 0px 2px 20px;
	padding: 0;
}

.info-window-content span.dates {
	color: #666666;
	font-size: 10px;
}

.info-window-content a {
	color: #800000;
	text-decoration: none;
}

.info-window-content a:hover {
	text-decoration: underline;
}

.info-window-content li.info-window-listing {
	font-size: 12px;
	margin-left: 20px;
}

/************************************************************************
  Instructors
************************************************************************/
div.instructor-content {
    margin: 10px 20px 40px 0;
}

div.instructor-content img.head-shot {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 10px;
}

div.instructor-content h2 {
    font-size: 20px;
	color: #333333;
	padding: 0;
	font-weight: normal;
	margin: 0 0 10px;
}

div.instructor-content h3 {
	color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.instructor-content div.profile {
    margin: 0 0 0 220px;
}

div.instructor-content div.website {
    margin: 10px 0;
    clear: left;
}
div.instructor-content div.website a{
    font-size: 14px;
}

div.instructor-content div.courses {
    margin: 20px 0;
}

div.instructor-content div.courses ul li {
    list-style: none;
    padding: 3px 0px;
    margin: 0 0 0 10px;
}

/************************************************************************
  FAQ
************************************************************************/
div.faq-item {
    margin-bottom: 15px;
}
div.faq-item h5 {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    color: #000000;
}
div.faq-item h5:hover {
    color: #9E2F2F;
}
div.faq-item div {
    display: none;
    padding: 0 10px;
    color: #333333;
    line-height: 1.8em;
}

/************************************************************************
  Students
************************************************************************/
div.student-home div.student-list .box{
    border: none;
    margin: 10px 0 20px 0;
    padding: 0;
    overflow: auto;
}

div.student-home div.student-list .box-top{
    color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.student-home div.student-list div.box-item {
    float: left;
    width: 230px;
    padding: 10px 0;
}

div.student-home div.student-list div.box-item a {
    color: #666666;
}

div.student-home div.student-list div.box-item a:hover {
    color: #d00000;
}

div.student-focus {
	padding: 10px 20px 10px 0;
}

div.student-focus h2 {
    font-size: 20px;
	color: #333333;
	padding: 0;
	font-weight: normal;
	margin: 10px 0 20px;
	overflow: auto;
}

div.student-focus h3 {
	color: #333333;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	overflow: auto;
}

div.student-focus h4 {
	clear: left;
}

div.student-focus div.student-images img {
    float: left;
    margin: 20px 20px 0 0;
    border-radius: 10px;
}

div.sidebar div.focus h2 {
    color: #333333;
	padding: 5px 0;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: auto;
}
div.sidebar div.focus h3 {
    font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #999999;
	clear: left;
}
div.sidebar div.focus h4 {
    font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #666666;
}
div.sidebar div.focus p {
    color: #333333;
    font-size: 11px;
    line-height: 14px;
}
div.sidebar div.focus div.student-images {
    margin: 0 0 10px 10px;
}
div.sidebar div.focus img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

div.sidebar div.focus p.more-students {
    color: #800000;
    font-size: 14px;
    line-height: 16px;    
}

div.sidebar div.focus p.more-students a{
    color: #800000;
    font-weight: normal;
}
div.sidebar div.focus p.more-students a:hover{
    color: #d00000;
}

div.student-focus img.head-shot,
div.sidebar div.focus img.head-shot {
    float: left;
    margin: 0 10px 20px 0;
    border-radius: 10px;
}

div.sidebar div.focus img.head-shot {
    width: 75px;
    height: 75px;
}


/************************************************************************
  Newsletters
************************************************************************/
table.newsletter-list {
    border: none !important;
    border-spacing: 5px !important;
}

table.newsletter-list .header {
    color: #333333;
	font-size: 16px;
}


/***********************************************************
* User Content
************************************************************/
div.user-content {
	margin: 10px 20px 40px 10px;
}
div.user-content h2 {
    font-size: 20px;
	color: #415375;
	padding: 0;
	font-weight: normal;
	margin: 10px 0 20px;
}

div.user-content h3 {
	color: #415375;
	font-size: 16px;
	padding: 5px 0px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.user-content .message {
    color: #ff0000;
}


div.user-content .header {
    color: #415375;
	font-size: 14px;
	padding: 0 5px;
}

div.user-content div.form input[type=text],
div.user-content div.form input[type=password] {
    width: 250px;
}

div.user-content div.form select {
    width: 253px;
}

div.user-content div.password-link {
    padding: 10px 0px;
}

div.user-content div.password-link a {   
    font-size: 14px;
    color: #800000;
}

div.user-content div.register-left {
    float: left;
    width: 470px;
}
div.user-content div.register-right {
    float: right;
    width: 490px;
}
div.user-content div.address-info div.spacer {
    height: 20px;
}
div.user-content div.address-info .form {
    margin: 0px 20px;
}
div.register {
    padding-bottom: 40px;
}
div.user-content div.register-button {
    width: 430px;
    text-align: center;
    margin-bottom: 20px;
}

/***********************************************************
* Shopping Cart
************************************************************/
div.shopping-cart {
    padding: 0 10px 40px 0;
}

div.shopping-cart h2 {
	font-size: 20px;
	color: #415375;
	padding: 5px 10px;
	font-weight: normal;
    border-radius: 5px;
	
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%,#e1e1e1 100%); /* W3C */
}

div.shopping-cart h3 {
	font-size: 14px;
	color: #415375;
	padding: 10px 0;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

div.shopping-cart .warning {
	font-size: 14px;
	color: #ff0000;
	padding: 20px 0;
	
}

table.cart {
    width: 100%;
    margin: 0 0 20px 0;
    border-spacing: 2px;
}

table.cart tr {
    background-color: #ffffff;
}

table.cart tr.alt-row {
    background-color: #efefef;
}

table.cart th {
    background-color: #415375;
    color: #ffffff;
    padding: 4px 5px;
}

table.cart td {
    padding: 4px 5px;
}

table.cart .discount {
    color: #9E2F2F;
    font-size: 10px;
}

table.cart .message {
    color: #ff0000;
    font-weight: bold;
}

table.cart td.subtotal,
table.cart td.subtotal-amount {
    font-weight: bold;
    color: #415375;
    padding-top: 10px;
}

table.cart td.subtotal-amount {
    border-top: solid 1px #333333;
    color: #333333;
}
/***********************************************************
* Contest Pages
************************************************************/
div.win-content {
    padding: 10px;
}

div.win-content div.extended {
    padding: 10px;
}

div.win-content h2 {
    color: #333333;
}

div.win-content p {
    margin: 0 0 10px;
}

div.win-content div.form {
    margin: 20px 0;
}

div.win-content span.label,
div.win-content span.spacer,
div.win-content span.multiple span {
    width:200px;
    float:left;
} 

div.win-content span.multiple {
    float:left;
}
 
div.win-content span.button {
    padding-left:200px;
}

div.win-content span.button input {
    width: 120px; 
}

div.win-content div.clear {
    clear:both;
    padding-top:5px;
} 

div.win-content div.buttons {
    overflow: auto;
}

div.win-content a.win-badge {
    width: 184px;
    height: 130px;
    background-color: #333333;
    display: block;
    float: left;
    margin: 0 3px 0 3px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 10px;
}

div.win-content a.badge-career {
    background: #ffffff url('/win/win-career.jpg') no-repeat;
    background-position: center;
}
div.win-content a.badge-career div {
    padding: 35px 10px;
}
div.win-content a.badge-workshops {
    background: #ffffff url('/win/win-workshops.jpg') no-repeat;
    background-position: center;
}
div.win-content a.badge-workshops div {
    padding: 50px 0 0 0;
}
div.win-content a.badge-weekends {
    background: #ffffff url('/win/win-weekends.jpg') no-repeat;
    background-position: center;
}
div.win-content a.badge-weekends div {
    padding: 35px 0 0 0;
}
div.win-content a.badge-instructors {
    background: #ffffff url('/win/win-instructors.jpg') no-repeat;
    background-position: center;
}
div.win-content a.badge-instructors div {
    padding: 35px 0 0 0;
}
div.win-content a.badge-blog {
    background: #ffffff url('/win/win-blog.jpg') no-repeat;
    background-position: center;
}
div.win-content a.badge-blog div {
    padding: 50px 0 0 0;
    color: #000000;
}

/***********************************************************
* Landing Pages
************************************************************/
div.lp {
	padding: 10px;
}

	div.lp h2 {
		color: #0000CC;
		font-size: 24px;
		font-weight: bold;
		margin: 20px 0 5px 0;
	}
	
	div.lp h3 {
		color: #0000ef;
		font-size: 16px;
		font-weight: normal;
		margin: 5px 0 20px 0;
	}
	
	div.lp div.image {
		float: left;
		width: 400px;
		padding: 10px;
		border: solid 1px #efefef;		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	div.lp div.highlights {
		margin: 0 10px 0 440px;
	}
		
		div.lp div.highlights h2 {
			font-size: 13px;
		}
		
		div.lp div.highlights h3 {
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			margin-bottom: 5px;
		}
		
		div.lp div.highlights ul {
			margin: 0 0 0 10px;
		}
		
		div.lp div.highlights ul li {
			margin-left: 20px;
			color: #666666;
		}
		
		div.lp div.price {
			text-align: center;
			margin: 20px 0;
			font-weight: bold;
			font-size: 16px;
		}
		
		div.lp div.action {
			text-align: center;
			margin: 30px 0;
		}
		
			div.lp div.action a.button {
				width: 280px;
				height: 75px;
				margin: 0 auto;
				display: block;
				background-image: url('/images/landingpages/register-orange.png');
				background-repeat: no-repeat;
			}
	
	div.lp div.separator {
		clear: both;
		height: 20px;
		border-bottom: dashed 1px #cfcfcf;
		margin-bottom: 20px;
	}
	
	div.lp div.testimonials {
		float: left;
		width: 430px;
	}
	
		div.lp div.testimonials li {
			list-style-type: none;
			margin: 0 0 20px 0;
			padding: 10px;
			border: solid 1px #cfcfcf;
			background-color: #efefef;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
	
		div.lp div.testimonials span.quote {
			font-size: 16px;
			color: #333333;
			display: block;
			font-style: italic;
		}
		
		div.lp div.testimonials span.credit {
			font-size: 12px;
			color: #666666;
			display: block;
			text-align: right;
		}
		
	
	div.lp div.more-info {
		margin: 0 0 0 460px;
	}
	
	div.lp div.more-info h2 {
		color: #666666;
		font-size: 16px;
	}
	
	div.lp div.more-info ul li {
		list-style-type: none;
		border: solid 1px #efefef;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
		margin: 5px;
		width: 190px;
		float: left;
	}
	
	div.lp div.more-info ul li a {
		padding: 4px 20px;
		display: block;
	}
	
div.survey {
	margin: 20px;
}

#si_countdown br {
	display: none;
}

#si_countdown span.countdown_amount {
	padding-right: 2px;
	padding-left: 3px;
}
