﻿/* Default Styles */
body, .body
{
    background-color:Gray;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3{
	color: #990033;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}

h4, h5, h5.listViewSubHeadS1, a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
	color: #444; 
}
.h3Row,  .monthHeader {
	color: #444; 
	background-color: #fff;
	border-color: #999999;
	background-image: url("/TFWEB/Images/Sugar/bgGray.gif");
	border-top: 1px solid;
	padding: 2px 5px 2px 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: top;
}

.moduleTitle {
	border-color: #ccc;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-bottom: 5px;
	border-top: 1px solid;
}

.gridMain
{
    border-color: #999;
    border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-top: 1px solid;
	font-size: 11px;
}

.gridHeader {
	/*left column styles*/
	color: #444;
	background-color: #fff;
	border-color: #999;
	background-image: url("/TFWEB/Images/Sugar/bgGray.gif");
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-top: 1px solid;
	height: 25px;
	background-repeat: repeat-x;
	background-position: bottom;
	
}

th
{
    vertical-align:bottom;
}

.gridRowStyle
{
    background-color:#ffffff;
    border-color: #000000;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: left;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}

.selectedRow
{
    background-color:#f6f6f6;
    border-color: #000000;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: left;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}

/* Content Specific Style */
.headerBg {
	border-color: #999;
	color: #000000; 
	background-image: url("/TFWEB/Images/Sugar/bgGrayHeader.gif");
}

.headerBg1 
{
    border-color: #999;
	color: #000000; 
	background-image: url("/TFWEB/Images/Sugar/bgGrayHeader.gif"); 
}

.welcome1, .myArea1 
{
    color: #444444;
	background-color: #f6f6f6;
	border-right-color: #ddd;
	border-bottom-color: #ccc; 
}

.tabDetailViewDL {
	font-size: 11px; 
	padding: 5px 6px 5px 6px;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid;
	color: #000000;
	background-color: #eeeeee;
	border-color: #ddd;
}

.tabDetailViewDF {
	color: #000000; 
	padding: 5px 6px 5px 6px;
	border-color: #ddd;
	background-color: #fff;
	font-size: 11px;  
	border-bottom: 1px solid;
	padding: 5px 10px 5px 6px;
	vertical-align: top;
}

.button {
	border-color: #999999;
	background-color: #eee;
	color: #444;
	background-image: url("/TFWEB/Images/Sugar/bgGray.gif");
	border: 1px solid;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding:1px 6px 1px 6px;
}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	color: #990033;
	background-color: #eee;
	background-image: url(/TFWEB/Images/Sugar/bgGray.gif);
	border-color: #990033;
	border: 1px solid;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
	padding:1px 6px 1px 6px;
}

.textFormat
{
    text-transform:uppercase;    
}
.watermark{background-color: #E4E2D5;}
.collapsePanel
{
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader
{	
	width:640px;		
	height:20px;
	color: Yellow;
	background-color: Black;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#0E7483;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}