/* drop shadow */
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: 1px 1px;/* was .5em 2ex; */
}

body{
	text-align: center;	/* IE6 fix to center screen */
}

#outerContainer {
	margin: auto;
}

.txt-white{
	font-family: Arial; 
	color: #ffffff; 
	font-size: 12px;  
	font-weight: normal;
}

.txt-blue, .txt{
	font-family: Arial; 
	color: #00316c; 
	font-size: 12px;  
	font-weight: normal;
}

a:link { font-family: verdana,Arial; font-size: 12px; font-weight: normal; color:#ffffff; text-decoration: underline; }
a:visited { font-family: verdana,Arial; font-size: 12px; font-weight: normal; color:#ffffff; text-decoration: underline; }
a:active { font-family: verdana,Arial; font-size: 12px; font-weight: normal; color:#ffffff;  text-decoration: underline; }
a:hover { font-family: verdana,Arial; font-size: 12px; font-weight: normal; color:#ffffff; text-decoration:none; }

.menu a:link { font-family: verdana,Arial; font-size: 12px; font-weight: bold; color:#00316c;  text-decoration: none;}
.menu a:visited { font-family: verdana,Arial; font-size: 12px; font-weight: bold; color:#00316c; text-decoration: none; }
.menu a:active { font-family: verdana,Arial; font-size: 12px; font-weight: bold; color:#00316c; text-decoration: none; }
.menu a:hover { font-family: verdana,Arial; font-size: 12px; font-weight: bold; color:#00316c; text-decoration:underline; }

.menu{
	padding-top: 15px;
}


.menu td{
	padding: 15px 5px 3px 10px;
}


#contentPanel{	
	border: solid #00316c 1px;
	padding: 15px 10px 10px 10px;
	font-family: Arial; 
	color: #00316c; 
	font-size: 12px;  
	font-weight: normal;
}

#contentPanel a, #detailPopup a{
	color: #00316c; 
}

#repLoginBlock{
	margin: 25px 3px 5px 10px;
}

#repLoginBlock td, #repLoginBlock td input{
	font-family: Arial; 
	color: #00316c; 
	font-size: 12px;  
}

#repLoginBlock td.heading{
	font-family: Arial; 
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
}

/* overrides */
div.galleryItems{ 
	text-align: center; 
	overflow: auto; 
	padding-left: 0px; 
	height: 500px; 
}

.bg-orange, .bg-main{
	background-color:ffffff;
}
.bg-orange a.whitelink:link, .bg-orange a.whitelink:visited, .bg-orange a.whitelink:active, .bg-orange a.whitelink:hover{
	color: #00316c; 
}
.bg-orange a.whitelink1:link, .bg-orange a.whitelink1:visited, .bg-orange a.whitelink1:active, .bg-orange a.whitelink1:hover{
	color: #00316c; 
}


