form
{
	margin: 0px;
	line-height: 1.75em;
}

body
{
	margin: 0px;
	background: #C0C0C0 url(images/background_main.jpg) repeat-x left top;
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
	/*font-size: 0.7em;*/
}

#title
{
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 400px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#title h1 a:link, #title h1 a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

#title h1
{
	display: inline;
	color: #FFFFFF;
	/*font-size:  1.166667em;  14px */
	font-weight: bold;
}

#login
{
	padding-top: 25px;
	padding-right: 28px;
	float: right;
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	/*font-size: 0.833333em;  10px*/
	height: 28px;
	top: 0px;
	text-align: right;
}

#login a:link, #login a:visited
{
	color: #FFFFFF;
}

.none
{
	display: none;
}

a:link
{
	color: #396EAA;
	font-weight: bold;
}
a:visited
{
	color: #646EAA;
	font-weight:bold;
}
a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

/*begin creating the tabs */
.menu
{
	margin-left: 28px;
	background: url(images/tab_bg.gif) repeat-x;
	/*font-size: 0.833333em;  10px*/
	font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td
{
	color: #FFFFFF;
	height: 24px;
	background: url(images/tab_dim.gif) no-repeat;
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td 
{
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover
{
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup
{
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem
{
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

/* make crumbs after making new nav */
#breadcrumb, #changefont
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: #919191;
	color: #FFFFFF;
	/*font-size: 0.833333em;  10px*/
	font-weight: bold;
	height: 20px;
}

/* define the main layout divs */
#header
{
	margin-right: auto;
	height: 70px;
	width: 100%;
}

#body 
{
	padding: 7px 8px 10px 7px;
	background: #C0C0C0 url(images/background_body.gif) repeat-x left top;
}

/* all the fieldset tags use this same style */
fieldset
{
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}

label
{
	vertical-align: middle;
}
/* Pratik - BlueBug #4530 - 5.1 TireTrader - Grey letters on white background should be replace with a darker color 
                                           - Dark Blue or Black. And Letters on dark backrounds should be Whilte
*/

/*span, strong, td
{
	color: #666666;
}*/

span, strong, td
{
	color: #000000;  /* BlueBug #4530 */
}

#default, #mainmenu, #logonpage
{
	padding: 10px;
	border: 1px solid #000000;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	background-color: #FFFFFF;
	min-height: 512px;
}

/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.9em;
	height: 28px;
}
/* make submit button larger */
.submit
{
	width: 108px;
}

/* create section heading container to separate long forms */
.formsection
{
	padding: 5px;
	background: #D6DDE9 url(images/background_formsection.gif) repeat-x center;
	font-weight: bold;
	text-align: center;
}

/* all the legend tags use this same style */
legend
{
	padding: 0px 4px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-weight: bold;
	/*font-size: 1.5em;*/
	vertical-align: middle;
}

#addhours
{
	padding: 10px;
	border: 1px solid #000000;
	float: left;
	background: #DAE1E7 url(images/background_addhours.jpg) repeat-x left top;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	width: 195px;
	position: relative;
}
/* create hover effect for calendar icons */
#addhours a:link img, #addhours a:visited img
{
	padding: 2px;
	border: 1px solid #DFE4EA;
	background: #DFE4EA;
}

#addhours a:hover img
{
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #E8ECF0;
}
#addhours a:active img
{
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #C9D4E2;
}

/*add formating for the search criteria panel*/
#searchcriteria
{
	padding: 0px 6px 6px 6px;
	border: 1px solid #000000;
	background: #DAE1E7 url(images/background_addhours.jpg) repeat-x left top;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	height: 100%;
}

.collapsePanel
{
    height: 0px;
    overflow:hidden;
}

.collapsePanelHeader
{    
/*    background: #DAE1E7 url(images/background_addhours.jpg) repeat-x;   
    text-align: right; */
    font-weight: bold;
    text-decoration: underline;
/*    font: 0.9em Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em; */
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    cursor: pointer;    
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:#336699;
	padding:3px;
	width:350px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* add fade background and padding to all table rows */
.row1
{
	/*padding: 3px; */
	background: url(images/timesheet_data_bg.gif) repeat-x;
	background: #F9FAFB;
}

.row1 img
{
	border: none;
	text-align: center;
}

#loader 
{ 
  position:relative; 
  top:-2em; 
  height:2em;
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
  background-color:#fff;
}

.noWrap table td  
{
    white-space: nowrap;
}

.row2 span
{
	color: #FFFFFF;
}

/* 
	Created By	: Pratik - BlueBug #3651 - 5.0 TireTrader  
	Description	: New class for grid header sortable column
*/

.headerlink a:link
{
	color: #FFFFFF;
}

.headerlink a:visited
{
	color: #FFFFFF;
}

/* 
	Created By	: Pratik - BlueBug #3685 - 5.1 TireTrader  
	Description	: New class for hyperlink image
*/

.HyperLinkedImage1 img{
width:30px;
height:30px;
}

/* 
	Created By	: Pratik - BlueBug #4357 - 5.1 TireTrader  
	Description	: New class for Date Window  
*/

.dateWindow span{
	color: #FFFFFF;
}

