/*************************************************************************/
/* @group Global */
/*************************************************************************/


body {
	margin:0px;	
	 width:768px;
}

#wrapper {
	position:relative;
	width:775px;
	height:100%;
	
	}

.clearfix:after{
	clear:both;
	visibility:hidden;
	display:block;
	height:0px;
	content:"&nbsp;";
}

.clear{clear:both;
	visibility:hidden;
	display:block;
	height:0px;
	content:"&nbsp;";
}

.bold_title {
	font-weight:bold;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 18px;	
} 

.case_title {
	font-weight:bold;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 16px;	
} 


.search_summary {
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 18px;	
} 

.search_keywords {
	font-weight:normal;
	color: #999999;
	font-family: arial, sans-serif;
	font-size: 12px;	
} 

.headernew {
	font-weight:bold;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 28px;	
}
.selectbox{
	 width: 330px;
}

p,ul {
	font-weight:normal;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 13px;	
}

td {
	font-weight:normal;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 13px;	
}

a:link, a:visited {
	font-weight:normal;
	color: #990000;
	text-decoration:none;
	outline:none;
}

a:hover {
	font-weight:normal;
	color: #990000;
	text-decoration:underline;     
}
/* @end */



/*************************************************************************/
/* @group Header */
/*************************************************************************/
#header {
	height: 89px;
	width: 775px;
	position:absolute;
	top: 0px;
}

#header #left {
	position:absolute;
	top: 24px;
	left: 19px;
	width: 243px;
	height: 54px;
}

#header #right {
	position:absolute;
	top: 9px;
	right: 20px;
	width: 222px;
	height: 35px;	
}
.header_nav {
	position:absolute;
	right: 20px;
	bottom: 15px;
	font-weight:normal;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 17px;
}



.header_nav a:link, .header_nav a:visited {
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration:none;	
}

.header_nav a:hover {
	text-decoration:underline;
}

/* @end */



/*************************************************************************/
/* @group Nav */
/*************************************************************************/
#nav {
	/*background:url(../images/banner_stanford.gif) top left no-repeat;*/
	height: 74px;
	width: 775px;
	position:absolute;
	top: 90px;
}

#header_joinbtn {
	position:absolute;
	top: 0px;
	left: 602px;
/*	font-weight:normal;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 17px;
*/
}

#corpadmin_firstalert {
	/*background:url(../images/banner_stanford.gif) top left no-repeat;*/
	height: 74px;
	width: 775px;
	position:absolute;
	top: 163px;
}
#nav #title {
	position:absolute;
	top: 15px;
	left: 20px;
	font-weight:bold;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 26px;
}
#title a:link, #title a:visited {
	position:absolute;
	top: 15px;
	left: 20px;
	font-weight:bold;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 26px;
}
#nav #tabs {
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;
	/*width: 439px;*/
	width: 626px;
	height: 23px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	text-align:center;
	line-height:23px;
}

#tabs a:link, #tabs a:visited {
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration:none;		
}

#tabs a:hover {
	text-decoration:underline;		      
}

#farleft {
	width: 90px;
	height: 23px;	
	float: left;
	/*background:url(../images/bg_tab_left.gif) top left no-repeat;*/
}
#left {
	width: 120px;
	height: 23px;	
	float: left;
	/*background:url(../images/bg_tab_left.gif) top left no-repeat;*/


}

#middle {
	width: 130px;
	height: 23px;	
	float: left;
	/*background:url(../images/bg_tab_middle.gif) top left no-repeat;*/
}

#right {
	width: 156px;
	height: 23px;	
	float: left;
	/*background:url(../images/bg_tab_right.gif) top left no-repeat;*/
}

#farright {
	width: 130px;
	height: 23px;	
	float: left;
	/*background:url(../images/bg_tab_right.gif) top left no-repeat;*/
}
.inactive {
	background-color:#e1ce91;	
}
.active {
	background-color:#fff;
}

/* @end */



/*************************************************************************/
/* @group Content */
/*************************************************************************/
#content {
	position:absolute;
/*	top: 163px; */
	top: 193px;
	width: 765px;
	padding-left:10px;
}

div>#content {
	position:absolute;
/*	top: 173px; */
	top: 173px;
	width: 765px;
	padding-left:10px;
}

div>#content1 {
	position:absolute;
	top: 173px;
	width: 765px;
	padding-left:20px;
}

#rightbody {
	float: right;
	right: 0px;
	top: 173px;
	width: 626px;
	height: 100%;
}


#content_right {
	background-image:url(/images/dropshadow_left_tile.gif);
	background-repeat:repeat-y;
	background-position: top left;
	background-color:#f0efde;
	width: 611px;
	height: 100%;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px
}

#content_bottom {
	background:url(/images/dropshadow_bottom.gif) top left no-repeat;
	width: 625px;
	height: 16px;
}

#leftnav {
	position:absolute; 
	left:10px; 
	top:0px;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 11px;
	width: 137px;
 	height: 100%;
}
#leftnav_divider {
	position:relative; 
	left:0px;
	background:url(/images/nav_divider.gif) top left no-repeat;	
}
#leftnav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
	text-indent: -1em;	
}

#leftnav li {
	padding:2px 0px;
	text-indent:0px;
}

#leftnav li.title {
	font-size: 12px;	
	font-weight:bold;
}

#leftnav li.titlelink, #leftnav li.titlelink a:link,#leftnav li.titlelink a:visited{
	font-size: 12px;	
	font-weight:bold;
	color: #000000;
}

#leftnav li.titlelink2, #leftnav li.titlelink2 a:link,#leftnav li.titlelink2 a:visited{
	font-size: 11px;	
	font-weight:bold;
	color: #000000;
}
#leftnav .title {
	font-weight:bold;
}

#leftnav .active {
	font-size: 11px;	
	font-weight:bold;
	color: #990000;
}

#leftnav .default {
	font-size: 11px;	
	font-weight:normal;
	color: #990000;
}

#leftnav_search ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
	text-indent: -1em;	
}

#leftnav_search li {
	padding:6px 0px;
	text-indent:0px;
}

#leftnav_search li.title {
	font-size: 11px;	
	font-weight:bold;
}

#leftnav_search li.titlelink, #leftnav_search li.titlelink a:link,#leftnav_search li.titlelink a:visited{
	font-size: 11px;	
	font-weight:bold;
	color: #000000;
}

#leftnav_search li.titlelink2, #leftnav_search li.titlelink2 a:link,#leftnav_search li.titlelink2 a:visited{
	font-size: 11px;	
	font-weight:bold;
	color: #000000;
}
#leftnav_search .title {
	font-weight:bold;
}

#leftnav_search .active {
	font-weight:bold;
	color: #990000;
}

#leftnav_search .default {
	font-weight:normal;
	color: #333333;
}

#content_right_header {
	position:relative;
	border-bottom: 1px solid #AD821C;
	height: 44px;
	width: 590px;
	margin-left: 15px;
}
#content_right_header2 {
	position:relative;
	height: 44px;
	width: 590px;
	margin-left: 15px;
}
.portfolio_left {
	position:absolute;
	left: 0px;
	top: 18px;
	font-weight:bold;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 19px;			
}

.title_left {
	position:absolute;
	left: 0px;
	top: 18px;
	font-weight:bold;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 18px;			
}
.member_title {

	font-weight:bold;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 18px;			
}
.title_right {
	position:absolute;
	left: 400px;
	top: 22px;
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;	
	text-align:right;
}

.title_right_videocase {
	position:absolute;
	left: 395px;
	top: 22px;
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;	
	text-align:right;
}
.title_right_capstone {
	position:absolute;
	left: 340px;
	top: 22px;
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;	
	text-align:right;
}

.title_right a:link, .title_right a:visited {
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration:none;		
}

.title_right a:hover {
	text-decoration:underline;	      
}

#content_body {
	padding-left: 15px;
	padding-right: 10px;
}

#content_body_portfolio {
	padding-left: 11px;
	padding-right: 10px;
}

.search_content_title {
	font-weight: bold;
	color: #990000;
	font-family: arial;
	font-size: 12px;	
	text-decoration:none;	
	line-height: 14px;
}

.content_title a:link, .content_title a:visited {
	font-weight:bold;
	text-decoration:none;		
}
.content_title a:hover {
	text-decoration:underline;
}


.content_intro {
	font-weight:bold;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 13px;		
}

.content_photo_wrapper {
	width: 276px;
	padding-top: 10px;	
	border: 0;
}

.content_photo  {
	float: left;
	width: 72px;
	border:0px;
	outline-style: none;
	border-style: none;
	border-width: 0px;
	border-color: transparent;
	color:#F0EFDE;
}
.content_photo a {
	float: left;
	width: 72px;
	color:#F0EFDE;
}

.stanford_logo a {
	float: left;
	width: 72px;
	color:#FFFFFF;
}

.content_blurb {
	font-weight:normal;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 13px;
	width: 192px;
	float: right;		
	line-height: 10pt;
}

.topic_title {
	font-weight:bold;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 16px;
	float: left;	
	padding-bottom: 20px;	
}

.module_cell {
	padding-bottom: 50px;
}

.topic_description {
	font-weight:normal;
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 13px;
	float: left;			
}


.topic_link {
	font-weight:normal;
	color: #990000;
	font-family: arial, sans-serif;
	font-size: 13px;	
	text-decoration:none;
	float:left;		
	background:url(/images/sml_arrowcircle.gif) top left no-repeat;
}

.topic_link a:link, .topic_link a:visited {
	font-weight:normal;
	text-decoration:none;		
}
.topic_link a:hover {
	text-decoration:underline;
}


.article {
	padding-top: 25px;
}

.article.left {
	float: left;
}

.article.right {
	float: right;
}
/* @end */



/*************************************************************************/
/* @group Footer */
/*************************************************************************/
#footer {
	height: 51px;
	line-height: 18px;
	background-color: #e6d6a1;
	width: 775px;
	position:absolute;
	/*bottom:-30px;*/
	left:0px;
}

.footer_bars {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #990000;	
}

.footer_text {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;	
}
/* @end normal stylesheet*/

/* begin jQuery Flora tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url('/2-0/css/tab.png') no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* tablesorter */
table.tablesorter {
	font-family:arial;
/*	background-color: #CDCDCD; */
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-spacing: 0px;
	padding: 0px 4px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*	background-color: #E3DAB8;*/
	border: 0px solid #FFF;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding: 4px;
	border-bottom: 1px solid #AD821C;
}
table.tablesorter thead tr .header {
	background-image: url(/2-0/css/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
/*	color: #3D3D3D; */
	padding: 4px;
/*	background-color: #FFF; */
	vertical-align: top;
	border-bottom: 1px solid #DCCEA3;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/2-0/css/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/2-0/css/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
/*background-color: #E3DAB8;*/
}


/* store cart table */
table.carttable {
	font-family:arial;
/*	background-color: #CDCDCD; */
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	width: 740px;
	border: 0px;
	border-spacing: 0px;
}
table.carttable thead tr th {
/*	background-color: #E3DAB8;*/
	border: 0px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 4px;
	border-bottom: 1px solid #AD821C;
	vertical-align: bottom;
}
table.carttable tbody td {
/*	color: #3D3D3D; */
	padding: 10px;
/*	background-color: #FFF; */
	vertical-align: middle;
	border-bottom: 1px solid #DCCEA3;
}
table.carttable tfoot tr th {
	background-color: #F7F3E3;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 10px;
	vertical-align: top;
}

table.carttable_summary {
	font-family:arial;
/*	background-color: #CDCDCD; */
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	width: 740px;
	border: 0px;
	border-spacing: 0px;
}

span.cart_title {
	position:absolute;
	left: 30px;
	font-weight: bold;
	font-size: 20px;
	width: 400px;
}
span.cart_progbar {
	position:absolute;
	left: 400px;
}

/* registration validation form label and error labels */
label { width: 10em; float: left; }
label.error { float: none; color: #990000; padding-left: .5em; font-weight: bold; vertical-align: middle; }
fieldset {border: 0px; padding: 0px;}

/* Teaching Module topic title */

span.tm_title  {
	color:#990000; font-family: Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold;
}

table.video_player {
	padding: 0px;
	cell-padding:0px;
	cell-spacing:0px;
	border:0px;
}
table.video_player_grid {
	padding: 0px;
	cell-padding:0px;
	cell-spacing:0px;
	border:0px;
	width: 250px;
}

/* printable receipt styles */
img.printable_receipt_header {
	padding: 25px 0px 0px 25px;
}
table.carttable_printable{

	border-spacing: 0px;
	width: 738px;
}
table.carttable_printable thead tr th {
/*	background-color: #E3DAB8;*/
	border: 0px solid #FFF;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	border-bottom: 1px solid #AD821C;
	vertical-align: bottom;
}
table.carttable_printable tbody td {
/*	color: #3D3D3D; */
	padding: 10px;
/*	background-color: #FFF; */
	font-size: 10pt;
	vertical-align: middle;
	border-bottom: 1px solid #DCCEA3;
}
table.carttable_printable tfoot tr th {
	border: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding: 0px 00px 0px 0px;
	vertical-align: top;
	border-collapse: collapse;
	*border-collapse: expression('collapse', cellpadding = '0px');
}

table.print_carttable_summary {
	font-family:arial;
/*	background-color: #CDCDCD; */
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
	width: 740px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	*border-collapse: expression('collapse', cellpadding = '0px');
}

.content_photo a span.related_link
{
	font-family:Arial, Helvetica, sans-serif;font-size:10px; display:block; margin-top:4px; clear:both; color:#990000
}
.dowload_link_container{margin-top:8px;}

.download_link
{
	margin-right:5px; float:left;
	display:block;
	background:url('../images/quicktime.png') no-repeat;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:18px;
}

.download_link.winmedia{
	
	background:url('../images/win_media.png') no-repeat;
}

/******Home******/
#content img {border:none;}
.home_top{ background:url(../images/dropshadow_left-tall.gif) left bottom no-repeat #EFF0DD; padding-left: 4px;}
.home_top img{border:none;}
.top_content {background:#eff0dd; padding: 30px 0; width: 98%; margin-left:10px;}
.top_content .left_panel { width:375px; float: left;}
.top_content .left_panel ul{list-style:none; margin-left: 45px;}
.top_content .left_panel ul li{height: 61px; margin-bottom: 20px;}
.top_content .left_panel ul li p{font-size:12px; text-shadow: 1px 0 0 #C3C4C1;}
.top_content .left_panel .home_ul #video_li a {background:url(../2-0/images/home/video_cases.png) left no-repeat; display:block; padding-left: 81px; height:60px; }
.top_content .left_panel .home_ul #capstone_li a {background:url(../2-0/images/home/capstone.png) left no-repeat;  display:block; padding-left: 81px; height:60px; }
.top_content .left_panel .home_ul #teaching_id  a{background:url(../2-0/images/home/teaching_module.png) left no-repeat;  display:block; padding-left: 81px; height:60px; }
.top_content .left_panel .home_ul #intro_li a { background:url(../2-0/images/home/intro.png) left no-repeat;  display:block; padding-left: 81px;  height:60px; }
.top_content .left_panel ul h2{font-size:16px; margin-bottom: 5px; color:#990000; font-weight:bold;}
.top_content .left_panel .home_ul a:hover{text-decoration:none;}
.top_content .right_panel {float: left; width: 270px; position: relative; margin-left: 100px; font-family:Arial, Helvetica, sans-serif; margin-top: -15px;}
.top_content .right_panel .featured_vdieo h2{ font-size:15px; color:#343434; margin-bottom: 5px;}
.home_bottom_content{background:url(../images/dropshadow_bottom_long.gif) no-repeat scroll left top #EFF0DD;  padding: 20px 20px 20px 15px; margin-left: 10px;}

.home_bottom_content h2 { font-size:16px; font-weight:bold; font-family: arial;  color: #2e2d2d; margin-bottom: 5px; margin-top: 15px;}
.featured_video_detail h3 {color: #990000;  font-size: 13px; font-weight: bold; margin:5px 0 5px 0; text-shadow: 1px 0;}
.featured_video_detail .name, .featured_video_detail .delegation{font-size: 13px; font-weight: bold}
.featured_video_detail p{ margin-top:10px;}
.carousel .blur_left {bottom: 140px; left: 39px; position: absolute; z-index:1000;}
.carousel .blur_left img{ z-index:1000;}
.carousel .blur_right {bottom: 140px; position: absolute; right: 14px; z-index: 1500;}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal{ z-index:300000 !important;}
.jcarousel-skin-tango .jcarousel-container-horizontal{height:80px; width:635px !important;}

*+html .carousel_desc { width:130px !important;}


 /*****slide js******/
 .slides_container {height:300px;}
 .slides_container div { height:180px; display:block; width: 235px;}
 .pagination { margin: 26px auto 0; width: 108px; position: absolute; right: 31px; top: -25px;}
 .pagination li { float: left; list-style: none outside none; margin: 0 2px; }
 .pagination li a {	display:block;	width:12px;	padding-top:1px; float:left; background:#dfd18e; height: 16px; padding-left: 2px; color: #c18819; font-weight: bold; font-size:12px;}
 .pagination li.current a{ background:#990000 !important; color:#ffffff;}
 .featured_vdieo {width: 127px;}
 .paly_btn_img {height: 30px; left: 100px; position: absolute; top: 65px; width: 42px;}


/****************************************************************************************************/
.login_box { color:#3F3F3F; font-family:Arial, Helvetica, sans-serif; padding-left: 20px; padding-bottom: 150px; padding-top: 35px;}
.login_box a{ cursor:pointer;}
.login_box h2 {font-size:18px; margin-bottom: 5px;}
.login_box h3 {font-size:16px; margin-bottom: 10px; margin-top: 0;}
.login_box p {margin-top:3px; margin-bottom: 20px;}
.log_in{ width:325px; float:left; border-right: 1px solid #AF841E; margin-top: 15px;}
.log_in #login{ background:url(../2-0/images/login.png) no-repeat !important; display:inline-block; height:28px; width:78px;margin-right: 5px;}
.log_in #login:hover{ background:url(../2-0/images/login_hover.png) no-repeat !important; display:inline-block;}
.log_in #cancel{ background:url(../2-0/images/cancel.png) no-repeat !important; display:inline-block; height:28px; width:85px;}
.log_in #cancel:hover{ background:url(../2-0/images/cancel_hover.png) no-repeat !important; display:inline-block; height:28px; width:85px;}
.sign_in #sign_up_button{ background:url(../2-0/images/sign_up_btn.png) no-repeat !important; display:inline-block; height:27px; width:108px;margin-right: 5px;}
.sign_in #sign_up_button:hover{background-image:url(../2-0/images/sign_up_btn_hover.png); background-repeat:no-repeat !important; background-color:#FFF; height:27px; width:108px;}

.log_in input{ width:180px; height:14px; margin-bottom: 0;  margin-top: 5px;}
.sign_in{float: left;   padding-left: 15px;  width: 325px; margin-top: 15px;}
#jqi_state0_buttonClose,#jqi_state0_buttonSubmit{background-image:url(../2-0/images/buttn.png) ; cursor:pointer; padding-bottom: 4px; z-index: 2000000000 !important; height: 30px; outline:none;}
.jqiclose {display:none !important;}
 div.jqi .jqimessage { color: #980000;line-height: 17px;padding: 10px; font-weight: normal;}
.jqimessage a{ font-weight:normal;}
.jqimessage h2{ color:#3F3F3F; font-size:18px; margin-bottom: 4px; margin-top: 2px;}
div.jqi {   background-color: #FFFFFF;  font-family: Arial,Helvetica,sans-serif;  font-size: 12px;  padding: 3px 3px 20px;  text-align: left; width: 270px; box-shadow: 0 0 13px #000000; top: 49px  !important; left: 445px !important; z-index: 200000;}
div.jqi .jqicontainer {font-weight: normal;}
div.jqi button:hover { background:#EEBF8B;}
#jqi {z-index:200000 !important;}
.emailErrorMsg #jqi_state0_buttonClose{background: url(../2-0/images/buttn.png) no-repeat !important; cursor: pointer;  height: 30px; outline: medium none; padding-bottom: 4px; padding-top:1px;  z-index: 2000000000 !important; border:none;}
.emailErrorMsg #jqi_state0_buttonClose:hover{background: url(../2-0/images/buttn_hover.png) no-repeat !important;  padding-bottom: 4px; padding-top:1px; height:30px; border:none;}


.forgot_pass #jqifade,.login_msg #jqifade,.forgot_error #jqifade,.show_email #jqifade,.emailErrorMsg #jqifade{ opacity:0 !important; display:none !important; }

/****************************Sign Up************************/
.sign_up_page {width: auto; font-family:Arial, Helvetica, sans-serif; color: #4A4A4A; } 
.sign_up_page .sign_up_left {float: left;  width: 147px; padding-top: 15px;}
.sign_up_page .sign_up_left a{font-size: 14px;}
.sign_up_page .sign_up_left .newsletter_sign_up{margin-top: 35px;}
.sign_up_page .sign_up_left .newsletter_sign_up #news_letter_sign_form{margin-top: 10px; font-size: 15px; width: 140px;}
.sign_up_page .sign_up_left .newsletter_sign_up #news_letter_sign_form #news_join{ background:url(../2-0/images/login/join.png) no-repeat; border: medium none;height: 27px;    width: 99px; cursor:pointer;}
.sign_up_page .sign_up_left .newsletter_sign_up #news_letter_sign_form #news_join:hover{ background:url(../2-0/images/login/join_hover.png) no-repeat; border: medium none;height: 27px;    width: 99px;}

.sign_up_page .sign_up_left .newsletter_sign_up #news_letter_sign_form input{ margin: 5px 0 15px;}
.sign_up_page .sign_up_left .newsletter_sign_up #news_letter_sign_form input[type=text]{ height:18px; width: 140px;}
.sign_up_page .sign_up_left .newsletter_sign_up #news_letter_sign_form input[type=image]{margin:0;}
#news_Join:hover{ background:url(../2-0/images/login/join_hover.png) no-repeat; display:inline-block; width:99px; height:27px;}
.sign_up_page .sign_up_left h2{ font-size:15px;}
.sign_up_page .sign_up_right{float: right; width:573px; background: url(../2-0/images/login/sign_up_shadow_left.png) no-repeat left top #F0EFDE; padding: 15px 15px 15px 30px; color: #8B8B89;height: auto;}
.sign_up_page .sign_up_right p{ margin-bottom:15px; color: #676767}
.sign_up_page .sign_up_right .sign_up_right_content  h2{color: #383837; font-size: 17px;  font-weight: bold; border-bottom: 1px solid #d1d0af; padding-bottom: 10px; margin-bottom: 11px;}
.sign_up_page .sign_up_right .sign_up_right_content h4{ color: #990000; font-size: 14px;}
.sign_up_page .sign_up_right .sign_up_right_content .title_h2 h2{border-bottom: 1px solid #AD821C;}
.additionl_info { background:url(../2-0/images/login/additonal.png) no-repeat !important; display: inline-block; width:235px; height:27px; margin-bottom: 35px; cursor: pointer;}
.additionl_info:hover{ background:url(../2-0/images/login/additonal_hover.png) no-repeat; display: inline-block; width:235px; height:27px; margin-bottom: 35px;}
.sign_up_right_content .sign_up_btn  { background:url(../2-0/images/login/sign_up_btn.png) no-repeat #F0EFDE; display:inline-block; height:27px; width:108px; margin-bottom: 35px; cursor: pointer;}
.sign_up_right_content .sign_up_btn:hover{ background:url(../2-0/images/login/sign_up_btn_hover.png) no-repeat; display:inline-block; height:27px; width:108px;}
.personal_use .jqi { width: 515px  !important; margin: 0 auto !important; position:fixed !important; border: 2px solid #9F9E9D; top: 218px !important;}
.personal_use .jqifade { height:1665px !important; opacity:0.8 !important; width: 200% !important;} 
.personal_use .jqimessage p{ color: #000000; font-size: 12px; text-shadow: 0 0 #000000;  margin-bottom: 20px;  margin-top: 15px; line-height: 16px; padding: 15px;}
.personal_use .jqimessage .close_text { float: right;  margin-bottom: 5px; margin-top: 20px;}

.request_info{width:700px; background: url(../2-0/images/login/sign_up_shadow_left.png) top left no-repeat #F0EFDE;  padding: 15px 15px 15px 35px; color: #40403E; font-family: arial; font-size:14px; height:300px;}
.request_info p{ margin: 20px 0; color:#5B5B59; font-weight: bold;}
.request_info h2{border-bottom: 1px solid #AD821C; color: #990000;  font-size: 18px;  padding-bottom: 5px; margin-bottom: 10px;}
.request_info h3 {color: #333333; font-size: 14px; margin-bottom: 10px;}
.request_info .request_content_left {float: left; width: 265px;}
.request_info .request_content_left a{font-size:13px; font-weight:bold; color: #AC3732;}
.request_info .request_content_middle {float: left;  width: 125px; color: #B0403B;font-size: 22px;padding-top: 55px; text-align: center;}
.request_info .request_content_right{float: left;  width: 300px;}
.request_info .request_content_right #corporate_sign_up{background:url(../2-0/images/login/coporate_sign_up.png) no-repeat #F0EFDE; display:inline-block; height: 27px;  width: 198px;}
.request_info .request_content_right #corporate_sign_up:hover,.request_info .request_content_right a:active,.request_info .request_content_right a:visited { background-image:url(../2-0/images/login/coporate_sign_up_hover.png); background-repeat:no-repeat; background-color:#F0EFDE; display:inline-block; height:27px; width:198px;}
.request_info_bottom_content {float: right; padding-right: 15px;}
.request_info_bottom_content img{ width:750px; height: 16px;}
.inquiry_form_page{ width:700px; background:#f0efde url(../2-0/images/login/sign_up_shadow_left.png) no-repeat; font-family:Arial, Helvetica, sans-serif; padding: 30px;}
.inquiry_form_page #inquiry_form{ width:280px;}
.inquiry_form_page p{ font-weight: bold; width: 287px; margin-bottom: 20px;}
.inquiry_form_page h3{ color: #333333;font-size: 13px; margin-bottom: 5px;}
.inquiry_form_page #inquiry_form input{ width:300px; height:20px;  margin-bottom: 18px; -moz-box-shadow: 0 -1px 0 #B6B6B6; -webkit-box-shadow: 0 -1px 0 #B6B6B6}
.inquiry_form_page #inquiry_form #detail { height:105px; width: 300px;  margin-bottom: 20px;}
.inquiry_form_page #inquiry_form #submit{ background:url(../2-0/images/login/submit.png) no-repeat; height:27px; border: medium none; height: 27px; width: 131px; cursor:pointer; box-shadow:none;} 
.inquiry_form_page #inquiry_form #cancel{ box-shadow:none; background:url(../2-0/images/login/cancel.png) no-repeat; height:27px; border: medium none; height: 27px; width: 131px; cursor:pointer;}
.inquiry_form_page #inquiry_form #cancel:hover{ background:url(../2-0/images/login/cancel_hover.png) no-repeat; height:27px; border: medium none; height: 27px; width: 131px; } 
.inquiry_form_page #inquiry_form #submit:hover { background:url(../2-0/images/login/submit_hover.png) no-repeat; height:27px; border: medium none; height: 27px; width: 131px;}
.inquiry_form_page h2{border-bottom: 1px solid #AD821C; color: #990000;  font-size: 18px;  padding-bottom: 5px; margin-bottom: 10px;}
.inquiry_bottom_content {float: right; padding-right: 5px;}
.inquiry_bottom_content img{width: 760px;}

/****************************individual_info*********************/
.individual_info{color: #3c3c3c; font-family: arial; line-height: 15px; padding-left: 5px;}
.individual_info h2{font-size: 18px;  margin-bottom: 20px;}
.individual_info p{ margin:10px 0}
.individual_info #register_now { background:url(../2-0/images/login/register_now.png) no-repeat; display:inline-block; width:149px; height:28px; margin-top: 10px; border: medium none;}
.individual_info #register_now:hover{ background:url(../2-0/images/login/register_now_hover.png) no-repeat; width:149px; height:28px; margin-top:10px;}
.alumni_info #alumni_status{ background:url(../2-0/images/login/alumni_status.png) no-repeat !important; width:149px; height:27px; margin-top:10px; border:none; display:inline-block;} 
.alumni_info #alumni_status:hover{ background:url(../2-0/images/login/alumni_status_hover.png) no-repeat !important; width:149px; height:27px; margin-top:10px; border:none; display:inline-block;} 

.subsSuccessfulMsg .jqimessage{ color:#3F3F3F !important;}

/**********introduction*********/

.intro_bottom_content{ width:625px !important; float:right;}
.display_block {display:block;}
.display_none { display:none;}
.intro_page .title { margin-bottom:45px;}
.intro_page .title h2{ margin-top: 10px;}
.introduction {height:540px; width: 560px; padding: 5px 16px 0 25px; color:#3F3F3F; background: #F0EFDE; font-family:Arial, Helvetica, sans-serif; position: relative;}
.introduction h2 {font-size:18px; margin-bottom: 10px; font-weight:bold;}
.introduction h4{ font-weight: normal; margin: 0 0 3px; padding: 0;}
.introduction .title{margin-bottom: 45px;}
.introduction .top_video_dl_links, .pdf_download_links{ font-size:11px; margin-bottom: 3px;}
.introduction .top_video_dl_links .seperator{ font-size:12px;}
.introduction .top_video_dl_links .quick_time_dl{ padding-right:5px; padding-bottom: 3px; background:url(../images/quicktime.png) left no-repeat; padding-top: 4px;}
.introduction .top_video_dl_links a{height: 18px; padding-left: 19px;}
.quick_time_dl a:hover,.win_media_dl a:hover,.help_btn a:hover, .pdf_desc a:hover{ text-decoration:underline !important;}
.introduction .top_video_dl_links a:hover{text-decoration:underline;}
.introduction .top_video_dl_links .win_media_dl {margin-left: 5px; padding-bottom: 3px; background:url(../images/win_media.png) left no-repeat; padding-top: 4px;}

.introduction .left_intro_panel{ float:left; width:240px; margin-right:5px;}
.introduction .left_intro_panel .top_video_dl_links h4{ font-size:11px;}
.introduction .left_intro_panel .tabs {background: none repeat scroll 0 0 #E3D9B7; height: 232px; width: 240px;}
.introduction .left_intro_panel .tabs ul{list-style:none; padding: 43px 0 0;  margin:0;}
.introduction .left_intro_panel .tabs ul li{ padding: 3px 0 4px 20px;}
.introduction .left_intro_panel .tabs ul li:hover{ background:url(../images/arrow.png) 5px 4px no-repeat;}
.introduction .left_intro_panel .tabs ul .selected_tab{ background:#980100; } 
.introduction .left_intro_panel .tabs ul .selected_tab:hover{ background:url(../images/arrow.png) 5px 5px no-repeat #980100;} 
.introduction .left_intro_panel .tabs ul .selected_tab a{color:#FFF; text-decoration:none;}
.introduction .left_intro_panel a:link, .introduction .left_intro_panel a:visited { color: #990000;  font-weight: normal; text-decoration:none;}
.introduction .left_intro_panel .video_box{ height:180px; position: relative;}
.introduction .left_intro_panel .video_box .paly_btn{height: 25px; left: 82px; position: absolute; top: 82px; width: 88px; }

.introduction .right_intro_panel{  padding-top: 0; width: 314px; float:right; position: relative; margin-top: -2px;}
.scrollable{height: 414px;overflow-y: scroll;  background:#ffffff; width: 319px; }
.pdf_download_links .pdf_desc a{background:url(../images/pdf.png) left no-repeat; padding: 1px 0 2px 20px; display: inline-block; height:14px;}
.pdf_download_links .pdf_desc a:hover{ text-decoration:none;}
.introduction .left_intro_panel .tabs ul .not_a_member:hover{background:url(../images/arrow.png) 5px 4px no-repeat #d5c18c ; }
.introduction .left_intro_panel .tabs ul .member_sign_in a:hover{text-decoration:underline;}

/******Add to cart dropdown*****/
.introduction .right_intro_panel .add_to_cart_menu {color: #990000;  font-size: 12px; height: 27px; width: 105px;right: 0; margin-top: -34px; float:right }
.introduction .right_intro_panel #add_to_cart { background:url(../2-0/images/video_cases/button_bg.png) no-repeat; padding: 6px 0 8px 8px; z-index:100000; position:relative;}
.introduction .right_intro_panel #add_to_cart:hover{background:url(../2-0/images/video_cases/add_to_cart_hover.png) no-repeat;}
#add_list { z-index:1000;}
#navi {margin:0; padding:0;list-style:none;	}	
#navi li {	float:left;	display:block; width:100px;	position:relative;margin:0 1px;	}
#navi li a {display:block; padding:8px 5px 0 5px;font-weight:700;height:23px;text-decoration:none;}
#navi li a:hover {color:#DD3329;}
#navi a.selected {color:#990000;}
#navi ul {width: 190px; position:absolute;top: 20px;display:none; margin:0 0 0 -1px;  padding: 10px 0 0; list-style:none;left: -91px;background:url(../2-0/images/video_cases/drop_down_bg.png) repeat-x ; border-radius: 5px 5px 5px 5px; border:1px solid #ae831d;}
#navi ul li {width:100%; float:left;}
#navi ul li:hover{ display:block; background:#F1C997;}
#navi ul a {display:block; height:15px;padding: 8px 5px; }
#navi ul a:hover {text-decoration:underline;}
*html #navi ul {margin:0 0 0 -2px;}
#html5_player_id {z-index:1000;}

		
/********Add to cart popup**********/
.dvd_prompt { position:static !important;}
.dvd_prompt .jqi{ height: 190px !important;  padding: 20px; width: 380px !important; border: 1px solid #990000; box-shadow:0 0 0 0; cursor:pointer;}
.dvd_prompt .jqimessage { height:145px;}
.dvd_prompt .jqimessage h2 {text-align:center; color: #000000;}
.dvd_prompt .jqimessage h3 {margin:0; font-size: 12px; color: #000000;}
.dvd_prompt .jqimessage table { margin-top:25px; width: 390px;}
.jqi_state{ z-index:20000;}
.dvd_prompt #jqi_state0_buttonContinueBrowsing {height: 33px; margin-right: 75px; padding-bottom:8px; padding-bottom:8px; color: #980000; width: 128px;}
.dvd_prompt #jqi_state0_buttonGotoCart{  height: 33px;padding-bottom: 8px;    padding-right: 3px; width: 130px; color: #980000; outline:none;}
.dvd_prompt #jqi_state0_buttonContinueBrowsing ,.dvd_prompt #jqi_state0_buttonGotoCart{ cursor:pointer; background:url(../2-0/images/video_cases/cart-popup_btn.png) no-repeat; border: medium none; outline:none; }

#jqibox { position:static !important;}
.jqifade {position:static !important;}
/*****************video cases***************/
.video_cases_stripe{ width:auto;  background:url(../images/strip_bg.png) repeat-x; padding: 7px 1px 6px; margin-bottom: 0; display:block; float:left;
}
.video_cases_stripe .strip_img{ display: block; float: left; border-right: 3px solid #D9D9D9;}
.video_cases_stripe img{margin-left: -1px; margin-right: -1px;}
.video_cases_title h2{color: #990000; font-size: 18px; margin-bottom: 9px;}
.video_cases_title h2 a{ font-weight:bold;}
.video_cases_title h2 a:hover{ text-decoration:underline; font-weight:bold; cursor:pointer;}
.video_cases_rollover {height: 10px;margin-top: -3px;  padding: 4px 0;}
.video_cases_rollover .img_disc{ font-size:11px; color:#990000;}

/****Error popup************/
.error_popup .jqibuttons{margin: auto; width: 125px;}
.error_popup #jqi_state0_buttonClose {border: medium none; color: #980000;height: 29px; margin-right: 104px;  padding-bottom: 5px; padding-right: 15px; width:111px;}
.error_popup .jqi {margin-left:0 !important; top: 200px !important;}
.forgot_pass .jqimessage { color:#000000 !important;}
.forgot_pass .jqi{ width: 255px !important; top:208px !important; border: 1px solid #988250;}
.emailErrorMsg .jqi {width: 275px !important; top:402px !important; border: 1px solid #988250;}
.login_msg .jqi{top:208px !important; border: 1px solid #988250;}

.forgot_pass .jqimessage #forgot_email { margin-top:15px; width: 190px;}
.forgot_pass #jqi_state0_buttonSubmit,.forgot_pass #jqi_state0_buttonClose,.forgot_error #jqi_state0_buttonSubmit,.forgot_error #jqi_state0_buttonClose { margin: 0 5px 0 0; height: 28px; width: 113px; background-repeat: no-repeat;  border: medium none; background-color: #FFFFFF; font-size: 13px; font-weight: normal; } 
.forgot_pass #jqi_state0_buttonSubmit:hover,.forgot_pass #jqi_state0_buttonClose:hover,.forgot_error #jqi_state0_buttonSubmit:hover,.forgot_error #jqi_state0_buttonClose:hover{ background:url(../2-0/images/buttn_hover.png) no-repeat;}
.forgot_error .jqimessage p{ color:#990000; margin-bottom: 15px; line-height: 16px;}
.forgot_error .jqimessage span {color: #000000; font-weight: bold; top: 200px !important;}
.forgot_error .jqi {height:185px;  border: 1px solid #988250; top: 200px !important; }
.forgot_error .jqi .jqimessage input{ width:185px;}
#email_forgot {color:#3F3F3F;}
.forgot_pass #jqi_state0_button{ background:url(../2-0/images/popup_submit.png) no-repeat !important; margin: 0 !important; cursor:pointer; float:left; height: 30px; padding-top: 20px; border: none;}
.emailErrorMsg #jqi_state0_button,.login_msg #jqi_state0_button{background:url(../2-0/images/popup_close.png) no-repeat !important; width:110px; height:30px; border:none; cursor: pointer;}
.login_msg #jqi_state0_button:hover{background:url(../2-0/images/popup_close_hover.png) no-repeat !important; border:none;}
div.jqi .jqibuttons { height:36px !important;}
/*****Help tool tip*********************/
#Help_tip {background:url(../2-0/images/video_cases/help.png) no-repeat; margin-left: 10px;  padding-left: 17px;}
#loadme p, #loadme li{color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin-bottom:8px;}
#loadme ol{padding:15px; }
#cluetip {z-index:2500000 !important; top:248px  !important; position:relative !important;}
#cluetip-arrows {top: 71.93px !important;}
.cluetip-default #cluetip-outer {background:url(../2-0/images/cluetip/tooltip_bg.png) repeat-x !important; z-index:250000 !important;}
.clue-right-default .cluetip-arrows {background-image: url(../2-0/images/cluetip/darrowleft.png) !important;}
.cluetip-default #cluetip-inner { z-index:25000 !important;}

/**************************/




.image_preload{ display:none;}
/* float clearing for IE7 */
*+html .blur_left, *+html .blur_right{ display:none; }
*+html .login_msg .jqi {  border: 1px solid #988250;
    top: 208px !important;
}
*+html .login_box {padding-bottom: 250px;}
*+html .personal_use .jqifade { display:none !important;}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
		body{margin:0 auto;	width:480px;}
  
	
	
	
	
     #TB_window{ left:10px !important; width:200px !important; top:40px !important; margin-left: 1px !important;}
	.personal_use .jqifade  {  display:none !important;}
	 .request_info .request_content_right #corporate_sign_up,.request_info .request_content_right #corporate_sign_up:hover,.request_info .request_content_right a:active { background-image:url(../2-0/images/login/coporate_sign_up.png); background-repeat:no-repeat; background-color:#F0EFDE !important; display:inline-block; height:27px; width:198px;}
	 .request_info .request_content_right a:visited{background-image:url(../2-0/images/login/coporate_sign_up.png); background-repeat:no-repeat; background-color:#F0EFDE !important; display:inline-block; height:27px; width:198px;} 
	 .individual_info #register_now:visited,.individual_info #register_now:hover,.individual_info #register_now:active { background:url(../2-0/images/login/register_now.png) no-repeat !important; display:inline-block; width:149px; height:28px; margin-top: 10px; border: medium none;}



}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	body{margin:0 auto;	width:768px;}
  
	
	
	
	.personal_use .jqi{ left:10px !important; width:520px !important; top:40px !important;}
	.personal_use .jqifade  {  display:none !important;}

  .request_info .request_content_right #corporate_sign_up:hover,.request_info .request_content_right a:active { background-image:url(../2-0/images/login/coporate_sign_up_hover.png); background-repeat:no-repeat; background-color:#F0EFDE; display:inline-block; height:27px; width:198px;}
  .request_info .request_content_right a:visited{ background-image:url(../2-0/images/login/coporate_sign_up.png) !important; background-repeat:no-repeat; background-color:#F0EFDE; display:inline-block; height:27px; width:198px;}
  .request_info .request_content_right a:visited{background-image:url(../2-0/images/login/coporate_sign_up.png); background-repeat:no-repeat; background-color:#F0EFDE ; display:inline-block; height:27px; width:198px;}
   .individual_info #register_now:visited,.individual_info #register_now:hover,.individual_info #register_now:active { background:url(../2-0/images/login/register_now.png) no-repeat !important; display:inline-block; width:149px; height:28px; margin-top: 10px; border: medium none;}
}





