﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    font-size: 7pt;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

h3
{
	font-size:small;
}

body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 800px;
}

#master_headertop
{
}

#master_headerbottom
{
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}

#master_menu
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples
{	
	padding-top: 72px;
}

#master_sidebarWalkthroughs
{
	padding-top: 72px;
}

.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
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
}

#master_contentplaceholder
{
	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;
}

#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;
}

.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;
}


.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;
}


/* Styles for the Animation Reference */
.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 2px;
	background-color :WindowText;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* DEFAULTS
----------------------------------------------------------*/

/* TAB MENU   
----------------------------------------------------------*/

hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

menu
{
    padding: 10px 0px 4px 8px;

}

menu ul
{

    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

menu ul li a, menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

menu ul li a:active
{
    background-color: #0E82F0;
    color: #cfdbe6;
    text-decoration: none;
}

.menuitem img 
{
  width: 40px;
  height: 40px;
}


menuhome
{
    padding: 10px 0px 4px 8px;

}

menuhome ul
{
    margin: 0px;
    padding: 0px;
    font-family: 'Arial Narrow';
}

menuhome ul li a, menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

menuhome ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

menuhome ul li a:active
{
    background-color: #0E82F0;
    color: #cfdbe6;
    text-decoration: none;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

hiddencol
{
    display: none;
    visibility: hidden;
}
viscol
{
    display:block;
}



fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    color: #666666;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.searchButton
{
}

.textbox
{
    margin: 0px 0px 3px 0px;   
}
.textbox_cf
{
    margin: 0px 0px 3px 0px;
    text-transform: uppercase;
    font-family: Arial;
    color: #FF0000;
}

.texthome
{
    font-family: "Arial Narrow";
    color: #4F253B;
}

.texthomedownload
{
    font-family: "Arial Narrow";
    color: #4F253B;
    font-size: 70px;
}



.textboxchiavi
        {
    margin: 0px 8px 3px 0px;   
}



.label
{
    padding: 4px 2px 0px 0px;    
    text-align: left;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px 0px 0px 10px;
}


.labeloblig
{
    padding: 4px 2px 0px 0px;    
    text-align: left;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px 0px 0px 10px;
}

.label_home
{
    color: #4F253B;
    font-family: 'Arial Narrow',"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding-right: 5px;
    padding-left: 5px;
    font-size: small;
    font-style: normal;
}

.button
{
    margin-right: 10px;
}        

.menu_masterpage
{
    color: #A46F00;
    border-right-style: solid;
    border-right-width: medium;
    padding-right: 5px;
    padding-left: 5px;
}

.menu_home_bottom
{
    border-width: 1px;
    color: #000000;
    font-family: 'Arial Narrow';
    border-right-style: solid;
    padding-right: 5px;
    padding-left: 5px;
    font-size: small;
    font-style: normal;
    text-decoration: underline;
}

.menu_home_bottom_noseparetor
{
    color: #4F253B;
    font-family: 'Arial Narrow';
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: underline;

}

.menu_masterpage ul
{
    color:#A46F00;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.menu_masterpage ul li a, menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #A46F00;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.menu_masterpage ul li a:hover
{
    background-color: #CCCCCC;
    color: #A46F00;
    text-decoration: none;
}

.menu_masterpage ul li a:active
{
    background-color: #FFFFFF;
    color: #A46F00;
    text-decoration: none;
}
/* Contact page */
.contact
{
    font-family: 'Arial Narrow',"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: medium;
    margin-left: 0px;
    margin-top: 14px;
}
.contact .body
{
    font-size: small;
}
/* FAQ Page */
.faq_questions
{
    text-decoration: none;
    font-size: 17px;
    font-family: 'Arial Narrow';
    color: Black;
}
.faq_questions_cover
{
    position: absolute;
    background-color: White;
}
.faq_titlerow 
{
    height: 32px;
    font-size: 19px;
    font-weight: bold;
    vertical-align: bottom;
}
.faq_answertitle
{
    text-decoration: none;
    font-family: 'Arial Narrow';
    font-size: 19px;
    font-weight: bold;
    color: Black;
}
.faq_bodyrow 
{
    font-size: 14px;
    font-weight: normal;
}
.faq_panel 
{
    background-repeat: no-repeat;
}


/* MENU ACCESS */
.menu_access
{
    color:Aqua;
}
.menu_access ul
{
    color:#A46F00;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.menu_access ul li a, menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #A46F00;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.menu_access ul li a:hover
{
    background-color: #CCCCCC;
    color: #A46F00;
    text-decoration: none;
}

.menu_access ul li a:active
{
    background-color: #FFFFFF;
    color: #A46F00;
    text-decoration: none;
}
