body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background-color: White;
}

.license_detail_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.grayborder {
	border: 1px solid gainsboro;
}
.blackborder {
	border: 1px solid black;
}
.redborder {
	border: 1px solid red;
}

.licenseWarningMessage {
}

.licenseErrorMessage {
	color: Red;
}

.licstyle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.licstyle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.licstyle5 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.licstyle7 {
	color: #FFFFFF;
	font-weight: bold;
}

.licstyle9 {
	font-size: 14px;
}

.style7 {
	color: #2966CC;
	font-size: 14px;
	text-align: left;
}

.examplesBox {
	background-color: #F5F7FA;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

img {
	border: 0;
}

/* This is a workaround for the Mozilla rendering bug. Case #43*/
table {
	border-color: White;
}

p, td, textbox, select, input, li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}

.textblock {
	width: 500px;
}

.tbSearch {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	vertical-align: middle;
}

.kvSearchBox{
	width: 176px;
	position: relative;
	top: -1px;
}

.tbSearchSmall {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
}

.normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

.heading2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	clear: left;
}

.heading3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	clear: left;
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	clear: left;
}

legend {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4a6184;
}

#Homepage_Promo {
	font-size: larger;
	font-weight: bolder;
}

#Homepage_Promo a {
	color: #333399;
}

.block_header {
	border-top: solid 2px lightsteelblue;
	padding: 0px 0px 2px 0px;
	background-color: #F5F5F5;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.results_summary {
	text-align: right;
	border-top: solid 2px lightsteelblue;
	padding: 0px 0px 2px 8px;
	background-color: #F5F5F5;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.snippet {
	font-size: 9pt;
	line-height: 10.5pt;
	height: 60pt;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 2px solid lightsteelblue;
	background-color: #eeeeee;
	overflow: auto;
}

.snippet pre {
	float: left;
	margin: 0;
}

.error_message {
	color: Red; /*font-weight: bold;*/
}

.error {
	color: Red;
}

A.results_header:link, A.results_header:active, A.results_header:hover {
	font-size: 18px;
	font-family: Lucida Sans, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: Navy;
}

A.results_header:visited {
	font-size: 18px;
	font-family: Lucida Sans, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
	color: Purple;
	line-height: 24px;
}

.footer {
	font-size: 10px;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #333333;
}

.code {
	font-family: Courier;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* these styles are for KodeShare */
.c {
	color: Green;
}

.str {
	color: Red;
}

.k {
	color: Blue;
}

.r {
	color: Black;
}

.s0 {
	color: black;
	background-color: yellow;
}

.s1 {
	color: black;
	background-color: #00FFFF;
}

.s2 {
	color: black;
	background-color: Lime;
}

.s3 {
	color: black;
	background-color: purple;
}

.s4 {
	color: black;
	background-color: teal;
}

.s5 {
	color: black;
	background-color: yellow;
}

.s6 {
	color: black;
	background-color: yellow;
}

.s7 {
	color: black;
	background-color: yellow;
}

.s8 {
	color: black;
	background-color: yellow;
}

.s9 {
	color: black;
	background-color: yellow;
}

.info_panel {
	border-top: solid 4px #336699;
	border-bottom: solid 1px #cccccc;
	background-color: #F5F5F5;
	padding: 0px;
}

.kodeviewer_info_panel {
	border-top: solid 4px #336699;
	border-bottom: solid 1px #cccccc;
	background-color: #F5F5F5;
	padding: 0px;
	padding-left: 8px;
}

.PureLanguage {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#SiteToolbar a {
	color: #333399;
}

.toolbar_tip {
	position:absolute;
	right:366px;
	font-size:11px;
	height:17px;
	line-height:17px;
	margin-top:1px;
}

.toolbar_tip img {
	float:left;
	margin-top:1px;
	margin-right:1px;
}

.toolbar_button {
	border-right: gray thin ridge;
	padding-right: 10px;
	border-top: gray thin ridge;
	padding-left: 10pt;
	padding-bottom: 5px;
	border-left: gray thin ridge;
	width: 48px;
	padding-top: 5px;
	border-bottom: gray thin ridge;
	height: 48px;
	text-align: center;
}

.toolbar_corner {
	background-position: left bottom;
	background-image: 'url( "../../images/gray-white-vgrad.png" )'; /*url(<asp:Literal id="lHome1" runat="server" />images/gray-white-vgrad.png); */
	background-repeat: repeat-x;
}

.toolbar2 {
	/*PADDING-RIGHT: 16px; */
	background-position: left bottom; /*PADDING-LEFT: 16px; */
	background-image: 'url( "../../images/gray-white-vgrad.png" )';
	border-bottom: #cccccc 1px solid;
	background-repeat: repeat-x;
}

.score_panel {
	border-right: gray thin outset;
	padding-right: 10px;
	border-top: gray thin outset;
	padding-left: 10pt;
	padding-bottom: 5px;
	border-left: gray thin outset;
	padding-top: 5px;
	border-bottom: gray thin outset;
	background-color: Yellow;
}

.quote {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-style: italic;
	font-weight: normal;
}

.quote_signature {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: bold;
	text-align: right;
}


/* Used by the Project Viewer*/
.pexp_table {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Tahoma, Arial;
	border-collapse: collapse;
}
.pexp_header {
	border-right: gray 1px solid;
	border-top: gray 0px solid;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 1px;
	border-left: gray 0px solid;
	padding-top: 1px;
	border-bottom: gray 1px solid;
	font-family: Tahoma, Arial;
	text-align: center;
	background-color: #F5F5F5;
}

.pexp_folders {
	border-right: #000000 1px solid;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	line-height: 120%;
	background-color: #F5F5F5;
}

.pexp_files {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: top;
	line-height: 120%;
	background-color: white;
}

.paginator {
	padding: 2px 6px;
	font: 11px Arial, Helvetica, sans-serif;
}

.paginator a, .pageList .this-page {
	padding: 2px 6px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	text-decoration: none;
}

.paginator span {
	padding: 2px 6px;
}

.paginator .break {
	padding: 2px 6px;
	border: none;
	text-decoration: none;
}

.paginator .end {
	padding: 2px 6px;
	border: solid 2px #ddd;
}

.paginator .this-page {
	padding: 2px 6px;
	border-color: #999;
	font-weight: bold;
}

.paginator a:hover {
	color: #fff;
	background: #0063DC;
	border-color: #036;
	text-decoration: none;
}

/* FormField Default Styles */
.ffLabel {
	width: 100px;
	margin-left: 4px; /*position: static;*/ /*margin-bottom: 4px;*/
	float: left;
	display: block;
}

.ffLabelLong {
	width: 150px;
	margin-left: 4px; /*position: static;*/ /*margin-bottom: 4px;*/
	float: left;
	display: block;
}

.ffInput {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 2px;
}

.ffInputShort {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 48px;
}

.ffError {
	font-size: 10px;
	color: Red;
}

.floatLeft {
	position: absolute;
	direction: rtl;
	right: 20px;
}

/* stuff for the obout tree view */
.pointerhand {
	cursor: pointer;
}

.chart_title {
	border: #336699 solid 4px;
	padding-left: 8px;
	padding-right: 16px;
	background-color: #336699;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	display: inline;
}

.results_title {
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 12px;
	background-color: #B0C4DE;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#ProjectDirectory {
	margin-left: 50px;
}

#ProjectDirectory h1 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

#ProjectDirectory span {
	margin-left: 20px;
}

.SidePadding {
	padding-left: 20px;
	padding-right: 20px;
}

.SideMargins {
	margin-left: 20px;
	margin-right: 20px;
}

.LOCHomePageTag {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

.InfoPage {
	margin-left: 50px;
}

sup {
	color: red;
}


ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ulist1 {
	list-style-type: disc;
	margin-left: 20px;
}

ul.NavUL {
	margin-left: 15px;
	width: 175px;
}

/* second level ul2 */
ul.ul2 {
	margin-left: 20px;
	margin-top: 5px;
}

ul.SubscriptionFeatures {
	margin-top: 10px;
	margin-left: 36px;
	list-style-type: disc;
}

LI {
	padding-bottom: 7px;
}

.LeftNavBorder {
	border-right: #dddddd 1px solid;
	text-align: left;
	vertical-align: top;
}

.LabsControl {
	padding-left: 40px;
}

.MyAccountControl {
	margin-left: 40px;
}

.MyAccountControl div {
	/* background-color: ; */
}

.MyAccountControl div div {
	margin-left: 20px; /* background-color: Yellow; */
}

fieldset {
	margin-bottom: 10px;
}

.MACInner {
	margin-left: 20px;
}

#MyAccountLayout {
	/*border: 1px solid black;*/
	width: 100%;
}

#MyAccountMenuCSS {
	border-right: #dddddd 1px solid;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

#MADashboard {
	/*border: 1px solid black;*/
}

#InfoPageContent div div {
	margin-left: 20px;
	width: 500px;
}

div.notice {
	border: 2px solid lightsteelblue;
	background-color: #F5F5F5;
	padding: 5px;
	width: 500px;
	text-align: left;
}

#SubscriptionForm, #SubscriptionFeatures {
	width: 500px; /* border: 1px solid black;	 */
}

#SubscriptionForm fieldset {
	 padding:10px;
}

.SubscriptionFormButton {
	float: right;
}

#PaymentReceipt {
	/*MARGIN-LEFT: 50px */
	margin-top: 50px;
	margin-bottom: 50px;
}

/* order form */
#OFContent {
	margin-bottom: 100px;
}

.FilterLevel1 {
	margin-top: 5px;
	background-color: #F5F5F5;
	border: 1px solid #B0C4DE;
	width: 500px;
	padding: 10px;
}

/* Reports */
.ReportTable {
	color: #333;
	background-color: white;
	border: solid 1px #ccc;
	border-bottom: solid 1px #bbb;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 98%;
	margin: 5px;
}

.ReportTable tr td {
	padding: 4px;
	border: solid 1px #ccc;
}

.ReportContents {
	position: relative;
	padding: 5px !important;
	border: 0px !important;
	clear: both;
	overflow: hidden;
}

#IEroot .ReportContents {
	margin: 4px !important;
	margin-bottom: 6px;
	width: 100%;
	border: 0px !important;
	padding: 5px;
}

.DataGridHeader {
}

.DataGridHeader td {
	background-color: #e6e6e6;
	color: #222;
	font-weight: bold !important;
}

.DataGridHeader {
	color: #333;
	background-color: white;
	border: solid 1px #ccc;
	border-bottom: solid 1px #bbb;
	border-collapse: collapse;
	margin: 5px;
}

.DataGridItem td {
	padding: 5px;
	border-top: solid 1px #ccc;
	color: #333;
	background-color: #fdfdfd;
}

.DataGridAlternateItem td {
	padding: 5px;
	border-top: solid 1px #ccc;
	background-color: #fafafa;
	color: #333;
}

.DataGridHighlight td {
	background-color: #DEEFFF;
	color: #336699;
	background-position: 0px -20px;
	background-repeat: repeat-x;
	color: black;
}

.report_nav {
	border-top: solid 4px #336699;
	border-bottom: solid 1px #cccccc;
	background-color: #F5F5F5;
	padding: 0px;
	position: relative;
}

.report_nav a {
	color: #222;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: solid 1px #eee;
}

.report_nav br {
	height: 1px;
	overflow: hidden;
	display: none;
}

a.toolbarLink, .toolbar2 a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 0 2px 0 2px;
}

a.toolbarLink:hover, .toolbar2 a:hover {
	text-decoration: none;
	background: #ddd;
	color: #114477;
}

.loggedEmailDiv {
	position: absolute;
	right: 2px;
	width: 300px;
	text-align: right;
	top: 38px;
	font-size: 10px;
	background: white;
}

.trialUpgradeA {
	color: Red;
	font-weight: bold;
}

img.dojoComboBox {
	display: none !important;
}

input.dojoComboBox {
	border: 1px inset #afafaf !important;
}

.warningDiv {
	background-color: #FFFFCC;
	border: 1px dotted #CCCCCC;
	padding: 9px;
}

/* Promo */
#promoStatus {
    display:block;
    height:20px;
    margin-top:5px;
}    

.upgrade-promotion .success {
    color: #060;
}

.promoLabelSpan {
    float:left;
    height:40px;
    display:block;
    padding-right:5px;
}

.promoCodeTextBox {
    border:solid 1px #336699;
    padding:1px;
}

/* Feedback Page */
blockquote#feedback {
  width:871px;
}

#feedback #feeds_pane {
  width:400px;
  padding-left:20px;
  border-left:solid 1px #ccc;
  float:left;
}

#feedback #feedback_pane {
  width:430px;
  padding-right:20px;
  float:left;
}

#feedback .recent_posts {
  color:#000;
  font-size:12px;
  font-family:arial;
  margin-bottom:40px;
}

#feedback .recent_posts a {
  color: #225588;
  text-decoration:none; 
}

#feedback .recent_posts div {
	margin-bottom:3px;
}

#feedback .recent_posts a:hover {
  color: #4477aa;
  text-decoration:underline;
}

#feedback .recent_posts h3 {
  font-size:15px;
  font-weight:bold;
  padding:10px 0 0 0;
  margin:0 0 0 0;
}

.nm_type {
	font-size: 10pt;
	font-family: Tahoma, Arial;
}

.namesp {
	font-weight: bold;
	font-size: 12pt; 
	font-family: Tahoma, Arial;
}

.uml_type {
	font-size: 8pt;
	font-family: Tahoma, Arial;
	padding: 3px;
}

.uml_section {
	border-top: gray 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	background-color: #6495ED;
	padding: 3px;
}

.uml_item {
	font-size: 8pt;
	font-family: Tahoma, Arial;
	padding: 3px;
}

.entity {
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Tahoma, Arial;
}

TH.entity {
	font-weight: normal;
	background-image: 'url( "../../images/blue-white-grad.PNG" )'; /*url(<asp:Literal id="lHome1" runat="server" />images/blue-white-grad.PNG); */
	background-repeat: repeat-y; 
}

.exp_header {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Tahoma, Arial;
	background-color: #F5F5F5;
	padding: 3px;
}

.exp_items {
	line-height: 110%;
	padding: 3px;
}

.kvHeaderLimiter{
	position: relative; width: 510px;
}

.detailsTable td{
	padding: 5px;
	padding-left: 10px;
}

/* Tools/Plugins */
#plugin_screenshots {
	margin-left:0;
	padding-left:0;
	margin-top:15px;
	margin-bottom:50px;
	margin-left:30px !important;
}

#plugin_screenshots td {
	text-align:center;
	vertical-align:middle;
	margin-left:0;
}

#plugin_screenshots td.c2 {
	padding-left:30px;
}

#plugin_demo {
	background-image: url(http://koders.com/media/images/koders/smartsearch_bg.gif);
	background-repeat: no-repeat;
	padding:5px 6px 6px 6px;
	width:320px;	
	float:none;
}

#smartsearch_info {	
	margin-left:30px;
}			

#smartsearch_info td {	
	vertical-align:middle;
}

#smartsearch_info td.c1 {
	padding-right:20px;
	text-align:center;
}

.kodeViewerContDiv{
	padding: 0px 10px 0px 10px;
}

