﻿body 
{
	/*background-color:#FFFAF4;*/
	background-image:url('Images/bgpart1.jpg');
	background-color:Black;
	background-repeat:repeat-x;
	/*width: 960px;*/
	margin:0 auto auto auto;    
}
.NormalButton
{
	background-image:url('Images/Button.jpg');
	border:1px solid Black;
	font-family:Cambria;
	font-weight:bold;
	color:White;
	background-position:center top;
	text-align:center;
	margin:0 10px 0 10px;
	width: 55px;
    }
.NormalHTMLButton
{
	background-image:url('Images/Button.jpg');
	border:1px solid Black;
	font-family:Cambria;
	font-weight:bold;
	color:White;
	background-position:center top;
	text-align:center;
	margin:0 0px 0 5px;
	width: 50px;
	height: 24px;
}


.NormalLabel
{
	 font-family:Cambria;
	 font-size:small;	 
}

.SmallLabel
{
	 font-family:Cambria;
	 font-size:smaller;	 
}

.MasterNormalLabel
{
	 font-family:Cambria;
	 font-size:small;	 
	 color:White;
}
.ValidationLabel
{
	color:Red;
	font-family:Cambria;	
}

.SubHeaderLabel
{
	 font-family:Cambria;
	 font-size:small;
	 font-weight:bold;	 
}
.HeaderLabel
{
	 font-family:Cambria;
	 font-size:medium;
	 font-weight:bold;	 
}
.MasterSubHeaderLabel
{
	 font-family:Cambria;
	 font-size:small;
	 font-weight:bold;
	 color:White;	 
}
.MasterHeaderLabel
{
	 font-family:Cambria;
	 font-size:medium;
	 font-weight:bold;	 
	 color:White;
}
.BigTextBox
{
	margin-left: 0px;
}
.MidTextBox
{
	width:150px;
	margin-left: 0px;
}

.SmallTextBox
{
}

Table
{
	margin: auto 0px 0px 0px;		
	/*overflow:auto;*/
	padding: 0 0 0 0;	
}

.TableForBackground
{
	margin: 0px auto auto auto;
	border-collapse:collapse;	
	padding: 0 0 0 0;
	
}

.TableForListview
{	
	border-collapse:collapse;	
	font-family:Cambria;
	font-size:small;
	height: 25px;
}

.TableForListview td
{
	border : Solid 2px #DCD9DA;
    width: -80;
}


.Buttons
{
	margin-left:20px;
	margin-right:20px;
	height:20px;
	width:20px;
}

.UpperLeftCorner
{
	background-image:url('images/UpperLeftCorner.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}
.LowerLeftCorner
{
	background-image:url('images/LowerLeftCorner.png');
	background-position:right Top;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}
.UpperRightCorner
{
	background-image:url('images/UpperRightCorner.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
	
}
.LowerRightCorner
{
	background-image:url('images/LowerRightCorner.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}
.UpperStrip
{
	background-image:url('images/Strip.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	height:50px;
	
}
.LowerStrip
{
	background-image:url('images/Strip.png');
	background-position:top center;
	background-repeat:repeat-x;
	height:50px;
	
}
.LeftStrip
{
	background-image:url('Images/Strip.png');
	background-repeat:repeat-y;
	background-position:right center;	
	width:50px;
}
.RightStrip
{
	background-image:url('Images/Strip.png');
	background-repeat:repeat-y;
	background-position:left center;	
	width:50px;
}
.ContantBack
{
	background-image:url('Images/Strip.png');
	background-repeat:repeat-y repeat-x;
	background-position:center;	
	overflow:auto;
}

a
{
	color:White;
	background-color:Transparent;
	text-decoration:none;
	font-family:Corbel;
	font-size:small;
}
a:hover
{
	color:Red;
	text-decoration:none;
}


.ULForMenu ul
{  	color:White;
	font-family:Cambria;
	font-size:small;
	font-weight:bold;
	margin:0px;
	display: inline;
	
}
.ULForMenu li
{
	color:White;
	font-family:Cambria;
	font-size:small;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;   
	display: inline;
}


.ULForMenu a
{
	color:White;
	background-color:Transparent;
	text-decoration:none;
	font-family:Corbel;
	font-size:small;
}
.ULForMenu a:hover
{
	color:Red;
	text-decoration:none;
}

.ReportGrid
{
	font-family:Cambria;
	 font-size:smaller;

}
.ReportTotalTable
{
	
	border-collapse:collapse;
	border-top:solid 2px black;
	
}

.ReportTotalTable td
{
	font-family:Cambria;
	 font-size:x-small; 	 
	 border: solid 1px black;
	 
}
.ReportTotalLabel
{
	 font-family:Cambria;
	 font-size:x-small; 
}

.rcorners1 {
    border-radius: 10px;
    background: white;
    width: 90%;
    height: 100%; 
}

.rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

.rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}
.pLine1 {
    border-left: 6px solid red;
    background-color: lightgrey;
}