style.css 4.06 KB

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
/*     background:transparent; */
    background-color:gray;
}
body {
    margin-top:50px;
    /*margin-left:100px;
    margin-right:100px;*/
    width:100%;
    margin: 0 auto;
    line-height:1;
   background-color:gray;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
    
}


input[type=text] {padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
border-radius: 5px;
}
input[type=text]:focus {border-color:#333; }

input[type=submit] {margin:5px 5px;padding:5px 15px; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; }

select{
    margin:5px 5px;padding:5px 15px; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
}


table {
    margin:15px 15px;
      margin-left:auto; 
    margin-right:auto;
}

tr th{
    background-color:#ccc; border:0 none;
}

td{
    background-color:#ccc; 
    border-style: solid;
    border-color:gray;
    border-width:1px;
    padding:4px;
}
form{
    display:inline;
    width: 33%;
    
}

h2{     
    text-align:center;
     margin-left:auto; 
    margin-right:auto;
}
div.center{
    text-align:center;
     margin-left:auto; 
    margin-right:auto;
}
span.center{
    text-align:center;
     margin-left:auto; 
    margin-right:auto;
}

/*input:read-only { 
    background-color: yellow;
}

input:-moz-read-only { 
    background-color: yellow;
}
*/
.readonly{
    background-color: lightgrey;
    
}

.passwd{
          color:red;
          font-weight:bold; 
}

.ncauthbtn{
    color:              #F0FFFF;
    background-color:   #27408B;
}

input[type=submit].ncauthbtn{
 background-color:   #27408B;
    
}


.bsc{
/*     background-color: #FDFDEF; */
/*   background: #f5f5f5; */
    border: 1px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);  
}

.status {
/*      background: #eee; */
      border: 4px solid white;
      box-shadow: 0 0 1px rgba(0,0,0, .4);
    }

.hard
{
/* background: #f5f5f5; */

border: 1px solid #DDD;
box-shadow: 3px 3px 0px rgba(0,0,0, .2);
font-size:1.1em;
padding:3px;
margin:6px;
}   

.info{
    background: #FDFDEF;
/*     background: #f5f5f5; */
}

.success{
    background: #8cff80;
}

.error{
    background:rgb(255,0,0);
}
    
.container{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
 

.mailbutton1,
.mailbutton2,
.mailbutton3
{
	width:45%;
	margin:5px;
}

.mailbutton1{
	
	float: left;
}


.mailbutton2{
	
	float: right;
}

.mailbutton3{
    float: right;
}
.mailbuttoncontainer{
	height:25px;
}