/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~                                          ~
~  BPDLogin Stylesheet                     ~
~  For Use With SCREEN                     ~
~                                          ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ----------------------------------------
|                                          |
|  HTML Tag Overrides - Global             |
|                                          |
------------------------------------------*/

body {
	background-image:  url("/images/fl/bpdlogin_background.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	color: #36c;
	padding: 2px;
}

a:hover {
	color: #f60;
}

/* ----------------------------------------
|                                          |
|  Container Section Controls              |
|                                          |
------------------------------------------*/

#container {
	color: #333;
	font-size: 1em;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 630px;
}

/* ----------------------------------------
|                                          |
|  Header Section Controls                 |
|                                          |
------------------------------------------*/

#header {
	background: #fff;
	background-image:  url("/images/fl/bpdlogin_logo.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #6c0;
	border-left: 1px solid #ccc;
	height: 85px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#header #application {	
	float: right;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: bottom;
}

#header #application h1 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	margin: 0px;
	padding: 60px 40px 0px 0px;
	text-align: right;
}

/* ----------------------------------------
|                                          |
|  Content Section Controls                |
|                                          |
------------------------------------------*/

#content {
	background: #eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 1em;
	margin: 0px;
	padding: 8px 0px 15px 25px;
}

#content fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 97%;
}

#content form {
	margin: 0px;
	padding: 0px;
}

#content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
}

#content input.action {
	background: #36c;
	border: 1px solid #ddc;
	color: #fff;
	margin: 0px 4px 0px 0px;
	overflow: visible;
	padding: 3px 4px 3px 4px;
}

#content input.danger {
	background: #f60;
	border: 1px solid #ddc;
	color: #fff;
	margin: 0px 4px 0px 0px;
	overflow: visible;
	padding: 3px 4px 3px 4px;
}

#content label {
	color: #666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#content legend {
	color: #f60;
	font-weight: 700;
	font-size: 1.4em;
	margin: 5px 0px 2px -7px;
	padding: 2px 2px 2px 0px;	
}

#content h2 {
	color: #36c;
	font-size: 1.1em;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#content p {
	line-height: 1.4em;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

#content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
}

#content strong {
	color: #666;
}

/* ----------------------------------------
|                                          |
|  Security Question/Answer Controls       |
|                                          |
------------------------------------------*/

#content .qa {
	clear: both;
	margin: 0px 0px 10px 0px;
	width: 550px;
}

#content .qa .question {
	float: left;
	padding: 0px 0px 15px 0px;
	width: 300px;
}

#content .qa .answer {
	float: left;
	padding: 0px 0px 15px 0px;
	width: 250px;
}

/* ----------------------------------------
|                                          |
|  Footer Section Controls                 |
|                                          |
------------------------------------------*/

#footer {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #f60;
	border-left: 1px solid #ccc;
	font-size: .8em;
	margin: 0px auto 15px auto;
	padding: 10px 10px 25px 10px;
}

#footer ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ----------------------------------------
|                                          |
|  Error Message Controls                  |
|                                          |
------------------------------------------*/

#errormessage {
	background-color: #fff;
	background-image:  url("/images/fl/bpdlogin_erroricon.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	font-size: .9em;
	margin: 0px 0px 5px 0px;
	width: 96%;
}

#errormessage p {
	color: #c30;
	font-weight: bold;
	line-height: 1.3em;
	margin: 4px 0px 0px 25px;
	text-align: left;
}

#errormessage ul {
	list-style-type: none;
	margin: .2em .2em .2em .6em;
	padding: 0px 0px 0px 14px;
}

#errormessage li {
	background-image:  url("/images/fl/bpdlogin_errorbullet.gif");
	background-position: 0 .8em;
	background-repeat: no-repeat;
	color: #333;	
	line-height: 1.6em;
	padding-left: .6em;
}

/* ----------------------------------------
|                                          |
|  Info Message Controls                   |
|                                          |
------------------------------------------*/

#infomessage {
	background-color: #fff;
	background-image:  url("/images/fl/bpdlogin_infoicon.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	font-size: .9em;
	margin: 0px 0px 5px 0px;
	width: 96%;
}

#infomessage p {
	color: #36c;
	font-weight: bold;
	line-height: 1.3em;
	margin: 4px 0px 0px 25px;
	text-align: left;
}

#infomessage ul {
	list-style-type: none;
	margin: .2em .2em .2em .6em;
	padding: 0px 0px 0px 14px;
}

#infomessage li {
	background-image:  url("/images/fl/bpdlogin_infobullet.gif");
	background-position: 0 .8em;
	background-repeat: no-repeat;
	color: #333;	
	line-height: 1.6em;
	padding-left: .6em;
}