﻿/************************* Module Layout Styles *************************/
div.WorkstarBase, html.WorkstarBase{
	font-size: 11px;
	color: #00647B;
	font-family: Tahoma,Arial,Helvetica,sans-serif
}
.WorkstarBase .ModuleTitle h1 {
	background: url(title-left.gif) no-repeat;
	line-height: 25px;
	color: white;
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px
}
.WorkstarBase .ModuleTitle {
	background: url(title-right.gif) no-repeat right top
}
.WorkstarBase .ModuleTitleButton {
	float: right;
	position: relative;
}
/*====Rounded Corners*/
.WorkstarBase div.ModuleContent {
	margin-top: 2px;
	/*background: url(top-left.gif) no-repeat top left #f7f1e1*/
}
.WorkstarBase div.ModuleContent .Wrapper {
	/*background: url(top-right.gif) no-repeat top right*/
}
.WorkstarBase div.ModuleContent .Wrapper .Wrapper{
	/*background: url(bottom-left.gif) no-repeat bottom left*/
}
.WorkstarBase div.ModuleContent .Wrapper .Wrapper .Wrapper{
	/*background: url(bottom-right.gif) no-repeat bottom right;
	*/
padding-bottom: 10px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #00647B
}
.WorkstarBase .Highlight{
	font-weight: bold;
	font-size: 12px;
	color: #00647B
}
.WorkstarBase h1, .WorkstarBase .Head{
	font-weight: bold;
	font-size: 15px;
	color: #C03959
}
.WorkstarBase h2, .WorkstarBase .SubHead{
	font-weight: bold;
	font-size: 14px;
	color: #00647B
}
.WorkstarBase h3, .WorkstarBase h4, .WorkstarBase h5, .WorkstarBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #00647B
}
.WorkstarBase p,.WorkstarBase li{
	font-weight: normal;
	font-size: 11px;
	color: #00647B
}
.WorkstarBase a, .WorkstarBase a:link, .WorkstarBase a:visited, .WorkstarBase a:active{
	color: #963755;
	text-decoration: underline
}
.WorkstarBase a:hover{
	color: #C03959;
	text-decoration: underline
}
.WorkstarBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #ccc;
	border-bottom-style: none
}
.WorkstarBase ul li{
	font-weight: normal;
	padding-left: 10px;
	list-style: url(bullet.gif);
	margin: 0
}
.WorkstarBase ol li{
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin: 0
}
.WorkstarBase ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.WorkstarBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.WorkstarBase .Button, .WorkstarBase a.Button, .WorkstarBase a:link.Button, .WorkstarBase a:visited.Button, .WorkstarBase a:hover.Button, .WorkstarBase a:active.Button{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: gray;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.WorkstarBase input.Button{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px
}