﻿

html, body 
{
    height:100%;
    min-height:100%;
    margin:0;
    margin:0;
   
}


body
{

	font-family:Arial;
  
    display:none;
    margin:0;
    padding:0;
    color: #414141;
    background:url(../Images/New/BG.jpg) #e2e1d6 repeat 0 0; 
	font-size:.8em;
}

h1
{
    font-size:20px;
    padding-top:10px;
    font-weight:normal;
}


.MainDiv
{
    background:url(../Images/New/MiddlePaws.jpg) repeat-x; 
    background-position: center center;

}
th, td, div
{
	text-align:left;
	vertical-align:top;
}

.MainPadding
{
	font-family: 'Comic Sans MS' , 'Microsoft Sans Serif';
}
.MainPadding , #footer
{
	margin-left:auto;
	margin-right:auto;
	width:670px;
}

.ContentTable
{
    width:100%;	
	
}


/* Links */

A:link {text-decoration: underline; font-weight:bold; color:#006233;}
A:visited {text-decoration: underline; font-weight:bold; color:#006233; }
A:active {text-decoration: none; font-weight:bold; color:#006233; }
A:hover {text-decoration: none; font-weight:bold; color:#006233; }
.SmallLinks a
{
    font-size:12px !important;
    text-decoration: none; 
    font-weight:normal;
}

.submenuTable
{
    width:670px;
    height:54px;

}

.Breadcrumb
{
    font-size:11px;
    
}


#submenu 
{
    background:url(../Images/New/SubMenu.jpg)  no-repeat 0 0; 
    background-position: top center;
    padding-left:21px;
    padding-top:5px;
}

#submenu A{font-size:12px; text-decoration: none; font-weight:bold; color:#000000;}
#submenu A:hover{font-size:12px; text-decoration: underline; font-weight:bold; color:#000000;}

#header A{font-size:12px; text-decoration: none; font-weight:bold; color:#ffffff;}
#header A:hover{font-size:12px; text-decoration: underline; font-weight:bold; color:#ffffff;}

#footer A{font-size:12px; text-decoration: none; font-weight:normal; color:#555555;}
#footer A:hover{font-size:12px; text-decoration: underline; font-weight:normal; color:#555555;}

  
  
/* MasterPage graphics */
.Top{ background:url(../Images/New/Top.jpg)  no-repeat 0 0; background-position: top center;}
.Middle{ background:url(../Images/New/Middle.jpg)  repeat-y 0 0; background-position: top center;}
.Bottom{ background:url(../Images/New/Bottom.jpg)  no-repeat 0 0; background-position: top center;}

#header{font-size:14px;}

#footer{font-size:14px;
	margin-top:29px;
	}

#copyright
{
	text-align:center;
	margin-top:5px;
}
  





/* Table Styles */


.genericTable
{
    border:solid 1px TAN;
}


.genericRow_Header
{
	font-size: 10px;
    font-weight:bold;
    background-color: TAN;
}


.genericDivider
{
    
    border-top: solid 1px #999999;
}


.genericRow
{
    background-color: #CCCCCC;
}


.genericRow_Alt
{
    background-color: #AAAAAA;
}

.selected
{
	background-color: #483D8B;
	color:#FFFFFF;
}

	    
.imgkill
{
    display:block;
}                             




/* Form Styles */

.formDivider
{
	width:100%;
	border-bottom: dotted 1px #777777;
}


.SectionHeader
{
    font-size:14px;
}

 


.attention
{
    border:solid 1px TAN;
    background-color:LightGoldenrodYellow;
    padding:2px;
}

.RedText
{
	color:#f00;
}
.error
{
    border:dotted 1px #CCCCCC;
    background-color:#444444;
    color:White;
    padding:2px;
}
          
.Note
{
    font-size:10px;
}
      
      



.Dim
{
    color:#777777;
}

.Dimmer
{
    color:#999999;
}


.requiredAst
{
    color:#999999;
}
    
    


