/*==mod-container : holds all the modules together==*/
*{outline:none;}

#mod-container{
	position:relative;
	width:971px;
	float: left;
	margin:0;
	padding:0;
}
#mod-stats-container{
	position:relative;
	width:650px;
	float: left;
	margin:0;
	padding:0;
}
.mod-col{
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:320px;
	
}

.mod-col-alt{
	float:left;
	margin:0 0 0 0;
	padding:0;
	min-height:560px;
}
#sn_col2.mod-col{
	min-height:350px;
}
.mod-col .mod{
	float:left;
}
.mod-col1{
	float:left;
	margin:2px 20px 0 0;
	width:306px;
}
.mod-col2{
	float:right;
	clear:left;
	width:100%;
	background:#eee;
}
.mod-col3{
	width:459px;
	min-height:400px;
	float:left;
	margin-right:2px;
}
#sn_col2thirds {
	width:645px;
	margin:6px 6px 0 0;
	clear:left;
	background:transparent ;    
}

#sn_col2{
	margin: 0 0 0 9px;
}
#sn_col3{
	width: 319px;
	margin-left:0px;
}
#sn_col3 .mod{
	float:right;
}

#br_col1.mod-col-alt  {
	width: 168px;
}

#br_col2.mod-col-alt  {
	float: left;
	position:relative;
	width: 452px;
	min-height: 560px;
	margin:0 0 0 20px;
}
#br_col3.mod-col-alt {
	width: 300px;
	float: right;
}
#br_col3_308px, #br_col3_308px.mod-col-alt {
	width: 308px;
	float: right;
}
#br_col1_645px {
	width:645px;
	float: left;
}


/*===============================
Skinable
==========*/
.mod{
	font-size:11px;
	z-index:0;
	text-align:left;
	position:relative;
	float:left;
	width:308px;
	margin:4px 0;
	padding:0;
	/* background: url(http://www.dundermifflininfinity.com/images/dmi/mod_bg.gif) no-repeat center bottom; */
}

.mod168px {
	width:168px;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: .9em;
	z-index: 0;
	text-align:left;
	margin-bottom: 15px;
}

.mod452px {
	width:452px;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 90%;
	z-index: 0;
	text-align:left;
}

.modbody452px{
	padding: 5px;
}

.mod.full{
	float:left;
	width:100%;
}

#ad_rightcol300px {
	width:300px;
	float:right;	
}

.mod-leftside308px{
	font-size:90%;
	z-index:0;
	text-align:left;
	position:relative;
	float:left;
	width:308px;
	margin:6px 0;
	padding:0;
	background: #f2bb5e url(http://www.dundermifflininfinity.com/images/dmi/mod308px_bg.gif) no-repeat;
}

.full .mod-body{
	width:940px;
	padding:0 12px;
}
.mod.onethird{
	width:600px;
	margin:6px 6px 0 0;
	clear:left;
	background:transparent ;

	
}

.mod.onethird .mod-body{
	color:#3A5882;
	font-family:Verdana,sans-serif;
	width:585px;
	min-height: 245px;
	padding: 30px;

}
.mod-body{
	min-width:296px;
	position:relative;
	z-index:45;
	display:block;
	/*clear:both;*/
	float:left;
	padding: 10px 6px;
	line-height:16px;
			
}


.sn-mod-body{ 
	width:396px;
	position:relative;
	z-index:45;
	display:block;
	clear:both;
	padding: 10px 6px;
	background: #ffffff;

}

.mod-promo{
	float:left;
	width:auto;
	margin:6px 2px 15px 0;
	padding: 13px 13px;
	border:#ccc 1px solid;
}

.mod-ad{
	position:relative;
	float:right;
	width:303px;
	margin:6px 0;
	padding:0;
	border:2px #fff solid;
}
.mod-ad+.mod{
	float:right;
}
.mod-ad+.mod+.mod{
	clear: right;
	float: right;
}
h3.handle{
	color: #000;
	width:280px;
	font-weight:bold;
	font-size:120%;
	margin: 4px;
	padding:12px 10px;
	background:url(http://www.dundermifflininfinity.com/images/dmi/modh3_bg.gif) no-repeat;
}

.mod .mod-controls, .mod452px .mod-controls{
	position: absolute;
	right: 10px;
	top: 10px;

}
.mod .mod-controls a, .mod452px .mod-controls a {
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	height:24px;
	font-size:10px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
/*.mod .mod-controls a:hover{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin:5px 0 0 7px;
	height:32px;
}*/

.mod .mod-controls a.drag-me {
	display: none;
	cursor:move;
	width:21px;
	background:transparent url(http://www.dundermifflininfinity.com/images/dmi/move.gif) scroll no-repeat 0 0; 
}
.mod .mod-controls a.drag-me:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}
.mod .mod-controls a.edit-me{
	float:right;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999em;
	overflow:hidden;
	background:transparent url(http://www.dundermifflininfinity.com/images/dmi/edit.gif) scroll no-repeat 0 0; 
}
.mod .mod-controls a.edit-me:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}
.mod .mod-controls a.delete-me{
	float:right;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999em;
	overflow:hidden;
	width:30px;
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/deleteicon-gray-stroke.gif) scroll no-repeat 0 0; 
}
.mod .mod-controls a.delete-me:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}
.mod-pg{
	position:relative;
	display:block;
	float:left;
	clear:both;
	width:636px;
	_width: 634px;
	padding:7px 0px 3px;
	margin:0 4px 0 4px !important;
	margin: 0 0 -3px 3px;
	background:#fff;
	border-top:2px #ddd solid;
	border-bottom:1px #eee solid;
	font-size:110%;
}
.mod-body p {
	padding: 0px 15px;
}
.mod-body ul {
	display:block;
	margin:10px 0 10px 25px;
	padding:0 0 0 13px;
}
.mod-body ul li {
	list-style-type:square;
	margin:5px 0;
	padding:0;
}
.mod-body+.mod-pg{
	border-bottom:2px #ddd solid;
	border-top:none;
	margin-top:-3px;
}
.mod.half .mod-pg{
	width:452px !important;
	width:452px;
}
.mod-pg.sm{
	width:307px !important;
	width:305px; 
	margin:0 4px;
}
* html .sm{
	width:300px;
	margin:0 3px -3px;
}

.mod-pg span{
	float:left;
	clear:left;
	margin-left:4px;
}
.mod-pg .sn_title{
	font-weight:bold;
}
.mod-pg ul{
	float:right;
	display:block;
	margin:0 0 0px !important;
	padding:0;
	list-style:none;
}
.mod-pg ul li{
	margin:0;
	padding:0;
	display:inline;
}
.mod-pg ul li.title{
	margin-right:50px;
	float:left;
}
.onethird .mod-pg ul li.title{
	margin-left:-50%;
}
.mod-pg ul li.numbering{

}
.mod-pg ul li.continue{
margin:0 5px;
}
.mod-pg a:link{
	
}

.mod-foot{
	clear:both;
	text-align:right;
	margin: 15px 5px 2px 5px;
	font-size:90%;
}
 
.mod-linktop{
	clear:both;
	text-align:right;
	margin: 0px 5px 2px 5px;
	font-size:90%;
}

.mod-linkbottom{
	position: absolute;
	clear:both;
	text-align:right;
	right: 5px;
	bottom: 3px;
	color:#2e456e;
}
div.mod-linkbottom a,
div.mod-linkbottom a:visited{
	text-decoration: none;
	text-transform:uppercase;
	color:#2e456e;
	padding-top:4px;
	
}
div.mod-linkbottom a:active,
div.mod-linkbottom a:hover{
	color: #2e456e;
	text-decoration: underline;
}

.mod308px {
	width: 308px;
	clear:both;
	background: #fff;
}

.mod308px h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/308pxgreywhite_h3bg.gif) no-repeat;
}

.mod-linkleft{
    position: absolute;
    clear:both;
    text-align:left;
    left: 5px;
    bottom: 3px;
}

/* --Specific Modules===============*/
#sn_userinfo {
	background-color: transparent;
}
#sn_userinfo h3 {
	width: 288px;
	height: 14px;
	margin: 0px 0px 2px 0px;
	padding: 10px 10px;
	background: #f2bb5e url(http://www.dundermifflininfinity.com/images/dmi/mod308px_h3bg.gif) no-repeat;
}
#sn_userinfo div.mod-body {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/mod371px_bodybg.gif) no-repeat;
	z-index:45;
	/*height:371px;*/
	height:640px!important;
	/*_height: 380px !important;*/
	width:288px;
}
#sn_drag_inbox {
	background-color: #fff;
}
#sn_drag_inbox h3.handle{
	width: 308px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	text-indent: -5000px;
	background: transparent url(http://www.dundermifflininfinity.com/images/dmi/inboxh3_bg.gif) no-repeat;
	
}
#sn_drag_inbox div.mod-body {
	background: url(http://www.dundermifflininfinity.com/images/dmi/mod308px_bodybg.gif) no-repeat;
	z-index:45;
	height: 120px;
	margin: 0px 0px 5px 0px;
	border:1px solid #ff0000;
}

#sn_drag_schrutebucks {
	background-color: #a6e9c1;
}

#sn_drag_schrutebucks h3{
	background: url(http://www.dundermifflininfinity.com/images/dmi/schrutebucksh3_bg.gif) no-repeat;
	width: 308px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}

#sn_drag_schrutebucks div.mod-body {
	/*height: 75px;*/
	height:175px;
	margin: 0;
	background: url(http://www.dundermifflininfinity.com/images/dmi/schrutebucks_footer.gif) no-repeat right bottom;
}

#sn_drag_whatsnew {
	background-color: #f7f098;
}

#sn_drag_whatsnew h3 {
	background:  url(http://www.dundermifflininfinity.com/images/dmi/whatsnewh3_bg.gif) no-repeat;
	width: 308px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}

#sn_drag_whatsnew div.mod-body {
	height:110px;
	width: 300px;
	margin: 0;
	padding: 5px;
}

#sn_drag_whatsnew div.mod-body p {
	font-size: 11px;
}

#sn_drag_myofficefaves {
	background-color: #ffcaca;
	display:block;
	float:left;
	clear:both;
}
#sn_drag_myofficefaves h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/favesh3_bg.gif) no-repeat;
	width: 308px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#sn_drag_myofficefaves div.mod-body {
	position:relative;
	/*height: 80px;*/
	height:183px!important;
	margin: 0;
	background: url(http://www.dundermifflininfinity.com/images/dmi/theoffice_pinkbg.gif) no-repeat right bottom;
}

#sn_drag_myofficefaves div.mod-body p {
	margin-top: 0;
	font-size:11px;
}

#sn_drag_favco{
	background-color: #fff3d2;
}

#sn_drag_favco h3 {
	background:  url(http://www.dundermifflininfinity.com/images/dmi/favecoh3_bg.gif) no-repeat;
	width: 308px;
	height: 34px;
	margin: 0px;
	padding: 0px; 
	text-indent: -5000px;
}

#sn_drag_favco div.mod-body {
	min-height: 157px;
	margin: 0;
}

* html #sn_drag_favco div.mod-body {
    height: 157px;
}

#sn_drag_mission{
	background-color: #fff;
	float: right;
}
#sn_drag_mission h3{
	width:  308px;
	height: 34px;
	background: url(http://www.dundermifflininfinity.com/images/dmi/missionh3_bg.gif) no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
#sn_drag_mission .edit-me {
	visibility: hidden;
}

#sn_drag_photo{
	background-color: #fff;
	float: right;
	margin-top:0!important;
}
.photo_tab, .video_tab{
	float:left;
	width:154px;
	height:40px;
	text-indent:-9999em;
	display:block;
	background: url(http://www.dundermifflininfinity.com/images/dmi/video_photos_tab.gif) 0 -40px no-repeat;
}
.photo_tab{
	background-position: -154px 0;
}

.video_tab:hover, .video_tab.on{
	background-position: 0 0;
	_width:154px;
}


.photo_tab:hover, .photo_tab.on{
	background-position: -154px -40px;
	_width:154px;
}


#sn_drag_photo h3{
	width:  308px;
	height: 34px;
	/*background: url(http://www.dundermifflininfinity.com/images/dmi/photoh3_bg.gif) no-repeat;*/
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#sn_drag_welcome_message{
	background-color: #fff;
	float: right;
}
#sn_drag_welcome_message h3{
	width:  308px;
	height: 34px;
	background: url(http://www.dundermifflininfinity.com/images/dmi/welcomeh3_bg.gif) no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#sn_drag_video{
	background-color: #fff;
	/*height: 135px;*/
	height:174px;
	float: right;
	margin-top:0!important;
}
#sn_drag_video h3{
	width:  308px;
	height: 34px;
	/*background: url(http://www.dundermifflininfinity.com/images/dmi/videoh3_bg.gif) no-repeat;*/
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#sn_drag_comment {
	background-color: transparent;
	display:block;
	float:left;
	/*height:150px;
	_height:390px;*/
	_margin-top:30px;
}
#sn_drag_comment h3 {
	width: 288px;
	height: 14px;
	margin: 0px;
	padding: 10px 10px;
	text-indent: -5000px;
	background: #999 url(http://www.dundermifflininfinity.com/images/dmi/commentsh3_bg.gif) no-repeat;
}


#sn_drag_comment div.mod-body {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/mod_bg.gif) no-repeat bottom;
	margin: 0px;
	/*min-height: 94px;*/
	height:160px;
	width:296px;
}

#sn_drag_comment p{

	color: #000;
}
#sn_drag_comment a {
color:#2e456e;
}
#sn_drag_comment p.username {
	float: left;
	margin:0;
	font-weight:800;
	font-size: .8em;
}

#sn_drag_comment p.timestamp {
	float: right;
	margin:0;
	font-weight:800;
	font-size: .8em;
}

#sn_drag_comment p.commenttext{
	font-size: 7.5pt;
	clear:both; 
	margin-top:0px; 
	padding-top:0px
}

#sn_comment {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/452px_footerbg_wht.gif) no-repeat bottom;
	width: 452px;
	min-height: 492px;
}

#sn_comment h3 {
	width: 452px;
	height: 22px;
	text-indent: -5000px;
	padding: 9px 0px 3px;
	background: #999 url(http://www.dundermifflininfinity.com/images/dmi/commentsh3_452pxbg.gif) no-repeat;
}

.sn_comments_container {
	width: 426px;
	padding: 10px 10px;
}

#sn_comment div.mod-body {
	margin: 0px;
}

#sn_commentPaginationTop, #sn_commentPaginationBottom {
	width: 442px;
	background: #fff;
	padding:7px 0px 3px;
}

div#sn_favco452px div#sn_pagination.mod-pg {
	width: 444px;
}

#sn_drag_mydesktop {
	float:left;
	background-color: transparent;
	/*clear:both;
	height:300px;*/
	width:971px;
	_margin-top:240px;
}
#sn_drag_mydesktop h3 {
	width: 951px;
	height: 14px;
	margin: 0px 0px 2px 0px;
	padding: 10px 10px;
	text-indent: -5000px;
	background: url(http://www.dundermifflininfinity.com/images/dmi/mydesktop_h3bg.gif) no-repeat;
}
#sn_drag_mydesktop div.mod-body {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/mydesktop_bodybg.gif) no-repeat;
	width: 971px;
	margin: 0px;
	/*padding: 6px 3px;*/
	padding:0px!important;
}


#sn_photo {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/452px_footerbg_wht.gif) no-repeat bottom;
	width: 452px;
	min-height: 492px;
}

#sn_photo h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/photoh3_452pxbg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#sn_displayphoto {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/452px_footerbg_wht.gif) no-repeat bottom;
	width: 452px;
	min-height: 292px;
}

#sn_displayphoto h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/452pxgreywhite_h3bg.gif) no-repeat;
	width: 452px;
	text-indent: 10px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#sn_messagebox{
	margin-left: 17px;
}

#sn_companydirectory {
	background: #f4e9d7 url(http://www.dundermifflininfinity.com/images/dmi/companydirectory_bgftr.gif) no-repeat;
	width:645px;
	min-height:691px;
	_height:691px;
}

#sn_companydirectory h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/companydirectory_h3bg.gif) no-repeat;
	text-indent:-9999px;
	height: 34px;
	width: 645px;
	padding: 0;
	margin-bottom: 10px;
}
#sn_companydirectory p {
	margin: 0 0 10px 10px;
}

/*=====================BRANCH MODULES====================*/
#br_userinfo {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/168px_footerbg_fff.gif) no-repeat bottom;
	height: 492px;
}
#br_userinfo h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/branchname_h3_bg.gif) no-repeat;
	width: 160px;
	height: 18px;
	margin: 0px;
	padding: 9px 0px 11px 8px;
}

#br_userinfo div h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/branchname_h3_bg.gif) no-repeat;
	font-size: .9em;
	width: 160px;
	height: 18px;
	margin: 0px;
	padding: 9px 0px 11px 8px;
}

#br_userinfo p#date {
	font-size: .8em;
	padding: 0 .7em;
}
#br_userinfo hr {
	margin:0;
}

#br_latestpoll {
	background: url(http://www.dundermifflininfinity.com/images/dmi/latestpoll_body_bg.gif) no-repeat bottom;
	
}
#br_latestpoll h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/latestpoll_h3_bg.gif) no-repeat;
	width: 141px;
	height: 18px;
	margin: 0px;
	text-indent: -9999px;
	padding: 9px 16px 11px 11px;
}
#br_latestpoll h4 {
	color: #5c9874;
	margin: 0;
	font-size: .95em;
}

#br_editpoll {
	background: url(http://www.dundermifflininfinity.com/images/dmi/latestpoll_body_bg.gif) no-repeat bottom;
	height: 366px;
}
#br_editpoll h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/editpoll_h3_bg.gif) no-repeat;
	width: 141px;
	height: 18px;
	margin: 0px;
	text-indent: -9999px;
	padding: 9px 16px 11px 11px;
}
#br_editpoll h4 {
	color: #5c9874;
	margin: 0;
}

#br_bstatistics {
	background: #f7f098 url(http://www.dundermifflininfinity.com/images/dmi/452px_footerbg_yel.gif) no-repeat bottom;
	height: 138px;
}

#br_bstatistics h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/bstatistics_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#br_hireemp {
		background: #ffcaca url(http://www.dundermifflininfinity.com/images/dmi/223px_footerbg_pink.gif) no-repeat bottom;
	height:110px;
	width: 223px;
}

#br_hireemp h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/hireemp_h3_bg.gif) no-repeat;
	width: 223px;
	text-indent: -9999px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#br_empweek {
		background: #f7f098 url(http://www.dundermifflininfinity.com/images/dmi/223px_footerbg_yellow.gif) no-repeat bottom;
	height:110px;
	width: 223px;
}

#br_empweek h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/empweek_h3_bg.gif) no-repeat;
	width: 223px;
	text-indent: -9999px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#br_rdiscussion {
	background: #e8d8e9 url(http://www.dundermifflininfinity.com/images/dmi/recentdisc_footerbg.gif) no-repeat bottom;
	height: 335px;
}

#br_rdiscussion h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/rdiscussion_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#br_bemployee {
	background: #ffe6bf url(http://www.dundermifflininfinity.com/images/dmi/brchemply_footerbg.gif) no-repeat bottom;
	min-height: 366px;
}

#br_bemployee h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/bemployee_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0px;
	height: 22px;
	padding: 9px 0px 3px;
	
}


#br_compatibleresults h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/compatible_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0px;
	height: 22px;
	padding: 9px 0px 3px;
	
}

#br_compatibleresults {
	background: #ffe6bf no-repeat bottom;
	min-height: 366px;
}


#br_actingmanagers {
	background: #ffe6bf url(http://www.dundermifflininfinity.com/images/dmi/brchemply_footerbg.gif) no-repeat bottom;
	min-height: 366px;
}

#br_actingmanagers h3{
	background: url(http://www.dundermifflininfinity.com/images/dmi/actingmanagers_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0px;
	height: 22px;
	padding: 9px 0px 3px;
}


#br_bpemployee {
	background: #c3e9f7 url(http://www.dundermifflininfinity.com/images/dmi/pendingbrnch_footerbg.gif) no-repeat bottom;
	min-height: 366px;
}


#br_bpemployee h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/bpemployee_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0px;
	height: 22px;
	padding: 9px 0px 3px;
}

#br_forum {
	background: #e8d8e9 url(http://www.dundermifflininfinity.com/images/dmi/recentdisc_footerbg.gif) no-repeat bottom;
}
#br_forum h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/branchforum_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0px;
	height: 22px;
	padding: 9px 0px 3px;
}
div#br_forum.mod452px div#sn_blogPaginationTop.mod-forumPostsResults,
div#br_forum.mod452px div#sn_blogPaginationBottom.mod-forumPostsResults {
	margin-left:10px;
	margin-top: 15px;
	
}
	
div#br_forum.mod452px div#sn_blogPaginationBottom.mod-forumPostsResults {
	border-top: 1px solid #fff;
	margin-bottom: 15px;
}


div#br_forum.mod452px div#sn_blogPaginationTop.mod-forumPostsResults span,
div#br_forum.mod452px div#sn_blogPaginationBottom.mod-forumPostsResults span {
	display: inline;
}

div#br_forum.mod452px div#sn_blogPaginationTop.mod-forumPostsResults ul,
div#br_forum.mod452px div#sn_blogPaginationBottom.mod-forumPostsResults ul  {
	display: inline;
	margin: 0px;
	
}
div#br_forum.mod452px div#sn_blogPaginationTop.mod-forumPostsResults ul li,
div#br_forum.mod452px div#sn_blogPaginationBottom.mod-forumPostsResults ul li {
	list-style-type: none;
	display: inline;

}
div#br_forum.mod452px div#sn_blogPaginationTop.mod-forumPostsResults ul li.continue,
div#br_forum.mod452px div#sn_blogPaginationBottom.mod-forumPostsResults ul li.continue {
	margin-left: 310px;
}

div#blog-comments h3{
	background: url(http://www.dundermifflininfinity.com/images/dmi/branchforum_reply_h3bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
}

div#blog-comments_container {
	background: #e8d8e9 url(http://www.dundermifflininfinity.com/images/dmi/recentdisc_footerbg.gif) no-repeat bottom;;
}

div#blog-comments div#sn_comments_container {
	width: 430px;
}

 
#br_managebforum h3 {
	height: 34px;
	width: 645px;
	text-indent:  -5000px;
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent url(http://www.dundermifflininfinity.com/images/dmi/managebranchforum_h3_bg.gif) no-repeat;
}

#sn_manager_blog.mod-body {
	background: #e8d8e9 url(http://www.dundermifflininfinity.com/images/dmi/645px_bmanager_topbg.gif) no-repeat top;
}

#br_managebforum #forumbody {
	background: #e8d8e9 ;
	padding:30px;
	width: 585px;
	display: block;
	clear: both;
	margin: 0;
}

#br_archives{
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/300pxfffbg_footercorner.gif) no-repeat bottom;
	height: 240px;
	clear: right;
	
}
#br_archives h3{
	width:  308px;
	height: 34px;
	background: url(http://www.dundermifflininfinity.com/images/dmi/archives_h3_bg.gif) no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
#br_groupmember {
	background: #ffe6bf url(http://www.dundermifflininfinity.com/images/dmi/brchemply_footerbg.gif) no-repeat bottom;
	height: 366px;
}
#br_groupmember h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/groupmember_h3_bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0px;
	height: 22px;
	padding: 9px 0px 3px;
}

/*========= GAMES ===============*/

#sn_games {
	width:645px;
	margin-bottom:15px;
	clear: left;
	background: #ffffff url(http://www.dundermifflininfinity.com/images/dmi/645pxmod_footer_white.gif) no-repeat bottom;
}

#sn_games h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/games_h3_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
	_height:50px;
}


/*========= TASKS ===============*/
#sn_tasks, #sn_previous_tasks {
	color:#3A5882;
	font-family:Verdana,sans-serif;
	width:645px;
	line-height:inherit;
	margin-bottom:15px;
	clear: left;
	background: url(http://www.dundermifflininfinity.com/images/dmi/645pxmod_footer_white.gif) bottom;
	background-repeat: no-repeat;
	text-align:left;
}
#sn_tasks h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/tasks_h3_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
	_height:50px;
}
#sn_previous_tasks h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/tasks_previous_h3_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
}
#sn_instructions {
	background: #d5d5d5 url(http://www.dundermifflininfinity.com/images/dmi/instructions_footer_bg.gif) no-repeat bottom;
	min-height: 192px;
	float:right;
	margin:20px 0 0 0;
}

#sn_instructions2 {
	background: #d5d5d5 no-repeat bottom;
	min-height: 142px;
	float:right;
	margin:20px 0 0 0;
}

#sn_instructions, #sn_instructions2 h3 {
	width:  308px;
	height: 34px;
	_height:50px;
	background: url(http://www.dundermifflininfinity.com/images/dmi/instructions_h3_bg.gif) no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;	
}
#sn_instructions, #sn_instructions2 p {
	color: #000;
	width: 260px;
	font-size: .7em;
	padding: 0 6px;
	margin-bottom: 100px;
}
#sn_vote_branch, #sn_vote_final, #sn_vote_finalists {
	width:645px;
	margin-bottom:15px;
	clear: left;
	background: #ffffff url(http://www.dundermifflininfinity.com/images/dmi/645pxmod_footer_white.gif) no-repeat bottom;
}
#sn_vote_branch h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/voting_branch_h3_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
	_height:50px;
}
#sn_vote_final h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/voting_final_h3_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
	_height:50px;
}


#sn_vote_finalists h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/finalists_h3_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 34px;
	_height:50px;
}

#tasklist td {
	font-size:11px;
	padding-bottom:10px;
}
#tasklist h4 {
	font-size:12px;
	font-weight:bold;
}

/*--elements inside the mods--*/
.mod a, .mod a:link, .mod a:visited {
	color:#2e456e;
	text-decoration: none;
}
.mod a:hover {
	color:#2e456e;
	text-decoration:underline;
}
/*===============================
end of skinable
==========*/

/* Individual Module Pages */
#sn_favco h3.handle {
	width: 645px;
	height: 34px;
	text-indent:  -5000px;
	margin: 0;
	padding: 0;
	background: transparent url(http://www.dundermifflininfinity.com/images/dmi/favecoh3_m_bg.gif) no-repeat;
	visibility: visible;
}
#sn_favco h4#sn_panel_uploaded,#sn_favco h4.man-act {
	width: 645px;
	height: 34px;
	text-indent:  -5000px;
	margin: 0;
	padding: 0;
	background-image: url(http://www.dundermifflininfinity.com/images/dmi/mycoh3_m_bg.gif);
}
#sn_favco .mod-body {
	background: #fff3d2;
}

#sn_favco452px {
	background: #fff3d2 url(http://www.dundermifflininfinity.com/images/dmi/452px_footerbg_lightyel.gif) no-repeat bottom;
	width: 452px;
	min-height: 492px;
}
#sn_favco452px h3 {
	width: 452px;
	height: 22px;
	text-indent: -5000px;
	padding: 9px 0px 3px;
	background: #999 url(http://www.dundermifflininfinity.com/images/dmi/favecoh3_452pxbg.gif) no-repeat;
}


#sn_myofficefaves h3.handle {
	width: 645px;
	height: 34px;
	_height:50px;
	text-indent:  -5000px;
	margin: 0;
	padding: 0;
	background: transparent url(http://www.dundermifflininfinity.com/images/dmi/favesh3_m_bg.gif) no-repeat;
	visibility: visible;
}

#sn_myofficefaves .mod-body {
	background: #ffcaca;
}
/*==module navigation==*/
#sn_tabbed{
	background:#bfc3cb;
	position:relative;
	float:left;
	clear:both;
	list-style-type:none;
	margin:0 0 -2px 8px;
	width:90%;
	padding:0 0 0 0;
	border-bottom:1px #fff solid;
}
* html #sn_tabbed{
	margin-bottom:-14px;
}
#sn_tabbed li{
	float:left;
	display:inline;
	margin:0 2px;
	border-bottom:none;
}
#sn_tabbed li a:link, #sn_tabbed li a:visited{
	float:left;
	z-index:44;	
	padding:6px 5px 8px;
	color:#444;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
}
#sn_tabbed li a:hover{
	color:#444;
	position:relative;
	z-index:100;
	margin:-2px 0 0 0;
	border-bottom:2px #bca0bf solid;
}
#sn_tabbed li a.tabselected{
	background: #fff;
	color:#000;
	position:relative;
	z-index:50;
	margin:-2px 0 0 0;
	border-bottom:2px #bca0bf solid;
}

/*==Special mod==*/
.mod .comm{
	overflow:hidden;
}
.mod .comm .mod-body, .comm .sn_blog-content{
	height:350px;
	overflow:hidden;
}
.comm .mod-foot{
	position:relative;
	display:block;
	background:#ccc;
	cursor: s-resize;
	cursor: n-resize;
	background:transparent url(http://www.dundermifflininfinity.com/images/resize.gif) scroll no-repeat 50% 0;
}
/*==mod thumbs==*/
ul.sn_showthumb{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:296px;
}
#sn_myphotos ul.sn_showthumb{
margin-left:15px;	
}
ul.sn_showthumb li{
	display:block;
	float:left;
	list-style:none;
	/*width:80px;*/
	margin:6px 11px;
	overflow:hidden;
}
ul.sn_showthumb li a{
	font-size:80%;
}
ul.sn_showthumb li a.anc_th {
	float:left;
	width:58px;
	height:58px;
	overflow:hidden;
	padding:2px;
	border:1px #ccc solid;
	text-align:center;
	margin-left: 8px;
}
ul.sn_showthumb li a.anc_th img{
}

.mod.onethird ul.sn_showthumb{
	margin-top:8px;
	margin-left:8px;
}
.mod.onethird ul.sn_showthumb li{
	margin:0 9px;
}
#sn_myvids ul.sn_showthumb li{
	width:108px;
	margin:7px 0;
}
#sn_man_vid ul.sn_showthumb li{
	width:93px;
	margin:3px 5px;
	font-size:90%;
}

ul.sn_showthumb li p{ 
	margin:0 0 3px 10px;
	padding:0px;
}
ul.sn_showthumb li img{
}
ul.sn_showthumb li img.sn_video_thumb{
	width:58px;
	height:58px;
	float:left;
}
ul.sn_showthumb li.fixed_thumb_nolink {
	width:120px;
}


ul.sn_showthumb li.fixed_thumb_nolink a{

}

ul.sn_showthumb li.fixed_thumb_nolink p {
	float:left;
}


ul.sn_showthumb li img.sn_people_thumb{
	width:58px;
	height:58px;
}
ul.sn_showthumb li.sn_nbc_gen{
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_peacock.gif) scroll no-repeat 100% 50px;
}
ul.sn_showthumb li.sn_user_gen{
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_ugc.gif) scroll no-repeat 79% 50px;
}
ul.sn_showthumb li.sn_rewind_gen{
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_rewind.gif) scroll no-repeat 79% 50px;
}
.nbc_gen{
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_peacock.gif) scroll no-repeat 130px 20px;
}
.user_gen{
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_ugc.gif) scroll no-repeat 130px 20px;
	}
.rewind_gen{
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_rewind.gif) scroll no-repeat 130px 20px;
	}
/* rf added 7/11/07 start */
ul.sn_showthumb li.fixed_thumb_nolink {
	height: 108px;
}


ul.sn_showthumb li.fixed_thumb_link {
	height: 108px;
}

ul.sn_showthumb li.dragme p {
	width: 81px;
	padding:0px;
	margin:0px;
}

div#sn_featured_videos.sn_featured_select p {
	clear: both;
	text-align: left;
	margin-left: 5px;
}
div#sn_featured_videos ul.sn_showthumb li.fixed_thumb_nolink {
	width:80px;
	text-align: center;
	height: 108px;
}

div#sn_featured_videos ul.sn_showthumb li.dragme {
	width:80px;
	text-align: center;
	height: 108px;
}
div#sn_featured_videos ul.sn_showthumb li.dragme p{
	width:80px;
	text-align: center;
	height: 108px;
	margin: 0px;
}
div#sn_uploaded_thumbs_container ul#sn_uploaded_thumbs li {
	text-align: center;
}

/* rf added 7/11/07 end */
ul#sn_setnav{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
}
ul#sn_setnav li{
	display:block;
	padding-left: 5px;
	list-style-type:none;
}

li#sn_accountsettings{
	background: url(http://www.dundermifflininfinity.com/images/icons/icon_accountsettings.gif) right no-repeat;
}
li#sn_addthismember{
	background: url(http://www.dundermifflininfinity.com/images/icons/icon_invitepeople.gif) right no-repeat;
}
li#sn_flagthismember{
	background: url(http://www.dundermifflininfinity.com/images/icons/icon_flag.gif) right no-repeat;
}
li#sn_blockthismember{
}

ul#sn_setnav li a{
	background: transparent;
	width:85%;
	display:block;
	padding:5px;
	font-size: 110%;
	text-decoration:none;
	color: #898989;
	font-style: italic;
}
ul#sn_setnav li a:hover{
	background: url(http://www.dundermifflininfinity.com/images/dmi/orangegrad_bg.gif) repeat-y;
	color: #2f476d;
	font-style: italic;
	font-weight: bold;
}

ul#sn_setnavsmall li a:hover{
	background: url(http://www.dundermifflininfinity.com/images/dmi/orangegrad_bg.gif) repeat-y;
	color: #2f476d;
	font-style: italic;
	font-weight: bold;
}

ul#sn_setnav a#sn_set-invite{	background: url(http://www.dundermifflininfinity.com/images/icons/icon_invitepeople.gif) scroll no-repeat 100% 50%;}
ul#sn_setnav a#sn_set-view-invite{	
	background: url(http://www.dundermifflininfinity.com/images/icons/icon_pendinginvite.gif) scroll no-repeat 100% 50%;
}
ul#sn_setnav a#sn_set-view-req{
	background: url(http://www.dundermifflininfinity.com/images/icons/icon_pendingrequest.gif) scroll no-repeat 100% 50%;
}

/*==mod insides==*/

.sn_view1 .mod-col{
	width:647px;
	margin:0 5px 0 0;
}
.sn_view2 .mod-col{
	width:316px;
	margin:0;
	float:left;
}
.sn_view2 .mod.onethird{
	margin-right:0;
	margin-left:4px;
	float:right;
	width:645px;
}

.sn_view3 .mod.small{
	width:180px;
	margin-right:5px;
}

.sn_view3 .mod.in-col{
	float:right;
	clear:right;
	margin:0;
}
.mod.small .mod-body{
	width:158px;
}
.sn_view3 .mod.half{
	width:460px;
	margin-right:0px;
}
.mod.half .mod-body{
	width:438px;
}
.mod.half #sn_form{
	width:452px;
}
.mod-body-profile img {
	position: absolute;
	float: left;
	left: 7px;
}

.mod-body-profile hr {
	margin-top: 15px;	
}
.mod-body-profile p{
	margin: 0px;
}
.mod-body-userinfo img {
	position: static;
	margin:9px;
}

.mod-body-brstat-avatar{
	text-align:center; 
	float:right; 
	border-left:1px solid #bfb867; 
	padding:0px 0px 0px 5px; 
	margin-top:-4px;
}
#modbody_regionalmgrbox {
	background:#f2bb5e url(http://www.dundermifflininfinity.com/images/dmi/orangebox_rcorners.gif) no-repeat right;
	width:150px;
	height:50px;
	margin-left:9px;
}
.mod-body-452px {
	padding: 10px;
}

div.viewall_recentdiscuss {
	position:absolute; 
	top: 315px; 
	left:190px;
}
div.viewall_branchemployee{
	position:absolute; 
	bottom: 2px; 
	left:345px;
}
div.viewall_favcoworkers {
	position:absolute;
	right:6px;

	bottom: 4px;
}
div.viewall_recentdiscuss a, 
div.viewall_branchemployee a,
div.viewall_favcoworkers a{
	color: red;
}

#mod-body-latestpoll {
	background: #ffffff url(http://www.dundermifflininfinity.com/images/dmi/latestpoll_body_bg.gif) no-repeat bottom;
	padding: 8px;
}
#mod-body-latestpoll p{
	margin-left: 6px;
}
#mod-body-latestpoll ul {
	margin-left: -14px;
}
#mod-body-latestpoll li {
	margin-left: 0;
	list-style-type:none;
	font-size: .85em;
}

.totalstopright {
	float:left; 
	margin: 10px 15px 0px 5px;
}

dl.vid-list {
	float:left;
	margin:2px 0;
	padding:0;
	display:inline;
}
.vid-list dt{
	float:right;
	width:224px;
	margin:0;
	padding:0;
	font-weight:bold;
}

.vid-list dd.dl-img{
	float:left;
	margin:0 0px 0 0;
	width:69px;
	overflow:hidden;
}
.vid-list dd.dl-img img{
	margin:2px;
	padding:2px;
	border:1px #ccc solid;
	}
.vid-list dd{
	margin:0 0 0 6px;
	padding:0;
	display:block;
}
.mod.sso-in{
	height:auto;
}
.mod.sso-in .mod-body{
	padding-top:12px;
	padding-bottom:10px;
}
.mod.about ul{
	float:left;
	margin:0;
	list-style:none;
}
.mod.about ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#sn_photo_info{
	border-top:2px #ccc solid;
	padding:10px 0;
	margin:5px 0;
}
#sn_photo_info ul.sn_what-todo{
	margin:0 0 12px;
	padding:0 0 0 16px;
	float:left;
	display:inline;
	list-style-type:none;
}
ul.sn_what-todo li{
	display:inline;
	list-style-type:none;
	margin:0;
}
ul.sn_what-todo li a:link, ul.sn_what-todo li a:visited{
	text-decoration:none;
	padding:4px 7px;
	background:#eee;
}
ul.sn_what-todo li a:hover{
	color:#000;
}
#sn_photo_info, #sn_video_info{
	position:relative;
}

#sn_photo_info h4{
	float:left;
}
#sn_photo_info p{
	clear:both;
}
#sn_photo_info_control{
	float:right;
}
ul.sn_mod_listarchive{
	list-style-type:none;
}
ul.sn_mod_listarchive li{
	list-style-type:none;
}
ul.sn_mod_listarchive li a:link, ul.sn_mod_listarchive li a:visited{
	color:#0054a6;
	font-size:120%;
}

dd p{
	margin:2px 0;
}
dl, dd{margin:6px 0; padding:0;}

table.displayusergrid td {
	text-align:center; 
	width:90px; 
	height:90px;
	padding-bottom:15px;
}

.displayusername {
	width:89px;
	overflow:hidden;
	display:block
}

#br_userinfo div#profile-container {
	margin: 10px;
}

/*==tags==*/
.sn_tags{
	font-size:110%;
}
.mod .sn_tags span a, .mod .sn_tags a:visited{
	text-decoration:none;
	color:#0054a6;
}
.mod .sn_tags span a:hover, .mod .sn_tags a:active{
	color:#999;
}
span.tag_dg1 a{}
span.tag_dg2 a:link{color:#1b6bbb;}
span.tag_dg3 a{color:#2b78c1;}
span.tag_dg4 a:link{color:#498ccc;}
span.tag_dg5{color:#98c3ec;}
span.tag_dg6{}
span.tag_dg7{}
span.tag_dg8{}
span.tag_dg9{}
span.tag_dg10{}
span.tag_dg11{}
span.tag_dg12{}


/*==Vid upload==*/
#sn_man_vid input{
	font-size:120%;
}
span.search-result-num{
	float:left;
	font-weight:bold;
	margin:9px 18px;
}
#sn_searchform{
	width:auto;
	display:block;
	float:right;
	clear:right;
	margin:0 0 5px;
	background:#eee;
}
#sn_man_vid textarea{
	font-size:130%;
	font-family:arial;
}
#sn_uploadVid1{
	font-size:130%;
	background:#eee;
	padding:2px;
}

.flash-update{}

/*==misc items==*/

.thumb-results{
	display:block;
	float:left;
	width:200px;
	height:80px;
	overflow: hidden;
	margin:10px 10px 10px 20px;
	padding:7px;
	border:1px #eee solid
}
.thumb-results img{
	float:left;
}
.thumb-results dl{
	float:left;
	margin:0 0 0 5px;
	width:128px;
}
.thumb-results dl dt{font-weight:bold;}
h4.man-act{
	display:block;
	padding:4px 3px 4px 18px;
	background:#fff url(http://www.dundermifflininfinity.com/images/icons/pulldown1.gif) scroll no-repeat 4px 50%;
	margin:5px 3px 0;
	cursor: pointer;
	border-bottom:1px #ddd solid;
}
.sn_thumb-info{
	display:block;
	float:left;
}
.sn_featured_select{
	float:left;
	width:90%;
	height:auto;
	min-height:100px;
	margin:2% 0 10px 2%;
	padding:10px;
	text-align:center;
	border:2px #ccc solid;
	background:transparent url(http://www.dundermifflininfinity.com/images/dropgrad.gif) scroll repeat-x 0 -65px;
}
div#sn_blog-preview{
	width:80%;

	margin:5px 0 0 40px;
	padding:6px 10px;
}
* html #sn_featured_select{
margin:0 0 0 60px;
}
#sn_featured_select h4{
	float:left;
}
#sn_featured_select ul{
	float:none; 
	margin:0 auto;
}
#sn_featured_select ul li{
	margin:0;
}
#sn_featured_select.beinghover{
	border:1px #ff0000 solid;
}

.sn_flagit{
	padding-right:20px;
	padding-top:3px;
	text-decoration:none;
	background:transparent url(http://www.dundermifflininfinity.com/images/icons/icon_flag.gif) scroll no-repeat 100% 0;
}
div.sn_th_view1{
	float:left;
	margin:5px;
	padding:0;
	display:block;
	width:130px;
	clear:both;
	text-align:center;
}
div.sn_th_view1 img{
margin:0 auto;
}
div.sn_th_view1 ul{
	text-align:left;
	float:right;
	list-style-type:none;
	padding:0;
	margin:0;
}
div.sn_th_view1 ul li{
	margin:2px 0;
	padding:0;
	list-style-type:none;
}
.sn_mod-form{
	width:452px;
	float:left;
	margin:0 4px 0 4px;
	background:#fff;
}
.sn_mod-form p{
	margin:0;
}

.groupmember_form {
	width:452px;
	float:left;
}
select#sn_branch_manager_option {
	width: 315px;
}


#sn_submit_new{
	display:none;
	padding:5px;
	background:#fff url(http://www.dundermifflininfinity.com/images/modbg.gif) scroll repeat-x 0 -8px;
	border:2px #ccc solid;
	width:250px;
	position:absolute;
	right:70px;
	top:20px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
#sn_submit_new form input{
	margin:0;
	padding:0;
}
span#closemex{
	position:absolute;
	top:0;
	right:2px;
	cursor:pointer;
}
#sn_photo_addnew{
}
#sn_img_holder{
	text-align:center;
}

#scrollup{
	height:85px;
}
#headline{
	overflow:hidden;
}
#sn_avatarprofile{
	float:left;
	text-align:center;
	overflow:hidden;
	width:146px;
	height:146px;
	margin-left: 8px;
	margin-bottom: 16px;
}
/*.small #sn_avatarprofile{
	width:140px;
} */
.sn_dis_list{
	position:relative;
	float:left;
	clear:both;
	width:350px;
	border-bottom:2px #eee solid;
	margin: 18px;
	padding:15px 0px 0px;
}
.sn_dis_list img{
	float:left;
	clear:left;
	border:1px #ccc solid;
	margin:0 10px 0 0;
}
img.com-ava{
	float:left;
}
.sn_dis_inner{
	float:right;
/*	width:85%; */
}
#photo-comments .sn_dis_inner{
	float:right;
	width:82%;
}
#photo-comments .sn_dis_inner img{
	float:left;
}
.sn_dis_inner p{
	clear:both;
}
.com-elements{
	position:absolute;
	right:0;
	bottom:10px;
}
h3.list-title{
	margin:0;
	padding:0;
	clear:both;
}
/*==photo crop css==*/
#sn_imgcrop_instruct{
	display:none;
}

/*--elements inside the mods--*/
.mod a:link, .mod a:visited{
	color:#2e456e;
	text-decoration:underline;
}
.mod a:hover{
	color:#2e456e;
	text-decoration:none;
}
/*===============================
end of skinable
==========*/

/*==Special mod==*/
.mod .comm .mod-body, .comm .sn_blog-content{
	height:190px;
	overflow:hidden;
}

/*==mod thumbs==*/


ul#sn_setnavsmall{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
}
ul#sn_setnavsmall li{
	font-size: .9em;
	padding: 1px;
	margin-left: 10px;
	list-style-type: none;
}
ul#sn_setnavsmall a, ul#sn_setnavsmall a:visited {
	color: #898989 ;
	font-weight: bold;
	font-style: italic;
	
}
/*==mod insides==*/

.sn_dis_list{
	position:relative;
	float:left;
	clear:both;
	width:97%;
	border-bottom:2px #eee solid;
	padding:12px 0 0;
}
.sn_dis_list img{
	float:left;
	clear:left;
	border:1px #ccc solid;
	margin:0 10px 0 0;
}
img.com-ava{
	float:left;
}
.sn_dis_inner{
	float:right;
/*	width:85%; */
	margin-bottom: 25px;
}
#photo-comments .sn_dis_inner{
	float:right;
	width:82%;
}
#photo-comments .sn_dis_inner img{
	float:left;
}
.sn_dis_inner p{
	clear:both;
}
.com-elements{
	position:absolute;
	right:0;
	bottom:10px;
}
h3.list-title{
	margin:0;
	padding:0;
	clear:both;
}
/*==photo crop css==*/
#sn_imgcrop_instruct{
	display:none;
}

/*==self clearing floats==*/
ul.sn_showthumb:after,
.mod:after,
.mod-col:after,
.mod-promo:after,
.mod.onethird:after,
.mod-col2:after,
#sn_tabbed li a:after,
.mod-body:after,
.mod.onethird .mod-body:after
{
	content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

/*--Registration Form Area-- */
#reg_body {
	padding: 20px;
}
#sn_dobMonth, #sn_dobDay, #sn_dobYear, #sn_country {
	font-size: 100%;
}

/* for message inbox */
/*==message mod==*/
#sn_msginltabbed{
	position:relative;
	float:left;
	clear:both;
	list-style-type:none;
	margin:0 0 -10px 1px;
	width:100%;
	padding:0 0 0 0;
	
}
* html #sn_msginltabbed{
	margin-bottom:-14px;
}
#sn_msginltabbed li{
	float:left;
	display:inline;
	margin:0 2px;
	border:1px #ccc solid;
	border-bottom:none;
	background:#fff;
}
#sn_msginltabbed li a:link, #sn_msginltabbed li a:visited{
	float:left;
	z-index:44;	
	padding:6px 5px 16px;
	color:#aaa;
	text-decoration:none;
	font-size:110%;
	background:transparent;
}
#sn_msginltabbed li a:hover{
	color:#444;
	float:left;
	position:static;
	z-index:100;
	margin:0 0 0 0;	
	background:#fff url(http://www.dundermifflininfinity.com/images/subtab.gif) scroll no-repeat 51% 87%;
}
#sn_msginltabbed li a.tabselected{
	color:#333;
	position:relative;
	z-index:50;
	margin:0 0 0 0;
	background:#fff url(http://www.dundermifflininfinity.com/images/subtab.gif) scroll no-repeat 51% 87%;
}
#sn_msgtabbed{
	position:relative;
	float:left;
	clear:both;
	list-style-type:none;
	margin:0 0 -10px 1px;
	width:100%;
	padding:0 0 0 0;
}
* html #sn_msgtabbed{
	margin-bottom:-14px;
}
#sn_msgtabbed li{
	float:left;
	display:inline;
	margin:0 2px;
	border:1px #ccc solid;
	border-bottom:none;
	background:#fff;
}
#sn_msgtabbed li a:link, #sn_msgtabbed li a:visited{
	float:left;
	z-index:44;	
	padding:6px 5px 16px;
	color:#aaa;
	text-decoration:none;
	font-size:110%;
	background:transparent;
}
#sn_msgtabbed li a:hover{
	color:#444;
	position:relative;
	z-index:100;
	margin:0 0 0 0;	
	background:#fff url(http://www.dundermifflininfinity.com/images/subtab.gif) scroll no-repeat 51% 87%;
}
#sn_msgtabbed li a.tabselected{
	color:#333;
	position:relative;
	z-index:50;
	margin:0 0 0 0;
	background:#fff url(http://www.dundermifflininfinity.com/images/subtab.gif) scroll no-repeat 51% 87%;
}


.mod a.msg_header  {
	font-weight:bold;	
	color:#0054a6;
}

.mod a.msg_unread  {
	font-weight:bold;	
	color:#999;
}
.mod a.msg_read  {
	font-weight:normal;		
	color:#999;
}
.mod a.msg_from  {
	font-weight:normal;	
	color:#0054a6;
}
.mod td.msg_date  {
	font-weight:normal;	
	color:#999;
}
.mod td.msg_date_unread  {
	font-weight:bold;	
	color:#999;
}
.mod-pg-inbox{
position:static;
	display:block;
	float:left;
	clear:both;
	width:436px !important;
	width: 434px;
	padding:7px 0px 3px;
	margin:0 0 0 4px !important;
	margin: 0 0 -3px 3px;
	background:#fff;
	border-top:0px #ddd solid;
	border-bottom:0px #eee solid;
	font-size:110%;
}
.mod-body+.mod-pg-inbox{
	border-bottom:0px #ddd solid;
	border-top:none;
	margin-top:0px;
}
.mod.half .mod-pg-inbox{
	width:430px !important;
	width:430px;
}

.mod-pg-inbox.sm{
	width:307px !important;
	width:305px; 
	margin:0 4px;
}
* html .sm{
	width:300px;
	margin:0 3px -3px;
}

.mod-pg-inbox span{
	float:left;
	clear:left;
	margin-left:4px;
}
.mod-pg-inbox .sn_title{
	font-weight:bold;
}
.mod-pg-inbox ul{
	float:right;
	display:block;
	margin:0 0 0px !important;
	padding:0;
	list-style:none;
}
.mod-pg-inbox ul li{
	margin:0;
	padding:0;
	display:inline;
}
.mod-pg-inbox ul li.title{
	margin-right:50px;
	float:left;
}
.onethird .mod-pg-inbox ul li.title{
	margin-left:-50%;
}
.mod-pg-inbox ul li.numbering{

}
.mod-pg-inbox ul li.continue{
margin:0 0px;
}


.mod-pg-inbox a:link{
	
}

.mod-pg452px {
	background: #fff;
	width: 448px;
	padding: 7px 0 3px;
	margin: 0 0 0 4px;
	clear:both;
	display: block;
	float: left;
	position: relative;
}

.mod-body-inbox{
	width:296px;
	position:relative;
	z-index:45;
	display:block;
	clear:both;
	padding: 1px 1px;
	height: 114px;
	_height:111px;
	overflow:auto;
}

/* inbox module */
div.emailinbox {
	margin-bottom: 17px;
}
div.emailpost {
	background: url(http://www.dundermifflininfinity.com/images/dmi/tinymail.gif) no-repeat 30px 10px;
	padding-left:60px;
	_padding-left:60px;
}
.inboxmod-fromusr{
	float:left;
	font-style: italic;
	font-weight: 800;
	font-size:.85em;
	margin-bottom:0;
}
.inboxmod-date {
	float:right;
	font-style: italic;
	font-weight: 800;
	font-size:.85em;
	margin-bottom:0;
}
.inboxmod-subject {
	border-bottom: #ccc 1px solid; 
	padding-bottom:9px; 
	margin:0;
}
div.emailpost p.inboxmod-subject a{
	color: #383D44;
	font-style: italic; 
	font-weight: 800; 
	font-size:.85em;
	text-decoration: none;
}

div.emailpost p.inboxmod-subject a:hover {
	text-decoration: underline;
}
/* manage photo section */
div#managephoto {
	width: 625px;
	clear: left;
	margin: 6px 6px 0 0;
	background: transparent none;
	float: left;
	position: relative;
}

div#managephoto h3.handle{
	background: url(http://www.dundermifflininfinity.com/images/dmi/managephoto645px_h3bg.gif) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 625px;
	padding: 8px 10px;
	margin: 0 0 8px;
}

/* photo section*/
.photorightmod {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/mod_bg.gif) no-repeat bottom;
	float: right;
}
.photorightmod h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/photoblankh3_bg.gif) no-repeat;
	width:  308px;
	height: 25px;
	text-indent: 58px;
	margin: 0px;
	padding: 10px 0 0 0;
}
/* manage video section*/
div#managevideo {
	width: 625px;
	clear: left;
	margin: 6px 6px 0 0;
	background: transparent none;
	float: left;
	position: relative;
}

div#mod-container div#managevideo.mod h3.handle{
	background: url(http://www.dundermifflininfinity.com/images/dmi/managevideo645px_h3bg.gif) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 625px;
	padding: 8px 10px;
	margin: 0 0 8px;
}

div#mod-container.sn_view1 div#managevideo.mod h3.handle{
	background: url(http://www.dundermifflininfinity.com/images/dmi/managevideo645px_h3bg.gif) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 625px;
	padding: 8px 10px;
	margin: 0 0 8px;
}

/*video section*/
#sn_video {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/452px_footerbg_wht.gif) no-repeat bottom;
	width: 452px;
	min-height: 492px;
}

#sn_video h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/myvideos_h3bg.gif) no-repeat;
	width: 452px;
	text-indent: -9999px;
	margin: 0;
	height: 22px;
	padding: 9px 0px 3px;
}

#sn_video_info_control {
	position:absolute;
	top: 12px;
	right: 14px;
}

#sn_video.mod div.sn_mod-form {
	width: 442px;
}

.videorightmod {
	background: #fff url(http://www.dundermifflininfinity.com/images/dmi/mod_bg.gif) no-repeat bottom;
	float: right;
}
.videorightmod h3 {
	background: url(http://www.dundermifflininfinity.com/images/dmi/videoblankh3_308px.gif) no-repeat;
	width:  308px;
	height: 25px;
	text-indent: 58px;
	margin: 0px;
	padding: 10px 0 0 0;
}
#sn_vid_holder{
	text-align:center;
	overflow:hidden;
	height:320px;
}
.sn_fr .fr_alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
div#titles {
	margin-top: 15px;
	margin-left: 26px;
	margin-bottom: 5px;
}
div#titles h4#videotitle {
	font-size: 180%;
	line-height: 1em;
}
div#titles p {
	margin:0;
	padding:0;
	
}
div#videostats {
	margin-left:27px;
	width:385px;
}
div#videostats p {
	color:#fff;
	width:192px;
	text-align:center;
	padding:0px;
	margin:0px 0px 20px 0;
	float:left;
	background:#000;
}

ul#sn_album_thumbnails li.fixed_thumb_link {
	width: 280px;
}

ul#sn_album_thumbnails li.fixed_thumb_link p{
	float: left;
}
ul#sn_album_thumbnails li.fixed_thumb_link p a{
	display:block;
}

/* ================FAVORITE CO-WORKERS  */ 

div.sn_favco452px_container ul.sn_showthumb {
	float: none;
}
div.sn_favco452px_container ul.sn_showthumb li.fixed_thumb_nolink {
	text-align: center;
	width:108px;
}
div.sn_favco452px_container ul.sn_showthumb li.fixed_thumb_nolink p {
	float: none;
	margin: 0;
}

div.sn_favco452px_container ul.sn_showthumb li.fixed_thumb_nolink a {
	float: none;
	margin: 0;
	border: none;
}

div.sn_favco452px_container ul.sn_showthumb li.fixed_thumb_nolink a img {
	padding: 2px;
	border: 1px solid #ccc;
}

/* ================Videos w tags  */ 

div#sn_myvideos ul.sn_showthumb {
	float: none;
}
div#sn_myvideos ul.sn_showthumb li.fixed_thumb_nolink {
	text-align: center;
	width:108px;
}
div#sn_myvideos ul.sn_showthumb li.fixed_thumb_nolink p {
	float: none;
	margin: 0;
}

div#sn_myvideos ul.sn_showthumb li.fixed_thumb_nolink a {
	float: none;
	margin: 0;
	border: none;
}

div#sn_myvideos ul.sn_showthumb li.fixed_thumb_nolink a img {
	padding: 2px;
	border: 1px solid #ccc;
}


/* =================TASKS===================*/
div#taskwinners {
	margin: 20px 0 0 10px;
}
div#taskwinners h4 {
	margin-bottom: 10px;
}
div#taskwinners h5 {
	color:#2E456E;
	font-size: 1em;
	margin:0;
	padding:0;
}
div#taskwinners p {
	margin-top:0px;
}
div#taskwinners span#winner_name a{
	font-weight: bold;
}
div#taskwinners ol, div#taskwinners li {
	margin:0;
	padding:0;
}

/*Task4*/
div#ta_header {
	width:645px;
	position:relative;
}
div#ta_header2 {
	width:652px;
	position:relative;
}
div#ta_header ul li{
	display: inline;
	margin:20px 8px 0 0;
}
h1.masthead {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	padding-bottom: 3px;
	margin: 0px;
	color: #ffffff;
	padding-top: 2px
}
.green_bg_100 {
	background-color: #3a8e1b
}
.topLeftRoundedCorner {
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url(http://cdn.tripadvisor.com/img/corners/SideBarLeftCorner.gif);
	BACKGROUND-REPEAT: no-repeat
}
.topRightRoundedCorner {
	BACKGROUND-POSITION: right top;
	BACKGROUND-IMAGE: url(http://cdn.tripadvisor.com/img/corners/SideBarRightCorner.gif);
	BACKGROUND-REPEAT: no-repeat
}
div#sn_photo_review.mod-body ul.sn_showthumb li {
	margin:0 -4px;
}

.display_code {
	text-align: center;
	font-size: 10px;
	margin: 0px;
	_margin:15px;
	color: #000;
	background-color: #ccc;
	border: solid #6699cc;
	border-width: 1px;
	width: 583px;
	padding: 10px 0px;
}
form#sn_frmMessages, form#frmMessages {
	margin-left:-24px; 
}

#sn_posters h3 {
background:transparent url(http://www.dundermifflininfinity.com/images/dmi/tasks_week8_h3_bg.gif) no-repeat scroll 0%;
height:34px;
text-indent:-9999px;
}

#sn_resolution h3 {
background:transparent url(http://www.dundermifflininfinity.com/images/dmi/tasks_week13_h3_bg.gif) no-repeat scroll 0%;
height:34px;
text-indent:-9999px;
}

#sn_themesong h3 {
background:transparent url(http://www.dundermifflininfinity.com/images/dmi/tasks_week9_h3_bg.gif) no-repeat scroll 0%;
height:34px;
text-indent:-9999px;
}

#sn_calendar h4 {
background:transparent url(http://www.dundermifflininfinity.com/images/dmi/tasks_week14_h3_bg.gif) no-repeat scroll 0%;
height:34px;
text-indent:-9999px;
}

#sn_compatibilityquiz h3 {
background:transparent url(http://www.dundermifflininfinity.com/images/dmi/tasks_week16_h3_bg.gif) no-repeat scroll 0%;
height:34px;
text-indent:-9999px;
}

.mod.onethird h3 {
	background: #ff9300 url(http://www.dundermifflininfinity.com/images/dmi/mod645_h3.gif) no-repeat;
/*	width:625px;*/
	margin:0 0 8px;
	padding: 8px 10px;
}

.mod.onethird h3#employeemanual {
	background: url(http://www.dundermifflininfinity.com/images/titles/employee_manual.gif) no-repeat;
	width:645px;
	height:34px !important;
	margin:0 0 8px;
	padding:0;
	display:block;
	text-indent:-9999em;
}

.mod.onethird h3#login {
	background: url(http://www.dundermifflininfinity.com/images/titles/login.gif) no-repeat;
	width:645px;
	height:34px !important;
	margin:0 0 8px;
	padding:0;
	display:block;
	text-indent:-9999em;
}

.mod.onethird h3#inbox {
	background: url(http://www.dundermifflininfinity.com/images/titles/inbox.gif) no-repeat;
	width:645px;
	height:34px !important;
	margin:0 0 8px;
	padding:0;
	display:block;
	text-indent:-9999em;
}

.mod.onethird h3#createmessage {
	background: url(http://www.dundermifflininfinity.com/images/titles/create_message.gif) no-repeat;
	width:645px;
	height:34px !important;
	margin:0 0 8px;
	padding:0;
	display:block;
	text-indent:-9999em;
}

.mod.onethird h3#friendrequest {
	background: url(http://www.dundermifflininfinity.com/images/titles/coworker_request.gif) no-repeat;
	width:645px;
	height:34px !important;
	margin:0 0 8px;
	padding:0;
	display:block;
	text-indent:-9999em;
}


/*===== STATS MODULES ====*/
.sn-stats .mod-head, .sn-stats .mod-body {
	/* background:#fff url(http://www.dundermifflininfinity.com/images/dmi/generic_corners.gif) -1px -1px no-repeat; */
	height:auto;
	position:relative;
	width:308px;
}
.sn-stats .mod-head span.tr, .sn-stats .mod-head span.bl, .sn-stats .mod-head span.br,
.sn-stats .mod-body span.tr, .sn-stats .mod-body span.bl, .sn-stats .mod-body span.br {
	display:block;
	height:2px;
	position:absolute;
	width:2px;
}

.sn-stats .mod-head span.tr, .sn-stats .mod-body span.tr {
	/* background:transparent url(http://www.dundermifflininfinity.com/images/dmi/generic_corners.gif) 0px -1px no-repeat; */
	right:0px;
	top:0px;
}
.sn-stats .mod-head span.bl, .sn-stats .mod-body span.bl {
	/*background:transparent url(http://www.dundermifflininfinity.com/images/dmi/generic_corners.gif) -1px 0px no-repeat; */
	bottom:0px;
	left:0px;
}
.sn-stats .mod-head span.br, .sn-stats .mod-body span.br {
	/*background:transparent url(http://www.dundermifflininfinity.com/images/dmi/generic_corners.gif) 0px 0px no-repeat; */
	bottom:0px;
	right:0px;
}
.sn-stats .clear {
	clear:both;
}

.sn-stats {
	background-color: transparent;
}
.sn-stats h3 {
	width: 288px;
	height: 14px;
	margin: 0px 0px 2px 0px;
	padding: 10px 10px;
}
.sn-stats h3 {
	font-size:13px;
	margin:0 0 8px 0;
}
.sn-stats .mod-body {
	/* background-color:#fff; */
	z-index:45;
	padding:0;
	width:308px;
}
.sn-stats ul {
	margin: 8px 20px 15px 20px;
	padding-top:10px;
}
.sn-stats ul li {
	color:#888;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	padding:2px 0px;
}
.sn-stats ul li a {
	color:#888;
	font-size:12px;
	font-weight:bold;
}
.sn-stats ul li ul {
	margin:5px;
	padding-top:0px;
}
.sn-stats ul li ul li {
	padding:0px;
}
.sn-stats ul li ul li a {
	font-size:11px;
	font-weight:normal;
}
.sn-stats.mod td a, .sn-stats.mod li a {
	text-decoration:none;
}
.sn-stats.mod td a:hover, .sn-stats.mod li a:hover {
	text-decoration:underline;
}
#stats-summary .mod-head h3,
#stats-positions .mod-head h3,
#stats-hires .mod-head h3,
#stats-transfers-in .mod-head h3,
#stats-transfers-out .mod-head h3,
#stats-fires .mod-head h3,
#stats-task-winners .mod-head h3,
#stats-schrutebucks .mod-head h3,
#stats-top-point-winners .mod-head h3,
#stats-top-weekly-point-winners .mod-head h3,
#stats-corporate-movement .mod-head h3 {
	background:transparent none no-repeat;
	padding:10px;
}
#stats-summary .mod-body,
#stats-positions .mod-body,
#stats-hires .mod-body,
#stats-transfers-in .mod-body,
#stats-transfers-out .mod-body,
#stats-fires .mod-body,
#stats-task-winners .mod-body,
#stats-schrutebucks .mod-body,
#stats-top-point-winners .mod-body,
#stats-corporate-movement .mod-body {
	float:left;
	min-height:0;
	padding:7px;
	width:296px;
}
#stats-top-point-winners .mod-body .tr table tr td {
	padding:4px 0 4px 25px
}
#stats-menu .mod-head {
	height:45px;
}
#stats-menu .mod-head h3 {
	background: url(../images/titles/statsBranchMenuSolid.gif) top left no-repeat;
	height:34px;
	padding:10px;
	text-indent:0;
	width:308px;
}
#stats-summary,
#stats-positions,
#stats-hires,
#stats-transfers-in,
#stats-transfers-out,
#stats-fires,
#stats-task-winners,
#stats-top-point-winners {
	clear:none;
	float:left;
	width:310px;
}
#stats-summary .mod-head,
#stats-positions .mod-head,
#stats-hires .mod-head,
#stats-transfers-in .mod-head,
#stats-transfers-out .mod-head,
#stats-fires .mod-head,
#stats-task-winners .mod-head,
#stats-top-point-winners .mod-head {
	width:310px;
}
#stats-summary .mod-head h3 {
	background: url(../images/titles/statsSummarySolid.gif) top left no-repeat;
	height:34px;
	text-indent:0;
	width:310px;
}
#stats-positions .mod-head h3 {
	background: url(../images/titles/statsPositionsSolid.gif) top left no-repeat;
	height:34px;
	text-indent:0;
	width:310px;
}
#stats-hires .mod-head {
	background-color:#E0D8E9;
}
#stats-transfers-in .mod-head {
	background-color:#E0D8E9;
}
#stats-transfers-out .mod-head {
	background-color:#E0D8E9;
}
#stats-fires .mod-head {
	background-color:#E0D8E9;
}
#stats-task-winners .mod-head h3 {
	background: url(../images/titles/statsTaskWinnersSolid.gif) top left no-repeat;
	height:34px;
	text-indent:0;
	width:310px;
}
#stats-top-point-winners .mod-head h3 {
	background: url(../images/titles/statsPointWinnersSolid.gif) top left no-repeat;
	height:34px;
	text-indent:0;
	width:310px;
}
#stats-schrutebucks .mod-head {
	background-color:#C0E9C0;
	width:645px;
}
#stats-corporate-movement .mod-head {
	background-color:#C0E9C0;
	width:645px;
}
td.runner-up-title, td.runner-up,
td.winner-title, td.winner {
	vertical-align:top;
}
.mod.onethird.sn-stats {
	padding-bottom:12px;
}
.mod.onethird.sn-stats .mod-body {
	padding:10px;
	width:625px;
}

ul.sn_showthumb li.fixed_thumb_nolink{

_width:100px !important ;
overflow:hidden; 

	
}



ul.sn_showthumb li.fixed_thumb_nolink p {
_clear:both !important;

}

#sn_drag_photo, #sn_drag_video  {
	height:167px;
	overflow:hidden;

}

 #sn_drag_favco  {
	height:210px;
	_height:190px;
	overflow:hidden;

}

.clear {
	display:block;
	clear:both;
}

#sn_tasks, #sn_previous_tasks {	
	height:1760px;
}

/*----------------- istory templates ----------------*/
#istory_chapter #your_story{
	width:658px;
	padding:0;
}
.templates{
	width: 600px;
	padding:17px;
	padding-top: 30px;
	padding-left: 35px;
	text-align: left;
}
.templates h1{
	float:left;
	height:21px;
	margin-bottom:10px;
	text-indent:-9999em;

}
.templates h3{
	text-indent:0!important;
}
.templates ul{
	list-style:none;
	padding-right:30px;
	text-align: left;
}
#template1 img,#template2 img{
	margin-bottom:10px;
}
#template2 img{
	margin-left:25px;
}
#template3 .left_m10{
	margin-top:0;
}
#template4{
	min-height:546px;
	!height:546px;
}


