﻿/* Default CSS Stylesheet for a new Web Application project */
 

                         .StyleSheetHiddenPlaceHolder  {
                         	display : none;
                         }
                         
                         .lblStandard  {
                         	font-family : verdana;
                         	font-size : xx-small;
                         	color : #0A50A1;
                         	/*font-weight : none;*/
                         }                       
                         .lblStandardPrint  {
                         	font-family : verdana;
                         	font-size : x-small;
                         	color : #000000;
                         	/*font-weight : none;*/
                         } 
                          .lblStandardTitelPrint  {
                         	font-family : verdana;
                         	font-size : 1;
                         	color : #000000;
                         	/*font-weight : none;*/
                         }                                                 
                         .lblStandardBold  {
                         	font-family : verdana;
                         	font-size : xx-small;
                         	color : #0A50A1;
                         	border : 0px;
                         	font-weight : bold;
                         }                        
                  
                         SELECT.SELECT1  {
                         	font-family : verdana;
                         	border-color : #000063;
                         	border-style : solid;
                         	border-width : 1px;
                         	background-color : #E1E1E3;
                         	font-size : 10px;
                         }

                         A.LnkCtlStandard  {
                         	font-family : verdana;
                         	font-size : xx-small;
                         	color : #0A50A1;
                         	font-weight : none;
                         }
                         
                         A:hover.LnkCtlStandard  {
                         	/*background : black;*/
                         	text-decoration : none;
                         }
			         A.LnkCtlBold  {
                         	font-family : verdana;
                         	font-size : xx-small;
                         	color : #0A50A1;
                         	font-weight : bold;
                         }
                     A.StandardLink  {
                         	font-family : verdana;
                         	font-size : xx-small;
                         	color : #0A50A1;
                         	font-weight : normal;
                         	text-decoration : none;
                         }    
                         A:hover.LnkCtlStandard  {
                         	/*background : black;*/
                         	text-decoration : none;
                         }
                         
						.validate
						{
						font-family:Verdana;
						font:verdana;
						color:red;
						font-size:xx-small;
						text-decoration:none;
						font-weight:bold;
						}