@charset "utf-8";
/* CSS Document */

body
{
	background-image: url("Images/BackgroundFullInvoice.jpg");

background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
background-size: 100% 100%;

}

.box {
    width:350px;
    height:300px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-150px; /* half of width */
    margin-top:-180px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}

.box1 {
    width:800px;
    height:400px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-380px; /* half of width */
    margin-top:-200px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}
.form1input {
	font-size: 24px;
	color: #0033CC;
	border: thin double #CC99FF;
}


/* Border Shadow in <hr> tag */

.hr-good {
height: 8px;
border: 1;
box-shadow: inset 0 9px 9px -3px rgba(153,153,204,1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

	.HomeMainPage {
    background: white;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #CCCCCC;
    color: #666;
    float: inherit;
    padding: 5px 10px;
    outline: none;
	}

.shadowMain {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true');
background-color:#E9E9E9;
border:solid 1px #C9CDCA;
margin-top:100px;
}

h1 {color:#CC0000;
font-size:12px;
}

p {
	text-align:center;
}
h2 {text-align:center;
font-size:12px;
}
h3 {text-align:center;
font-size:12px;
}
h4 {text-align:center;
font-size:12px;
}
a:link {color:#000033; text-decoration:none;}    /* unvisited link */
a:visited {color:#000066; text-decoration:none;} /* visited link */
a:hover {
	color:#FF00FF;
	text-align: center;
	 text-decoration:none;
}   /* mouse over link */
a:active {color:#0000FF; text-decoration:none;}  /* selected link */

h5:first-letter 
{
color:#000066;
font-size:xx-large;
}

.TitleBorder 
 {
border: outset #000033 5px
 } 
.SmallBorder 
 {
border: outset #F00 2px
 } 
.Mid
{
	text-align:center;
	}
.MidLarge
{
	text-align:center;
	
	font-size:28px
	}
	.LeftLarge
{
	text-align:left;
	
	font-size:24px;
	color: #333399;
	}
	
	.Left
{
	text-align:left;
	}
		.LeftSmall
{
	text-align:left;
	font-size:14px
	}
	
	.Right
{
	text-align:right;
	}
	.SearchText
{
	text-align:right;
	color:#FF0033;
	}
	
	.W2
{
	text-align:left;
	
	font-size:14px
	}
	
	.TextBox {
    background: white;
    border: 1px solid #ffa853;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #ffa853;
    color: #666;
    float: left;
    padding: 5px 10px;
    outline: none;
	}
	.TextBoxFast {
    background: white;
    border: 1px solid #ffa853;
    border-radius: 8px;
    box-shadow: 0 0 5px 3px #ffa853;
    color: #666;
    float: left;
    padding: 5px 10px;
    outline: none;
	}
	.TextBoxPassword {
    background: white;
    border: 1px solid #ffa853;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #ffa853;
    color: #666;
    float: left;
    padding: 5px 10px;
    outline: none;
	}
	
	.SubmitButton {
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#5B74A8;
	border:1px solid #29447E;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:28px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

.div1 {
    float: left;
}

.div2 {
    float:right;
}
.div3 {
    text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#306;
}

.TextEffect {
		font-size:16;
	color:#FF0033;
	
}
.SignInText {
	font-size:16;
	color:#000066;
	text-align:right;
	
}
.LeftText {
	font-size:16;
	color:#000066;
	text-align:justify;
	
}
.txtUpsideDown 
{
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  /* IE6,IE7 */
	ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); /* IE8 */
	-moz-transform: rotate(-180deg);  /* FF3.5+ */
	-o-transform: rotate(-180deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-180deg);  /* Safari 3.1+, Chrome */
	position: absolute; 
}
.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.borderOn{ border: solid 1px green; ;} 
.borderOff { border:solid 1px white;} 
.borderOff1 {border:solid 1px white;}

#shadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true');
background-color:#FFFFFF;
border:solid 1px #000000;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
	
	text-align:right;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
	text-align:left;
}

.Table1 {
	

     border: 1px solid green;
} 
.Table1 {
    border-collapse: collapse;
}

.table_main {
        border-top-style: ridge;
        border-bottom-style: ridge;
        border-left-style: ridge;
        border-right-style: ridge;
        border-color: red;
        border-width: 3px;
      }
.table_mainYellow {
        border-top-style: double;
        border-bottom-style: outset;
        border-left-style: dashed;
        border-right-style: groove;
        border-color: #FCF;
        border-width: 3px;
      }
	  
.table_main td {
    background: #FFFFFF;    
    border-right: solid 1px red ;
    border-bottom: 1px solid green;
    text-align: center;
}

.table_main th {
    background: #DCDCDC;
    border-right: solid 1px green ;
    border-bottom: 1px solid green;
    text-align: center;
}

.InvText { border-color:#FF99FF; font-size: 11px; background-color:#CCCCFF;
caption-side:left; font:Georgia, "Times New Roman", Times, serif; font-stretch:expanded; 
}

.style13 
{font-size: 10px; color:#993300}
.style10b
{font-size: 11px; color:#000066}
.style10r
{font-size: 10px; color:#FF0000}

.style14b
{font-size: 14px; color:#000099}
.EventsDateInActive
{
	text-align:center;
	
	font-size:15px;
	color:#FF0000;
	
	}
.EventsDateActive
{
	text-align:center;
	
	font-size:15px;
	color:#000033;
	
	}