/*

-----------------------------------------------

support.sas.com misc style definitions

author:   renee harper

version:  09 June 2015

----------------------------------------------- */



/* -----------------------------------------------

For now, calling pubcat.css in misc so that I don't update sasbase.css

----------------------------------------------- */



@import url("pubcat.css");







.indent  {

       margin-left: 10px;

}



.indent1 {

       margin-left: 30px;

}



.indent2 {

       margin-left: 50px;

}



.indent3 {

        margin-left: 20px;

}



.pad {

	padding-bottom: 3px;

}



.listleft {

   list-style: url(/images/elements/blusquare.gif);

   margin-left: -20px;

   padding-bottom: 3px;

}





.fusioncode   {

    margin: 15px;

    font-family: "courier", "monospace";
 }




.fusioncode
  {
    margin: 20px;
    font-family:monospace;
    white-space: pre;
  }

 
.fusionnote
  {
    margin: 20px;
    font-family:monospace;
	 padding: 6px 20px 6px 5px;
  } 

.txthilite

  {

  	background-color: #c0c7d1;

  }



.caption  {

        font-size : 80%;

        font-weight : bold;

        line-height : normal;

}



.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;

}



.titlereg {

    font-size: 55%;

    vertical-align: super;

    position: relative;

}



		  

.return  {

        font-size : 80%;

        font-style : normal;

        line-height : normal;}

        

        

.internalonly { 

        font-size: 110%;

        color: #cc0000; 

        font-weight: bold; }

        

 

 .status { 

        font-size: 110%;

        color: #000000; 

        font-weight: bold; }  

        

        

  .redtext {color: #ff0000;}

  .fadedred {color: #cc9999;}  

  

  .securetext {

        font-size : 80%;

        font-style : normal;

        line-height : normal;

        color : #999999;

        margin-top: 0;

        padding-top: 0; 

		  margin-bottom: 10px;

		  margin-left: 10px;}

 

 

 /*

  form textarea, form input, form select, form option {

  border: inset 1px #ccc;

  border: 0px solid #548488;

}

  */

        

     

        

/* A-Z listing styles    */



#displayChoice a.poff {display: inline; }

#displayChoice a.pon {display: inline;}



tr.poff {display:none;}



a.alpha:link {

        font-size: 10pt;

        font-weight: bold;

        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;

        font-weight: bold;

        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;

        font-weight: bold;

        color: #003399;

        text-decoration: none;

        font-family: Arial, Helvetica, sans-serif;

        background-color: #EEEEEE;

        padding: 2px;

        margin-right: 4px;

        border: 1px solid #0066CC;

}



	table.doctable {

		width: 100%;

		padding: 0px 0px 0px 0px ;

		border-collapse: collapse;

	}

	 td.doctitle {

		border-bottom: 1px dotted #cccccc;

		padding: 5px 0px 1px 0px ;

	 }

	 td.doctype {

		min-width: 50px;

		width: 50px;

		text-align: center;

		border-bottom: 1px dotted #cccccc;

		padding: 5px 0px 1px 0px ;

		

	}

	

	a.letter  {		

		background-color:#E5EAF5;

		border:1px solid #E5EAF5;

		color:#6D7B99;

		font-size:10pt;

		font-weight: bold;

		margin-bottom: 10px;

		padding:2px;

		display:block;

		text-decoration:none;}



	.letterbreak {

		border: 1px dotted #ccc;

		margin: 5px 0px 5px 0px;

		display:block;

		}



/* end A-Z listing styles  */









/* 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;

}





#phone {

      background-image:url(/images/elements/phone.jpg);

      background-position:left center;

      background-repeat:no-repeat;

      color:#828282;

      display:block;

      font-size:1.2em;

      font-weight:bold;

      padding:0pt 0pt 0pt 15px;

}



/* emergency banner styles */



#emergency{

	background-color: #FFFFFF;

    height: 40px;

    margin: 0 15px;

}

#emergency h2{

	background: url(/images/elements/emergency-bg-rt.gif) right top no-repeat;

    display: block;

    margin: 0;

    padding: 0;

    position: relative;

    text-decoration: none;

    width: 100%;

}

#emergency span{

	background: url(/images/elements/emergency-bg-lt.gif) no-repeat left top;

    border: 0 none;

    color: #FFFFFF;

    display: block;

    font-family: Arial,sans-serif;

    font-size: 12px;

    font-weight: normal;

    height: 25px;

    line-height: 25px;

    margin: 0;

    padding-left: 10px;

    position: relative;

}

