/* site-wide styles */

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div, p, li, font, td {
	color: #333333;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

b {
	color: #444444;
}

li {
	padding-bottom: 3px;
	padding-top: 3px;
}

a {
	
}

a:link {
	color: #333399;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
		text-decoration: none;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}

/* top menu styles */

.topmenu {
	color: #FFFFFF;
	font-weight: bold;
}

a.topmenu:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu:visited {
	color: #F7F7F7;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu:active, a.topmenu:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* menu styles */

.menu {
	color: #666666;
	font-weight: bold;
}

a.menu:link, a.menu:visited {
	background-color: #F7F7F7;
	color: #666666;
	font-weight: bold;
	height: 22px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 100%;
}

a.menu:hover {
	background-color: #FFC83D;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: underline;
	width: 100%;
}

a.menu:active {
	background-color: #FFC83D;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: underline;
	width: 100%;
}

.left-menu-separator {
	background-image: url(/img/bg-lmsep.gif);
	color: #666666;
	font-weight: bold;
}

/* table decorations */

.d {
	background-color: #F7F7F7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.l {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.h {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* copyright style */

a.copy:visited, .copy, a.copy:link {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.copy:hover {
	color: #D9D9D9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* li styles */

.li {
	font-weight: normal;
	padding-bottom: 4px;
}

/*
 a.li:link {
	color: #3366CC;
	font-weight: normal;
	text-decoration: none;
}

a.li:visited {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

a.li:hover {
	color: #0099FF;
	font-weight: normal;
	text-decoration: underline;
} 
*/

/* command line style - for FAQ */

.commandline {
	font-style: italic;
}

/* left column howto links style - need to be changed !!! */

.sm-gray, a.sm-gray:link, a.sm-gray:hover, a.sm-gray:visited {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.solution-item, a.solution-item:link, a.solution-item:hover, a.solution-item:visited {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* subtitle - currently used only on the root page */

.subtitle {
	color: #3366CC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}.textlink { color: #333333; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; ; text-decoration: none}
a.textlink:hover { color: #333333; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; ; text-decoration: underline}
.light {  color: #999999}
a.light { color: #999999 }

#understrike {
	color: #999999;
	text-decoration: line-through;
}

.widelink {}

a.widelink:link, a.widelink:visited, a.widelink:hover, a.widelink:active {
	width: 100%;
}

.vb-comment {
	color: #008000;
}

.vb-keyword {
	color: #000080;
}

.vc-number {
	color: #0000FF;
}

.vc-string {
	color: #FF0000;
}

.vc-keyword {
	color: #0000FF;
}

.vc-comment {
	color: #008000;
}



.vbnet-number {
	color: #0000FF;
}

.vbnet-string {
	color: #FF0000;
}

.vbnet-keyword {
	color: #0000FF;
}

.vbnet-comment {
	color: #008000;
}

.srccode-background {
	background-color: #F7F7F7;
}


.vc6-comment {
	color: #008000;
}

.vc6-number {
	color: #0000FF;
}

.vc6-string {
	color: #FF0000;
}

.vc6-keyword {
	color: #0000FF;
}

.vcnet-comment {
	color: #008000;
}

.vcnet-number {
	color: #0000FF;
}

.vcnet-string {
	color: #FF0000;
}

.vcnet-keyword {
	color: #0000FF;
}