﻿
updateProgress {
	border-top: 10px;
	background: "#B4B4B4";
	margin-top: 10px;
}

/*Layout*/

#header {margin:-1px auto 0 auto;}

#header {}

#headertop {
	height:100px;
	background:url(images/headertop_img.jpg) no-repeat left top;
}

#headerbottom {
	height:10px;
	background:url(images/headerbottom_img.png) no-repeat left top;
}

#maincontent {margin:0px auto 20px auto;}

#updateindicator 
{
    top: 500px;
    left: 5px;
}

.mosaicitem 
{
    padding: 1px 0 0 5px
}

/*Reorder List*/
.mosaicitemDragHandle {
	position:relative;
	width:10px;
	height:67px;
	background-color:Blue;
	background-image:url(images/bg-mosaicitem-main.png);
	cursor:move;
	border:outset thin white;
}



.leftcolumn {margin-bottom:10px;}

#topmenu {margin-bottom:10px;}

.sidebarheader {	
	height:24px;
	padding:10px 0 0 35px;
	background:url(images/sidebar_header.png) no-repeat left top;
	color:#FFF;
	font-family:Arial, Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#sidebartop {
	margin-bottom:10px;
	border: 1px solid #0F2543;
	padding:20px 20px 20px 30px;
	line-height:1.5em;
	font-weight:bold;
}

#sidebartop {
	padding-top:25px;
	background:#FFF url(images/samples_bg.gif) no-repeat left top;
}

#sidebarbottom {
	padding-top:72px;
	background:#FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.leftcolumn a {
	margin:0;
	padding:2px 5px;
	color:#5377A9;
	text-decoration:none;	
}

.leftcolumn a:hover {
	background-color:#0F2543;
	color:#FFF;
}

#rightcolumntop {
	height:19px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}
	

#rightcolumn {color:#666666;}

#pagecontent {
	padding:30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color:#EFEFEF;
	line-height:1.5em;
}

#footer {
	padding:10px 0 5px 10px;
	color:#333;
	font-size:0.8em;
	letter-spacing:0.1em;
}


/***********************************/

/*General content pages styling*/
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}


.demoheadingnospacing {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	padding-left:3px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}


.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


.heading {
	padding:2em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.4em;
}

.subheading{
	padding:1em 0 0.8em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.2em;
}

.notBold 
{
    font-weight:normal;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

#rightcolumn a {color:#5377A9; padding:1px;}
#rightcolumn a:link{}
#rightcolumn a:visited{}
#rightcolumn a:hover {background-color:#BFBFBF; color:#FFF;}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

#rightcolumn ul {margin:0 25px 0 30px;}

.releaseList {
	list-style-type:disc;
}

/******************************/
/**Styling information specific to individual content pages**/

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#rightcolumn .collapsePanelHeader a {color:#FFF;}
#rightcolumn .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*Confirm Button*/

/* DropShadow */

#rightcolumn .dropShadowPanel span {color:white;text-decoration:underline;}
#rightcolumn .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{	
	width:300px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-image:url(images/header.png);
}
/* 	opacity:.9;
	filter: alpha(opacity=90);
*/

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
}
/* 	filter:alpha(opacity=70);
	opacity:0.7;
*/

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Reorder List*/
.dragHandle {
	position:relative;
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.mosaicList li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_mosaiclist.gif);
	background-repeat:repeat-x;
	color:#000; 
}
.mosaicList li a {color:#000 !important; font-weight:bold;}







.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/* Rounded Corners*/

.roundedPanel
{	
	width:300px;	
	background-color:#5377A9;	
	color:white;
	font-weight:bold;		
}


/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/*Toggle Button*/

/*Setup*/
.walkthrough li {padding-bottom:5px;}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
	padding-left:25px;
	font-style:italic;
}

/*Other neat stuff*/


/* New for the demo in Cork */

.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}

.gridview td {
	background: #D7E6F4;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 5px 4px;
}
.gridview td a{
	color: #0066CC;
	font: bold small "Segoe UI",Segoe,sans-serif;
	padding: 2px;
	text-decoration: none;
}
.gridview td a:hover {
	color: #333333;
	font-weight: bold;
}
.gridview th {
	background: #4168BD;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: left;
}
.gridview th a{
	color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
}
.gridview tr.even td,.detailsview tr.even td{
	background: #FFFFFF;
}
.gridview tr.header {
	background: #C5DBF7;
}
.gridview,.detailsview {
	width: 500px;
}






















.MainSilverRiverSite {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	background-color:black;
	height: 605px;
}

body, div, h1, h2, h3, h4, ul, li, table {
	margin:0px;
	padding:0;
	border:none;
}

p {
	margin-left:12px;	
}


body {
	background: #000000 url(images/body_bg.gif) repeat left top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75%;
}


h1 {
    font-weight: bold;
	font-size: 125%;
}

h2 
{
    font-weight: bold;
	font-size: 100%;
}

ul, li 
{
    margin-left: 24px;
}

.MainPageRegion {	
}



.topmenu {
	margin-left:16px;
	color:#6EAFB3;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
}

.lefthandmenu {
    float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	color: #6E8A3F; 
}

.lefthandmenu a, .lefthandmenu a:visited {
	color: #FFFFFF;
}

.lefthandmenu a:hover {
	color: #686E5F;
}


a {
	text-decoration: none;
	color: #6EAFB3;
}

a:visited {
	text-decoration: none;
	color: #6EAFB3;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#secondary-content {
    float: left;
    width: 180px;
    background-color: #000000;
	padding-left: 0px;
	padding-right: 0px;
}

#main-content {
    width: 578px;
    margin-left: 220px;
    background-color: #444444;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
	font-size:small;
	height:412px;
}

#main-content p, #main-content h1, #main-content h2 
{
    margin: 16px;
}

.GalleryPager td
{
    padding: 0px 0px 0px 15px;
}