﻿body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #bdbdbd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.para_text 
{
    padding-left: 20px
}

.para_heading 
{
    padding-left: 20px;
    color: #66CCFF;
    font-size: x-small;
}

.PageBox_full {
    width: 104%;
    position: relative;
    background: white;
    top: 0px;
    left: -14px;
}
.PageTop_full
{
	width: 100%;
	height: 32px;
	background-color: #ffffff;
}

.Pagebottom
{
	
	height: 60px;
	background-image: url(../Content/images/bgd02.gif);
}

.InnerPage
{
	
	background: #ffffff;
}

.InnerPage_full
{
	vertical-align:middle;
	background-color: #ffffff;
	height: 30px;
	position:relative;
	left: 0px;
	top: 0px;
}

.TopNavigation
{
	vertical-align:middle;
	background-color: #ffffff;
	height: 40px;
	left: 0px;
	top: 0px;
}

.main_title_box
{
	vertical-align:middle;
	background-color: #b9cf00;	
	height: 30px;
	position:relative;
	left: 0px;
	top: 0px;
	
}

.main_title_box_full
{
	vertical-align:middle;
	background-color: #b9cf00;
	height: 30px;
	position:relative;
	left: 0px;
	top: 0px;
	
}
.PageTop
{
	
	height: 32px;
	background-image: url(../Content/images/bgd01.gif);
}
.Pagebottom
{	
	height: 60px;
	background-image: url(../Content/images/bgd02.gif);
}
.PageBox
{	
	width: 820px;
	position: relative;
	background:transparent;
    top: 0px;
    left: 0px;
}

.main_left
{
	background-image: url(../Content/images/bgd01_left.gif);
	width: 27px;
}

.main_right
{
	background-image: url(../Content/images/bgd01_right.gif);
	width: 30px;
}

.main_title
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font: normal normal 100%;
	font-weight:bold;
	text-align: left;
	vertical-align:middle;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	position:relative;
	left: 0px;
	top: 0px;
	width:780px;
}

.sub_title
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font: normal normal 100%;
	font-weight:normal;
	text-align: left;
	vertical-align:middle;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	position:relative;
	left: 0px;
	top: 0px;
}

.title_left
{
	background-image: url(../Content/images/bgd03_left.gif);
	width: 27px;
	height: 30px;
    background-color:#b9cf00;
}

.title_centre
{
    background-image: url(../Content/images/bgd03_centre.gif);
	width: 30px;
		height: 30px;
}

.title_right
{
    background-image: url(../Content/images/bgd03_right.gif);
	width: 30px;
    height: 30px;
}

.bottom_left
{
	background-image: url(../Content/images/bgd02_left.gif);
	width: 27px;
	height: 60px;
}

.bottom_centre
{
	background-image: url(../Content/images/bgd02_centre.gif);
	height: 60px;
}

.bottom_right
{
	background-image: url(../Content/images/bgd02_right.gif);
	width: 30px;
	height: 60px;
}

.Label
{
  font-Size:8pt; 
  font-weight:normal;
  font-family:Verdana, Arial;
  color:#000000;
  vertical-align:middle;
  text-align: left;
}

.BoldLabel
{
  font-Size:8pt; 
  font-weight:bold;
  font-family:Verdana, Arial;
  color:#000000;
  vertical-align:middle;
  text-align: left;
}
					
.TextBox
{	

  	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font: normal normal 100%;
	text-align: left;
	color: #000000;
	font-size: 8pt;
	line-height: 16px;
}	

.TextCheckBox
{	
  text-align:center;
  font-family: Verdana, Arial;
  font-Size:8pt; 
  font-weight:normal;
  border-width:1;
  border-style:solid;
  border-color:Gray;
  color:#000000;
  }

.Button
{
    font-size: 7.5pt;
    font-weight: bolder;
    font-family: Verdana, Arial;
    font-variant: normal;
    color: #4D4D4D;
    vertical-align: middle;
    margin-left: 0px;
}	

.RadioButton
{
  font-Size:8pt; 
  font-weight:normal;
  font-family:Verdana, Arial;
  font-variant: normal;
  color:#000000;
  vertical-align:middle;
}	
				
.DropDownList
{
	background-color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
}

.CheckBox
{	
  font-Size:8pt; 
  font-family: Verdana, Arial;
  font-weight:normal;
  border-width:1;
  
  border-color:Gray;
  color:#000000;
}

.EmailAddress
{	
  font-family: Verdana, Arial;
  font-Size:8pt; 
  font-weight:normal;
  border-width:1; 
  border-style:none;  
  text-align:right;
}	

.ErrorMessage_box
{
  background-color: #ffffff;
  vertical-align:middle;
  text-align:center;
  width: 781px;
  height: 30px;
  position:relative;
  left: 20px;
  top: 0px;
}

.ErrorMessage
{
  font-Size:8pt; 
  font-weight:normal;
  font-family:Verdana, Arial;
  color:red;
  background-color: white;
  vertical-align:middle;
  text-align:center;
}

.copyright_text
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font: normal normal 100%;
	font-weight:normal;
	text-align: left;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}

a.copyright 
{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font: normal normal 100%;
	font-weight:normal;
	text-align: left;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}

.DataGridStyle
{
	font-family: Arial;
	font-size : 8pt !important; 
	font-weight: normal; 	
 	border-style:solid;
 	border-width:1px;
 	color:Black;
 	text-align: left;  	  	
} 
.DataGridHeader
{	
	font-family:Verdana, Arial;
	font-size:x-small;
	font-weight:normal;
	font-variant: normal;
	color:#000000;
	background-color:#b1bede;
	text-align:center;
	text-transform:none;
	vertical-align: top;	

}
.DataGridFooter
{	
	font-family:Verdana, Arial;
	font-size:xx-small;
	font-weight:normal;
	font-variant: normal;
	color:#000000;
	background-color:#b1bede;
	text-align:center;
	text-transform:none;
	vertical-align: top;	
	height: 20px;
}
.DataGridPager
{
	background-color:#b5b5b5;
	font-family:Arial;
	font-size:xx-small;
	font-weight:normal;
	color:#000000;
	height: 20px;
}

.DataGridItems
{
	font-family: Arial !important;	
	font-size: 8pt;
	font-weight:normal;
	background-color:#ffffff;		
} 
.DataGridAlternateItems
{
	font-family: Arial;	
	font-size: 8pt;
	font-weight:normal;	
} 
.DataGridSelectedItems
{
	font-family:Verdana, Arial;	
	font-size: 8pt;
	font-weight:normal;
} 

.valign
{
	vertical-align: top;
}

.menu_text
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font: normal normal 100%;
	font-weight:normal;
	text-align: left;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	height:20px;

}
.tableGenClass
{
    border-width: 1px;
    border-top-style: solid;
    border-top-color: Black;
    border-right-style: solid;
    border-right-color: Black;
    border-left-style: solid;
    border-left-color: Black;
    border-bottom-style: solid;
    border-bottom-color: Black;
}
.gvdisclaimer
{
    font-family: verdana;
    font-size: 7.5pt;
    font-weight: bold;
    color: #0000FF;
}

.gvcopyright
{
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font: normal normal 100%;
    font-weight: normal;
    color: #000000;
    font-size: 10px;
    line-height: 14px;
}

.modalpopup
{
    border: 2px solid #C0C0C0;
    background-color: white;
    padding: 2px;
    width: 250px;
    font-family: verdana;
    font-size: 8pt;
}
.popUpStyle
{
    font: normal 11px auto "Trebuchet MS", Verdana;    
    background-color: #ffffff;
    color: #4f6b72; 
    padding:6px;      
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.drag
{
     background-color: #dddddd;
     cursor: move;
     border:solid 1px gray ;
}
.modalBackground
{
    background-color: #FFE2C6;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.confirm
{
   background-color:White;
   padding:10px;
   width:370px;
}
.green
{
    font-family: verdana;
    font-size: 7.5pt;
    color: #008000;
    font-weight: bold;
}
.title
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
}
.content
{
	font-family: verdana;
	font-size: 8pt;
}