body {
	font-family: arial;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #157EBA;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#dvFooter {
	line-height: 11px;
	font-size: 9px;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 0px;
	width: 100%;
}

#dvFooter a {
	text-decoration: none;
	color: #777777;
	padding: 1px;
}

#dvFooter a:hover {
	color: #40c100;
	text-decoration: none;
	border-bottom: dotted 1px #40c100;
}

.Ft {
	height: 108px;
	margin-left: 0px;
	padding: 8px 4px;
	background-repeat: no-repeat;
	width: 855px;
}

#dvFooter dl {
	width: 174px;
	height: 87px;
	float: left;
	border-right: solid 1px #dcdcdc;
}

#dvFooter dt {
	font-variant: small-caps;
	color: green;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	margin: 4px 4px 6px 14px;
}

#dvFooter dd {
	text-align: left;
	font-size: 10px;
	margin: 2px 4px 2px 16px;
}

#dvFooter dd a {
	color: #888888;
}

#dvDialogBlackout {
	display: none; 
	background: #000000;
	position: absolute;
	z-index: 9998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	filter: alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	-moz-box-sizing:border-box;
}

#dvLoginPromptMessage {
	display: none;
	text-align: center;
	background: #ffffff;
	color: #333333;
	border: solid 4px #157EBA;
	-moz-border-radius: 12px;
	font-size: 14px;
	padding: 12px;
	line-height: 18px;
	position: absolute;
	z-index: 9999;
	width: 360px;
	-moz-box-sizing:border-box;
}


/* formerly ContentLink*/
a.CL, a.CL:visited {
	color: #157EBA;
	text-decoration: underline;
}

a.CL:hover {
	background: #157EBA;
	color: #ffffff;
	text-decoration: none;
}

a.CLB, a.CLB:visited {
	display: inline;
	background: none;
	color: #157EBA;
	text-decoration: underline;
}

#dvClippedBy a.CLB, #dvClippedBy a.CLB:visited {
	color: #ffffff;
	font-size: 14px;
}

a.CLB:hover, #dvClippedBy a.CLB:hover {
	background: none;
	color: #40c100;
	text-decoration: none;
	border-bottom: dotted 1px #40c100;
}

a.CLBu, a.CLBu:visited {
	color: #157EBA;
	text-decoration: none;
}

a.CLBu:hover {
	color: #40c100;
	text-decoration: none;
	border-bottom: dotted 1px #40c100;
}

#dvDialogBox {
	display:none;
	left:0px;
	top:0px;
	width:280px;
	position:absolute;
	z-index: 999999;
	border: solid 2px #ffffff; 
	font-size: 12px; 
	line-height: 18px; 
	border-width: 2px 3px 3px 2px; 
	border-color: #659833 #31689B #31689B #659833;
	padding: 10px;
	overflow: hidden; 
	background: #ffffff; 
	-moz-border-radius: 8px;
}


.DialogButton A {
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
	background: #ffffff; 
	display: block;
	width:60px;
	margin: 3px 1px;
	border: solid 1px #cccccc;
	padding: 3px; 
	text-align: center; 
	-moz-border-radius: 16px; 
	font-size: 12px; 
	line-height: 18px;  
}

.DialogButton A:hover {
	color: #40c100;
	font-weight: bold;
	text-decoration: none; 
	background: #fcfcfc; 
	display: block; 
	width:60px;
	margin: 3px 1px;
	border: solid 1px #40c100;
	padding: 3px; 
	text-align: center; 
	-moz-border-radius: 25px; 
	font-size: 12px; 
	line-height: 18px;  
}

#dvDragBar {
	height: 20px;
	margin: -10px -10px 4px -10px;
	padding: 2px;
	-moz-box-sizing: border-box;
}

.BK {
	-moz-box-sizing: border-box;
	background: #ffffff;
	border: solid 2px #dcdcdc;
	border-color: #f5f5f5 #a7a7a7 #a7a7a7 #f5f5f5;
	font-size: 11px;
	padding: 0px;
}

.BK a {
	display: block;
	font-size: 11px;
	margin: 1px;
	border: solid 1px #ffffff;
	padding: 2px;
	color: #2f2f2f;
	text-decoration: none;
}

.BK a:hover {
	color: #40c100;
	text-decoration: none;
	border: dotted 1px #40c100;
}

blockquote {
	border: 1px solid #cccccc; 
	background: #f5f5f5;
	font-size: 11px;
	-moz-border-radius: 6px;
	line-height: 14px;
	padding: 10px; 
}

.Hidden {
	display: none;
}


h1.Main {
	margin: 0px;
	color: #333333;
	font-weight: normal;
	font-size: 22px;
}

#txtTags {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 1px 1px 1px 1px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 12px;
	height: 21px;
	width: 140px;
	margin: 2px 0px;
}


.SearchFocus, .SearchBlur {
	border: solid 2px #cccccc;
	border-color: #cccccc #f5f5f5 #f5f5f5 #cccccc;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	background: #fcfcfc;
}

.SearchFocus {
	border-color: #40c100;
	background: #ffffff;
}

body.FixedWidth {
	background: #f5f5f5;
	background-repeat: repeat-y;
	background-position: center top;	
}

.PageWrap {
	width: 966px;
	border-width: 0px 2px;
	background: #ffffff;
}

.MoreLink {
	text-align: right;
}

.MoreLink a {
	border: solid 1px #dcdcdc;
	padding: 1px 2px;
	text-decoration: none;
	font-size: 11px; 
}

.MoreLink a:hover {
	color: #40c100;
	border: dotted 1px #40c100;
}

#dvDialogContent, #dvDialogNested, #dvPresetForm, #dvNewClipcast, #dvNewFolder,#dvAddNewFolder, #dvPostClipcast, #dvAboutUser, #dvDeleteClipcast {
	position: absolute;
	z-index: 9999;
	display: none;
	border: solid 4px #69aa10;
	width: 700px;
	height: 350px;
	background: #fafafa;
}

#dvDialogContent h3 {
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 6px 4px 4px 10px;
	width: 580px;
}

#dvDialogContent h3 img {
	vertical-align: middle;
	margin-right: 4px;
}

#dvDialogContent .Inner {
	background: #ffffff;
	border: solid 2px #cccccc;
	border-top: none;
	margin: 0px 10px 6px 10px;
	height: 240px;
	overflow: auto;
}

#dvDialogContent td {
	padding: 3px 4px;
	font-size: 12px;
	color: #333333;
}

#dvDialogContent td.Pos {
	width: 34px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #dcdcdc;
}

#dvDialogContent td.Img {
	width: 38px;
	padding-left: 8px;
	border-bottom: solid 1px #dcdcdc;
}


#dvDialogContent td.Clp {
	line-height: 18px;
	vertical-align: middle;
	border-bottom: solid 1px #dcdcdc;
	white-space: nowrap;
}

#dvDialogContent td.Dte {
	border-bottom: solid 1px #dcdcdc;
	font-size: 11px;
	white-space: nowrap;
}


#dvDialogContent td.Clp img {
	vertical-align: middle;
	margin-left: 4px;
}


#dvDialogContent td.Clp a {
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}

#dvDialogContent .Line {
	height: 2px;
	font-size: 2px;
	margin: 7px 10px;
	border-top: solid 2px #dcdcdc;
}

#dvDialogContent h4 {
	color: #000000;
	font-size: 15px;
	margin-top: 0px;
}

#dvDialogContent .BkDiv {
	font-size: 11px;
	margin-top: 16px;
}

#dvDialogContent .BkDiv img {
	margin: 0px 4px -3px 0px;
}


#dvDialogContent .Bar {
	margin: 4px 10px 0px 10px;
	border-bottom: solid 1px #f5f5f5;
}


#dvDialogContent td.Tab {
	width: 136px;
	height: 32px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 13px;
	border-bottom: solid 1px #dcdcdc;	
	padding-bottom: 6px;
}

#dvDialogContent td.Tab  a {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}

#dvDialogContent td.Tab  a:hover {
	font-size: 13px;
	color: #40c100;
	text-decoration: underline;
	font-weight: bold;
}

#dvDialogContent td.TabAct {
	background: #ffffff;
	border: solid 2px #dcdcdc;
	border-width: 2px 2px 0px 2px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 13px;
	padding-bottom: 6px;
	-moz-border-radius: 16px 16px 0px 0px;
}

#dvDialogContent td.TabAct a {
	text-decoration: none;
	color: #333333;
}

.HdLnk, .ActAll, .ActMy, .ActMine {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: top;
	padding-top: 5px;
}

.HdLnk img, .ActMy img, .ActMine img {
	vertical-align: middle;
	margin: -1px 4px 0px 0px;
}

.HdLnk a, .ActAll a, .ActMy a, .ActMine a {
	text-decoration: none;
}

.HdLnk a:hover, .ActAll a:hover, .ActMy a:hover, .ActMine a:hover  {
	color: #40c100;
	text-decoration: none;
	border-bottom: dotted 1px #40c100;
}

.ActAll {
	background-repeat: no-repeat;
}

.ActMy {
	background-repeat: no-repeat;
}

.CardMember {
	margin: 4px 8px 6px 10px;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

.FbBtn {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #D9DFEA;
  border-left-color: #D9DFEA;
  border-bottom-color: #0e1f5b;
  border-right-color: #0e1f5b;
  background-color: #3b5998;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
  text-align: center; 
  padding: 4px;
}

.WClip {
	color: #69aa10;
}

.WCast {
	color: #4d82cc;
}

.CpHrDiv {
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	margin: 10px 0px;
	border-top: double 4px #f5f5f5;
	border-bottom: solid 2px #dcdcdc;
}

/* new header classes */
.HdBar {
	position: relative;
	border-bottom: solid 2px #f5f5f5;
} 

.HdBar table td { font-size: 16px; }

/*.HdCell .Txt a {
	font-size: 12px;
	display: inline;
	background: none;
	color: #157EBA;
	text-decoration: underline;
	line-height: 16px;
	height: 16px;
	vertical-align: top;
}

.HdCell .Txt a:hover {
	background: none;
	color: #40c100;
	text-decoration: none;
	border-bottom: dotted 1px #40c100;
}*/


.HdCell a {
	text-decoration: none;
}

.HdCell a:hover {
	text-decoration: underline;
}

.HdDd {
	position: relative;
	border: solid 1px #dcdcdc;
	border-color: #e7e5e5 #cccccc #cccccc #e7e5e5;
}

.HdDd a.Icn {
	text-decoration: none;
	padding: 1px 0px 1px 4px;
	outline: 0px;
}

.HdDd a.Arr {
	padding: 1px 4px;
	outline: 0px;
}

.HdDd a.Arr:hover {
	background: #e5e5e5;
	border: none;
}

.MenuExpanded .Synd a {
	display: inline;
	padding: 0px;
	border: none;
}

.MenuExpanded .Synd a:hover {
	padding: 0px;
	border: none;
}

.Synd {
	border-top: solid 1px #dcdcdc;
	padding: 5px 0px 5px 5px;
	margin-top: 8px;
}

.SearchOpt, .SearchOptAct {
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
	margin: 1px 4px;
	color: #777777;
	font-weight: normal;
}

.SearchOptAct {
	color: #333333;
	font-weight: bold;
}

.SearchOpt input, .SearchOptAct input {
	vertical-align: top;
	outline: 0px;
}

#aFollowLnk {
	padding-top: 4px;
	font-size: 11px;
	color: #F5F5F5;
}

.Following {
	color: #dcdcdc;
	font-size: 11px;
}

.DateClip {
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}

.ExCopyBox {
	background: #f5f5f5;
	border: solid 1px #dcdcdc;
	width: 340px;
	padding: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.NA {
	color: #999999;	
}
table.SaveChunksFolder{
	background:transparent url('../images/saveChunksFolder.png') no-repeat top left;
	margin: 0px 0px 10px 0px;
	color: #000000;
}

table.ShowEmailFolder{
	background:transparent url('../images/showEmailFolder.png') no-repeat top left;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
table.LowerLeftFolder{
	background:transparent url('../images/lowerLeft.png') no-repeat top left;
	margin: 0px 0px 0px 0px;
	color: #000000;
}
table.CreateUserFolder{
	background:transparent url('../images/createUserFolder.png') no-repeat top left;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
table.deleteFolder
{
 background:transparent url('../images/addFolder.png') no-repeat top right;
} 
table.addFolder
{
 background:transparent url('../images/addFolder.png') no-repeat top right;
} 
table.ForgotPwdFolder{
	background:transparent url('../images/forgotPwdFolder.png') no-repeat top right;
	color: #000000;
} 
table.ResetPwdFolder{
	background:transparent url('../images/resetPwdFolder.png') no-repeat top right;
	color: #000000;
} 
table.ChangePwdFolder{
	
	background:transparent url('../images/changePwdFolder.png') no-repeat top right;
	margin: -8px 10px 20px 0px;
	color: #000000;
}
table.ManageFolder{
	margin: 0px 0px 0px 0px;
	background:url('../images/manageFolder.gif') no-repeat top left;
	color: #000000;
	
}
.ShareDialog table.O {
	margin: 16px 0px 0px 10px;
}

.ShareDialog table.OFolder {
	margin: 16px 0px 0px 10px;
	background:transparent url('../images/shareLinksFolder.png') no-repeat top right;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
.ShareDialog table.OFolder p{
	margin: 0px 0px 0px 30px;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}

.ShareDialog table.OEditFolder {
	background:transparent url('../images/editLinksFolder.png') no-repeat top left;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
	
.ShareDialog table.O h1 {
	padding: 0px;
	font-size: 22px;
	margin: 0px 0px 10px 10px;
	color: #000000;
}

.ShareDialog table.O h3 {
	padding: 0px;
	font-size: 12px;
	margin-left: 10px;
	margin: 0px;
}

.ShareDialog .MoreOptions a {
	display: block;
	margin: 8px;
	line-height: 16px;
	vertical-align: middle;
	outline: 0px;
	font-size: 12px;
	/*text-decoration: none;
	font-weight: bold;*/
}

.ShareDialog .I .MoreOptions a {
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}

.ShareDialog .I .MoreOptions a:hover {
	text-decoration: underline;
}

.ShareDialog .MoreOptions a:active {
	color: Green;
}

.ShareDialog .MoreOptions a img {
	margin-right: 5px;
	vertical-align: middle;
}


.ResultsOptions .ShareDialog table.O {
	margin: 8px 0px 0px 10px;
}


.ResultsOptions .ShareDialog table.O h1 {
	padding: 0px;
	font-size: 18px;
	margin: 0px 0px 5px 10px;
}

.ResultsOptions .ShareDialog .MoreOptions a {
	margin: 6px;
}

.ResultsOptions .ShareDialog .MoreOptions {
	padding-bottom: 3px;
}

.PostWindowRight {
	background-repeat: repeat-x;
	width: 279px;
	height: 401px;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	border: solid 1px #777777;
}

input.PlainBtn {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 10px;
}

a.CloseBtn { 
	background: #f5f5f5;
	border: solid 1px #dcdcdc;
	padding: 0px 5px;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}

a.CloseBtn:hover {
	background: #ffffff;
}
.footer { padding-right: 5px;
          padding-left: 5px;
          padding-bottom: 5px;
          padding-top: 5px;
          font-size: 83%;
          text-align: center;
          font-family: arial,sans-serif;
}
#myaccountlefttable{
height:140;}
#myaccountfooter{position:absolute;margin:30px 670px 0 0;white-space:nowrap;}