.GridStyle
{
 color:#333333;
 font-size:11px;
 font-family:Tahoma;
}
.GridHeader, .GridHeader a
{
 background:#5D7B9D;
 font-weight:bold;
 color:White;
 font-size:11px;
 text-decoration:none;
 height:20px;
}
.GridHeader a:hover
{
	text-decoration:underline;
}

.EvenRow
{
background:#F7F6F3;
color:#333333;
font-size:11px;
}
.OddRow
{
 background:White;
 color:#284775;
 font-size:11px;
}
.GridFooter
{
 background:#5D7B9D;
 font-weight:bold;
 color:White;
 }
 .GridPaging
 {
	background:#E5E5E5;
	color:Navy;
	text-align:Left;
	font-weight:bold;
 }
 .SelectedRow
 {
	background:#E2DED6;
	font-weight:bold;
	color:#333333;
 }
 .GridColumn
 {
	border-left:dotted 1px #758795;
	font-size:11px;
 }
 
 .UploadFile
 {
	width:300px;
 }
 .UploadBox
 {
	border: solid 1px silver;
	padding-bottom:5px; 
	padding-top:5px;
	padding-right:4px;
	font-family:Tahoma;
	font-size:12px;
	width:100%;
 }
 
  #contentbox
 {
	 min-height:300px;
	 min-width:500px;
	 width:auto;
	 max-width:700px;
	 max-height:400px;
  	 overflow:inherit;
 }
 
 #contentbox .title
 {
	font-weight:bold;
	padding-left:4px;
	max-width:700px;
	height:32px;
	font-size:13px;
	background:url(../../Images/boxtitle.png) repeat-x center;
	color:White;
	width:inherit;
  	overflow:inherit;
  	height:20px;
 }
 
  #contentbox .content
  {
	border-left:dotted 1px Silver;
	border-right:dotted 1px Silver;
	border-bottom:dotted 1px Silver;
	padding:10px;
	width:inherit;
  	overflow:inherit;
  	height:300px;
	
  } 
  .contentbox
  {
	 min-height:300px;
	 min-width:300px;
	 width:auto;
	 max-width:700px;
	 max-height:700px;
  	 overflow:inherit;
  	 vertical-align:top;
  }
  .contentbox .title
  {
	font-weight:bold;
	padding-left:4px;
	min-width:300px;
	max-width:700px;
	font-size:13px;
	background:url(../../Images/boxtitle.png) repeat-x center;
	color:White;
	width:inherit;
  	overflow:inherit;
  	height:32px;
  }
  .contentbox .content
  {
	border-left:dotted 1px Silver;
	border-right:dotted 1px Silver;
	border-bottom:dotted 1px Silver;
	padding:10px;
	width:inherit;
	min-width:300px;
	max-width:700px;
  	overflow:inherit;
  	vertical-align:top;
  }
  
  
  .CDATable
  {
	font-family:Tahoma;
	font-size:12px;
  }
  .CDASubtitle
  {
	background:#E7E7E7;
  }
  
  .CDASubtitle
  {
	height:20px;
	font-weight:bold;
	background:#DFDFDF;
	color:#3F3F3F;
	font-size:13px;
	text-align:left;
  }
  .CDAContent
  {
	background:#F2F2F2;
	color:Black;
  }
  #status
  {
	text-align:center;
	height:30px;
	padding-top:100px;
  }
  
#SearchBox
{
	width:240px;
}

/*-----Forms--------*/
.formborder
{
	border: solid 1px #FCFCFC;
}
.formtitlecolumn
{
	font-family:Verdana;
	font-size:11px;
	border-bottom:solid 1px #FCFCFC;
	background:#F7F7F7;
	text-align:right;
	padding-right:5px;
}

.formvaluecolumn
{
	font-family:Verdana;
	font-size:11px;
	border-bottom:solid 1px #FCFCFC;
	background:#FFFFF7;
}
formvaluecolumn table, formvaluecolumn table td
{
	font-family:Verdana;
	font-size:11px;
}


/************************/
