﻿/* RESET CSS */

html{color:#000;background:#2D2D2D;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border-style: none;
	border-color: inherit;
	border-width: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}

/* TEMPLATE */

html 
{
	background-image: url(/Content/Images/Template/BackgroundRepeat.png);
	background-repeat: repeat;
}

body 
{
	background-image: url(/Content/Images/Template/Background.png);
	background-position: top;
	background-repeat: repeat-x;
}

#page 
{
	width: 85%;
	min-width: 850px;
	margin: 0px auto;
}

#websiteMenu 
{
	background-image: url(/Content/Images/Template/WebsiteMenuBackground.gif);
	background-repeat: repeat;
	width: 100%;
	height: 36px;
	text-align: right;
}
#websiteMenu li 
{
	display: inline;
	color: #FFFFFF;
	line-height: 36px;
	background-image: url(/Content/Images/Template/Slash.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
}
#websiteMenu li.last 
{
	background-image: none;
	padding-right: 10px;
}

#websiteMenu a 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#websiteMenu a:hover
{
	color: #FFFFE0;
}

#banner 
{
	border-top: solid 3px #B0E036;
	height: 179px;
	border-bottom: solid 6px #2A657E;
	background-color: #010100;
	background-image: url(/Content/Images/Template/BannerBackground.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#logo 
{
	width: 325px;
	height: 179px;
	display: block;
	float: right;
}

#bannerTitle 
{
	margin: 58px 0px 0px 58px;
	width:453px;
	height:43px;
	display: block;
}

#bannerStrapline 
{
	margin: 0px 0px 10px 58px;
	display: block;
	width:343px;
	height:21px;
}

#main 
{
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/Content/Images/Template/ContentTopBorder.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#footer
{
	width: 100%;
	text-align: right;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
}

#productMenu 
{
	float: left;
	width: 183px;
	padding-top: 3px;
}

#productMenu li 
{
	background-image: url(/Content/Images/Template/ProductMenuBackground.png);
	width: 183px;
	background-repeat: no-repeat;
}

#productMenu a 
{
	padding-left: 5px;
	color: #444444;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}
#productMenu a:hover
{
	color: #000000;
}

#subProductMenu 
{
	width: 179px;
	background-color: #A7D631;
	background-image: url(/Content/Images/Template/SubMenuBackground.gif);
	background-repeat: repeat;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

#subProductMenu li 
{
	background-image: url(/Content/Images/Template/SubMenuItem.png);
	background-position: 0px 0px;
	margin-left: 4px;
	background-repeat: no-repeat;
	width: 179px;
}

#subProductMenu li.Selected, #subProductMenu li:hover
{
	background-position: 0px -31px;
}


#subProductMenu a 
{
	padding-left: 25px;
	color: #444444;
	text-decoration: none;
	display: block;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
}


#mainContent
{
	margin: 0px 10px 0px 200px;
	padding-top: 15px;
	min-height: 300px;
}

#mainContent li 
{
	list-style-type: disc;
	margin: 3px 3px 3px 15px;
}

h1
{
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
h2, h3, h4
{
	font-size: 1.35em;
	margin: 20px 0px 10px 0px;
	color: #000000;
}
h3
{
	font-size: 1.2em;
}
h4 
{
	font-size: 1.1em;
}

p 
{
	margin: 15px 0px 15px 0px;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
  background-color: #ffffff;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;  
}

caption 
{
	padding: 20px 0px 10px 0px;
	font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* API
----------------------------------------------------------*/

.TypeContainer 
{
	border: solid 1px #C1E64E;
	padding: 10px;
	margin: 5px 0px 20px 0px;
}

.TypeContainer h2 
{
	background-color: #C1E64E;
	font-weight: bold;
	margin: -10px;
	padding: 10px;
}

table.api td
{
	vertical-align: top;
}

table.api td.nameCol p
{
	padding: 0px;
	margin-left: 15px;
	text-indent: -15px;
	font-weight: bold;
}


/* Code colorization
----------------------------------------------------------*/
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .type { color: #2B91AF; }

.csharpcode .str { color: #A31515; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

.CodeSamples p 
{
	background-color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	margin: 0px 1px -1px 0px;
	border: solid 1px #CCCCCC;
}

.CodeSamples p.Selected
{
	background-color: #FFEEEE;
	border-bottom-color: #FFEEEE;
	font-weight: bold;
}

.CodeSamples p img
{
	vertical-align: bottom;
	margin-right: 5px;
}

.CodeSamples pre 
{
	margin: 0px; padding: 0px;
}

.CodeToDisplay
{
	margin: 0px 0px 10px 0px;
	background-color: #FFEEEE;
	clear: left;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

/* PRODUCTS
*******************************************************/

.ProductName 
{
	color: Black;
}

.AdvancedOptions
{
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: dashed 1px #CCCCCC;
}


#edgeTable 
{
	clear: both;
	table-layout: fixed;
	background-color: Transparent;
	width: 100%;
	margin: 0px;
	border: 0px;
	height: 11px;
	padding: 0px;
}
#edgeTable td 
{
	background-color: Transparent;
	border: 0px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	font-size: 4px;
}

#productNav 
{
	margin-top: 50px;
}

#productNav li.Selected a
{
	color: #000000;
	text-decoration: none;
}

.tooltip
{
	border: 1px solid #8BB236;
	background-color: #CAE683;
	position: absolute;
	display: none;
	text-align: left;
	width: 175px;
}
.tooltip p 
{
	padding:2px;
	margin: 2px;
}
