﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
	background: #B4B4B4 url(images/body_bg.gif) repeat left top;	
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	margin-top:2px;
	margin-left:10px;
}

#master_headertop
{

}

#master_headerbottom
{
	background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	/*width: 100%;  */
}

#master_menu 
{
	float: left;
	width: 190px;
	padding-right: 4px;
}

.sidebar 
{
	width: 100%;
	margin-bottom: 6px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 12px;
	background: url(images/sidebar_header1.gif) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding:4px 4px 4px 4px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples
{	
	padding-top: 72px;
	background: #FFF url(images/samples_bg.gif) no-repeat left top;
}

#master_sidebarWalkthroughs
{
	padding-top: 72px;
	background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #0F2543;
	color: #FFF;

}

.sidebarcontent a:visited
{
	/*font-weight: normal; */
}

#master_content
{
	width: 99%;
    margin-right:6px;
	float: left;
/*	
	width: 99%;
    	float: left;
    width: 550px;
    margin-right: -550px; */
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_contentheader
{
/* mali rounded corner on top of the content page */
	height: 19px;
	background: url(images/rightcoltop.gif) no-repeat left top;
}

#master_contentplaceholder
{
	padding:16px 20px 16px 20px; /* top right bottom left */
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

/* Content Page Layout             */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
	width: 468px;
}

.demoarea p 
{
	padding:5px;
}

.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;
	width: 508px;
}


.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

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;
}

.releaseList {
	list-style-type:disc;
}

/* --------------  LOGIN*/
#CommonBodyTable 
{ margin-top: 4px; }
#content
{ margin-right: 0; }
.CommonMessageArea
    {
        width: 380px;
        border-style: solid;
        border-width: 1px;
        border-color: #6e90bd;
        margin: 4px;
        margin-left: 64px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
    }
.CommonMessageContent
    {
        border-style: none;
    }
.CommonFormArea
{
    text-align: left;
    padding: 2px 20px 5px 30px;
    background-color: #eef4f1;
}
 h4.CommonMessageTitle
    {
        color: #ffffff;
        background-color: #6e90bd;
        /*background-image: url(images/bg_gradient.gif); */
        background-position: left top;
        background-repeat: repeat-x;
        border: none;
        padding: 4px 0 6px 6px;
        text-align: left;
    }
    
