﻿body, div, p, h1, h2, h3, h4, ul, li, table {
	margin:0;
	padding:0;
	border:none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	 

body {
	/*background: #B4B4B4 url(images/body_bg.gif) repeat left top;	*/
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}

/*Layout*/

#header {margin:-1px auto 0 auto;}

#header {}

#headertop {
	height:140px;
	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;}

.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, #sidebarbottom {
	margin-bottom:10px;
	border: 1px solid #0F2543;
	padding:20px 20px 20px 30px;
	line-height:1.5em;
	font-weight:bold;
}

#sidebartop {
	padding-top:72px;
	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;
}

.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;
}

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;}



.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*/


























