/* UI - settings - user controls */
.settings_table_main
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	margin-top: 10px;
}
.settings_footer
{
	text-align: center;
	width: 100%;
	height: 60px;
}
.table_border
{
	border: 1px solid #C0C0C0;
}


/* tabstrip  */

.TopGroup
{
	background-color: #8ab528;
	border: 1px;
	border-color: white;
	border-top-color: #CCCCCC;
	border-left-color: #666666;
	border-bottom-color: #CCCCCC;
	border-style: solid;
	border-right: none;
	cursor: default;
}

.Level2Group
{
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-bottom-color: #F6F6F6;
	border-right-color: white;
	border-right: none;
	cursor: default;
}

.TopLevelTab
{
	color: white;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #666666;
	cursor: pointer;
}

.TopLevelTabHover
{
	color: white;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #3F3F3F;
	border-top-color: #888888;
	border-left-color: #888888;
	cursor: hand;
}

.SelectedTopLevelTab
{
	color: #3F3F3F;
	background-color: #ffa500;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid gray;
	border-style: solid;
	border-color: #595959;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	position: relative;
	top: 1px;
	cursor: default;
}

.Level2Tab
{
	color: #3F3F3F;
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.Level2TabHover
{
	color: #3F3F3F;
	font-family: verdana;
	font-size: 10px;
	border: 1px solid white;
	border-right-color: #999999;
	border-bottom-color: #999999;
	cursor: pointer;
}

.SelectedLevel2Tab
{
	border-right: white 1px solid;
	border-top: #999999 1px solid;
	font-size: 10px;
	border-left: #999999 1px solid;
	cursor: default;
	color: #3f3f3f;
	border-bottom: #f6f6f6 1px solid;
	font-family: verdana;
	position: relative;
	top: 2px;
	background-color: #ffa500;
}


/*  */

/* Form elements */
.sel { width:304px; }
	.sel .file { height:25px;width:304px;cursor:default;margin:0 0 10px 0; }
	.sel div.filename { width:146px;height:21px;border:1px solid #999;background-color:#fff;padding:2px 0 0 4px;margin:0;display:block;float:left;margin:0 1px 0 0; }
	.sel div input { background-color:transparent;width:144px;padding:2px !important;margin:0;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;border:none;color:#666;cursor:default !important; }
	.sel div.empty { background-color:#e6e6e6; }
	.sel div.empty input { color:#999; }
	.sel a.browse { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:none;width:68px;height:25px;border:0; }
	.sel a.browse img { border:0; }
	.sel a.upload,.sel a.upload-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:right;background:url("images/static.png") no-repeat -189px -83px;width:76px;height:25px; }
	.sel a.upload:hover { background-position:-189px -108px; }
	.sel a.upload:active { background-position:-189px -133px;outline:none; }
	.sel a.upload-d { background-position:-189px -158px; } /* Disabled class */


/* Dialogue titlebar */
.ttl { width:100%;height:40px;cursor:move; }
	.ttl a { margin-top:4px;display:block;float:right;width:35px;height:25px;background:transparent url("images/static.png") no-repeat -18px 0;cursor:default; }
	.ttl a:hover { background-position:-18px -25px; }
	.ttl a:active { background-position:-18px -50px;outline:none; }

	.ttlt { width:100%;height:32px; }
		.ttlt-l { width:9px;height:100%;background:transparent url("images/static.png") no-repeat;float:left; }
		.ttlt-m { height:100%;background:#000 url("images/horizontal.png") repeat-x;float:left; }
		.ttlt-r { width:9px;height:100%;background:transparent url("images/static.png") no-repeat -9px 0;float:left; }
	.ttlt span { cursor:inherit;margin-left:4px;line-height:32px;color:#fff;font-weight:bold;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }

	.ttlb { width:100%;height:8px;overflow:hidden; } /*** overflow:hidden to prevent IE6 from rendering the div at the current font height ***/
		.ttlb-l { width:9px;height:100%;background:#000 url("images/static.png") no-repeat 0 -38px;float:left; }
		.ttlb-m { height:100%;background:#fff url("images/horizontal.png") repeat-x 0 -38px;float:left; }
		.ttlb-r { width:9px;height:100%;background:#000 url("images/static.png") no-repeat -9px -38px;float:left; }


/* Dialogue contents */
.con { background:#fff url("images/vertical.png") repeat-y;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;padding:4px 7px; }

/* Dialogue footer */
.ftr { width:100%;height:37px;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }
	.ftr-l { width:9px;height:100%;background:transparent url("images/static.png") no-repeat 0 -83px;float:left; }
	.ftr-m { height:100%;background:#eee url("images/horizontal.png") repeat-x 0 -83px;float:left; }
	.ftr-r { width:9px;height:100%;background:transparent url("images/static.png") no-repeat -9px -83px;float:left; }

	/* Footer buttons */
	.ftr .btns { float:right;margin-top:4px; }
	.ftr .btns a { text-decoration:none;color:#333;cursor:default !important;display:inline; }
	.ftr .btns a span.l { display:block;float:left;width:10px;height:25px;background:transparent url("images/static.png") no-repeat -93px 0;margin-left:2px; }
	.ftr .btns a span.m { display:block;float:left;padding:0;height:25px;line-height:25px;background:transparent url("images/horizontal.png") repeat-x 0 -120px; }
	.ftr .btns a span.r { display:block;float:left;width:10px;height:25px;background:transparent url("images/static.png") no-repeat -103px 0; }
	.ftr .btns a:hover { text-decoration:none;color:#000; }
	.ftr .btns a:hover span.l { background-position: -93px -25px; }
	.ftr .btns a:hover span.m { background-position:0 -145px; }
	.ftr .btns a:hover span.r { background-position: -103px -25px; }
	.ftr .btns a:active span.m { height:23px;line-height:24px;padding-top:2px; }


/* Upload dialogue styles */
.dlg-up { color:#999;cursor:default !important; }
.dlg-up .ttlt-m,.dlg-up .ttlb-m,.dlg-up .ftr-m { width:440px; }

.dlg-up .stat,.dlg-up .list { padding:0 15px; }
.stat .lbl { text-align:right;margin-bottom:8px; }

.dlg-up h3 { margin:0;font-weight:normal;font-size:11px;padding:0 0 4px 0;color:#666; }
.dlg-up .red { color:#dd3409; }
.dlg-up strong { color:#ea6b4a;font-weight:normal; }
.dlg-up .info { float:left;font-size:11px;cursor:default !important;margin:0 0 0 8px;height:34px;line-height:34px;font-size:10px; }

/* Progress bar and related elements */
.prog { width:412px;height:18px !important;border:1px solid #ccc;border-bottom-color:#ddd;border-right-color:#ddd;padding:0;margin:0;float:left;display:inline;overflow:hidden; }
.prog .con { width:410px;height:16px !important;background:transparent url("images/horizontal.png") repeat-x 0 -170px;border:0;margin:0;padding:1px; }
.prog .con .bar { height:16px;background:transparent url("images/horizontal.png") repeat-x 0 -188px; }



/* grid */
.Grid 
{ 
  border: 1px solid #9495A2; 
  background-color: #FFFFFF; 
  cursor: pointer;
}

.GridHeader
{
  background-image: url('~/DesktopModules/SyndicatedPosts/Posts/UI/UserControls/images/grid/grid_headerBg.gif'); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 30px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: center;
}

.GridData
{
  height: 390px;
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url(/DesktopModules/SyndicatedPosts/Posts/UI/UserControls/images/grid/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image:url(/DesktopModules/SyndicatedPosts/Posts/UI/UserControls/images/grid/header_bg.gif);
  background-color: #D6D7E1; 
  border: 1px solid gray; 
  border-top-color: #E6E6E6; 
  border-left-color: #E6E6E6; 
  padding:5px;
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold; 
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: verdana; 
  font-size: 10px; 
  cursor: default;
} 

.AlternatingRow 
{ 
  cursor: default;
}

.AlternatingRow td.DataCell 
{ 
  background-color: #F6F6F8; 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: verdana; 
  font-size: 10px; 
  cursor: default;
} 

.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.CellText
{
  font-family: verdana; 
  font-size: 10px; 
}


.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 68px;
}

/* rotator */

.Rotator 
{
  border:none; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:transparent; 
  cursor:default;
}

.RotatorFrame 
{
  border:none; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:none; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

.Time
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:gray; 
}

.Headline
{
  font-family:Verdana; 
  font-weight:bold; 
  font-size: 10px; 
  color:#1E3787; 
  white-space:nowrap;
}

.Headline_hor
{
  font-family:Tahoma; 
  font-weight:bold;
  font-size: 10px; 
  color:bisque; 
}

/* browser options */
table.sample {
	border-width: 0px;
	border-spacing: 5px;
	border-style: outset;
	border-color: inherit;
	border-collapse: separate;
	background-color: inherit;
}
table.sample th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: ;
	background-color: ;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: ;
	background-color: ;
	-moz-border-radius: ;
}
