﻿/* BetterTogether */

#Welcome
{
    width: 940px;
    margin: 0 auto;
}

img.BottomHeader
{
    display: block;
    margin: 0 auto;
}

#WelcomeMessage
{
    width: 200px;
    float: left;
    background-color: #ffffff;
    border: solid 2px #000000;
    padding: 3px;
    margin: 124px 0 0 24px;
    display: inline;
}

#WelcomeMessage h1
{
    color: #c382ba;
    font-size: 1.6em;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 4px;
    margin: 0;
}

#WelcomeMessage p
{
    font-size: 15px;
    font-weight: 700;
    padding: 4px 4px 8px 4px;
    margin: 0;
}

#ColoredTopics
{
    width: 700px;
    float: left;
}

#ColorHeaders
{
    height: 120px;
}

#ColoredTopics h1.dropshadow
{
    position: relative;
    font-size: 3.7em;
    font-weight: bold;
    color: #ffffff; 
    margin: 0;   
    padding: 0;
    top: 16px;
    left: 16px;
}

#ColoredTopics h2.dropshadow
{
    position: relative;
    font-size: 2.2em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;   
    padding: 0;    
    top: 70px;
    left: 20px;
}

#ColoredTopics h1.dropshadow span, #ColoredTopics h2.dropshadow span
{
    position: absolute; 
    left: -3px; 
    top: -3px;     
}

#ColoredTopics h1.dropshadow:before, #ColoredTopics h2.dropshadow:before 
{
    content: attr(title); 
    position: absolute; 
    left: 0; 
    top: 0; 
    color: #000;
}


#ColoredTopics ul
{    
    height: 211px;
    padding: 0 8px 14px 8px;
    margin: 0;
    list-style-type: none;
}

#ColoredTopics li
{
    float: left;
    padding: 4px 8px;    
}

#ColoredTopics li img
{
    border: 0;
}

#Welcome h1.bottombanner
{
    float: left;
    margin: 0;
    padding: 0;
}

.thick
{
    font-weight: bold;
}

#BottomHeader
{    
    padding: 0 15px;
}

#BottomHeader h1
{
    float: left;
    font-size: 2.2em;
    font-weight: lighter;
    margin: 0;
    padding: 0 4px 8px 0;    
}

#BottomHeader h1.left
{
    color: #0092CE;
}

#BottomHeader h1.right
{
    color: #A54398;
}

p#Request
{
    text-align: right;
}

p#Request a
{
    color: #3aa4cf;
}    

/*
Generics
*/

body, html
{
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	background-color: #ffffff;			
}

form
{
    min-width: 960px;
}

.Common
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#CommonHeader
{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	height: 74px;
	background-color: #fff;
}

#CommonHeader .Common
{
    position: relative;
}

#CommonHeaderUserArea
{
	margin: 0;
	padding: 0;
	right: 0;
	position: absolute;
    z-index: 100;
}

#CommonHeaderUserArea a:link, #CommonHeaderUserArea a:visited
{
    color: #fff;
	text-decoration: none;
}

#CommonHeaderUserWelcome a:hover
{
	text-decoration: underline;
}

#CommonHeaderUserWelcome .sub a
{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}

#CommonHeaderUserWelcome .sub a:hover
{
	text-decoration: underline;
	color: #fff;
}

#CommonHeaderUserWelcome .sub2
{
    text-align: right; 
    font-size: 90%; 
    margin-top: .5em;
    font-weight: normal;
}

#CommonHeaderUserWelcome .sub2 a
{
    color: #e3e3e3;
}

#CommonHeaderUserContent
{
    padding: 6px 12px 3px 12px;
	background-color: #4EA963;
	text-align: right;
    color: #ffffff;
}

#CommonHeaderUserWelcome
{
    font-size: 90%;
    font-weight: bold;
}

#CommonHeaderUserRoundBottom
{
    margin: 0;
    padding: 0;
	height: 5px;
	width: inherit;
	overflow: hidden;
}

#CommonHeaderUserRoundBottom .r1, #CommonHeaderUserRoundBottom .r2, #CommonHeaderUserRoundBottom .r3, #CommonHeaderUserRoundBottom .r4
{
	height: 1px;
	overflow: hidden;
	background-color: #95B6C3;
}

#CommonHeaderUserRoundBottom .r4 { margin: 0 5px; }
#CommonHeaderUserRoundBottom .r3 { margin: 0 3px; }
#CommonHeaderUserRoundBottom .r2 { margin: 0 2px; }
#CommonHeaderUserRoundBottom .r1 { margin: 0 1px; height: 2px; }

#CommonHeaderTitleArea
{
	float: left;
	padding-top: 14px;
	width: 70%;
	overflow: hidden;
}

.CommonHeaderTitle
{
	font-size: 325%;
	font-weight: bold;
	color: #000;
	letter-spacing: -2px;
	line-height: 100%;
}

.CommonHeaderTitleDescription
{
	font-size: 85%;
	padding-left: 2px;
}

#CommonFooter
{
	clear: both;
	margin-top: 16px;
	background-color: #f7f7f7;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

#CommonFooter .Common
{
	padding: 12px 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}



#CommonContent {
	margin: 0;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#CommonContentInner
{
	width: 100%;
	overflow: hidden;
}

#CommonSidebarLeft
{
}

#CommonSidebarLeft .CommonSidebar
{
    float: left;
	margin: 0 12px;
	overflow: hidden;
	width: 200px;
}

#CommonSidebarRight
{
}

#CommonSidebarRight .CommonSidebar
{
    float: right;
	margin: 0 12px;
	overflow: hidden;
	width: 200px;
}

A:LINK, A:ACTIVE
{
    color: #36c;
    text-decoration: none;
}

A:VISITED
{
    color: #039;
    text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}

SELECT, TEXTAREA, INPUT, BUTTON
{
    font-family: Arial, Helvetica;
    font-size: 90%;
}

TABLE
{
    empty-cells: show;
}

HR
{
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	background-color: transparent;
	height: 0;
}


div#CommonHeader img
{
	border: 0;
}

/* Welcome Message */

div#welcome_message
{
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1.1em;
}
div#welcome_message h3
{
	padding: 0;
	margin: 0;
}
div#welcome_links
{
	float: left;
}
div#welcome_links li
{
	list-style: none;
}
div#welcome_message a.highlighted_links
{
	color: #3199CC;
	font-weight: bold;
}

/* */

/* Home Page Right Column */

div#related_links ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#related_links li
{
	margin: 0 0 10px 0;
	padding: 0;
}

/* Header Styles */

div#CommonTitle
{
    /* 
    background-image: url(../images/custom/cengage_sectionheader.png);
    border: solid 1px #e1e1e2;
    margin-bottom: 12px; 
    */    
}

.CommonTitle
{
    color: #0089C5;
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: bold;
	/* padding: 2px 4px; */
	padding: 2px 12px;
	margin: 0;
}

.CommonSubTitle
{
	margin-top: 15px;
	text-align: left;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
}

.CommonHeader
{
	color: #aaa;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 8px 0 0 0;
}

.CommonBreadCrumbArea
{    
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #000;
	/* background-color: #e1e1e2;
	border-bottom: solid 1px #bbb; */
}

#MainBody .CommonBreadCrumbArea .Common
{
    /* background-color: #e1e1e2; */
    color: #0089C5;
    /* padding: 0px 4px 4px 4px; */
    padding: 0 0 8px 12px;
    width: auto;
    border: 0;
}

.CommonBreadCrumbArea .Common a:link, .CommonBreadCrumbArea .Common a:visited
{
    color: #0089C5;
    font-weight: bold;
}

    /* Search Styles */

    #CommonSearch
    {
	    float: right;
	    /* margin: 4px 4px 0 4px; */
	    margin: 4px 12px 3px;
    }

    .CommonSearchArea
    {
	    width: 182px;
	    overflow: hidden;
	    float: left;
    }

    .CommonSearchContent
    {
	    padding: 3px 8px 0 8px;
	    margin: 0;
	    border-left: solid 1px;
	    border-right: solid 1px;
	    white-space: nowrap;
	    position: relative;
	    height: .8em;
    }

    .CommonSearchContentInner
    {
	    position: absolute;
	    top: -5px;
	    width: 166px;
    }

    .CommonSearchContent input
    {
	    margin: 0;
	    padding: 0;
	    border-width: 0;
	    width: 146px;
	    background-color: #f7f7f7;
    }

    .CommonSearchInputEmpty
    {
	    font-style: italic;
	    color: #999;
    }

    .CommonSearchInputNormal
    {
	    font-style: normal;
	    color: #000;
    }

    .CommonSearchContent input.CommonSearchButton
    {
	    background-color: transparent;
	    background-image: url('../images/common/search-button.gif');
	    background-position: 0px 3px;
	    background-repeat: no-repeat;
	    width: 20px;
	    height: 21px;
	    overflow: hidden;
	    cursor: pointer;
    }

    .CommonSearchRoundTop, .CommonSearchRoundBottom
    {
	    height: 5px;
    }

    .CommonSearchRoundTop .r1, .CommonSearchRoundTop .r2, .CommonSearchRoundTop .r3, .CommonSearchRoundTop .r4,
    .CommonSearchRoundBottom .r1, .CommonSearchRoundBottom .r2, .CommonSearchRoundBottom .r3, .CommonSearchRoundBottom .r4
    {
	    border-left: solid 1px;
	    border-right: solid 1px;
	    height: 1px;
	    overflow: hidden;
    }

    .CommonSearchRoundTop .r1, .CommonSearchRoundBottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
    .CommonSearchRoundTop .r2, .CommonSearchRoundBottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
    .CommonSearchRoundTop .r3, .CommonSearchRoundBottom .r2 { margin: 0 2px; }
    .CommonSearchRoundTop .r4, .CommonSearchRoundBottom .r1 { margin: 0 1px; height: 2px; }

    .CommonSearchRoundTop .r1, .CommonSearchRoundTop .r2, .CommonSearchRoundTop .r3, .CommonSearchRoundTop .r4,
    .CommonSearchRoundBottom .r1, .CommonSearchRoundBottom .r2, .CommonSearchRoundBottom .r3, .CommonSearchRoundBottom .r4,
    .CommonSearchContent
    {
	    background-color: #f7f7f7;
	    border-color: #bbb;
    }

    /* */
    
    /*
    List 
    */

    .CommonListArea
    {
	    margin-bottom: 8px;
    }

    .CommonListTitle
    {
	    padding: 0 6px 6px 0;
	    color: #CE3C23;
	    font-weight: bold;
	    font-size: 125%;
	    margin: 0;	    
    }

    .CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE
    {	    
	    text-decoration: none;
	    color: #CE3C23;
    }

    .CommonListTitle A:HOVER
    {
        text-decoration: underline;
    }

    .CommonListHeader
    {
	    text-align: left;
	    padding: 4px;
	    background-color: #999;
	    color: #fff;
	    font-family: Arial, Helvetica;
	    font-weight: bold;
	    font-size: 100%;
    }

    .CommonListCell
    {
	    padding: 5px 0px 5px 5px;
	    color: #333333;
	    font-family: Arial, Helvetica;
	    text-align: left;
    }

    .CommonListRow
    {
	    background-color: #eee;
    }

    .CommonListRow PRE,
    .CommonListRowAlt PRE
    {
	    font-family: Arial, Helvetica;
	    text-align: left;	
	    float:left;
    }

    .CommonListRowAlt td
    {
	    background-color: inherit;
    }
    
    /* */
/* */

.CommonContentBoxContent
{
	padding-bottom: 3px;
}


/* Background gradient */

div#MainBody
{
    width: 960px;
    background-color: #ffffff;    
    margin: 0 auto;
}

div#MainBody .Common
{
    border-style: solid;
    border-color: #0F2013;
    border-width: 2px;
    width: 956px;
}

div#HomePage
{    
    background-image: url(../images/custom/background_gradient.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 624px;
}

/* */

/* Footer styling */

div#cengage_bottomborder
{
	width: 960px;
	margin: 0 auto;
	border: 0;
}

div#cengage_footer
{
	width: 960px;
	font-size: 10px;
	font-weight: normal;
	margin: 0 auto;
	padding: 8px 0 0 0;		
	text-align: left;
	background-color: transparent;
	border: medium none;
	color: #000000;
}

div#cengage_footer ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#cengage_footer li
{
	float: left;
	padding-left: 1px;
}

div#cengage_footer a:link, div#cengage_footer a:visited
{
	color: #000000;
}

.OSU_AB
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.Footer_right
{
	float: right;
	padding: 0;
	text-align: right;
	width: 305px;
	margin-top: 1px;
	font-weight: bold;
}

.Footer_left
{
	border: medium none;
	float: left;
	padding: 0;
	width: 625px;
}

.Blue_Text
{
	color: #FFFFFF;
	margin: 0 3px;
	padding: 0;
}

.Footer_Row
{		
	margin-bottom: 8px;
}

.Bold
{
	font-weight: bold;
}

/* */

div.LabelHeader
{	
	background-image: url(../images/custom/cengage_widgetheader.gif);
    color: #ffffff;        
}


div.LabelHeader h4
{
	padding: 5px;
	border-bottom: 0;
	color: #000000;
	margin: 0;
}

div.Common div.CommonSidebar div.CommonContentBox
{
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #C9C9C9;
	padding: 12px;
}

div#CommonSidebarRight div.CommonContentBox
{
	background-color: #ffffff;
}

div#CommonSidebarLeft div.CommonContentBox
{
	background-color: #ffffff;
}

div.CommonSidebarContent img
{
	border: 0;
}

/* Home Buttons Styling */

div#buttons ul
{
	float: right;
	margin: -60px 0 0 0;
	padding: 0;
}

div#buttons ul li
{
	margin: 6px 0;
}


div#buttons a
{
	color: #ffffff;
}

li.join_button
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #3199CC;
	color: #ffffff;
	width: 240px;
	height: 22px;
}

li.join_button a
{
	display: block;
	padding-top: 2px;
}

/* */

/* Media Gallery */

.CommontListRowAlt
{
	background: #ffffff;
}

.CengageMediaTable
{
	width: 100%;
	padding: 0;
	border-spacing: 0;
}

.CengageMediaHeader
{
	background-color: #999999;
	color: #FFFFFF;
	font-family: Arial,Helvetica;	
	font-weight: bold;
	font-size: 110%;	
	text-align: left;
	padding: 4px 0px 4px 4px;
}

.CengageMediaRow, .CengageMediaRowAlt
{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Arial,Helvetica;
	padding: 5px 0px 5px 4px;
	text-align: left;
}

.CengageMediaRowAlt
{	
	background-color: #ffffff;	
}

	/* These settings are specific to the Community Server center column width */
	
	/* Media Gallery Table Header */

	.NameHeader /* Needs different sizing because .Image and .Name fall under the same header */
	{	
		width: 174px;
	}

	/* */

	/* Media Gallery Table Column Sizes */
	
	
	.Image
	{
		width: 25px;
	}

	.Name
	{
		width: 145px;
	}

	.FileLatest
	{
		width: 250px; 
	}

	.FileDate
	{
		width: 65px;
		text-align: center;
	}

	.FileCount
	{
		width: 50px;
		text-align: center; 
	}
/* */

/* Content Boxes */

.CommonContentBox
{    
    background-color: #fff;    
    margin: 0 0 12px;    
    padding: 12px;
    height: 1%;    
}

.CommonContentBoxHeader
{
    padding: 0 0 6px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 8px 0;
    line-height: 100%;
    font-size: 120%;
    color: #333;
}

.CommonContentBoxHeaderSmall
{
    padding: 0 0 6px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 8px 0;
    line-height: 100%;
    font-size: 100%;
    color: #333;
    width: 100%;
}

.CommonContentBoxHeaderForm
{
	padding: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
    color: #333;
    position: relative;
}

.CommonContentBoxContent
{
    padding: 0 3px 15px 3px;
    font-size: 90%;
    overflow: hidden;
}

.CommonContentBoxFooter
{
    font-weight: bold;
    font-size: 80%;
    padding: 0 3px;
}

.CommonContentBoxFooter a
{
    text-decoration: none;
}

.CommonContentBoxFooter A:HOVER
{
    text-decoration: underline;
}

UL.CommonContentBoxList, UL.CommonSidebarList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

UL.CommonContentBoxList.Seperator
{
    border-top: solid 1px #ccc;
    margin-top: -4px;
}

UL.CommonContentBoxList LI, UL.CommonSidebarList LI
{
    margin: 3px 0;
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #ccc;
}

UL.CommonContentBoxList LI.Header
{
    padding-top: 20px;
    font-size: 80%;
    font-weight: bold;
    color: #000;
}

UL.CommonContentBoxList LI.Selected
{
	padding-right: 10px;
	background-image: url('../images/common/button-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

UL.CommonContentBoxList LI.Child
{
	padding-left: 10px;
}

#CommonContent .CommonContentBoxHeader
{
    font-size: 180%;
}

#CommonContent .CommonContentBoxHeaderSmall
{
    font-size: 120%;
}

#CommonContent .VerifiedAnswers, #CommonContent .AllReplies  
{
    font-size: 120%;
}

.CommonContentBox.TitleHighlighted
{
    border-top-color: #f00;
}

.CommonContentBox.TitleHighlighted .CommonContentBoxHeader
{
    border-bottom-color: #f00;
}

.CommonContentBox.TitleHighlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted
{
    background-color: #ff9;
    border-top-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxHeader
{
    border-bottom-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted UL.CommonContentBoxList LI
{
    border-bottom-color: #E6B34D;
}


.CommonContentBox.Highlighted2
{
    background-color: #EBFFFF;
    border-top-color: #95B6C3;
}

.CommonContentBox.Highlighted2 .CommonContentBoxHeader
{
    border-bottom-color: #95B6C3;
}

.CommonContentBox.Highlighted2 .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted2 UL.CommonContentBoxList LI
{
    border-bottom-color: #CCC;
}

/* */

/* Static Content Pages */

#Static_Content .books
{
    clear: both;
}

#Static_Content .books img
{
    display: block;
    float: left;
    margin-right: 15px;
    width: 105px;
    border: 0;
}

#Static_Content .books ul
{
    margin-left: 135px;
    padding: 0;
}
