/* DEFAULT CSS STYLESHEET FOR ASPPROTECT.NET */

body {
    
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    font-size: .9em;
    color: #2d2d2d;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    }
    .MenuLink { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #006633; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline }
.adminlink { FONT-SIZE: 10px; COLOR: #006633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline }
a:link {	
	text-decoration: none;
	color: #707070;
	}	
		
a:visited {	
	text-decoration: none;
	color: #707070;
	}	
		
a:active {	
	text-decoration: none;
	color: #000080;
	}	
		
a:hover {	
	text-decoration: underline;
	color:	#000080;
	}
	
small {
	font-size: .7em;
	color: #666c6f;
	}
	    
table.content {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid; 
    border-left: #000000 1px solid; 
    border-bottom: #000000 1px solid;
    background-color: #ffffff;
    } 
     
table.greycontent {
    border-right: #cfcfcf 1px solid;
    border-top: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid;
    background-color: #ffffff;
    } 
    
td.grey {
  /*  background-color: #e5e5e5; */
    }
    
tr.datagrid {
    font-size: 11px; color: #2d2d2d; font-family: verdana, arial, sans-serif; text-decoration: none;
    background-image: url(/images/topbackgroundbar1.gif);
    background-color: #4455aa;
    }
	
img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
            
.greybutton {
	border-right: #000000 2px solid; 
	border-top: #cccccc 1px solid; 
	font-weight: normal; 
	font-size: 12px; 
	border-left: #cccccc 1px solid; 
	color: #2d2d2d;
	border-bottom: #000000 2px solid; 
	font-family: verdana, arial, geneva, helvetica, sans-serif; 
	height: 20px; 
	background-color: #f0f0f0;
    }
    
.redbutton {
	border-right: #000000 2px solid; 
	border-top: #000000 1px solid; 
	font-weight: bold; 
	font-size: 12px; 
	border-left: #000000 1px solid; 
	color: #ffffff;
	border-bottom: #000000 2px solid; 
	font-family: verdana, arial, geneva, helvetica, sans-serif; 
	height: 20px; 
	background-color: #FF6331;
    }    
    
input.textbox {
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    border-top: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-right: #cfcfcf 1px solid; 
    color: #2d2d2d;
    height: 20px; 
    background-color: #f8f8f8;
    } 
     
.codebox {
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    border-top: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-right: #cfcfcf 1px solid; 
    color: #2d2d2d;
    height: 20px; 
    background-color: #f8f8f8;
    }      

select.listbox {
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    border-top: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-right: #cfcfcf 1px solid; 
    color: #2d2d2d;
    background-color: #f8f8f8;
    }   
     
select.listbox2 {
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    border-top: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-right: #cfcfcf 1px solid; 
    color: #2d2d2d;
    width: 150px;
    height: 150px;
    background-color: #f8f8f8;
    } 
    
select.dropdown {
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    width: 85px;
    height: 18px;
    font-size: 11px;
    font-weight: normal;
    color: #2d2d2d;
    background-color: #f8f8f8;
    }

textarea {
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    border-top: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-right: #cfcfcf 1px solid; 
    color: #2d2d2d;
    background-color: #f8f8f8;
    } 
