﻿body
{
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica;
	font-size: 13px;
}

/* and this is enough for real manly browsers, but not ie..  it doesn't know what inherit means. */
body a
{
	color: inherit;
}

/* Smooth up graphics that are resized in IE */
img 
{ 
	-ms-interpolation-mode:bicubic;
}

/* Get rid of the blue border around images */
a img
{
	border:none;
}

h1 
{
	margin-top: 12px;
	margin-bottom: 4px;
	color: #000000;
	font-size: 24px;
	line-height: 24px;
}

h2
{
	margin-top: 6px;
	margin-bottom: 6px;
	color: #df8604;
	font-size: 19px;
}

h3
{
	margin: 0 6px 0 0;
	color: #000000;
	font-size: 16px;
	font-style: italic;
}

p
{
	margin: 0 6px 12px 0px;
	font-size: 13px;
}

p.warning
{
	font-size: 13px;
	color: Red;
}

li
{
	list-style-image: url('/branding/images/bullet-orange.gif');
	margin-bottom: 3px;
}

.fontFamilyReset
{
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h6 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h4 
{
	margin: 0px;
}


/** TEXTS */

select {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 10px;
	color: #848484;
}

textarea {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 10px;
	color: #848484;
}

input {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: medium;
	color: #848484;
}

td {
}

th {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 10px;
	color: #848484;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: small;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	color: #000000;
	font-size: small;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
}

.ulsmall {
	margin-left: 50px;
	padding-left: 0px;
	list-style: none;
	font-size:small;
}


.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size:small;
}
.ul1 li {
	display: inline;
}
.ul1 a {
	display: block;
	height: 17px;
	margin-bottom: 1px;
	padding: 3px 0px 0px 20px;
	background: #F3F3F3 url(images/homepage29.gif) repeat-y;
	font-weight: bold;
	color: #444444;
	font-size: x-small;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.nobulletul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	padding-top: 3px;
}
.nobulletul li {
	font-size: 11px;
}
.nobulletul a {
	display: block;
	height: 17px;
	margin-bottom: 1px;
	padding: 3px 0px 0px 20px;
	background: #F3F3F3 repeat-y;
	color: #848484;
	font-size: x-small;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.text1 {
	font-size: 10px;
	font-weight: normal;
	color: #7D0000;
}

/** LINKS */

a {
	color: #7D0000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #CFC7A8;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background-color: #FFFFFF;
}

.bg2 {
	background: #2A2A2A;
}

.bg3 {
	background: url(images/homepage17.gif) repeat-x left bottom;
}

.bg4 {
	background: url(images/homepage22.gif) repeat-x left top;
}

.bglightgrey
{
	background: #f0f0f0;
}
.bglightgrey a
{
	text-decoration:none;
}
.bglightgrey a:hover
{
	text-decoration:underline;
}

.bgred /* it's now grey, really */
{
	background: #F0F0F0;
}
.bgred a
{
	text-decoration:none;
}
.bgred a:hover
{
	text-decoration:underline;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right {
	text-align: right;
	font-size: x-small;
	margin-top: 2px;
}

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.tabletext {
	text-align: left;
	padding-left: 3px;
}
.tableheadings {
	font-size: small;
	color: #333333;
	font-weight: bold;
	padding-top: 12px;
	text-align: left;
}

.source {
	font-family: Courier New;
	font-size: 11px;
	color: navy;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}

.comment {  
	color: #cc0000; 
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 11px;  
	font-style: normal;
}

.WHITETEXT
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	color: white;
}

.WHITETEXT h2
{
	color: white;
	margin-bottom: 12px;
}

.WHITETEXT p
{
	margin-top: 20px;
	font-size: 14px;  
	font-style: normal;
}

.linedividefixed{ 
 	background-color: #404040; 
 }

.linedividefixedLeft{ 
 	background-color: #404040; 
 	text-align:left
}

.linedividefixedLeft td{ 
 	background-color: #404040; 
 	text-align:left
}

.align-center {
	text-align: center;
}

.RedButton {
	font-size: medium;
	color: #FFFFFF;
	background-color: #CC0000;
}

.QuickLinksFlyoutPopup
{
    background-color:white;
    border: solid 1px silver;
    padding:10px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.QuickLinksFlyoutPopupHr
{
    background-color:#D6E3EF;
    width:5px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}     

.Flyoutitem { font-family:Verdana;font-size:8pt;color:black; text-decoration:none;}

.Flyoutlist
{
    width:140px;
    padding-left:10px;
}

.FlyoutHeader
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size:10pt;
    height:15px;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.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; }

/** Branding Elements from GibraltarSoftware.com  **/

#pageHeader
{
	background-color:Black;
	height: 113px;
}

#pageBackground
{
	background-color: White;
	background-image: url('branding/images/BottomGradientBackground.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

#header
{
	background-image: url('branding/images/Header.gif');
	background-repeat: no-repeat;
	width: 930px; /*950 - 15 - 5 */
	height: 97px; /*113 - 15 - 1 */
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 1px;
	margin: 0px auto;
}

#header a
{
	color: inherit
}

#headerLogo1
{	
	height: 90px;
	width: 78px;
	float: left; clear: left;
	text-decoration: none;
}

#headerLogo2
{	
	margin-left:18px;
	height: 90px;
	width: 202px;
	float: left;
	text-decoration: none;
}

#headerLogo1 a
{
	text-decoration: none;
}

#headerLogo2 a
{
	text-decoration: none;
}

#pageContent
{
	clear: both;
	width: 948px;
	background: White;
	border-left: solid 1px #D0D0D0;
	border-right: solid 1px #D0D0D0; /*	min-height: 650px; */
	border-bottom: solid 0px;
	border-top: solid 0px;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

#pageFooter
{
	clear: both;
	width: 950px;
	height: 68px;
	margin: 0px auto;
}

#footerLeft
{
	background-image: url('branding/images/BottomGradientBackground.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 15px;
	height: 68px;
	float: left;
	clear: left;
	padding: 0px;
}

#footerRight
{
	background-image: url('branding/images/BottomGradientBackground.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 15px;
	height: 68px;
	float: left;
	padding: 0px;
}

#footerContent
{
	height: 18px;
	padding: 0px;
	margin-top:2px;
}

#footer
{
	background-color: #FFFFFF;
	margin-bottom: 12px;
	width: 920px; /* 950 - 15 - 15 */
	height: 56px;
	padding: 0px;
	color: #525252; /* dark brown from subnav heading border */
	float: left;
} 

#footer p
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#footer a
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #525252; /* dark brown from subnav heading border */
	text-decoration: none;
}

#utilityMenu 
{
	float: right;
	margin-right: 15px;
	height: 15px;
	left: 700px;
	width: auto;
	color: White;
}

#utilityMenu a
{
	color: White;
}


#mainMenu
{
	float: right; 
	clear: right;
	height: 24px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

#mainMenu a
{
	font-size: 16px;
	color: #FFFFFF;
}

.mainMenuNormal, .mainMenuSelected
{
	cursor: pointer;
	float:right;
	width: 85px;
	height: 24px;
	margin-left: 2px;
}

.mainMenuNormal
{
	background-image: url('branding/images/HeaderButtonNormal.gif');
}

.mainMenuSelected
{
	background-image: url('branding/images/HeaderButtonSelected.png');
}

.testimonialQuote
{
	padding-left:0px;
	padding-top:8px;
	font-size:11px;
	font-style:italic;
}

#subMenuChat
{
	float: left;
	width: 152px; /* 180 - 14 - 14 */
	margin-top: 12px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#subMenuChat IMG
{
	border: none;
}

.highlightBox
{
	margin-right:12px;
	padding: 8px;
	background-color: #fde078;
	border: 1px solid #f1a41d;
}

.highlightBox ul {
	margin-left: 15px;
	padding-left: 0px;
}
.highlightBox li 
{
	margin-bottom: 0px;
	list-style-image: none;
}
.highlightBox a 
{
	text-decoration:underline;
}

.contentTable
{
	margin-left:15px;
	margin-right:15px;
	color:#333333;
	width:680px;
	border-collapse:collapse;
}

.contentTable td, .contentTable th
{
	padding: 10px;
}

.contentTable THEAD
{
	color:White;
	background-color: #1A2230;
	font-weight:bold;
}

.contentTable TBODY
{
	vertical-align: text-top;
}

.OddRow
{
	background-color:#E5E6E7;
	padding: 4px 10px 4px 10px;
}

.EvenRow
{
	background-color:White;
	padding: 4px 10px 4px 10px;
}

.TableData
{
	background-color: #FFFFFF;
	border: 1px solid #A7A7A7;
	border-collapse: collapse;
}

.TableData TD, .TableData TH
{
	padding: 2px 10px 2px 10px;
}

.TableDataAlt
{
	background-color: #E5E6E7;	
}

.TableDataHead 
{
	background-color: #1A2230;
	color: #ffffff;	
}

/* Try It table */
.TableDataTryIt 
{
  border: solid 1px #d0d0d0;
  margin-bottom: 5px;
  background-color: #FFFFFF;
}

.TableDataTryIt td 
{
  padding: 6px 4px 6px 8px;
  border-bottom: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;
}

.TableDataHeadTryIt 
{
  background-color: #5a5a5a;
  color: #ffffff;	
}

.TableDataHeadTryIt th
{
	font-size: 13px;
	color: #ffffff;
}

.TableDataAltTryIt
{
	background-color: #E5E6E7;	
}

.TableDataAltTryIt td
{
  padding: 10px;
  background-color: #E5E6E7;
}

/* Begin licensing styles */
.license-table 
{	
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
	border:  solid 1px #6f6f6f;
}

.license-select 
{
	font-size: 90%;
	font-weight: bold;
	color: #cd7b02;
	text-decoration: none;
	background-color: #ffffff;
	border-right:  solid 2px #f6f5f5;
	text-align:center;
	padding: 6px 5px 6px 5px;	
	width: 110px;
}

.license-description 
{
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.license-description ul 
{	
}

.license-description li 
{
	font-size: 12px;
}

.license-description h3 
{	
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.license-description p 
{
}

.license-price 
{
	background-color:#df8603;
	color: #FFFFFF;
	padding: 0px 8px 2px 8px;
	margin: 3px 3px 5px 3px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.license-table-promo 
{
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
	border:  solid 1px #df8603;
}

.license-select-promo
{
	font-size: 90%;
	font-weight: bold;
	color: #cd7b02;
	text-decoration: none;
	background-color: #ffffff;
	text-align: center;
	padding: 6px 5px 2px 5px;
	border-right: solid 2px #FEE3BC;
	width: 110px;
}

.license-description-promo 
{
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.license-description-promo ul 
{
}

.license-description-promo li 
{
	font-size: 12px;
}

.license-description-promo h3 
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.license-description-promo p 
{
}



.chatStatusBox
{
	height: 62px;
	width: 142px;
}

/* Top Navigation bar menu styling */
#nav {margin-top:50px; padding:0;}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font:bold 14px Segoe UI, Century Gothic, sans-serif;
	line-height:30px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 48px;
	position: relative;
	overflow: hidden;
	margin: auto 16px;
	color:#FFFFFF;
	text-decoration:none;
}

#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height: 48px;
	position: relative;
	overflow: hidden;
	margin: auto 16px; 
	color:#f79839;
}

#nav .lavaLamp li.selectedLava {
	background: url(/App_Resources/images/header_subnavpointer_white.png) no-repeat center bottom;
}

#nav .lavaLamp li.selectedLava a {
	color:#f79839;
}

#nav .lavaLamp li.backLava {
	width: 9px; height: 48px;
	z-index: 8;
	position: absolute;
}/*
#nav .lavaLamp li.backLava .leftLava {
	background: url(/App_Resources/Images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape
}*/

#buildLink 
{ 
	float: right;
}

#buildLink a
{
	text-decoration: underline;
}

