/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

- - - - - - - - - - - - - - - - - - - - - */

html{
	background:#eee;
}
body{
	margin:7px 0 15px 0;
	text-align:left;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#container{
	text-align:left;
	background:#fff;
}
#container, #top, #bottom, #footer{
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top, #bottom{
	width:800px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	min-height:40px;
	height:40px;
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

}
img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
	text-align: left;
}
* html #top, * html #bottom{ 
	_behavior: url(../images/iepngfix.htc);
}

.hide{
	display:none !important;
}

/* LOGIN BOX */
#loginDiv {
	background-color: #980000;
	border: 1px solid #BBCCDD;
	padding: 1em;
	width: 300px;
	margin: 0 auto;
	margin-top: 2em;
}

#loginDiv #loginForm label {
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
}

#loginDiv #loginForm input.loginField {
	border: 1px solid #99BBCC;
	font-size: 100%;
	padding: .3em;
	width: 90%;
}

#loginDiv #loginForm input.loginSubmit {
	background-color: #042D61;
	border: 1px solid #446688;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	padding: .3em 1em;
	text-transform: uppercase;
}

#loginDiv #loginForm .loginSubmitBox {
	margin-top: .5em;
}

#loginDiv #loginForm .forgotpw {
	color: #FFF;
	font-size: 65%;
	text-decoration: none;
}

#loginDiv #loginForm .forgotpw:hover {
	text-decoration: underline;
}

#loginDiv #loginForm h5 {
	color: #336699;
	font-weight: normal;
	line-height: 1.5em;
	margin: 1em 0 0 0;
	padding: 0 0 .3em 0;
}

#loginDiv #loginForm h5.noTopMargin {
	margin-top: 0;
}

#session_end {
	background-color: #FFFFBB;
	border: 1px solid #EEEE88;
	color: #F00;
	font-size: 80%;
	font-weight: bold;
	padding: 0.5em;
	width: 315px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* SYSTEM MESSAGES */
#no_permissions {
	background-color: #FFCF88;
	border: 1px solid #FFBB55;
	color: #5C411A;
	font-size: 90%;
	margin: 0 auto;
	padding: 1em .5em;
	width: 70%;
	text-align: center;
}
 #tabsE {
      float:left;
      width:100%;
      background:#008;
      font-size:100%;
      line-height:large;

      }
    #tabsE ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("../images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("../images/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
