/* tables cascading style sheet */

.welcomediv {
width: 800px;
border: none;
margin: 0 auto; 
text-align: center;
position: relative;
}

.bottomdiv {
position: absolute;
bottom: 5px;
right: 5px;
border: none;
color: white;
}

.bottomdivleft {
position: absolute;
bottom: 5px;
left: 5px;
border: none;
}

.locktxt {
width: 130px;
height: 25px;
position: relative;
top: 15px;
font-size: 20px;
font-weight: bold;
border: 2px solid red;
background-color: black;
margin: auto;
}

.timediv {
font-size: 11px;
text-align: right;
margin-right: 10px;
margin-bottom: 10px;
}

div.fototxtdiv {
width: 150px;
border: none;
margin: auto;
margin-top: 5px;
background-color: #444444;
font-size: 12px;
padding: 2px;
color: white;
text-align: center;
}

div.contdiv {
width: 300px;
margin: auto;
text-align: center;
border: 1px solid red;
background-color: #444444;
}

/* errors module divs */

.message {
width: 400px;
height: 40px;
background-color: green;
border: 10px double darkgreen;
font-family: arial, sans-serif, verdana;
margin-left: 10px;
text-align: left;
color: black;
padding: 5px;
}

.alert {
width: 400px;
height: 40px;
background-color: yellow;
border: 10px double olive;
font-family: arial, sans-serif, verdana;
margin: auto;
margin-bottom: 10px;
text-align: left;
color: black;
padding: 5px;
}

.error {
width: 400px;
height: 40px;
background-color: orangered;
border: 10px double darkred;
font-family: arial, sans-serif, verdana;
margin-left: 10px;
margin-bottom: 10px;
text-align: left;
color: black;
padding: 5px;
}

