﻿


.MainLeft {
  float: left;
  margin: 0 1.5%;
  width: 180px;
}
.MainContent {

  margin-left: 180px;
}



.MenuButton
{
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #60a3bc;
padding: 10px;
border-radius: 50px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
margin-bottom:5px;
width:150px;
    }
    

.FunctionButton
{
    color: #fff !important;
    background: #60a3bc;
    padding: 10px;
    border-radius: 12px;
    display: inline-block;
    border: none;
    margin-bottom:5px;
    width:50px;
    }


.j-icon, .new-h2  {
  display:inline-block;
  vertical-align:middle;
}


.RoundCorner {
  border-radius: 25px;
  background: url(paper.gif);
  background-position: left top;
  background-repeat: repeat;
  padding: 20px;
  width: 200px;
  height: 150px;
}



body
{
	font-family: Arial;
}


#divMain
{
}

#tdTitle
{
	border-color: #99CCFF;
	background-color: #CCE6FF;
	border-bottom-style: ridge;
	border-top-style: ridge;
}

#tdLeft
{
	width:250px;
	left:0;
	
	}
	
	



#pnlEdit
{
	border-style: ridge;
	border-color: #99CCFF;
	background-color: #CC26FF;
	}
	
	
.EmptyGrid
{
	border-style: ridge;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	text-decoration: blink;
}

.GroupBox
{
	border-style: ridge;
	border-color: #99CCFF;
	margin-top: 5px;
	margin-bottom: 5px;
}


.GroupboxHeader
{
	background-image: url('../Images/GroupBoxHeader.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: large;
}

.MainTable
{
	width: 100%;
}

.Spacer
{
	width:5px;
	}
	
	
.LinkButton
{
	
	color: #0000FF;
	text-decoration: none;
}

.LinkButton:Hover
{
	
	text-decoration: underline;
	color: #FF3300;
	
}

.DropDownList1
{
	width:145px;
	}

.DropDownList2
{
	width:300px;
	}


.Compulsory1
{
	width: 145px;
	background-color: #F5F4D8;
}
	
.Compulsory2
{
	width:300px;
	background-color: #F5F4D8;
	height: 22px;
}
	

	
.CodeDesc
{
	width:300px;
	}	
	
	
.TotalLabel
{
	color: #FF0000;
	font-weight: bold;
}	
	
	
	
.GridRow_Selected
{
	background-color: #FFFF00;
	font-size: small;
}
	
	
.GridHeader
{
	background-image: url('../Images/tallbarblue.jpg');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}
	
.GridRow
{
	background-color: #FFFFFF;
	font-size:small;
}
	
	
.GridRow_Alternate
{
	background-color: #E5E5E5;
	color: #284775;
	font-size: smaller;
}
	

.Record_HR
{

}


.Rpt_GridHeader
{
	background-image: url('../Images/tallbarblue.jpg');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}
	
.Rpt_GridRow
{
	background-color: #FFFFFF;
	font-size: smaller;
}
	
	
.Rpt_GridRow_Alternate
{
	background-color: #E5E5E5;
	color: #284775;
	font-size: smaller;
}	



	.Title
{
	font-size: 25px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
	vertical-align: top;
}


	.TableWithBorder
{

}

.ColumnHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}


.MenuColumnHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	
}


.Column
{
width:250px;
left:0px;
}


.ReadOnly1
{
	background-color: #E2E2E2;
	width: 145px;
}

.ReadOnly2
{
	background-color: #E2E2E2;
	width:300px;
}


.CaptionBold
{
	font-weight: bold;
}


.ErrorMsg
{
	color: #FF0000;
}


.CalendarItem
{
	font-size: x-small;
}




    
    
.SystemTitle
{
    
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #60a3bc;
padding: 20px;
border-radius: 5px;

border: none;
transition: all 0.4s ease 0s;
font-size: large;
 text-align: center;
  margin:5px;
  padding:3px;
    }    
    
    
