/*main css*/
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url(../Images/bsedu_slice_background.jpg);
	background-repeat:repeat-x;
	/*background-color:#42BF4E;*/
	background-color:#ffffff;
}



a:link
{
	color: #005b89;
	text-decoration: underline;
}

a:visited
{
	color: #003967;
	text-decoration: underline;
}

a:active
{
	color: #005b89;
	text-decoration: underline;
}

a:hover
{
	color: #005b89;
	text-decoration: underline;
}

/* Container */
#MainContainer
{
	width: 810px;
	margin: auto;
	min-height: 100%;
	/*background: #fff url(../Images/bg.gif) left repeat-y;*/
	padding: 0 10px 0 10px;
	margin-top:30px;
}

* html #MainContainer 
{
	height: 100%;
}

.frame-top {
	height:8px;
	background-image:url(../images/frame-top.png);
	behavior: url(../scripts/iepngfix.htc);
	padding: 0px;
	background-repeat:no-repeat;
	overflow:hidden;
}


.frame-mid {
	background-image:url(../images/frame-mid.png);
	}
.frame-bot {
	height:8px;
	background-image:url(../images/frame-bot.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	overflow:hidden;
}

.innerframe {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background-color: #EFFEF8;
}

/* Header */

#CommonHeaderArea
{
	/*padding: 10px 22px 10px 22px;*/
	margin: auto;
}

#CommonHeaderTitle
{
	/*font-size: 145%;
	font-weight: bold;
	color: #666;*/
}

#CommonHeaderDescription
{
	font-size: 80%;
	color: #666;
	padding-left: 1px;
}

.contentheader {
	width:800px;
}
.contentheadertop {
	height:8px;
	background-image:url(../images/title-top.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	overflow:hidden;
	background-color: #EFFEF8;
}
.contentheadermid {
	background-image:url(../images/title-mid.png);
	vertical-align:middle;
	background-repeat:repeat-y;	
	}
.contentheaderbot {
	height:8px;
	background-image:url(../images/title-bot.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	clear:both;
	background-color: #EFFEF8;
	}


.topsearchdiv 
{
	position: relative;
    margin-top:25px;
	padding-left:4px;
    float: left;
	width: 206px;
	height: 66px;
    background: transparent url(/images/tstb.jpg) left top no-repeat;
}

.topsearchbox
{
	float: none;
	width: 196px;
	margin-top:22px;
	margin-left: 0px;
	height: 22px;
    border: 0px none;
	background: transparent;	
}

.btnFind 
{
    margin-top: 45px;
}

.btnLoc 
{
	behavior: url(/scripts/iepngfix.htc);
	border:none;
	float:right;
	margin-right:50px;
    margin-top: -48px;
}

/* Navigation */

#CommonNavigationArea
{
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#CommonNavigationArea .left
{
	float: left;
}

#CommonNavigationArea .right
{
	float: right;
}

#CommonNavigationArea ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 75%;
}

#CommonNavigationArea ul li
{
	float: left;
	display: block;
	margin: 0 3px;
	border-bottom-width: 0;
	padding: 4px 10px 4px 10px;
}

#CommonNavigationArea .right ul li
{

}

#CommonNavigationArea ul li a
{
	color: #333;
	text-decoration: none;
	letter-spacing: .5px;
}

#CommonNavigationArea ul li a:hover
{
	text-decoration: underline;
}

#CommonNavigationArea ul li.CommonSelected
{
	color: #000;
	background-color: #fff;
	padding-bottom: 5px;
	margin-bottom: -1px;
	position: relative;
	z-index: 100;	
}

#CommonNavigationArea ul li.CommonSelected a
{
	font-weight: bold;
}

/* Content */



#CommonContentArea
{
    float:left;
	/*clear: both;*/
	padding: 1px;
	/*margin: -1px auto;*/
	width:800px;
	min-height: 375px;
}

#CommonContentArea h1
{
    margin: 5px 0px 0px 0px;
	letter-spacing:0;
	font-size: .70em;
	vertical-align:top;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
}

.contentbubble {
	margin: 3px 0px 3px 0px;
	float:left;
}

.contentbubblecorner-left {
	background-image:url(../images/contentbubble-top-left.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	width:6px;
	height:23px;
	float:left;
	overflow:hidden;
}
.contentbubblecorner-right {
	background-image:url(../images/contentbubble-top-right.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	width:6px;
	height:23px;
	float:left;
	overflow:hidden;
}
.contentbubblecenter {
	background-image:url(../images/contentbubble-center.png);
	background-repeat:repeat-x;
	height:23px;
	float:left;
	overflow:hidden;
}
.contentbubblecontent 
{
    padding: 5px 5px 5px 5px;
	margin: 23px 0px 0px 0px;
	border-color:#D2D3D7;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	overflow:hidden;	
}

.bloglistbubble {
	clear:both;
	width:590px;
	/*height:80px;*/
	margin: 3px 0px 3px 0px;
	padding-left: 2px;
	float:left;
	}
.bloglistbubble-top {
	height:6px;
	background-image:url(../images/bloglist-top.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	overflow:hidden;
	}
.bloglistbubble-mid {
	height:1%;
	min-height:70px;	
	background-image:url(../images/bloglist-mid.gif);
	background-repeat:repeat-y;	
	float:none;
	clear:both;
	overflow:hidden;
	padding: 5px 8px 5px 8px;
	}
.bloglistbubble-bot {
	clear:both;
	height:6px;
	background-image:url(../images/bloglist-bot.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	
}

.bloglistbubble p /*.contentbubbleclear .bodytext*/ {
	margin: 10px 5px 10px 5px;
	line-height: 1.5em;
	font-size: .80em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	
}

.bloglistbubble h4 {
	margin: 0px 0px 5px 0px;
	font-size: .75em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:900;
	text-transform:uppercase;
	color:#0087C8;
}	

.bloglistbubble a:link, .bloglistbubble a:visited {
	text-decoration: none;
	color: #BE1E2D;
}

.bloglistbubble a:hover, .bloglistbubble a:active {
	text-decoration: underline;
	color: #333333;
}

.BlogPostArea
{
    color:#0087C8;
    margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	padding: 0 0 20px 20px;
	min-height: 46px;
}


#CommonModal
{
	background-color: #fff;
}

body#CommonModal
{
	padding: 8px;
	margin: 0;
}

h1.CommonTitle
{
	font-size: 135%;
	margin: 0px 0px 0px -5px;
	padding: 0;
}


/* Footer */

#CommonFooterArea
{
	text-align: center;
}

.contentfooter {
	clear:both;
	padding: 20px 0px 0px 0px;
	width:800px;
	text-align:left;
}


.contentfooter-top {
	height:7px;
	background-image:url(../images/footer-top.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	overflow:hidden;
}
.contentfooter-mid {
	background-image:url(../images/footer-mid.png);
	height:1%;
	min-height:20px;
	float:none;
	clear:both;
	overflow:hidden;
	font-size: .55em;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	padding: 3px 3px 0px 15px;
	}
	
.contentfooter-mid a:link, a:visited
{
    text-decoration: none;
	color: #333333;
	vertical-align:top;
}

.contentfooter-mid a:hover, a:active
{
    text-decoration: underline;
    font-weight:900;
    vertical-align:top;
} 

.contentfooter-spacer 
{
   behavior: url(../scripts/iepngfix.htc);
   margin: 0px 5px 0px 5px; 
   }	

.contentfooter-bot {
	height:7px;
	background-image:url(../images/footer-bot.png);
	behavior: url(../scripts/iepngfix.htc);
	background-repeat:no-repeat;
	overflow:hidden;
}

/* Forms */
.CommonFormFieldName
{
	padding: 12px 8px 2px 0;
	font-weight: bold;
	color: #6b5936;
}

.CommonFormFieldDescription
{
	font-weight: normal;
	font-size: 80%;
	color: #666;
}

.CommonFormField
{
	padding: 0 0 0 8px;
}

.CommonFormHeader
{
	color: #302916;
	border-bottom: 1px solid #302916;
	padding: 0 0 4px 0;
	margin: 24px 0 8px 0;
}

/*
ContentParts
*/

.CommonContent
{
	padding: 1px 0 0 1px;
	font-size: 85%;
}

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border: dotted 1px #302916;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #333;
}

.CommonModal
{ 
	padding: 7px;
	background-color: #a19e87;
	border: solid 1px #302916;
}

.CommonModalTitle
{
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	color: #302916;
	cursor: move;
	min-height: 16px;
	background-color: #a19e87;
	border-bottom: 1px solid #302916;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.CommonModalFooter
{
	border-top: 1px solid #302916;
	background-color: #a19e87;
	width: 100%;
	height: 20px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-color: #a19e87;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	margin-top: 4px;
	cursor: se-resize;
}

/* Status Messages */

.CommonMessageSuccess
{
	padding: 8px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: solid 2px #030;
	background-color: #6a5;
	margin: 8px 0;
}

.CommonMessageError
{
	margin: 8px 0 12px 0;
	padding: 8px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: solid 2px #300;
	background-color: #a00;
}

/* 
Supplemental Navigation 
*/

.CommonPagingArea
{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #343;
}

.CommonRelatedLinksList
{
	float: right;
	margin: 0;
	list-style-type: none;
}

.CommonRelatedLinksList li, .contentfooter li
{
	display: inline;
	margin: 0 0 0 8px;
}

.CommonRelatedLinksList a
{
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

/* 
List
*/

.CommonList
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

.CommonList li
{
	padding-bottom: 16px;
	margin-bottom: 4px;
}

.CommonList .CommonHeader
{
	margin: 0px 0 5px 0;
	padding-bottom: 3px;
	border-bottom: solid 1px #ddd;
}

.CommonList .CommonHeader a
{
	text-decoration: none;
}

.CommonList .CommonFooter
{
	padding: 10px 0 0 3px;
	font-size: 72%;
}

/* 
Hierarchal List
*/

.CommonHierarchalList
{
	float: left; 
	width: 49%;
	padding: 8px 8px 8px 0;
}

.CommonHierarchalList .CommonHeader
{
	margin-bottom: 2px;
}

/*
Tabular List
*/

.CommonListHeader
{
	border: 1px solid #ddd;
	border-left-width: 0;
	padding: 2px;
	color: #6b5936;
}

.CommonListHeaderLeftMost
{
	border: 1px solid #ddd;
	padding: 2px;
	color: #6b5936;
}

.CommonListCell
{
	border: 1px solid #ddd;
	border-left-width: 0;
	border-top-width: 0;
	padding: 2px;
}

.CommonListCellLeftMost
{
	border: 1px solid #ddd;
	border-top-width: 0;
	padding: 2px;
}

/*
Forums
*/

.ForumPostUserArea
{
	background: #eee; 
	text-align: center;
	float: left;
	width: 25%;
	margin: 16px 0;
	padding: 4px;
	font-size: 80%;
}

.ForumPostUserArea ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ForumPostUserArea ul li
{
	padding: 0;
	margin: 0;
}

.ForumPostUserArea img
{
	margin: 4px 0;
}

.ForumPostContentArea
{
	float: left; 
	width: 73%;
	padding-left: 1%;
	border-top: 3px solid #eee;
	margin: 16px 0;
}

.ForumPostContentArea .CommonRelatedLinksList
{
	padding-bottom: 12px;
}

/*
Galleries
*/

.GalleryImageList
{
	list-style: none;
	margin:0;
	padding: 0;
}

.GalleryImageList li
{
	float:left;
	padding: 0;
	margin: 0;
	padding-right:2px;
}

/* 
Files
*/

.FileFilePropertiesArea
{
	border-top: solid 1px #ddd;
}

.FilePropertyName
{
	width: 20%;
	font-size: 80%;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	height: 36px;
}

.FileProperty
{
	width: 30%;
	font-size: 80%;
	border-bottom: solid 1px #ddd;
	height: 36px;
}


/*
Blogs
*/


/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#fff;
	border: solid 1px #302916; 
}

.CommonContextMenuItem
{
	background-color: #fff; 
	font-size: 90%; 
	border: solid 1px #fff; 
	cursor: pointer;
	padding: 3px;
}

.CommonContextMenuItemHover
{
	background-color: #302916; 
	color: #fff; 
	font-size: 90%; 
	border: solid 1px #302916; 
	cursor: pointer;
	padding: 3px;
}

/*
Inline Editor 
*/

.CommonInlineTagEditor
{
	padding: 4px;
	border: solid 1px #999;
	background-color: #f3f3f3;
}

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333;
	background-color: #eee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	color: #333;
	background-color: #ddd;
}

/* Sidebar */

.CommonSidebarArea
{
	padding: 0 0 12px 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.CommonSidebarRoundTop, .CommonSidebarRoundBottom
{
	height: 5px;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4,
.CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	border-left: solid 1px;
	border-right: solid 1px;
	height: 1px;
	overflow: hidden;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundBottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
.CommonSidebarRoundTop .r2, .CommonSidebarRoundBottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
.CommonSidebarRoundTop .r3, .CommonSidebarRoundBottom .r2 { margin: 0 2px; }
.CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1 { margin: 0 1px; height: 2px; }

.CommonSidebarHeader
{
	margin: 0 0 2px 0;
	padding: 2px 0 4px 0;
	border-bottom: solid 1px #999;
	font-weight: bolder;
	font-size: 100%;
	color: #666;
}

.CommonSidebarHeader a:link, .CommonSidebarHeader a:visited, .CommonSidebarHeader a:active
{
    text-decoration: none;
}

.CommonSidebarInnerArea
{
	border-left: solid 1px;
	border-right: solid 1px;
	padding: 0 8px 8px 8px;
	overflow: hidden;
	background: #eee;
	min-height: 109px;
	margin: 0;
}

.CommonSidebarContent
{
	font-size: 85%;
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #eee;
	border-color: #ccc;
}

.CommonSidebarFooter
{
	font-size: 85%;
	margin: 8px 0 0 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #ccc;
}

UL.CommonSidebarList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	margin-left: 16px;
	list-style-type: none;
}

OL.CommonSidebarList
{
	margin: 0;
	padding: 0;
}

OL.CommonSidebarList LI
{
    margin: 0 0 5px 20px;
}

LI.CommonSidebarRssListItem
{
    margin: 0 0 5px 16px;
	padding: 0 0 1px 0;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
}

.CommonDescription
{
	font-size: 90%;
	margin: 0 0 16px 0;
}

.CommonSidebarImage
{
	margin: 4px 0;
	padding: 3px;
	border: solid 1px #fff;
	background-color: #eee;
	text-align: center;
}

UL.CommonSidebarImageList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Tag Styles */

.CommonTagCloud
{
	background-color: #f7f7f7;
	padding: 16px 8px 16px 8px;
	margin: 0;
	color: #999;
	line-height: 250%;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0;
	padding: 0;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #000;
	font-size: 225%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #111;
	font-size: 175%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #222;
	font-size: 150%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #333;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #444;
	font-size: 100%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #555;
	font-size: 80%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	text-decoration: underline;
}

/* End Tag Styles */