/* 
	typography.css
	
	Project: 
	
	iomer internet solutions
	iomer.com



	Table of Contents
	-----------------
*/


body { font: 62.5% Arial, Helvetica, sans-serif; line-height: 1.6em; }
.page-frame { font-size: 120%; /*12px */ }


/* =navigation */
a:link { color: #0f82ae; text-decoration: underline; }
a:visited { color: #0b5e7f; text-decoration: underline; }
a:hover,
a:active { color: #390;/*#0c6b90;*/ text-decoration: underline; }

:focus { outline: none; }

/* =headings */

h1 { font-size: 180%; margin-bottom: 9px;}
h2 { font-size: 160%; margin-bottom: 8px;}
h3 { font-size: 150%; margin-bottom: 7px;}
h4 { font-size: 140%; margin-bottom: 6px;}
h5 { font-size: 130%; margin-bottom: 5px;}
h6 { font-size: 120%; margin-bottom: 4px;}

h1,h2,h3,h4,h5,h6 { padding: 2px 0 0; line-height: 120%; color: #0a556d; /*letter-spacing: 0.04em;*/ font-weight: bold; }

.BigErrorMessage
{
	color: #FF0000;
	font-weight: bold;
	font-size: 15pt;
	font-family: Arial;
}


/* HTML Elements */
INPUT
{
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Arial;
}
.Input
{
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Arial;
}
.TextBox
{
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

select
{
  font-family: Verdana; 
  font-size:11px;
}

/* HTML Elements */


.Loading
{
	border-right: buttonface 2px outset;
	border-top: buttonface 2px outset;
	font-weight: bold;
	font-size: 8pt;
	z-index: 99;
	vertical-align: middle;
	text-transform: uppercase;
	border-left: buttonface 2px outset;
	width: 150px;
	cursor: default;
	color: #000000;
	border-bottom: buttonface 2px outset;
	font-family: Arial;
	position: absolute;
	height: 20px;
	background-color: #C0C0C0;
	text-align: center;
	padding-top: 5px;
}

.HighlightGreen
{
	font-size: 12px;
	font-family: Arial;
	color: #008000;
}
.HighlightRed
{
	font-size: 12px;
	font-family: Arial;
	color: #FF0000;
}
.HighlightYellow
{
	font-size: 12px;
	font-family: Arial;
	color: #FF9900;
}
.PopHeaderNormal
{
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	background-color: #D5E0E0;
	border-bottom-style: solid;
	font-weight: bold;
}

.PopHeaderSuccess
{
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	background-color: #D0E4D0;
	border-bottom-style: solid;
	font-weight: bold;
}

.PopHeaderError
{
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	background-color: #E4D0D0;
	border-bottom-style: solid;
	font-weight: bold;
}

.PopBodySuccess
{
	font-size: 12px;
	font-family: Arial;
	color: #008000;
}
.PopBodyError
{
	font-size: 12px;
	font-family: Arial;
	color: #D00000;
}
