/* Colors
	Baby Blue - #0099cc OR #008fcb OR #036aa4;
	Grey - #333333;
*/
html {
	margin: 0;
	padding: 0;
  height: 100%;
  width: 100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin: 0;
	padding: 0;
	background: #38698B;
  height: 100%;
  width: 100%;
/*	background: #008fcb;
	background:url(../images/bg.gif) repeat-x;
	color:#333333;*/
}

.loginText {
  color: #3A6AA4;
  font-weight: bold;
  size: 10px;
} 
/* START ==================== CSS FOR INPUT FIELDS ================ START */
.input {
	border: none;
  height: 18px;
  background: transparent;
  font-size: 10px;
}

.inputFieldWrapper{ 
  overflow: hidden; 
}
#inputLeft {
  float: left;
  background: transparent url('../images/bg.input.field.left.border.png') no-repeat top left;
  width: 7px;
  height: 18px;
  text-align: left;
  vertical-align: middle;
}
#inputMiddle {
  float: left;
  background: transparent url('../images/bg.input.field.middle.borde.png') repeat top left;
  height: 18px;
}
#inputRight {
  float: left;
  background: transparent url('../images/bg.input.field.right.border.png') no-repeat top left;
  width: 7px;
  height: 18px;
}
/* END ==================== CSS FOR INPUT FIELDS ================ END */


/* START ==================== CSS FOR SUBMIT BUTTONS ================ START */

.submitButton{ 
  /*overflow: hidden; */
  background: transparent;
  cursor: pointer;
  border: none;
  margin:0px;
  padding:0px;
  position: relative;
  vertical-align: top;
}

#submitLeft {
  float: left;
  background: transparent url('../images/bg.input.field.left.border.png') no-repeat top left;
  width: 7px;
  height: 18px;
  margin:0px;
  padding:0px;
}
#submitMiddle {
  float: left;
  background: transparent url('../images/bg.input.field.middle.borde.png') repeat top left;
  height: 18px;
  margin:0px;
  padding:0px;
}

#submitMiddle span {
  margin:0px;
  padding:2px;
  font-weight: bold;
  font-size: 10px;
}
#submitMiddle span:hover {
  margin:0px;
  padding:2px;
  font-weight: bold;
  font-size: 10px;
  color: #1A93C3;
}

#submitRight {
  float: left;
  background: transparent url('../images/bg.input.field.right.border.png') no-repeat top left;
  width: 7px;
  height: 18px;
  margin:0px;
  padding:0px;
}
/* END ==================== CSS FOR SUBMIT BUTTONS ================ END */


a.img-button{
 text-decoration:none;
 color:#FFFFFF;
}

h1{
	font-size:1.1em;
	font-weight:600;
/*	text-transform:lowercase;*/
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
}


a:link, a:visited, a:active{
	color:#036aa4;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

h1 img{
	float:left;
	position:relative;
	top:-3px;
	margin-right:5px;
}

ul, li {
	list-style:none;
}

p{
	padding-top:0px;
	margin-top:0px;
	line-height:1.7em;
/*	text-align:justify;*/
}

strong{
	color:#666;
}

.clear{
	clear:both;
}

#mainContainer{
	background:#fff;
	width:900px;
	margin: 5px 5px 5px 5px;
	text-align:left;
}

#container{
	background:#fff;
	width:900px;
	margin: 0px auto;
	text-align:left;
}

#head{
/*	background: red;*/
	color:#036aa4;
	width:900px;
	height:55px;
}

#logo{
	float:left;
}


#masthead{
	width:900px;
	height:250px;
	background:#000;
}

#content{
	padding:10px;
}

#footer{
	margin-top:40px;
	font-size:.8em;
	color:#666;
	text-align:center;
}

.hr{
	border-bottom: 1px dotted #333;
}

/* OLD CODE 
#login_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000;
	z-index:100;
	cursor:pointer;
}

#login_box{
	position:absolute;
	margin: 0px auto;
	text-align:left;
	z-index:101;
	width:235px;
	height:250px;
	background:#fff;
	border:#999 2px solid;
	border-right:#666 2px solid;
	border-bottom:#666 2px solid;
}

#login_box input{
	width:100%;
}
*/
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both;}

/*
#submenu li li a:link, li li a:hover, #submenu a:link, #submenu a:hover{
	color:#036aa4;
	text-decoration:none;
}
#submenu a:link, #submenu a:hover{
}
*/
#mastheadSmall{
	background:#18344a; /*black url(../img/bg-small.gif) repeat fixed top left;*/
	float:left;
	width:inherit;
}

#mastheadSmall div.title {
	float:left;
	margin:10px;
	width:812px;
}

#mastheadSmall div.nav2 {
	float:right;
	margin:10px;
}

#mastheadSmall div.title img {
	top:0;
	border:medium none;
	height:16px;
	margin:0pt 6px -3px 0pt !important;
	padding:0pt;
	width:16px;
}

#mastheadSmall div.title h1 {
	font-size:1.1em;
	margin:0pt 7px 0pt 0pt;
	padding:5px 10px 6px 7px;
	color:white;
	background-color:#18344A;
	border:1px solid #18344A; 
	font-weight:bold;
}

.flashError {
border:1px solid #dd3c10;
background-color:#ffebe8;
color:red;
display:block;
}

.flashError img{margin: 0 3px -3px 3px;}


/* ------------ BUTTONS ------------ */
div.buttons{float:left;}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
.buttons button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* --------- tooltips ----- */
.tooltip{
cursor:help;
width:300px;
border:1px solid #ddd;
background-color:#18344A ;
color:white;
position:absolute;
z-index:10000;
visibility:hidden;
padding:5px;
}

.tooltip h1 img {top:-3px;}
