/*
-----------------------------------------------
support.sas.com misc style definitions
author:   renee harper
version:  09 July 2007
----------------------------------------------- */

.indent  {
       margin-left: 10px;
}

.indent1 {
       margin-left: 30px;
}

.indent2 {
       margin-left: 50px;
}

.indent3 {
        margin-left: 20px;
}

.pad {
	padding-bottom: 3px;
}


.filetype  {
        font-size : 80%;
        font-style : normal;
        line-height : normal;
}

.postdate  {
        font-size : 80%;
        font-style : italic;
        line-height : normal;
}
		  
.sasreg {
    font-size: .70em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

		  
.return  {
        font-size : 80%;
        font-style : normal;
        line-height : normal;}
        
        
.internalonly { 
        font-size: 110%;
        color: #cc0000; 
        font-weight: bold; }
        
 
 .status { 
        font-size: 110%;
        color: #009900; 
        font-weight: bold; }  
        
  .redtext {color: #ff0000;}
 
 /*
  form textarea, form input, form select, form option {
  border: inset 1px #ccc;
  border: 0px solid #548488;
}
  */
        
     
        
/* A-Z listing styles    */

a.alpha:link {
        font-size: 10pt;
        color: #6D7B99;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #E5EAF5;
        padding: 2px;
        margin-right: 4px;
        border: 1px solid #E5EAF5;
}
a.alpha:visited {
        font-size: 10pt;
        color: #6D7B99;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #E5EAF5;
        padding: 2px;
        margin-right: 4px;
        border: 1px solid #E5EAF5;
}
a.alpha:hover {
        font-size: 10pt;
        color: #003399;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        background-color: #EEEEEE;
        padding: 2px;
        margin-right: 4px;
        border: 1px solid #0066CC;
}
/* end A-Z listing styles  */

/* cart and login need to continue to dictate font-family and font-size */
.cart  {
        font-family : Geneva, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : bold;
        text-decoration : none;
        color : #FFFFFF;}

.login  {
        font-family : Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-style : normal;
        line-height : normal;
        font-weight : normal;
        color : #003399;}
		  
/* cart and login need to continue to dictate font-family and font-size */

/* styles for actions like buttons */

.action1  {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.action2  {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}