@import url(font.css);

/* --------------------------------------- */


/* SIMORC LOGIN FORM css */


/* --------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
font,
small,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
td {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 0.9em;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

*:focus {
    outline: none;
}

#wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

#header {
    position: relative;
    background: #fff;
    border: 0px;
    background: #00698e;
    width: 100%;
    height: 89px;
}

#header h1 {
    position: relative;
    background: url(/grfx/header-loginform.gif) no-repeat;
    text-indent: -9999px;
    width: 100%;
    height: 54px;
    float: none;
    margin: 0;
}

#header h1#license {
    background: url(/grfx/header-loginform-license.gif) no-repeat;
}

#header h1#organisations {
    background: url(/grfx/header-loginform-organisations.gif) no-repeat;
}

button {
    font-family: 'OpenSans-bold';
    border-radius: 5px;
    background: #6ac9c9;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
}

button:hover {
    background: #017b9c;
    color: #fff;
}

button:hover a {
    color: #fff;
    text-decoration: none;
}

#content {
    position: relative;
    padding: 15px;
}

#content h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#content p,
#content ul,
#content ol {
    margin-bottom: 15px;
}

#content ul,
#content ol {
    margin-left: 20px;
}

.browse_table {
    background-color: #fff;
    width: 95%;
    margin: auto;
    padding: 0px;
}


/* ======================================= */


/* ======================================= */


/* ======================================= */