﻿.hidden
{
	display : none;
	visibility : hidden;
}

body 
{
	
	font-family:Tahoma, Verdana, Arial;
	font-size : 14px;
	margin : 0;
	background-color : #4B4B4B;
}

a:link, a:visited
{
	color : #4B4B4B;
	text-decoration : underline;
}

.Page
{
	 
	text-align : center;
	
}

.MainContent
{
	background-color : #FFFFFF;
	margin-right : auto;
	margin-left : auto;
	width : 780px;
	border : solid 1px gray;
	padding : 2px;
	text-align : left;
	color : #4B4B4B;
}

.MainHeader
{
	height : 300px;
	border-bottom : solid 1px silver;
	background-image : url(Images/logo.gif);
	background-position : center center;
	background-repeat: no-repeat;
}
.Hazard
{
	width : 100%;
	height : 15px;
	background-image : url(Images/hazard.jpg);
	background-position : center center;
	background-repeat: no-repeat;
}
.Footer
{
	color : #ffffff;
	padding : 10px;
}
.Footer a:link, .Footer a:visited
{
	text-decoration : underline;
	color : #ffffff;
}

.MenuContainer
{
	border-left : solid 1px silver;
	border-right : solid 1px silver;
	border-bottom : solid 1px silver;
	padding : 10px;
	background-color : #E1E1E1;	
	text-align : center;
}
.LoadingBar
{
	width : 50px;
	height : 10px;
	float : right;
	
	padding-right : 8px;
}

.Menu
{
	
	margin-right : auto;
	margin-left : auto;
	
}

.Menu a:link, .Menu a:visited
{
	font-weight : bold;
	color : #4B4B4B;
	font-size : 14px;
	padding-left : 10px;
	padding-right : 10px;
	text-decoration : none;
	
}
.Menu a:hover
{
	color : #A5A5A5;	
}
/* Main style for all the actual content*/
.Content
{
	padding : 5px;
}

/* Page div group styles */
.divGroup
{
	padding : 5px;
}

.divGroupHeader
{
	font-weight : bold;
	font-size : 16px;
}

.divGroupBody
{
	padding-top : 5px;
}

.divGroupFooter
{
}

/* Item div group styles */
.divItemGroup
{
	padding : 5px;
}

.divItemGroupHeader
{
	font-weight : bold;
	font-size : 14px;
}

.divItemGroupBody
{
	padding-top : 5px;
}

/* Style for photo gallery table*/
.divGallery
{
	width : 100%;
	border : solid 1px silver;
	padding : 2px;
}

.divGallery table
{
	width : 100%;
	
	border-collapse : collapse;
	padding : 0;
}


.divGallery img
{
	text-align : center;
}

.divGallery a:link, .divGallery a:visited
{
	padding : 5px;
	color : #4B4B4B;
}

.GalleryItem
{
	width : auto;
	display : inline;
	text-align : center;
	cursor : hand;
}

.GalleryPopup
{
	text-align : center;
	padding : 10px;
	padding-bottom : 30px;
	border : solid 1px black;
	background-color : #4B4B4B;
	color : #ffffff;
	width : 80%;
	height : 80%;
	margin:auto;
}
.GalleryPopupInner
{
	text-align : center;
	margin:auto;
	color : #ffffff;
	overflow:scroll;
	width : 100%;
	height : 100%;
	
}

/* gridview styles */
/*GridViews for tabular data*/
.GridView
{
	border : solid 1px #E4E4E4;
	border-collapse : collapse;
	z-index:5000;
	
}

.GridView th
{
	background-color : #E4E4E4;
	color : #4B4B4B;
	font-size : 11px;	
	text-align :center;
	font-weight :bold;
	border-style : solid;
	
	padding : 5px;
}

.GridView td
{ 
	font-size : 10px;
	padding : 10px;
	text-align : center;
	color : #A0A0A0;
	border-style : solid;
	border-spacing : 0;
	background-color : #ffffff;
	
}

.GridView th a:link, .GridView th a:visited 
{
	color:#ffffff;
	text-decoration:none;
	font-weight : bold;
}

.GridView a:link, .GridView a:visited 
{
	color:#A0A0A0;
	text-decoration : underline;
	font-weight : bold;
}

.GridView a:hover 
{
	color:#A0A0A0;
}

/* input styles */
.btnCategory
{
	
	background-color :#E1E1E1;
	font-family : Tahoma;
	font-size : 12px;
	padding : 2px;
	width : 150px;
}

.btn
{
	background-color :#E1E1E1;
	font-family : Tahoma;
	font-size : 12px;
	
}

.chk
{
}

.rdo
{
}

.modalBackground
{
	/*background-color:#A5A5A5;*/
	background-color:#4B4B4B; 
	filter:alpha(opacity=90);
	opacity:0.9;
}


