﻿/* Default CSS Stylesheet for a new Web Application project */



#divToPrintInvoice
{
		visibility:hidden;
		width: 0px; 
		height: 0px;
	}
	
#divToPrintInvoice2
{
		visibility:hidden;
		width: 0px; 
		height: 0px;
	}
		
#divToPrint
	{
		visibility:hidden;
		width: 0px; 
		height: 0px;
	}

BODY
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px 0px 0px 0px;
	background-color: #F5F5F5;
	/*background: #7799c6 url(../Images/bg_main.jpg) top left repeat-x;*/
}


P
{
	font-size: 10pt;
}

TABLE
{
	font-size: 10pt;
	
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;

}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: Black;
}



.Radio input 
{

    width: 30pt; 
    height: 30pt;
}



 .AccodionHeader
{
    font-weight: bold;
    text-align: left; color: black; 
    cursor: pointer;
    padding: 5px;
    margin-top: 5px;
    border: grey 1px solid;
}

.AccordionContent
{
    text-align: left;
    background-color: #EFEFEF;
    padding: 5px;
    border-bottom: grey 1px dashed;
    border-left: grey 1px dashed;
    border-right: grey 1px dashed;
}


.AccodionSelectedHeader
{
    font-weight: bold;
    text-align: left;
    /*color: #33FF00 ; */
    background-color:#DEE3EF;
    cursor: pointer;
    padding: 5px;
    margin-top: 5px;
    border: grey 1px solid;
}