﻿.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a.link-on-panel:hover { color: #fff !important; }


#titleSection { padding: 30px 0 10px;}

#titleSection h2 { padding-top: 0;}


#content-detail{
    
    margin: 0 auto;
    .margin-bottom: 20px;
    padding-top: 20px;
}

#content-detail h2{
    color:#43413E;
    padding-bottom: 5px;
}

#content-detail h3{
    padding-bottom: 10px;
}

td.contentDivider { 
    background-color: #30618A;
}

td.contentDivider:hover { cursor: pointer; background-color: #3973a3;}

.contentDivider h3 { 
font-size: 14px;   
padding-top: 8px !important;
padding-left: 40px !important;
background: url(images/icons/folder_32.png) no-repeat transparent left top;
color: #fff;
}


#content-detail .title{
    font-size: 125%;
    margin:10px 0;
    font-weight: bold;
    padding: 10px 20px;
}

#content-detail a{
   
    
}

#content-detail #properties h3, #content-detail #gradelevels h3{
    border-top: solid 1px #ddd;
    padding-top: 5px;
}



#content-detail #title {
    border-bottom:2px solid #CCCCCC;
}

#content-detail .join a {
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/info-icon.png) no-repeat scroll 112px 0;
    padding-right:30px;
    padding-top:2px;
}

#content-detail .rate a {
    float:left;
    padding-right:10px;
    padding-top:2px;
}

#content-detail #discussion{
    border: solid 1px #779ee3;
    background: #dbe7f7;
    color: #43413E;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    float: left;
    width: 520px;
    padding: 10px;
    height: 100px;
    overflow:auto;
    margin: 15px 0;
}

#content-detail #discussion h3{
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/info-icon.png) no-repeat scroll 80px 0;
    padding: 0;
    border: 0;
    margin: 0;
}

#content-detail #discussion li{
    border-bottom: 1px solid #fff;
    padding: 10px;
}

#content-detail #discussion li span{
    color:#4677B1;
}

#content-detail #community{
    border: 1px #ccc solid;
    float: right;
    display: block;
    width: 320px;
    margin: 15px 0;
}

#content-detail #community h3{
    background:transparent url(http://pdesas.3rdl.com/PLC/images/grad-gray.png) repeat-x scroll center top;
    padding-left: 5px;
}

#content-detail #community ul.community{
    padding: 5px;
}

#content-detail #share .send, #content-detail #share .print-page, #content-detail #share .bookmark {
    float:right;
    margin-left:10px;
}

#content-detail #share .bookmark, #content-detail #share .send {
    border-right:1px solid #CCCCCC;
    padding-right:10px;
}

#content-detail #share .bookmark a {
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/icon-portfolio-save.png) no-repeat scroll 0 0;
    padding-left:20px;
    padding-top:2px;
}

#content-detail #share .print-page a {
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/printer-icon.png) no-repeat scroll 0 0;
    padding-left:20px;
    padding-top:2px;
}

#content-detail #share .send a {
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/icon-sendtofriend.png) no-repeat scroll 0 0;
    padding-left:20px;
    padding-top:2px;
}

#content-detail #lpc{
    margin: 10px 0;
    width: 590px;
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/lpc-inactive.png) repeat-x scroll 0 0;
}

#content-detail #lpc tr.bottom td{
}

#content-detail #lpc tr.bottom td.leftcol, #content-detail #lpc tr.bottom td.rightcol{
    border-bottom: 1px solid #4677b1;
    width: 145px;
}

#content-detail #lpc td{
    height: 30px;
    width: 30px;
}

#content-detail #lpc td.leftcol, #content-detail #lpc td.rightcol{
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/grad-blue.gif) repeat-x scroll 0 0;
    border-top: 1px solid #4677b1;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#content-detail #lpc td.leftcol{
    border-right: 1px solid #4677b1;
    border-left: 1px solid #4677b1;
}

#content-detail #lpc td.rightcol{
    border-right: 1px solid #5691d8;
    border-left: 1px solid #5691d8;
    border-top: 1px solid #5691d8;
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/grad-cornflower.gif) repeat-x scroll 0 0;
}

#content-detail #lpc td.lpc-active{
    background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/lpc-active.png) no-repeat scroll 0 0;
}

#content-detail #lpc-summary{
    float: right;
    margin: 10px 0 10px 10px;
    display: block;
    width: 280px;
}

#content-detail #lpc-profile{
    float: left;
    margin: 10px 10px 10px 0;
    display: block;
    width: 280px;
}

.browse-plc {
    background: url(images/icons/move_down_blue_16.png) no-repeat transparent left center;
    border-bottom: none;
    font-weight: bold;
    margin: 20px auto 0;
    padding: 8px 5px 5px 20px;
    text-decoration: none;
    line-height: 1em;
    /*width: 80px;*/
    width: 250px;
    /*float: right;*/
}

    .browse-plc a { color: #77b1dd; }
    .browse-plc a:hover { color: #9dd06e; }


#panel1 li, #panel2 li{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin: 1em 0 1em 50px;
    padding:0;
}

#panel1, #community-invites, #community-requests, #featured-community, #community-invites-title {
    width: 320px;
    float: left;
    margin-right: 10px;
}

#community-invites, #community-requests, #featured-community, #community-invites-title{
    margin-right: 0;
    margin-left: 10px;
}

#featured-community
{
    
}

#panel4, #PLCListContainer {
    width: 606px;
    float: left;
}


.PLCListItem , #panel4{
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.10 );
    margin: 0 0 10px;
    
}


.my-communities-content #PLCListContainer { width: 960px !important; margin-top: 10px;}
.my-communities-content .PLCList { width: 100%;}

#panel4 { margin: 0; width: 628px; }

#modMessage {
    margin-bottom: 18px;
    background: #f3fbff; 
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.remove-padding #modMessage { border: 1px solid #e7e7e7; margin-bottom: 0;}

#modMessage h3 {
    border: none;
    
   
    background: none;
    padding: 0;
}

/*#modMessage p {
    font-size: 10px;
}*/

#activity h3, #forum h3 /*, #ContentTitle h3 */{
    font-size: 14px;
    margin: 10px 0;
    color: #fff; 
    background: #30618A;
    padding: 10px;
    -moz-border-radius:  3px;
    border-radius:  3px;
}


h3#PLCHeader { 
    margin-top: 20px;
    color: #fff; 
    background: #30618A;
    padding: 10px;
    -moz-border-radius:  5px 5px 0 0;
    border-radius:  5px 5px 0 0;
    }


.PLCListItem .activity { padding: 10px; }
#panel4 #activity, #panel4 #forum { padding: 0 10px 10px; }

.PLCListItem .activity-title {
    padding: 10px;
    background: #f3fbff; 
    border-bottom: 1px solid #e7e7e7;
    /*border: 1px solid #e7e7e7;
    margin: 10px 10px 0;*/
    
}

.PLCListItem .activity-title p, .PLCListItem .activity-title a{
    
}

#SearchResults h4 {font-size: 12px;}

.activity-title h4 {
    font-size: 14px;
}

.activity-title h4 a{
    /*text-decoration: underline;*/
    font-weight: bold;
}

#activity h3 {
	
}

.activity li, #activity li, #forum li {
    clear: both;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 11px;
}

.activity div img, #activity div img, #forum div img{
    display: block;
    margin: 1px;
    border: 1px #ccc solid;
}

.activity li div.img, .activity li div.text, #activity li div.img, #activity li div.text, #forum li div.img, #forum li div.text, #community-invites li div.img, #community-requests li div.img, #community-invites li div.text,  #featured-community li div.img, #featured-community li div.text{
    float: left;
}

.activity li div.img, #activity li div.img, #forum li div.img, #community-invites li div.img, #community-requests li div.img, #featured-community li div.img{
    padding-right: 10px;
    width: 42px;
}

#activity li div.text, #forum li div.text {
    width: 548px;	
}

.activity li div.text {
    width: 508px;
}

#community-invites li div.text, #community-requests li div.text, #featured-community li div.text {
    width: 248px;
    
}

.activity .discuss, #activity .discuss, #forum .discuss {
    font-size: 10px;
}

div.text p {
    padding-bottom: 10px;
}

#forum .discuss img {
    display: inline;
    border: none;
}

/*#forum {
    background: #DBE7F7;
    border: 1px solid #779EE3;
}*/

.activity-name {
    color: #1A436E;
}

.time {
    color: #bbb;
    font-size: 10px;
}



#members h3, #events h3, #community-invites h3, #community-requests h3, #featured-community h3, community-invites-title{

    border-bottom: none;
    font-size: 14px;
}



#member-imgs {
    padding: 15px 0;
    width: 280px;
    margin: 0 auto;
}

.members_list{
    padding:10px 5px;
}

.member-list-avatar {
    display: block;
    width: 42px;
    height: 42px;
    margin: 2px;
    float: left;
}

.member-list-avatar div.avatar {
    position: absolute;
}

.member-list-avatar div.moderator {
    position: absolute;
}

.member_item h5{
    text-overflow:ellipsis;
    overflow:hidden;
}

/*.member_item{
    width:auto;
    float:none;
    padding-bottom:10px;
    height:auto;
    overflow:hidden;
    border: solid 1px red;
}*/

.member_item{
    float:left;
    position:relative;
    width:235px;
    height:100px;
    margin:0 0 15px;
    padding:0 5px 0 0;
    border-bottom:1px solid #ddd;
    text-align: center;
}

.member_item.last-child{
    border-bottom:1px solid #ddd !important;
}

.member_item .smalldelete{
    top:0;
    width:5px;
}

.member_item img.xg_lightborder{
    border:1px solid;
    float:left;
    height:64px;
    width:64px;
}

.member_item h5{
    font-size:1.1em;
    top:-3px;
    padding:0;
}

div.member_item_detail{
    font-size:.9em;
    line-height:1.3em;
    padding:0 0 0 72px;
}

div.member_item_detail p{
    margin:0;
}

div.member_item_detail ul{
    margin-bottom:0;
    padding:0;
    overflow:hidden;
}

div.member_item_detail li{
    margin:0 10px 0 0;
    list-style-type:none;
    float:left;
}

.xg_widget_profiles_profile_show ul.member_detail li{
    font-size:.8333em;
    list-style:none;
    margin:0;
}

.xg_widget_profiles_friendrequest .member_item{
    width:100%;
    height:auto;
    padding-bottom:10px;
    border-bottom:none !important;
}

.xg_widget_profiles_friendrequest .member_detail{
    margin:5px 0 0;
}

*div.member_item_detail li{
    float:none;
    margin:0;
    height:1%;
}

.friendlist_options ul li.xg_lightborder{
    float:left;
    padding-right:.7em;
    border-width:0 1px 0 0 !important;
    border-style:solid;
    margin-right:.7em;
}

.xg_captcha_container .xg_floating_container.xg_floating_container_wide.xg_lightborder{
    width: 318px;
}

#members h3, #events h3, #community-invites h3, #community-invites-title h3, #community-requests h3, #featured-community h3 {
   
    color: #fff;
    background: #30618A; 
    border: none;
    margin: 1px 1px 0;
    padding: 10px;
}

#community-invites h4, #community-requests h4, #featured-community h4 {
    font-weight: bold;
}

#members, #events, #community-invites, #community-requests, #featured-community {
    width: 320px;
    margin-top: 10px;
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.10 );
}

#community-invites { margin-top: 0; }

#members { margin-top: 0; }

#events ul, #community-invites ul, #community-requests ul, #featured-community ul {
    padding: 0 10px;
    }

#events li, #community-invites li, #community-requests li, #featured-community li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 11px;
    border-bottom: 1px solid #E7E7E7;
}

.border-bottom-color { border-bottom: 1px solid #E7E7E7; }

#community-invites .accept-decline button, #community-requests .accept-decline button, #featured-community .accept-decline button, #community-options button {
    
    font-weight: bold;
    /*font-size: 10px;*/
    /* padding: 1px 4px 4px 18px; */
    margin: 0;
    cursor: pointer;
    float: left;
    margin-right: 3px;
    padding-left: 15px;
    /*background-color: #e7e7e7 !important;*/
}

#community-invites button:hover, #community-requests button:hover, #featured-community button:hover, #community-options button:hover  
{
    /*border: 1px solid #666 !important; 
    color: #333 !important;
    background-color: #9dd06e !important;*/
    }

#community-invites .accept-decline button.accept, #community-requests .accept-decline button.accept, #community-options button.accept {
    background: url(images/icons/check_16.png) no-repeat 0 5px;
    box-shadow: none !important;
}

#community-invites .accept-decline button.decline, #community-requests .accept-decline button.decline, #community-options button.decline {
    background: url(images/icons/delete_16.png) no-repeat 0px 5px;
    padding-left: 15px;
}
 
#featured-community .accept-decline button.add #community-options button.add {
    background: url(images/add_16.png) no-repeat 3px 2px;
}

#community-options button.decline { .padding-left: 8px; .padding-right: 0;  color: #e0941c;}

.plc_accept{
    color: #e0941c;
   border: none;
    /*font-size: 10px;*/
    padding: 3px 3px 3px 20px;
    cursor: pointer;
    background: url(images/icons/check_16.png) no-repeat 3px 2px;
}

.plc_decline{
    color: #e0941c;
   border: none;
    /*font-size: 10px;*/
    padding: 3px 3px 3px 20px;
    cursor: pointer;
    background:  url(images/icons/delete_16.png) no-repeat 3px 2px;
}

.plc_suggest, #community-options .suggest,  .plc_suggest:hover{
     /*color: #e0941c;
   font-size: 10px;
    padding: 0 3px 3px 20px;*/
    cursor: pointer;
    /* background:  #fff url(images/icons/plc_16.png) no-repeat 3px 4px; */
    border: none;
}

#community-requests .accept-decline button.contact {
    background: #fff url(images/icons/contact_16.png) no-repeat 3px 1px;
    margin-top: 3px;
    width: 85px;
}

.plc_suggest:hover, #community-options .suggest:hover, .plc_accept:hover, .plc_decline:hover { /*color: #9dd06e ;*/ }

#community-options .suggest,
#community-options .cancel
{
   padding-left: 10px;
}

.plcSubscribeMsg
{
    color: #84c44a;
    /*font-size: 10px;*/
    font-weight: bold;
}

.plcAcceptMsg
{
    color: Green;
    /*font-size: 10px;*/
    font-weight: bold;
}

.plcDeclineMsg
{
    color: Red;
    /*font-size: 10px;*/
    font-weight: bold;
}

.plcPendingtMsg
{
    color: Black;
    /*font-size: 10px;*/
    font-weight: bold;
}

.plcInstructions { text-align: center; }

/*
.plc_suggest button:hover, #community-options button.suggest:hover
{
    background-color: #f4f9ff;
}

#SearchResults td button.plc_accept:hover, button.plc_suggest:hover{
    background-color: #f4f9ff;
}
*/

.noresults
{
    font-size: 12px;
    padding: 10px;
}

#community-invites .accept-decline button.accept:hover, #community-invites .accept-decline button.decline:hover, #community-requests .accept-decline button.accept:hover, #community-requests .accept-decline button.decline:hover, #featured-community .accept-decline button.add:hover  {
    
   border: none;
}

#community-options button.accept:hover, #community-options button.decline:hover  {
    
}

#events li.alt{
    background-color: #eee;
}

li div.event-date, li div.event-text, li div.event-empty  {
    float: left;	
}

li div.event-date, li div.event-empty {
    width: 55px;
    height: 55px;
    margin-right: 5px;
    
    padding: 5px;
   
    color: #fff;
	background: transparent url("images/icons/bg-calendar.png") no-repeat 0 0;
	_background: transparent url("images/icons/calendar.gif") no-repeat 0 0;
	
}

li div.event-date .month, li div.event-date .day {
    text-align: center;
    /*margin-top: 3px;*/
    margin-right: 3px;
    
}
 
li div.event-date .month {
    font-size: 10px;
    
}

li div.event-date .day {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}


li div.event-add { 
    
    
}

div.event-add a.add_16 {
    
    text-decoration: none; 
    /*font-size: 10px;
    color: #e0941c;*/
    padding: 2px 0 2px 20px;
    line-height: 1em;
    height: 14px;
    display: block;
    background: transparent url("images/add_16.png") no-repeat 0 0;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    margin: 12px 12px 0 0;
    font-weight: bold;
}

div.event-add a.add_16:hover { /*color: #9dd06e;*/ }

#ContentTitleContainer div.event-add a.add_16 { float: right; }

#related .event-add  {margin-top: -35px !important;}

li div.event-text  {
    width: 230px;
}

#events li.last, .activity li.last, #activity li.last, #forum li.last, #community-invites li.last, #community-requests li.last, #featured-community li.last{
    border-bottom: none;
}



/*-------related materials---------*/

#related table {
    width: 100%;
    margin-top: 1px;
}

#related tr#headers{
    background-color: #B8E7FC;
    color: #30618A;
    font-size: 11px;
    line-height: 12px;
}

#related tr#headers td{
    text-align: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    padding: 3px 8px;
   
}

#related td{
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

#related td.alt{
    background-color: #f7f7f7;
}

li.suggested-pde, li.suggested-school, li.suggested-teacher{
          float:left;
          margin-left :20px;
          padding:10px 60px 10px 20px;
}

#related td.suggested-pde, #related td.suggested-school, #related td.suggested-teacher{
          margin-left :20px;
          padding:10px 60px 10px 10px;
          /*border-left: none;*/
}

.suggested-pde{
          /*background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/materials-icon.png) no-repeat scroll 0 10px;*/
}

.suggested-school{
          background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/icon-home.png) no-repeat scroll 0 10px;
}

.suggested-teacher{
         background:transparent url(<%= ConfigurationSettings.AppSettings["StaticContent"] %>/Content/images/instruction_icon.png) no-repeat scroll 0 10px;
}

#related td.comments {
    background:#DBE7F7 none repeat scroll 0 0;
    color:#43413E;
}

#related td.notes {
    background:#fbf7e3 none repeat scroll 0 0;
}

#related td.comment a span, #related td.note a span {
    display: none;
}

#related td.comment a:hover, #related td.note a:hover {
    position: relative;
}

#related td.comment a:hover span {
    display: block;
    position: absolute;
    padding: 5px;
    border: solid 1px #779ee3;
    background: #dbe7f7;
    color: #43413E;
    font-weight: normal;
    text-decoration: none;
    width: 200px;
    left: -100px;
    top: -75px;
    text-align: left;
}

#related td.note a:hover span {
    display: block;
    position: absolute;
    padding: 5px;
    border: solid 1px #ccc;
    background: #eee;
    color: #43413E;
    font-weight: normal;
    text-decoration: none;
    width: 100px;
    left: -50px;
    top: -50px;
    text-align: left;
}

.icon-key
{
  background-color:#F1EBD7;
  margin:0 auto 10px;
  width:880px;
  
}

.btn-long, .btn-medium
{
    border:0 none;
    color:#1A436E;
    cursor:pointer;
    height:24px;
    outline:medium none;
    text-decoration:none;
    font-size: 12px;
    font-weight:bold;
    margin-top: 10px;
}

.btn-long{	
    background:url(images/btn-150.png) no-repeat scroll 0 0 transparent;
    width:150px;	
}

.btn-long a, .btn-medium a{	
    color:#1A436E;
    text-align: center;
    text-decoration:none;
    width:150px;
    font-size: 12px;
}

.btn-medium{	
    background:url(images/btn-100.png) no-repeat scroll 0 0 transparent;
    width:100px;	
}

.btn-medium:hover, .btn-long:hover{	
    font-weight:normal;
}

#MemberContainer
{
    width: 900px;
   
    
}

#SearchResults tr:hover { background: #f3fbff; }

/*  These attributes are used for repeater displays styles */
.rptHeader
{
    
    height: 25px;
    font-weight: bold;

    border: none;
}

.rptCell
{
    padding: 5px;
    border: none;
    border-top: 1px solid #e7e7e7;
}

.row-color { background: #fff; }
.alt-row-color { background: #f7f7f7; }
.alert-row-color { background: #ffe4e4; }

.search-button, .cancel-button, #Search-Button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EDEDED url(images/search-btn.png) no-repeat scroll left top;
border:medium none !important;
color:#1A436E;
cursor:pointer;
display:block;
float:left;

font-weight:bold;
height:24px;
padding:0;
text-decoration:none;
width:100px;
}

#divSaveCancelButtons input.cancel-button  
{
    border: none !important; 
    box-shadow: 2px 2px 1px #eee;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1) !important;
    height: 24px !important;
    }

#SaveItemCommands .search-button {
    /*
    color: #000;
    display: block;
    background: #dedede url(images/btn.png) repeat-x right top;
    */
    height: 30px; 
    line-height: 21px;
    margin-left: 5px;
    padding: 0 8px;
    font-weight: bold;
    width: auto;
    /*-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;	
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666;
    */
}

#SaveItemCommands div.cancel-button {
    background: #f8d3c5; border-color: #e59d83; color: #CC6143;
    margin-right: 5px;
	padding: 4px 8px;
	border-radius: 500px;
	float: left;
	box-shadow: 2px 2px 1px #eee;
	box-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.10 );
	border: none;
}

#SaveItemCommands div.cancel-button a { 
    color: #CC6143 !important;
    }


.hide {display: none;}



#ContentItemBase, .addbook-texturl, #SaveItemCommands {
margin:0 auto;
width:402px;
}

#SaveItemCommands {
margin:20px auto 0;
width:203px;
}



#CommunityContentList table, .CommunityContentList table {
    border: 1px solid #244358;
    background: #fff;
    -moz-border-radius:3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

#CommunityContentList > table, .CommunityContentList > table {
    border: 1px solid #d3d3d3;
    background: #fff;
    -moz-border-radius:5px;
    border-radius: 5px;
    padding: 5px 5px 0;
}

#CommunityContentList table tr td, .CommunityContentList table tr td {
    border-top: 1px solid #E7E7E7;
}

#content-update td { border-bottom: 1px solid #e7e7e7; }
#CommunityContentList table tr td.wrapper, #CommunityContentList table tr td.wrapper table tr td.contentDivider,
.CommunityContentList table tr td.wrapper, .CommunityContentList table tr td.wrapper table tr td.contentDivider { border: none; }

.contentBody td { /*border: 1px solid #e7e7e7;*/ }



.contentBody td input { margin: 0px; }

div#EditCommunity > div {
    margin-top: 20px !important;
    border: 1px solid #d3d3d3 !important;
    background: #fff !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 20px 60px !important;
    width: 838px !important;
}

div#EditCommunity > div input, div#EditCommunity > div textarea {
    border: 1px solid #666 !important;
	margin: 0 0 15px !important;
	padding: 2px 3px !important;
	background: #fff url(images/search-bg.gif) repeat-x left top !important;
	-webkit-border-radius: 3px !important;
    -khtml-border-radius: 3px !important;	
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

div#EditCommunity div#divCurrentModerator input { margin: 0 !important;}

div#EditCommunity div#divModeratorMessage textarea { width: 836px !important;}

div#EditCommunity > div#divSaveCancelButtons { border: none !important; background: none !important;}


div#EditCommunity div input.search-btn, div#EditCommunity div table.GridView input {
    cursor: pointer;
	color: #fff;
	text-shadow: none;
	display: block;
	background: #5baed4 !important;
	height: 25px !important;
	padding: 0 8px;
	font-weight: 600;
	border-radius: 500px !important;
	border:none !important;
	font: 600 11px/1.5em 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 2px 2px 1px #eee !important;
	box-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.10 ) !important;
}
div#EditCommunity div table.GridView input {height: 21px !important;}

div#EditCommunity div table.GridView input.round-btn {
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: none !important;
}

div#EditCommunity div input.search-btn:hover {
    cursor: pointer !important; background: #9dd06e !important;
}

div#divModerator, div#divCurrentAdditionalModerators, div#divChangeModerator, div#divAddAdditionalModerator, div#divAddAdditionalModeratorResults {
    background: #30618A !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #fff;
 }
 
 /* Community Members Area */

#rptContent .close-icon a {
    background: url("images/icons/delete_16.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 20px;
    margin: 4px 5px 0;
    outline: medium none;
    padding-left: 16px;
    text-decoration: none;
    text-indent: -9999px;
}

/* Digital Content Repository */

.CommunityContentList  td.edit  
{
    cursor: pointer;
    }
    
.CommunityContentList  td.edit a, #CommunityComments td.edit a
{
    background-image: url("images/edit_16.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block; 
    text-indent: -9999px;  
    cursor: pointer;
}    
    
.CommunityContentList  td.delete 
{
    cursor: pointer; 
}

.CommunityContentList  td.delete a, #CommunityComments td.delete a
{
    background-image: url("images/delete_16.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block; 
    text-indent: -9999px;  
    cursor: pointer;
}

#CommunityComments div.inappropriate
{
    margin: 0 0 0 5px;
    cursor: pointer;
}

#CommunityComments div.inappropriate a
{
    background-image: url(images/not_enabled_16.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 0 0 22px !important;
    display: block;
	height: 16px;
	line-height: 1em;
    font-size: 12px !important;
	font-weight:bold;
	text-decoration: none;
    cursor: pointer;
}

/* ### This is the disclaimer at the top of the dashboard page ### */
.plcdisclaimer {
    background-color: #F57D7C;
    font-size: 12px;
    font-weight: bold;
    color: White;
    padding: 5px 10px 5px 10px;
    margin-left: 30px;
    margin-right: 30px;
}

/* Get rid of styling for new link styles until v4 */

.browse-communities-table button,
.browse-communities-table a,
.my-communities button,
.my-communities a
{
    box-shadow: none !important;
    background-color: transparent; 
    color: #5BAED4; 
}

.browse-communities-table button:hover,
.browse-communities-table a:hover,
.my-communities button:hover,
.my-communities a:hover
         { color: #30618a; }  
}

/****Featured Content Header***/
.assessment-top-text-left {
    background: #ebebeb none repeat scroll 0 0;
    color: #2b2929;
    float: left;
    min-height: 55px;
    padding: 15px;
    width: 442px;
    margin-bottom: 40px;
}

.assessment-top-text-title-left {
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
}


.assessment-top-text-left-inner {
}

.assessment-top-text-right {
    background: #dbf5fe none repeat scroll 0 0;
    color: #2b2929;
    float: right;
    min-height: 55px;
    padding: 15px;
    width: 442px;
    margin-bottom: 40px;
}

.assessment-top-text-title-right {
    border-bottom: 1px solid #aacde0;
    font-weight: bold;
}

.assessment-top-text-right-inner {
}

/****Featured Content Header***/