/*
	This file is to override the default site settings specific to the customer.
	Duplicate styles defined here WILL overwrite any styles defined anywhere else.
*/

.course-material-help-text
{
	display:none;
}

.linkStyle,
/*a { color:#880000; text-decoration:underline;}*/
a { color:#000000; text-decoration:none;}

#header .logo {
    background:transparent url(images/ft-logo.gif) no-repeat;
    display:block;
	width:250px;
	height:50px;
	float: left;
	margin-top:30px;
	margin-left:10px;
}

.status .welcomeMsg .name { color: #880000; font-weight: bold;}
.status .welcomeMsg .msg {
color:#000000;
}
style.css (line 94)

/*
#footer .copyright * {
	color: #666666;
    font-size: 8pt;
} 
*/
#searchandcart .cart div .checkoutLink { color:#000000; text-decoration:underline;}

/* Catalog page, Current Breadcrumb at end
====================================================== */
#breadcrumb table tbody { color:#000000;}

/* Catalog page, results table, header pagination - currentpage
====================================================================== */
.datatable .pagination a, /* general datatables */
.contentPagination .pageNumber a /* catalog */
{
    padding: 1px 6px 1px 6px;
    border: 1px solid #000000;
    background-color: white;
    text-decoration: none;
}
.contentPagination .pageNumber a.firstPage:link
{
    padding: 1px 6px 1px 6px;
    text-decoration: none;
    color: #000000;
}
.datatable .pagination span, /* general datatables */
.contentPagination .currentPageNumber /* catalog */
{
    padding: 1px 6px 1px 6px;
    background-color: #000000;
    border: 1px solid #000000;
    color:#FFF;
}
.courseGrid .coursePrice .value { font-size:140%; color:#000000;}

/* Global Navigation
==================================*/ 
/*
#globalnav {
 	height: 30px;
	width:955px;
	z-index: 2000;
	background: #999999 url(images/menubg.gif) repeat-x;
    margin-bottom:10px;
}
*/

/* default code-generated tables 
=====================================*/

#dialogCourseDetails .dialog .hd .link a,
#dialogCourseDetails .dialog .bd a {
 color:#000000;
}
#dialogCourseDetails .dialog .price .value {
 font-size:140%;
 color:#000000;
}

#dialogCourseDetails .dialog .frmButton {
 color:#000000;
 padding-right:10px;
}

#cartPageWrapper .cartTableSummary .price .value 
{
    font-size:140%;
    color:#000000;
}





.divPageWrapperTwoListBoxes .col1 a { font-size:3em; text-decoration:none; padding:0px 15px 10px 15px; border:solid 1px #000000;}
#divPageWrapperLecturerRequestTitles .col1 a { font-size:3em; text-decoration:none; padding:0px 15px 10px 15px; border:solid 1px #000000;}



/* COMMUNITY BOX - LABEL ONLY */
.community-box-label-only td.label div span { font-weight:bold; font-size:1.2em; color:#000000;}
/*
** ".custom-sco-width-modifier" NOTES
** 
** For customers who need more space to view their files inline.
** This modifier sets the fixed-width of the title/toc/contents only.
** This applies to pages/course/LaunchCustomSco.aspx only
** Search for "custom-sco-width-modifier" to find how to use it
** 
** HOW TO USE
** 
** [desired width] = width in pixels the customer requires, 1200px for this example
** [parent's set width] = this is the default width of the page's content (search for "body #wrapper"), currently 955px
** "width": [desired width]
** "margin-left": ([desired width] - [parent's set width])/2 = (1200-955)/2 = 122.5
** 
*/

/* Begin V Reznikov*/

	.tab-container .tab { background-color:#FFFFFF; border-color:#e5e5e5; border-style:solid solid none; border-width:1px 1px 0; float:left; height:22px; line-height:22px; margin-right:4px;}
	.tab-container .selected { background-color:#E5E5E5; border-bottom:1px solid #E4ECF7; display:block; font-weight:bold; height:22px; margin-bottom:-1px; z-index:2;}
	.tab-container .tab a,
	.tab-container .tab span { color:#000000; padding:0 10px; text-decoration:none;}
	.tab_spacer{ border-top:1px solid #e5e5e5; margin-bottom:1em;}
	
	.tab-button-container .button { background-color:#E4ECF7; border:1px solid #e5e5e5; float:right; height:22px; line-height:22px;}

/* End V Reznikov*/

	
/*
**
**  UNTIL THIS STYLESHEET IS REVISED,
**  EVERYTHING BELOW THIS LINE MUST REMAIN AT THE _BOTTOM_ OF THIS PAGE
**
*/

.course-home-page,
.course-material { 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/login.gif) repeat-x scroll 0 0;
border:1px solid #CFCFCF;
color:#444444;
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:bold;
padding-bottom:3px;
padding-top:3px;
padding-left:4px;
padding-right:4px;
text-align:center;
text-decoration:none;

} 

.course-home-page-hover,
.course-material-hover { 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/login.gif) repeat-x scroll 0 0;
border:1px solid #CFCFCF;
color:#111111;
cursor:pointer;
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:bold;
padding-bottom:3px;
padding-top:3px;
padding-left:4px;
padding-right:4px;
text-align:center;
text-decoration:none;
}

/* white box, light grey outline */
.box-community-info .hd span.value { color:#000000;}


/*
**
**  DO _NOT_ ADD ANYTHING ABOVE OR BELOW THIS LINE !!!
**
*/