/* 
    Document   : styles.css
    Created on : May 11, 2009, 4:01:42 PM
    Author     : alex
    Description:
        Purpose of the stylesheet follows.
*/

/* 
PAGE 
*/
body {
	font-size: 0.8em;
	background-color: #FFFFFF;  /*#dee1e4;                           /* light grey almost white */
	color:#132d60;                                      /* light blue */
	font-family:Verdana, Helvetica, Arial, sans-serif;
  margin-left:5.0em;
  margin-top :1.5em;
  text-align : left;
}

body.pf {
	font-size: 0.8em;
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	width: 7.5in;
	margin: 0.5in;
	text-align : left;
	margin-top:0.5in;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

a{
  font-size: 0.9em;
  font-weight: bold;
}

img{
  border:none;
}

legend{
  font-size: 1.3em;
	font-weight: bold;
}

/*
ERROR
*/
.err { color:#860408; font-weight:bold; }

/*
PAGE CONTAINER
*/
#container {
	text-align: left;
}

/*
CONTENT
*/
#content {
	text-align: left;
  z-index:0;
  position: relative;
}

/*
CONTENT BOX
*/
#content_box {
	text-align: left;
  border: none;
  z-index:0;
  position: relative;
}


/*
HEADER
*/
#header {
  margin-bottom: 0.0em;
  background-color:#456b9a;
  border-bottom: solid 0.2em #132d60;
}

/*
NAV
*/
#nav {
	background-color:#598ac4;
	margin: 0.0em;
	padding:2px;
	padding-left:4px;
	vertical-align:middle;
  border-bottom: solid 0.2em #132d60;
}

/*
HEADER
*/
#footer{
	padding:0px;
  background-color:#FFFFFF;
  text-align: center;
  border-top: solid 0.2em #132d60;
  margin-top: 5em;
  height: 8em;
  z-index:-1;
  position: relative;
}

/*
user_menu_box
*/
div .user_menu_box{
	padding:0px;
  background-color:#FFFFFF;
}

/*
TABLES 
*/

table {
	/*border: thin #999999;/*border-color: #132d60;*/
  margin: 0.5em;
}

table th{
  /*background-color:#11FF11;*/
  font-weight: bold;
}

/*
FORMS
*/


/*
OTHERS
*/
#iframeupload{
    height:800px;
    overflow:auto;
}


