/************************************ 
* Global styles for dlgsoftware site 
************************************/
* {
    padding: 0;
    margin: 0;
} 

body {
    background: #FAFAFA  ; /*  Q309 default -> #FAFAFA    #F9F9F9  ;    /*#fff;*/
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  /*  .74em   */
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 35px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}

/*
.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}
*/
.header {
height:  110px;              /* 100px; */
background: #336699  url('technology_700x120.jpg');    /*  #85ACF7 url('images/hidr.jpg'); */
}


.header h1 { font-size: 20px; font-weight: bold; padding-left: 17px; padding-top: 18px;  color: #FFF; }
.header h1 a { font-size: 20px; font-weight: bold; color: #FFF; text-decoration: none;}
.header h2 { font-size: 13px; padding-left: 17px; padding-top: 0px;  color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}

.contactLinks { 
    background: #F6F9FB; 
}

.tablenote {
	color: #003399;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
	
.middle {
	float: left;
	width: 65%  ;  /* 64%; */
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 26%; /* 25%;  need more space for right links, searchbox, etc. */
	margin: 5px 5px;  /* 10px 20px;  */
	padding: 1% 1%;
	
}


.right ul {
	padding: 0px 0 0px 25px; /* mod 11/9 parm4: 20px to 15px - need this indent, if set to 0 you lose bullets */
	/* this is the original  padding: 10px 0 15px 20px; */
	margin:0;
}

.right li {
	margin-bottom:2px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle ul {
	padding: 5px 0 5px 20px;
	margin:0;
}

.middle ul li {
	margin-bottom:5px;
	list-style-type: square;
}


.middle ol {
	padding: 5px 0 5px 20px;
	margin:10;
}

.middle ol li {
	margin-bottom:0px;
	margin-left: 10px;
}


.middle h1 { color: #003399; font-size: 14px; font-style: italic ; margin-bottom: 5px; margin-top: 10px;}
.middle h2 { color: #003399; font-size: 15px; margin-bottom:5px; margin-top: 8px;}
.middle h3 { color: #3B6EBF; font-size: 13px; font-style: italic ;  margin-bottom: 6px; margin-top: 10px;}
.right h2 {
	color: #003399;
	font-size: 13px;
	margin-top: 20px;
	margin-left: 5px;	
	padding: 0px;
	
}  /* color: #3B6EBF; */

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


#searchFormDiv {
	vertical-align: middle;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 14px ;
}

th {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006699;
}

td {
	font-size: 11px;
	padding: 6px;
}

.codeDiv {
  overflow:  auto; 
  background: #F6F9FB; 
  border: thin solid #DDDDDD;  
}

.tdText {
	background: #F6F9FB;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px;
	line-height: 16px;
}
.commentText {
	font-size: 10pt;
	text-align: left;
	color: #003366;
	font-style: italic ; 
}

.smallText {
	font-size: 8pt;
}

.verySmallText {
	font-size: 7pt;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.searchButton{	
	font-size: 8pt;
	vertical-align: middle; *vertical-align: text-bottom; /* needed to valign in BOTH IE/FF */	
	padding: 0px 0px 0px;
	margin-bottom: 1px ;
}
.tagCloudDiv {
	padding: 0px;
	margin: 0px;
	border: none;
}
.tagCloudContent {
	background: #F6F9FB;
	color: #003399;
	padding: 0px;
	margin: 0px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	width: 166px;
}
.topBottomRidge {
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	/*background: #CCCCCC;*/
}
.newTagCloudContent {
	padding: 0px;
	margin: 0px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	width: 175px;
}
.caption {
	text-align: center;
	font: 13px "Trebuchet MS" Verdana, Arial, sans-serif; 
	 background: #F6F9FB; 
	 border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
}
.size7 { font-size: 10px;  }
.size6 { font-size: 15px; }
.size5 { font-size: 20px; }
.size4 { font-size: 25px; }
.size3 { font-size: 30px; }
.size2 { font-size: 35px; }
.size1 { font-size: 40px; }

.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; }










