﻿body 
{
	background-color: #f7f7f6;
}

.mainWrapper
{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 1000px;
	font-family: Tahoma;
	font-size: 8pt;
	margin-top: 0;	
	padding-top: 0;
	color: #003366;
	font-weight: bold;
}

.contentPanel
{
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}

.contentPane
{
	margin-top: 10px;
	margin-bottom: 30px;
}

.PaneHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #003366;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

.PaneHeader a 
{
	text-decoration: none;
}

.PaneHeader a:visited
{
	color: #003366;
}

.PaneContent
{
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #f7f7f6;
	border-left-width: 3px;
}

.application
{
	color: #cc3333;
	font-weight: bold;
	font-size: 20pt;
}

.sitemappath
{
	color: #003366;
	font-size: 8pt;
}

.description
{
	background-color: #f0f080;
	font-style:	italic ;
}

.TreeView a:visited 
{
	color: #003366;
}

.tableMeetingDetail
{
	margin-bottom: 5px;	
	margin-top: 5px;
}

.tableJobDetail
{
	margin-right: 10px;
}

.jobDetail
{
	background-color: #cc3333;
	color: White;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
}

.meetingDetHeader
{
	background-color: #9B948B;
	color: White;
	padding: 4px 4px 4px 4px
}

.meetingDet
{
	color: #333333;
	background-color: #F7F6F3;
}

.meetingDetAlt
{
	color: #284775;
	background-color: White;
}

.emptyCell
{
	background-color: Transparent;
}

.descNewUser
{
	margin-top: 10px;
	border-style: dashed;
	border-color: Gray;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}

.ProductOverViewHeader
{
	background-color: #5D7B9D;
	color: White;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
}

.ProductOverViewDetail
{
	vertical-align: top;
	color: #333333;
	background-color: #F7F6F3;
	padding: 4px 4px 4px 4px;
}

.ProductOverViewDetailAlt
{
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	color: #284775;
	background-color: White;
}

.ProdAttrDetail
{
	padding: 2px 2px 2px 2px;
	background-color: #F4F4DC;
}

.ProdAttrDetailAlt
{
	padding: 2px 2px 2px 2px;
	background-color: White;
}

.ProdAttrHeader
{
	padding: 2px 2px 2px 2px;
	background-color: #6B696B;
	color: White;
}

.good_score
{
	background-color: Green;
	border: solid 1px white;
	width: 30px;
}

.fail_score
{
	background-color: Red;
	border: solid 1px white;
	width: 30px;
}

.medium_score
{
	background-color: Yellow;
	border: solid 1px white;
	width: 30px;
}

.CollapsHeader {
	cursor: pointer;
	vertical-align: middle;
}

.SMMenu
{
	width: 149px;
}

.SMMenuheader
{
	background-color: #cc3333;
	font: bold 12px arial;
	color: white;
	text-align: left;
	padding: 4px;
	width: 137px;
}

.SMMenusub
{
	background-color: White;
	font: 12px arial; 
	color: #003366; 
	text-align:left;
}

.SMMenusub a {
	color: #003366;
	text-decoration:none;
}

.SMMenusub a:hover {
    color: #cc3333; 
	text-decoration:none;
}

.SMParent, .SMParentOver, .SMParentSelected 
{
	background-image:url(App_Themes/Digimex/img/tab2.gif);
	background-color: #cc3333;
	font:12px arial; 
	color:white; 
	text-align:left; 
	padding:4px; 
	width: 138px;
	/*cursor:pointer;*/ 
}

.SMChild {
    font:12px arial; 
    color:#2D466F; 
    text-align:left;
    /*BACKGROUND: url(App_Themes/Digimex/img/tcTabBack.gif) no-repeat left top; */
}
.SMChild a {
    font:12px arial; 
    color:#2D466F; 
	text-decoration:none;
}

.SMChild a:hover {
    font:12px arial; 
    color:#8AA9D4; 
	text-decoration:none;
}

.textbox {
	border: 1px solid #003366;
	width: 230px;
}

.textbox:hover {
	background-color: #FFFF88;
}

.btn {
	color: #003366;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8pt;
	width: 150px;
	height: 25px;
	cursor: pointer;
}

.btnhover {
	color: #003366;
}

fieldset {
	border:1px solid #cc3333;
	border:1px solid #cc3333;
	margin: 0.5em;
	padding: 0.5em;
}

legend {
	padding: 0.5em;
	border:1px solid #cc3333;
	color:#003366;
	font-size:8pt;
	text-align:right;
}
