html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

html,body {
	height:100%;
	background-color: white;
}
body {
    background: #fff;
    color: #333;
/*
    font: 0.9em "gill sans", verdana, arial, helvetica, sans-serif;
*/
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-top: 0;
    padding: 0;
	text-align: center;
	margin: 0 auto;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
	letter-spacing:0.03em;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
	text-align: left;
	margin: 0 auto;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton .create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}


.odd {
    background: #d7d7d7;
}
.even {
    background: #f7f7f7;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

html>body .logo {
	text-align:left;
	color: white;
	border-bottom: thin black solid;
	padding-bottom: .5em;
	padding-top:.2em;
	padding-left: 1em;
	margin-top: 0px;
	display: block;
	top: 0;
	width: 100%;
	border-top: 1px solid #333333;
	clear: both;
	background-color: #fff;
}

.logo h1 {
   text-decoration: none;
	color:black;
	font-family: "gill sans", sans;
	font-size: 22pt;
}
#loginform {
	text-align: center;
	margin-top: 4em;
}
#companyHeader {
	text-align: center;
	padding-bottom: 1em;
}
#companyName2 {
    font-size: 2em;
    margin-top: .5em;
    color: black;
	clear:both;
	border-bottom: thin solid black;
width: 100%;
}
#companyImage {
	text-align: center;
}
.clear {
    clear:both;
}
.categoryInfo { 
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
}

.categoryName {
	background-color: #C33;
	color: white;
	padding: .2em;
	width: 100%;
}
.document {
	float:left;
	margin-bottom: 1em;
	margin-top: 1em;
	width:100%;
	padding-bottom: .5em;
	border-bottom: .1em solid #242;
}
.documentImage {
	float:left;
	width: 80px;
	text-align: center;
}
.documentDesc {
	float:left;
	width: 180px;
	border-top: thin solid #ddd;
}
#slider {
	width: 100%;
	float:left;
}


#footer2 {
display: none;
}
html>body #footer2 {
display: block;
bottom: 0px;
position:fixed;
z-index: 500;
margin-top: 0em;
width: 100%;
background: #000000;
border-top: 1px solid #333333;
border-bottom: #ddd;
color: #999999;
clear: both;
padding:6px 0;
-moz-border-radius:0px;

   background-color: #C33;
   color: white;
}

#footer2 a {
	font-weight: normal;
	text-decoration: underline;
	color: white;
	font-size: 1em;
}
#contentBody {
	text-align:left;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#companyInfoSidebar {
	float:right;
	padding-left: 1em;
	width: 210px;
}
.nav {
	text-align:left;
}
#broker_maininfo {
	margin-top: 2em;
}
#brokerCompanyHeader {
	text-align: center;
	position: absolute;
	bottom: 10em;
}
#brokerCompanyImage {
	text-align:center;
}
.brokerInfo {
	margin-top: 1em;	
	text-align:center;
}
#broker_info{
	margin-top: 2em;
}
#ft {
	margin-top: 4em;
	border-top: thin black solid;
}
.spacer_vertical {
	margin-top: 3em;
}
h1 {
	font-weight: bold;
	color:#FFFFFF;
	font-size:230%;
}
h2 {
	font-weight: bold;
	font-size: 1.3em;
}
#bd h1 {
	text-align:center;
	color:black;
	font-size: 280%;
	margin-bottom: .5em;
}
#contactInfoBlock {
display:none;
}
#brokerInfoBlock {
/*display:none;*/
}
#docBlockInternal {
	min-height: 400px;
	height: 90%;
	width:100%;
	overflow-x:none;
	overflow-y:auto;
}
.docSection h4 {
	position:relative;
	background-color: #933;
	color: white;
	padding:.5em;
	padding-left: 1em;
}
#docBlockWrapper {
	min-height: 90%;
	height: 90%;
}
#sidebar {
	height: 95%;
}

.block .bd {
	padding: 0em;
}

#createTable {
	width: 50%;
	float:left;
}
#previewTable {
	width:45%;
	padding: 1em;
	float:left;
}
#bd {
padding:0em;
}
.logout a{
	color: white;
}
#hd {
	margin-bottom: 1em;
}
#front_image {
	float:left;
}
#front_text{
	float:left;
	width:35%;
}
#front_text ul {
	font-weight: bold;
	font-size: 150%;
}
li {
list-style-type:circle;
	padding-bottom: 1em;
	margin-left: 1em;
}
.sortable a {
	color: white;
}

.signup_error ul {
	padding-left: 0em;
	line-height: 1em;
}
.signup_error li {
	list-style-type:none;
	line-height: 1em;
}
.signup_error {
	width:20em;
	font-weight: bold;
	color: red;
	float:left;
}
