﻿body {
	background			:	url(images/bg.jpg);
	background-repeat	:	repeat-x;
	background-color	:	#eaeaea;
	font-family			:	segoe ui,tahoma;
	font-size			:	10pt;
	font-weight			:	normal;
}

.frame-style {
	background-color	:	#7190e0;
	border				:	1px #0000FF solid;
	padding				:	5px;
}

.frame-style-article {
	background-color	:	#7190e0;
	border				:	1px #0000FF solid;
	padding				:	2px;
}

.container-style {
	background-color	:	White; 
	border				:	1px #0000FF solid;
	padding-top			:	5px;
	padding-right		:	5px;
	padding-left		:	5px;
	padding-bottom		:	5px;
	overflow			:	Auto;
	overflow-x			:	Auto;
	overflow-y			:	Auto;
}

.grid-background {
	background-color	:	#BFDBFF;
}

.grid-header {
	background-color	:	#BFDBFF;
	font-size			:	11pt;
	font-weight			:	bold;
	border				:	1px #ACA899 solid;
	border-left			:	1px White solid;
	border-top			:	1px White solid;
	color				:	#15428B;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF , endColorstr=#FFBFDBFF, GradientType=0)*/
}

.grid-row {
	background-color	:	#FFFFFF;
	color				:	#333333;
	text-decoration		:	none;
}

.link1 {
	color				:	#022873;
	text-decoration		:	underline;
	font-weight			:	bold;
}

.link1:hover {
	color				:	#2E9EE6;
	text-decoration		:	none;
}

.link2 {
	color				:	#022873;
	text-decoration		:	underline;
}

.link2:hover {
	color				:	#2E9EE6;
	text-decoration		:	none;
}

.menulink {
	color				:	#022873;
	text-decoration		:	underline;
	font-weight			:   bold;
	font-size			:	8pt;
}

.menulink:hover {
	color				:	#2E9EE6;
	text-decoration		:	none;
}

.topmenu {
	background-color	:	#7190e0; 
	padding-top			:	1px;
	padding-bottom		:   1px;
}

.topmenuitem {
	background-image	:	url(images/c_a.gif);
	border				:	1px #0000FF solid;
	font-family			:	segoe ui,tahoma;
	font-size			:	9pt; 
	font-weight			:	bold;
	cursor				:	default; 
	color				:	#38428B;
	cursor				:	pointer;
	padding-top			:	3px;
	padding-right		:	5px;
	padding-left		:	5px;
	padding-bottom		:	3px;
	width				:	100%;
	height				:	100%;
}

.topmenuitemhover {
	color				:	white;
	background-image	:	url(images/c_o.gif);
	font-family			:	segoe ui,tahoma;
	font-size			:	9pt; 
	font-weight			:	bold;
	cursor				:	default; 
	background-color	:	WhiteSmoke;
	border				:	#3C7FB1;
	color				:	#38428B;
	cursor				:	pointer;
	padding-top			:	3px;
	padding-right		:	5px;
	padding-left		:	5px;
	padding-bottom		:	3px;
	width				:	100%;
	height				:	100%;
}

.pageTitle {
	color				:	White;
	font-size			:	11pt;
	font-weight			:   bold;
	padding-left		:	5px;
	padding-top			:	2px;
	padding-bottom		:	2px;
}

.pageMap {
	font-weight			:	bold;
	color				:	#022873;
}

.pageHeader {
	font-weight			:	bold;
	font-size			:	13pt;
	color				:	#022873;
}

.topicTitle {
	font-weight			:	bold;
	color				:	#022873;
}

.topicSubTitle {
	font-weight			:	bold;
	color				:	Red;
}

.relatedArticlesTitle {
	color				:	White;
	font-size			:	10pt;
	font-weight			:   bold;
	padding-left		:	5px;
	padding-top			:	2px;
	padding-bottom		:	2px;
}

pre.sqlscript {
	font-size			:	9pt;
	padding				:	10px;
	background-color	:	#f7f7e6;
	border-style		:	dashed;
	border-width		:	1px;
}

div.sqlscript {
	font-size			:	9pt;
	padding				:	2px;
	background-color	:	#f7f7e6;
	border-style		:	dashed;
	border-width		:	1px;
}

.mainli {
	list-style-image	:	url(images/bullet_arrow.gif);
}

.subli {
	margin-left			:	15px;
	list-style-image	:	url(images/bullet_sub.gif);
}

ul {
	list-style-image	:	url(images/bullet_standard.gif);
}

hr {
	color				:	#022873;
	height				:   2px;
}