﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
	.error {
	background : #DDDDDD none;
	color : #F37020;
	vertical-align :top ;
	font :  x-small  Verdana;
	text-decoration : none;
	padding : 2% 1% 2% 20px;
	border-style: solid;
	border-width: 2px;
	width: 95%;

		
}
	.info {
	background : #DDDDDD none;
	color : #F37020;
	vertical-align :top ;
	font :  small  Verdana;
	text-decoration : none;
	padding : 2% 1% 2% 20px;
	border-style: solid;
	border-width: 2px;
	width: 95%;
text-align: center;

	
}
.highlight{
    background-color:lemonchiffon;
}
.button{

	background-color:  #E8722A;
	border-style: none;
	color: White;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	cursor:hand;
}
body,td,th,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 14pt;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.style15 {
	color: #E97731;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-size: 11px;
}
h2 {
	font-size: 16pt;
	color: #E97731;
}
.style23 {font-size: 16pt}
.style25 {color: #E97731; font-size: 15pt; }
.style31 {font-size: 11px; color: #FFFFFF; }
.style37 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.style38 {
	color: #E8722A;
	font-size: 7pt;
}
.style39 {font-size: 7pt}

