﻿body, div, form,h1, h2, h3, h4, h5, h6,td, 
li, ol, tr, ul,input,textarea,
select
{	font-family: arial,verdana, helvetica, sans-serif;
	font-size: small;
	color:#666666;
} 

body 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;    
    background-color: #EEEEEE;
    text-align: center ;
    width: 100%;    
}

table.centered
{
    margin-left: auto;
    margin-right: auto;    
    
}

table.detail 
{
    width: 100%;
}

table.outline
{
   /*
    border-right: thin solid black; 
    border-top: thin solid black; 
    border-left: thin solid black; 
    border-bottom: thin solid black;    
    */
    width: 1000px;
    /*
    position: absolute;
    top: 10px;  
    left: 10px;  
    */
    margin-left: auto;
    margin-right: auto;
    padding: 0 2px 2px 0;
    position: relative; 
    top: 10px;
    border: 1px solid black; 
    background-color: white;
}

.box
{    
    height: 50px;
}

html>body .box
{
    width: auto;
    height: auto;    
    min-height: 50px;
} 

.instructions
{     
     font-size: small; /* requested larger instructions and error messages */
     background-color: #EEEEEE;
     padding: 2px 2px 2px 2px
}

.action_footer td 
{
	background-color: #EEEEEE;
}

.report 
{
    border: solid double black;
    padding: 2 2 2 2;
    width: 100%;
        
}

.report TD
{
    border-bottom: solid 1px Black;  
}

.report TH
{
    background-color: #336666; color: White;
}

.grid 
{
	background-color:White;
	border-color:#356D62;
	border-width:3px;
	border-style:Double;
	width:100%;
	border-collapse:collapse;
}

table.grid TH, .heading
{
	font-size: small;
	font-weight:normal;
	background-color: #356D62;	
	color: White;		
}

.grid TR
{
	color:#333333;
	/* background-color:White;	*/
}

.grid TD 
{
	
	
}

/*common links*/

A:LINK, A.Menu:LINK{
	color : #666666;
	text-decoration :none;
	font-size: small;
}
A:VISITED, A.Menu:VISITED {
	color : #666666;
	text-decoration :none;
	font-size: small;
}
A:HOVER, A.Menu:HOVER {
	color : #CC6A29;
	text-decoration :none;
	font-size: small;
}
A:FOCUS, A.Menu:FOCUS {
	color : #666666;
	text-decoration :none;
	font-size: small;
}

/* Action Links */

a.action:link 
{
	color: #356D62;
	text-decoration: underline;
	font-size: small;
} 
a.action:hover
{
	color : #CC6A29;
	text-decoration: underline;
	font-size: small;
} 
A.action:VISITED
{
	color: #356D62;
	text-decoration: underline;
	font-size: small;
} 

a.action:focus
{
	color: #356D62;
	text-decoration: underline;
	font-size: small;
}




a.nav:link 
{
	color: #CC6A29;
	text-decoration: underline;
	font-size: small;
} 
a.nav:hover
{
	color: #CC6A29;
	text-decoration: underline;
	font-size: small;
} 
A.nav:VISITED
{
	color: #CC6A29;
	text-decoration: underline;
	font-size: small;
} 

a.nav:focus
{
	color: #CC6A29;
	text-decoration: underline;
	font-size: small;
}

.PageHeaderXLarge
{
     color: blue; 
     font-size: x-large;
}

.PageHeaderLarge
{
     color: blue; 
     font-size: large;
}

.Label
{     
     color: #666666; 
}

.Text
{
     color: blue; /* TODO: maybe this will need to change */
     font-size: large;
}

.Message
{     
	 color: #356D62;    
}

.Error
{	
	color: Red
}

.Warning 
{
    color: Blue;    
}

.Message, .Error, .Warning
{
    font-size: small;
}


.title
{		
	font-weight:bold;	
	text-align: left
}

.description_preview
{
	text-align: left
}

.ReadOnly
{ 
     background-color: #666666;
}



.number 
{
	text-align: right	
}

.Textbox_RO 
{
	border: none 1px black	
}


.toolbar 
{
    list-style-type: none;
    padding: 0;
    margin: 0; 
}

.toolbar li {
    display:table-cell;    
    border-color:#f3f3f3 #bbb #bbb #f3f3f3;
    margin: 0;   
    margin-left: 0; 
    padding: 0.2em;
}

#maincontent ul li
{
    margin-bottom: 16px;
    margin-left: 0px;
    list-style: square;
}

.inactive 
{
    background-color: InactiveCaptionText
}

.total, .grand_total
{
	font-weight: bold;
	background-color: #EEEEEE;
}

/* 

TR.grand_total TD
{
	font-size: medium;	
}

*/
