﻿body
{
    font-family: "Trebuchet MS";
    font-size: .8em;
    background: url("Images/bg.jpg") repeat-x #EBF0F1;
    margin: 0px;    
}

hr
{
    border-top: dotted 2px #DDD;
    margin: 10px 0px 10px 0px;
}

h1, .h1
{
    font-size: 1.8em;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    display: block;
    text-transform: capitalize;    
}                   

h2, .h2
{
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 10px;
    margin: 0px;
    display: block;            
}

h3, .h3
{
    font-size: 1.2em;
    font-weight: bold; 
    padding-bottom: 8px;
    margin: 0px;
    display: block;         
}

h4, .h4
{
    font-size: 1em;
    padding-bottom: 10px;
    margin: 0px;
    display: block;         
}

a
{
    text-decoration: none;
    color: #C00;
}

a:hover
{
    text-decoration: none;
    color: #F30;
}

a img
{
    border: none;
}

textarea
{
    font-family: "Trebuchet MS";
    font-size: .9em;
    overflow: hidden;
}

/*Master Page*/
#wrapper
{
    width: 990px;
    margin: auto;
    background: url("Images/repeatBG.jpg") repeat-y;
}

#header
{
    background: url("Images/header.jpg") no-repeat;
    height: 106px;
}

.logo
{
    margin-left: 30px;
    margin-top: 20px;
    width: 250px;
    height: 45px;
    float: left; 
}

#menuWrapper
{
    float: right;
    margin-right: 30px;
}

#topMenu
{
    color: #999;
    margin-top: 5px;
    text-align: right;
}

#topMenu a
{
    padding-right: 10px;
    padding-left: 10px;
}

.signUpButton
{
    float: left;
    margin-left: auto;
}

#mainMenu
{
  text-align: right;
  margin-top: 10px;
}

.mainMenu
{
    border: solid 1px #E5E5E5;
    background: #F0F0F0;
    float: left;
    height: 30px;
    margin-right: -2px;
}

.mainMenu a
{
    border-right: solid 1px #888;
    padding-left: 30px;
    padding-right: 30px; 
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

.mainMenu a:hover
{
    color: #F30;
}

#content
{
    background: url("Images/contentBG.jpg") no-repeat top;
    min-height: 370px;
    width: 945px;
    padding: 0px 25px 0px 20px;
}

#innerContent
{
    padding: 20px 0px 0px 10px;
    width: 695px;
    float: left;
}                     

#footer
{
    background: url("Images/footer.jpg") no-repeat;
    height: 70px;
    text-align: center;             
    font-size: .75em;
    color: #999;
    clear: both; 
}

#footerContent
{
    position: relative;
    top: 20px;
}

/*SidePanelControl*/
.SidePanelWrapper
{
    width: 232px;
    height: 532px;
    float: right;
    background: url("Images/sideMenu.jpg") no-repeat;
}
.SidePanelContent
{
    width: 190px;
    height: 480px;
    margin: 25px auto auto 20px;   
}
.SidePanelContent h3
{
    margin-top: 8px;
}

.DepartmentsView
{
    width: 170px;
    margin-top: -25px;
}
.DepartmentsView_Pager
{
    width: 100%;
    border-top: 1px Solid #dbb;
    font-size: .7em;
    text-transform: uppercase;
    margin-top: 7px;
}
.DepartmentsView_Pager a
{
    color: #800;
    margin-right: 30px;
    width: 40px;
    white-space: nowrap;
}
.DepartmentsView_Pager a:hover
{
    color: #b00;
}
/*SignInControl*/
.SignInControlPanel
{
}

/* widely-used classes */
.errorLabel, #errorInfoDiv a
{
    color: Red;
}
.hiddenDiv
{
    visibility: hidden;
    z-index:-1;
    position: absolute;
    left: 0px;
    top: -300px;
    width: 100px;
}
.indented
{
    margin-left: 15px;
}
.formTitle
{
    color: #777;
}

/* Buttons and Links */
.button
{
    padding: 3px;
    margin-left: 10px;
    font-weight: bold;
}
a.button:hover, a.EditLink:hover, a.FileEditLink:hover
{
    background: #f2eeee;
}
.SelectButton
{
    text-align: center;
    width: 70px;
}
.DefaultButton
{
    margin: 5px;
    cursor: default;
}

.PagingLinks
{
    text-align: right;
    margin-top: -25px;
    padding: 5px;
    padding-top: 0px;
}

.PreviousNextLinks
{
    text-align: right;
    margin-top: -25px;
    padding: 5px;
    padding-top: 0px;
}
.PreviousNextLinks a
{
    margin-left: 10px;
    font-weight: bold;
}
.EditLink, .FileEditLink
{
    padding: 2px;
    display: block;
    margin: auto;
    margin-top: 3px;
    width: 35px;
    font-weight: bold;
}
.FileEditLink
{
    text-align: center;
    margin: 0px 0px 0px 30px;    
    clear: both;
}

/*Main Containers */
.MainContainer, .MediaItemContainer
{
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
    width: 680px;
    min-height: 100px;
    display: table;
    margin-bottom: 15px;
    padding: 5px;
}
.MediaItemContainer
{
    width: 670px;
}
html>/**/body .MediaItemContainer h3
{
    margin-bottom: 10px;
}
.LeftPanel
{
    float: left;
}
.RightPanel
{
    float: left;
    margin-left: 10px;   
}

/*Media Items*/
.MediaItem
{
    float: left;
    width: 155px;
    margin: 3px;
    padding: 2px;
    text-align: center;
}
.MediaItem img
{
    border: solid 1px #DDD;
    background: White;
    padding: 3px;
    text-align: center; 
}
.MediaItem span
{
    display: block;
    font-size: .9em;
}
.FileMediaItem
{
    border: solid 1px #DDD;    
    background: White;
    margin: 5px;
    padding: 3px;
    width: 95%;    
}

.FileMediaItem img
{
    border: none;
    float: left;
    margin-right: 3px;
}
span.FileMediaItem:first-child
{
    float: left;
    font-size: .9em;
}

/*Discussion Container*/
.DiscussionItem
{
    border: solid 1px #E5E5E5;
    margin: 5px;
    background: White;
    position: relative;
    padding: 3px;
    padding-bottom: 0px;
    overflow: hidden;
}
.DiscussionItemExpanded
{
    padding-bottom: 85px;
}
.DiscussionItemHighlighted
{
	border-style: solid;
	border-color: #00FF00;
}
.DiscussionItemWrapper
{
    padding: 10px;
} 
.Timestamp
{
    color: #555;
}
.DiscussionText
{
    display: block;
    margin-left: 15px;
}
#_commentText
{
    font-family: "Trebuchet MS";
    margin-top: 10px;
    margin-bottom: 10px;
    width: 670px;
    overflow: hidden;
}
#_addCommentDiv
{
    text-align: right;
    margin-bottom: 5px;
}
.InlineCommentBox
{
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 500px;
    display: none;
}
.InlineCommentBox textarea
{
    font-family: "Trebuchet MS";
    margin-bottom: 5px;
    height: 50px;
    width: 100%;
}
.ReplyLink
{
    position: absolute;
    top: 10px;
    right: 15px;
}
#_moreCommentsButton
{
    border-top: Solid 1px #888;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #c00;
    display: none;
}
#_moreCommentsButton:hover
{
    border-top-color: #c88;
    background-color: #f2eeee;
    color: #e33;
}

/* Grids, DetailsView */
.DefaultGrid
{
    border: solid 1px #E5E5E5;
    margin-bottom: 20px;
    padding: 3px;    
}
.GridRow
{
    background: White;
}
.GridAltRow
{
    background: #F9F9F9;
}
.GridHeader
{
    background: #F0F0F0;
    height: 25px;
    text-align: left;
}
.GridPager
{
    text-align: center;
}
.GridPager a
{
    border-bottom: solid 1px #C00;
    margin: 3px;
}
.SelectedRowStyle
{
    background: #CCC;
}

/*DetailsView*/
.DetailsView
{
    background: White;
    border: solid 1px #CCC;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 3px;
    float: left;
}
.DetailsViewHeader
{
    font-weight: bold;
    width: 100px;
    text-align: right;
}
.DetailsViewCommandRow
{
    vertical-align: middle;
    text-align: right;
}
.DetailsViewCommandRow a
{
    margin: 3px;
}

/*PAGES*/

/*Default.aspx*/
#SilverlightContainer
{
    border: solid 1px #BBB;
    width: 690px;
    height: 250px;
}
.DefaultBottomContainer
{
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
    width: 215px;
    min-height: 180px;
    padding: 4px;    
    float: left;
    margin: 15px 6px 15px 0px;
}

/*ViewMedia.aspx*/
#_videoDiv, #_pictureDiv
{
    width: 500px;
    height: 380px;
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
}
.MediaDetailsContainer
{
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
    padding: 5px;
}
.MediaDetailsContainer span
{
    color: Black;
} 
#_detailsDiv div
{
    margin-bottom: 5px;
    color: #777;
}
#_detailsDiv a
{
    font-weight: bold;
}
.StatusText
{
    font-size: .8em;
    color: #777 !important;    
}
#DownloadFileContainer
{
    text-align: center;
    margin-top: 10px;
}
#DownloadFileContainer img
{
    border: solid 2px #E5E5E5;
    display: block;
    margin: auto;
}

/* ManageCourses.aspx */
.ManageCourseDetails
{
    width: 330px;
    float: left;
    margin-right: 5px;
    padding: 3px;
}

/*ViewUser.aspx*/

.formTitle span
{
    color: Black;
}
.blogText
{
    margin: 10px;
    display: block;
}

/*EditCourseItem.aspx*/
.AddMediaLinksPanel a
{
    display: block;
    margin: 1px 10px 2px 10px;
    border: solid 1px #F0F0F0;   
    background: #F9F9F9; 
    padding: 2px;
}
.AddMediaLinksPanel a:hover
{
    background: #f2eeee;
}

#_discussionContainer
{
    min-height: 130px;
}