body, html {
	margin:0;
	padding:0;
	background:#9a9a9a;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5px;
	cursor: default;
	text-align: left;
}
body {
	min-width:1000px;
}
#popup_body {
	min-width: 300px;
}

/**** LINK STYLES ****/
a:link, a:visited, a:active, a {
	text-decoration: none;
	color: #007CA2;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a.white {
	color: #FFF;
}

.center {
    text-align: center;
    vertical-align: middle;
}

#dhtml_mouseover_box{
	font-size: 11px; 
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFF9C1; 
	visibility: hidden;
	z-index: 502;
}

#container {
	background: #FFF;
	margin: 0 auto;
	padding: 0px;
	width: 940px;
	position: relative;
}
#banner {
	height: 77px;
	width: 100%;
	background: #CFCFCF;
	background: url("../images/students/banner_bg.png");
	position: relative;
	z-index: 25;
}
#banner img {
	border: 0px;
}

#banner #logo {
	position: absolute;
	top: 6px;
	left: 10px;
	border: 0;
	z-index: 999;
}

#banner #banner_right {
	float: right;
	margin: -5px -3px 0 0;
	right: 0px;
}


#shadow_left {
	background: url("../../images/students/leftDK.png") repeat-y;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -6px;
	z-index: 0;
}

#shadow_right {
	background: url("../../images/students/rightDK.png") repeat-y;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -6px;
	z-index: 0;
}

#content {
	float:left;
	width: 670px;
	margin: 0 0 30px 20px;
	text-align: justify;
	min-height: 600px;	
}

h1, h2, h3 {
	font-family: Georgia, Garamond, Times, serif;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-weight: normal;
}

h1 { 
	font-size: 32px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}
h3.normal {
    font-weight: normal;
}

h4 {
	font-size: 12px;
}

/*akil added this*/
/*
h1 {
	color:#008BB2;
}*/

#content h3.sub_header {
	margin: 20px 0px 10px;
	padding-left: 22px;
	font-size: 16px;
	color: #007CA2;
	background: #EFFBFF url('../images/blue_arrow.png') no-repeat scroll 3px;
	border-right: #99CDDF 1px solid;
	border-bottom: #99CDDF 1px solid;
}

#content h4 {
	margin: 10px 0;
	padding: 0px;
}

#content .indent {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 25px;
}

#content .greyp {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size: 22px;
}

.dashed_right {	border-right: 1px dashed #000; }

/***************************
 * SECTION OFF AREAS
 ***************************/
.content_block_container {
	padding-top: 5px;
	float: left;
	width: 600px;
}

/*** Partial block (50%) ***/
.content_block_container .block {
	float: left; 
	width: 220px;
	padding: 15px 20px 20px 20px;
}

/*** Large Block (100%) ***/
.content_block_container .block_full {
	float: left; 
	width: 580px;
	padding: 20px;
}
/*** BLOCK HEADER ***/
.content_block_container .block .header {
	font-size: 18px;
	height: 34px;
	padding-left: 34px;
	padding-top: 5px;
}	
.content_block_container .block .header b {
	font-weight: bold;
	color: #f67a21;
}

/*** HEADER ICONS ***/
.content_block_container .blog .header {
	background: url(../images/icons/orange_book.png) 0 0 no-repeat;
	padding-left: 42px;
}
.content_block_container .store .header {
	background: url(../images/icons/orange_box.png) 0 0 no-repeat;
	padding-left: 42px;
}
.content_block_container .testimonials .header {
	background: url(../../images/icons/clouds.png) 0 0 no-repeat;

}
.content_block_container .blog .header:hover {
	text-decoration: underline;
	cursor: pointer;
}
.content_block_container .testimonials .header:hover {
	text-decoration: underline;
	cursor: pointer;
}
.content_block_container .courses .header {
	background: url(../../images/icons_large/date_edit.png) 0 0 no-repeat;
}
.content_block_container .self-study .header {
	background: url(../images/icons_large/computer_edit.png) 0 0 no-repeat;
}
.content_block_container .comparison .header {
	background: url(../images/icons/orange_stats.png) 0px 0px  no-repeat;
}

/*** CONTENT STYLES ****/
.content_block_container .block .content {
	padding: 10px 5px 5px 5px;
	height: 75px;
}

.content_block_container .blog .content, .content_block_container .testimonials .content {
	font-size: 11px;
	margin-top: -8px;
	padding: 10px 10px 0 10px;
	height: auto;
	
}
/**** FOOTERS ****/
.content_block_container .block .content .sexybutton {
	position: absolute;
	bottom: 2px;
	right: 8px;

}

.content_block_container .block .footer {
	position: absolute;
	bottom: 2px;
	right: 20px;
	font-size: 11px;
}
/****************
 * END CONTENT BLOCK STYLES
 ****************/

/***** GREY SQUARE STYLES *****/
.about_block_container {
	margin-top: 15px;
	*margin-top: 30px;
	_margin-top: 30px;
	margin-left: 4px; 
	margin-right: 3px;
	float: left;
}

.about_block_container .block {
	background-color: #efefef;
	padding: 10px;
	width: 280px;
	height: 115px;
	float: left;
	margin: 10px 5px 5px 5px;
}

.about_block_container .block .image {
	width: 79px;
	height: 79px;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
}
.about_block_container .block .content {
	width: 180px;
	padding-left: 10px;
	float: left;
}
.about_block_container .block .content .header {
	border-bottom: 1px dashed #464646;
	color: #464646;
	padding-bottom: 3px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
}
.about_block_container .block .content .info {
	color: #464646;
	padding: 5px;
	font-size: 11px;
	white-space: inherit;
	text-align: left;
}

.about_block_container .block a {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/**************************
 * END GREY BOX STYLES
 **************************/

/*** FIXED IMAGE ****/
#content .right_image {
	z-index: 10;
	margin-top: -230px;
	padding-right: 15px;
	float: right;
	width: 393px;
	height: 265px;
	background: url(../images/rotate_drop_shadow.png) 0px 0px no-repeat;
}

/*******************
 * UPCOMING EVENTS
 *******************/
.blue_bar {
	width: 100%;
	background-color: #008eb2;
	height: 100px;
}
.blue_bar .container {
	padding: 2px 0 5px 15px;
}
.blue_bar .header {
	background: url(../../images/icons_small/calendar.png) 0 8px no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px dashed #CCC;
	width: 300px;
	padding: 8px 2px 4px 20px;
}
.blue_bar .content {
	font-size: 11px;
	padding: 5px 0 5px 0;
}


.moreinfo {
	background: #FFF6CF;
	border: 1px solid #FF8000;
	padding: 5px;
	margin: 5px 5px 5px 5px;
	display: none;
	overflow: auto;
}

#left_side {
	float:left;
	width:200px;
	margin-left: 5px;
	background: #DFDFDF;
	padding: 30px 5px;

}

#right_side {
	float: right;
	width: 225px;
	margin-top: 13px;
	margin-right: 5px;

	position: relative;
}

#footer {
	border-top: 2px solid #999999;
	border-bottom: 4px solid #6E94A1;
	background: #cccccc;
	text-align: center;
	clear:both;
	font-size: 10px;
	padding: 5px;
}

.important {
	font-weight: bold;
	color: red;
}
.important.notes {
    color: green;

}
.alert_cell {
    border: 1px solid red;
	background: #EFD1D6;
    font-weight: bold;
    color: #FF0000 !important;
}
.attention {
	border: 1px solid #0178A3; 
	margin: 20px; 
	padding: 10px; 
	background: #E0ECEF;
}

.error {
	border: 1px solid red;
	background: #EFD1D6;
	padding: 5px;
	margin: 10px;
}

div fieldset {
	height: 100%;
	border: 1px solid #007CA2;
	padding: 5px;
	font-size:12px;
	margin: 5px;
}

div legend {
	font-weight: bold;
	border: 1px outset #007CA2;
	background: #99CDDF;
	padding: 3px;
	font-size:13px;
}

/******************************
	 Login Button/Lightbox
******************************/
#login_link {
	background: url('../images/icons_small/lock.png') 40px 0px no-repeat;
	font-size: 14px;
	color: #007CA2;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 1px;
	margin-top: 60px;
}

#login_link:hover {
	text-decoration: underline;
}
	
#login_button_small, #feedback {
	position: absolute;
	top: -18px;
	right: 0px;
}

#login_button_small img {
	border: 0px;
	cursor: pointer;
}

#login_layer, #notice_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index: 500;
	display: none;
}

#login_box, #notice_box {
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -150px;
	min-width: 300px;
	border: 2px solid #333;
	display: none;
	z-index: 501;
}

#notice_layer, #notice_box {
	display: block;
}

#login_box/*, #login_box_static*/ {
	width: 300px;
	
	background: #D6EAF0 url('../images/login_bg.png') no-repeat 98% 98%;
}

#login_box .top, #notice_box .top/*, #login_box_static .top*/ {
	background: #007CA2 url('../images/arrow.png') no-repeat scroll 4px 4px;
	padding: 3px 0 5px 25px;
	font-weight: bold;
	color: #FFF;
}

#login_box .close, #notice_box .close {
	position: absolute;
	top: 4px;
	left: 283px;
	cursor: pointer;
}

#login_box .content, #notice_box .content {
	padding: 10px;
}

#login_box .content th, #notice_box .content th {
	text-align: right;
}

#notice_box .content {
	background-color: FFF6CF;
}
/**************
	 Navbar
**************/
#navbar {
	z-index: 1;
}
#navlist {
	position: relative;
	display: block;
	height: 39px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	font-variant: small-caps;
	padding-left: 150px;
	z-index: 1;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#navlist ul li {
	display: block;
	float: left;
	margin: 0;
}
#navlist ul li:hover {
    background: #E0ECEF url(../images/bgON.gif) no-repeat top left;
}
#navlist ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 11px 0px;
	height: 23px;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}

#navlist ul li a:hover {
	color:#007CA2;
	
}

#navlist ul li a.current {
	color:#007CA2;
	background:#FFF url(../images/bgON.gif) no-repeat top left;
	padding-top: 16px;
}

#navlist ul li a.current_with_sub_nav {
	color:#007CA2;
	background:#E0EBEF url(../images/bgON.gif) no-repeat top left;
	padding-top: 16px;
}

#navlist .label {
	float: right;
	color: #C0C0C0;
	font-size: 9px;
	padding: 10.5px;
	padding-left: 0;
	font-variant: normal;
	width: auto;
	white-space: nowrap;
}

#navlist .label a {
	color: #666;
	border-bottom: #99CDDF;
}

#navlist .label .selected {
	color: #007CA2;
	border-bottom: #99CDDF;
	font-size: 14px;
	line-height: 12px;
}

/*****************
	Sub-Navbar
*****************/

#sub_navbar, #sub_navbar_filler { 
	height: 15px; 
	margin-bottom: 10px;
	padding: 5px;
}
#sub_navbar {
	background: #E0EBEF;
}
#sub_navbar_filler {
	background: #FFF;
}

#sub_navlist {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#sub_navlist li {
    display: inline;
    padding: 0 10px;
}
#sub_navlist li.last {
    border: none;
}
#sub_navlist a {
    color: #007CA2;
    text-decoration: none;
}
#sub_navlist a:hover {
    color:#99CDDF;
    text-decoration: underline;
}
#sub_navlist .selected
{
	color: #000;
	background: #A3B5C1;
}

/*****************
	 Profiles
*****************/

/** profile nav **/

#profile_container {
	background: blue;
}

#profile_nav {
	float: left;
	width: 30%;
}
#profile_nav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0 auto;
}
#profile_nav li {
	margin: 3px 0;
}
#profile_nav a:link, #profile_nav a:active, #profile_nav a:visited, #profile_nav a {
	border: 1px solid #007CA2;
	margin: 1px;
	padding: 10px;
	background: #C8DFF1;
	display: block;
	color: #000000;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	z-index: 5;
}
#profile_nav a .link_details {
	color: #63ADF8;
	visibility: hidden;
	padding-right: 10px;
	position: absolute;
	right: 0px;
}

#profile_nav a:hover, #profile_nav a.selected {
	background: #66B2CC;
}
#profile_nav a.selected {
	border-left: 3px solid #007CA2;
	font-weight: bold;
}
#profile_nav a:hover .link_details {
	visibility: visible;
	font-weight: normal;
}

/** profile display **/
#profile_display {
	float: right;
	width: 67%;
	min-height: 300px;
	padding: 5px;
}
#profile_display .photo {
	float: right;
	margin: 5px;
	padding: 0px;	
}
#profile_display h2 {
	font-size: 24px;
}

/** profile spotlight **/
.profile_spotlight {
	padding-bottom: 10px
}
.profile_spotlight .photo {
	float: right;
	margin: 0px;
	padding: 0px;	
}
.profile_spotlight h2 {
	font-size: 24px;
}

/***********************
	Right Side Blocks
***********************/

.block { 
	margin-bottom: 20px;
	position: relative;
}

.block .top { 
	border-bottom: 1px dashed #000;
	padding: 4px 0px 4px 40px; 
	color: #007ca2;
	font-size: 18px;
	font-family: Georgia, Garamond, serif;
}

.block .black {
	color: #000;
}

.block .strong {
	font-weight: bold;
}

.block .block_content { 
	padding: 5px; 
}

.quick_links_block .top {
	background: url('../images/icons/quick_links.gif') no-repeat scroll 5px 0px;
}

.your_account_block .top {
	background: url('../images/icons/man_woman.gif') no-repeat scroll 5px 0px;
}

.search_block .top {
	background: url('../images/icons/search_big.gif') no-repeat scroll 5px 0px;
}

.login_block .top { 
	background: url('../images/login.jpg') no-repeat scroll 0px 0px; 
}

.testimonials_block .top { 
	background: url('../images/quotes.jpg') no-repeat scroll 0px 7px; 
}

.shopping_cart_block .top { 
	background: url('../images/cart.gif') no-repeat scroll 3px 2px; 
}

.content_list_block .top { 
	background: url('../images/document_edit.png') no-repeat scroll 3px 2px; 
}

.events_block .top { 
	background: url('../images/events.jpg') no-repeat scroll 0px -2px; 
}

.news_block .top { 
	background: url('../images/news.jpg') no-repeat scroll 2px 0px; 
}
.live_help_block .top { 
	background: url('../images/icons/comments.png') no-repeat scroll 2px 0px; 
}
.share_block .top { 
	background: url('../images/www.jpg') no-repeat scroll 2px 0px; 
}

.featured_block .top { 
	background: url('../images/icons_large/star.png') no-repeat scroll 0px 0px; 
	padding-bottom: 6px;
	padding-top: 6px;
}


.selfstudy_block .top { 
	background: url('../images/icons_large/report_edit.png') no-repeat scroll 2px 0px; 
	border-bottom: 0px;
}

.classroom_block .top { 
	background: url('../images/icons_large/group.png') no-repeat scroll 2px 0px; 
	border-bottom: 0px;
}


.tutoring_block .top { 
	background: url('../images/icons_large/comments.png') no-repeat scroll 2px 0px; 
	border-bottom: 0px;
	
}

.blog_search_block .top { 
	background: url('../images/icons/blog/blog_search.png') no-repeat scroll 6px 2px; 
}

.blog_categories_block .top { 
	background: url('../images/icons/blog/blog_categories.png') no-repeat scroll 6px 2px; 
}

.blog_archives_block .top { 
	background: url('../images/icons/blog/blog_calendar.png') no-repeat scroll 6px 2px; 
}


.testimonials_block .block_content p {
	margin: 0px;
	padding: 0px;
}

.big_quote {
	font-size: 16px;
	font-weight: bold;
	color: #007CA2;
	font-family: serif;
	line-height: 12px;
}

/* v2 of block */

.block_v2 {
	text-align: center;
}

.block_v2 a {
	border: 0px;
}

/**********************
	  Form Styles
**********************/

.errors {
	padding: 5px;
	margin: 10px;
	background: #FFCFCF;
	color: maroon;
	border: 1px solid maroon;
}

.application fieldset {
	padding: 5px;
	width: 60%;
}

.application table {
	width: 100%;
}

.application th {
	text-align: right;
	vertical-align: middle;
	width: 130px;
	white-space: nowrap;
}

.application .error {
	color: #FF0000;
}
.application .text, .application select, .application textarea, .application .file {
	
}

.application textarea {
	height: 100px;
}

.error_list {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	color: #FF0000;
}

/**************************
        Tooltip
**************************/

.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin: 15px 0 0 -20px; 
	width:180px;
	z-index: 9999;
}

.tooltip:hover span, .tooltip_click {
	display:inline;
	position:absolute;
	background: #FFFBCF;
	border: 1px solid #FFCF4F;
	color:#6c6c6c;
}


.tooltip .tip_upcoming {
	left: 20px;
	text-decoration: none;
}
#nice_tooltip { 
    display:none; 
    background:transparent url(../images/tooltip/white_arrow_big.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}
/********************************
        Table Styling
********************************/

.overview {
	border: 1px solid #007CA2;
	width: 100%;
	margin: 0 auto;
}

.overview th, .overview td {
	padding: 5px;
}

.overview th {
	background: #99CDDF;
}

.overview td {
	background: #E0EBEF;
}
.overview td.class_schedule_loader {
	background-color: #FFFFFF;
	padding: 2px;
}

.overview .top {
	border-bottom: 2px solid #007CA2;
}

.overview .left {
	border-right: 2px solid #007CA2;
	text-align: right;
}

.overview tr.hover:hover td {
	background: #EFFCFF;
}

.overview .hilite {
	background: #C3D8DF;
}

.overview tr.hover:hover .hilite {
	background: #E0EBEF;
}



.overview .class_info_container {
	background: #FFF;
	padding: 5px;
}

.overview .class_info_container .sessions {
	float: left;
	width: 60%;
}

.overview .class_info_container .class_info {
	float: left;
	width: 40%;
}


.class_schedule {
	width: 100%;
	float: left;
}
.class_schedule th {
	padding: 4px;
}
.class_schedule td {
	background-color: #E0EBEF;
	padding: 0px;
}

.class_schedule tr.odd td {
	background-color: #FFF;
}

.class_schedule tr:hover td {
	background-color: #E0EBEF;
}

.class_schedule tr.odd:hover td {
	background-color: #FFF;
}

.class_schedule_details {
	float: left; 
	padding-left: 5px;
	width: auto;
}

.rounded-table {
	width: 100%;
	text-align: left;
	border-spacing: 1px;
	border-collapse:separate;
	
}

.rounded_table th,td {
	margin: 1px;
}

.rounded-table thead th.tl {
	background: #99CDDF url('../../images/rounded_corners/fe_compare/left.png') left -1px no-repeat;
}
.rounded-table thead th.tr {
	background: #99CDDF url('../../images/rounded_corners/fe_compare/right.png') right -1px no-repeat;
}
.rounded-table th {
	padding: 8px;
	color: #039;
	background: #99CDDF;
}

.rounded-table td {
	padding: 6px;
	background: #E0EBEF;
	color: #039;
}
.rounded-table td.display {
	color: #000;
}
.rounded-table td.bl {
	background: #E0EBEF url('../../images/rounded_corners/fe_compare/botleft.png') left bottom no-repeat;
}
.rounded-table td.br {
	background: #E0EBEF url('../../images/rounded_corners/fe_compare/botright.png') right bottom no-repeat;
}
.rounded-table tbody tr.hover:hover td {
	background: #d0dafd;
}

.rounded-table tfoot td {
	border-spacing:0px;
	border-collapse: collapse;
}
	
.rounded-table td.strong {
	font-weight: bold;
}

/********************
      Book Store
********************/

.book_store {
	width: 100%;
	margin: 0 auto;
}

.book_store .left_book, .book_store .right_book {
	border-bottom: 1px #C0C0C0 dotted;
	padding: 10px;
}

.book_store .cover {
	width: 19%;
	text-align: center;
	font-weight: bold;
}

.book_store .cover img {
	padding: 5px;
}

.book_store .book_description {
	width: 80%;
}

.book_store .left_book .cover {
	float: left;
}

.book_store .left_book .book_description {
	float: right;
}

.book_store .right_book .cover {
	float: right;
}

.book_store .right_book .book_description {
	float: left;
}
/*********************
        Bubbles
*********************/
.bubble {
	width: 100%;
	height: 232px;
	margin: 20px 0px;
	position: relative;
}

.bubble h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}

.bubble p, .bubble div.content {
	margin: 10px 0px 0px;
	padding: 10px;
	width: 471px;
	font-size: 14px;
	text-align: left;
}

.bubble_blue {
	background: transparent url("../images/bubbles/blue.jpg") no-repeat;
}

.bubble_yellow {
	background: transparent url("../images/bubbles/yellow.jpg") no-repeat;
}

.bubble_green {
	background: transparent url("../images/bubbles/green.jpg") no-repeat;
}

.bubble_purple {
	background: transparent url("../images/bubbles/purple.jpg") no-repeat;
}

.bubble_grey {
	background: transparent url("../images/bubbles/grey.jpg") no-repeat;
}



.icon_bubble {
	background: #DDDDDD url("../images/gray_bubble.jpg") no-repeat;
	width: 717px;
	height: 205px;
}

.icon_bubble div {
	float: left;
	width: 31%;
	padding: 5px;
	margin: 3px;
}

.icon_bubble h3 {
	font-family: Georgia, Garamond, serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/** Rounded Corners **/

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.rounded {background: #ddd; border-right:1px solid #888; border-left:1px solid #888;}
.rounded div {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


.col2 div { float: left; width: 47%; }
.col3 div { float: left; width: 30%;}

/************************
      Bookstore
************************/

.bookstore {
	margin: 0 auto;
}
.bookstore .descript { }
.bookstore .item {
	float: left;
	width: 30%;
	height: 270px;
	margin: 5px;
	text-align: center;
	padding: 5px;
	border: 1px solid #DEDEDE;
}
.bookstore .cover {
	border: 1px solid #0178A3;
	margin: 0 auto 10px;
	display: block;
	padding: 1px;
}
.bookstore .descript .cover {
	vertical-align: top;
	margin-right: 10px;
}

.bookstore .selected_item {
	background: #F7F8BC;
}

/************************
      Button Styles
************************/

a.button {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
}

a.button:hover {
	text-decoration: none;
}

a.small_button1{
	background: transparent url('../images/small_button_yellow.png') no-repeat;
	color: #333333;
	font-weight: bold;
	height: 32px;
	padding-top: 9px;
	text-align: center;
	width: 125px;
}

a.big_button, a.big_button:link, a.big_button:hover, a.big_button:visited {
	background: transparent url('../images/big_button.png') no-repeat;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 29px;
	padding-top: 10px;
	text-align: center;
	width: 154px;
}

a.big_button2{
	background: transparent url('../images/big_button2.png') no-repeat;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 39px;
	padding-top: 10px;
	text-align: center;
	width: 180px;
}

a.big_button3{
	background: transparent url('../images/big_button3.png') no-repeat;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	padding-top: 7px;
	text-align: center;
	width: 190px;
}

/*
a.big_button {
	background: #FFB600 url(../images/big_button.jpg) no-repeat;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	width: 140px;
}
*/
a.small_button {
	background: #C8E3EA url(../images/small_button.jpg) no-repeat;
	height: 14px;
	text-align: center;
	width: 79px;
}



.clear {
	clear: both;
	font-size: 1px;
	overflow: hidden;
	height: 0px;
}

/*********************
        Markup
*********************/

.note { 
	background-color:#FFA933;
	border: 1px solid #333;
	color:#000000;
	padding:5px;
	font-style:italic;
}

.dima {
	background-color:#C2EFC4;
	border: 1px solid #004F03;
	color:#000000;
	padding:5px;
}

/**********************
    Overview Blocks
**********************/
/* BLOCK 1 -- index.php */

#mini_block_container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-bottom: 15px;
}

#mini_block_container a.big_button {
	float: none;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: auto;
}

#mini_block_container ul {
	padding: 0 0 0 20px
}

#mini_block_container .content {
	padding: 10px;
}

#mini_block_container .top {
	padding: 3px 0 5px 25px;
	font-weight: bold;
	color: #FFF;
}

#mini_block_container .college_block,#mini_block_container .business_block,#mini_block_container .law_block {
	width: 49%;
	height: 100%;
}

#mini_block_container .college_block .top {
	background: #FFB500 url('../images/arrow.png') no-repeat scroll 4px 4px;
}

.business_block .top {
	background: #393 url('../images/arrow.png') no-repeat scroll 4px 4px;
}

#mini_block_container .law_block .top {
	background: #614CDE url('../images/arrow.png') no-repeat scroll 4px 4px;
}

/* triple block -akil*/
#mini_block_container .trip_block  {
	width: 31%;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
#mini_block_container .trip_block .top {
	background: #9F9F9F url('../images/arrow.png') no-repeat scroll 4px 4px;
}
/* overview block -- enroll_overview.php */


/**********************
    List Styles
**********************/

ul {
	list-style-image: url("../images/small_arrow_blue.gif");
}

/**** LATEST BLOG LISTING ON MAIN PAGE(S) ***/
ul.block_list {
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 10px 0px;
	margin: 0;
}

ul.block_list li {
	background: url("../images/icons_small/bullet_blue.png") 0px 1px no-repeat;
	padding: 1px 0px 1px 16px;
}

ul.block_list li.dashed {
	background: url("../images/icons_small/bullet_white.png") 0px 6px no-repeat;
	padding: 7px 0px 2px 16px;
	border-bottom: 1px dashed #CCC;
	
}


/*** REMOVE INDENT ***/
ul.no_indent {
	padding-left: 10px;
	margin: 3px;
}

/* Shopping cart progress list */
ul.cart_progress {
	list-style-image:none;
	list-style-type: none;
	padding-left: 10px;
	margin: 3px;
}

ul.cart_progress li {
	padding-top: 2px;
	font-weight: bold;
}

li.content_item {
	line-height: 15px;
	font-size: 11px;
}

li.cart_current {
	padding-top: 4px;
	background-image:url(../images/icons/cart/current.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;
	color: #2284C4;
}

li.cart_complete {
	background-image:url(../../images/icons/cart/complete.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;
}

li.cart_attention {
	background-image:url(../../images/icons/cart/attention.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;
	color: #2284C4;
}

li.cart_incomplete {
	background-image:url(../../images/icons/cart/incomplete.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;
}

ul.three_column_list li {
	float: left;
	width: 33%;
}
/**********************
    Social Bookmark Styles
**********************/
.social_bm_container {
	padding: 5px;
	margin: 5px 5px 5px 0px;
	vertical-align: middle; 
	height: 16px;
	width: 160px;
}

.social_bm {
	cursor: pointer;
	background-repeat:no-repeat;
	padding: 1px 0 0 20px;
	margin-left: 15px;
	color: #007CA2;
	height: 24px;
}

.social_bm:hover {
	text-decoration: underline;
}
.digg_bm {
	background-image:url(../../images/icons/social/digg-16x16.gif);
}
.stumble_bm {
	background-image:url(../../images/icons/social/stumbleupon-16x16.gif);
}
.facebook_bm {
	background-image: url(../../images/icons/social/facebook-16x16.gif);
}
.twitter_bm {
	background-image: url(../../images/icons/social/twitter-16x16.gif);
}
.delicious_bm {
	background-image: url(../../images/icons/social/delicious-16x16.gif);
}
.email_bm {
	background-image: url(../../images/icons/social/email-16x16.png);
}
.more_addthis_bm {
	background-image: url(../../images/icons/social/more-16x16.png);
}


.icon_link {
	border: 0;
	vertical-align: middle;
	margin-top: -2px;
}

.grid_table th {
	border: 2px solid;
	font-weight: bold;
	padding: 4px;
}
.grid_table td {
	border: 1px solid;
	padding: 3px;
	text-align: center;
}

/******************************
	 Flashcard Styles
******************************/

.flashcard_current {
	background: url();
	background-position: 0px 0px;
	width: 601px;
	height: 429px;
}

.flashcard_back {
	background: url(/images/flashcards/quant/quant_1.png);
	background-position: 602px 0px;
	width: 601px;
	height: 429px;
}

/******************************
	 Upcoming Events
******************************/	

#upcoming_events {
	 border: 1px solid #666666; 
	 background-color: #EEEEEE;
	 padding: 3px 0px 0px 0px;
	 -moz-border-radius: 8px;
}
#upcoming_events h3 {
	background: url(../images/icons_small/calendar.png) 8px 2px no-repeat;
	border-bottom: 1px dashed #000;
	padding: 1px 4px 4px 28px;
	margin-bottom: 4px;
	font-weight: normal;
}

#upcoming_events div.event_free {
	height: 20px;
	color: #343434;
	padding: 5px 2px 2px 2px;
}
#upcoming_events div.event_paid {
	color: #343434;
	height: 20px;
	padding: 5px 2px 2px 2px;
}
#upcoming_events div {
	cursor: pointer;
}

#upcoming_events div:hover span.left {
	text-decoration: underline;
	color: #007CA2;
}

#upcoming_events div .left {
	float: left;
}

#upcoming_events div .date {
	color: #000000;
	float: right;
}


/******************************
	 Sidebar Testimonial
******************************/		
blockquote.testimonial {
	margin: 0px;
	quotes:"\201C""\201D""\2018""\2019";
	font: italic normal 12pt/1.2em Georgia;
	color: #888;
}
blockquote.testimonial:before {
	color:#ccc;
	content:open-quote;
	font-size:1.7em;
	line-height:.1em;
	vertical-align:-.4em;
}
blockquote.testimonial span {
	font-size: 11px;
}
blockquote.testimonial:after {
	color:#ccc;
	content:close-quote;
	font-size:1.7em;
	line-height:.1em;
	vertical-align:-.4em;
}
blockquote.testimonial p {
	display:inline;

}
.testimonial_author {
	font: italic normal 7pt/.7em Georgia;
	line-height:1.3em;
}

/******************************
	 Who are we box
******************************/	
.note_takers {
	background: url(../images/note_takers.jpg) 0 0 no-repeat;
	width: 327px;
	height: 266px;
	border: 1px solid #99CDDF;
	font-size: 14px;

}
.note_takers .container {
	padding: 5px;
}
.note_takers .header {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}  
.note_takers .item {
	background: url(../images/icons_small/bullet_blue.png) 0 4px no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	float: left;
	display: none;
}

.rounded_info_block {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	height: 260px; 
	width: 31%; 
	float: left; 
	padding: 3px; 
	height: 100%; 
	-moz-border-radius: 8px;
}

.rounded_info_block .blue {
	border: 1px solid #99CDDF;
	background-color: #E0EBEF;
}

/****************
 * COMPARISON CHART
 * ****************/

.comparison_chart {
	width: 100%;
	background-color: #CCC;
	border-collapse:separate;
	border-spacing: 1px;
}

.comparison_chart th,.comparison_chart td {
	padding: 6px;
	text-align: center;
}
.comparison_chart th {
	background-color: #FFF;
	color: #000;
}
.comparison_chart .highlight {
	background-color: #008eb2;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
.comparison_chart td {
	background-color: #E0EBEF;
}

.content_page_disp {
    font-size: 12px;
    text-align: left;
    font-family: Arial;
    padding-top: 15px;
}
.content_page_disp ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}