/* ---------------------------------------------------------------------------------------------------------------
// GLOBAL
--------------------------------------------------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
html {
height: 100%;
overflow: hidden;
background-color:#FFFFFF;
}
body {
height: 100%;
background-color:#FFFFFF;
overflow: hidden;
font-family:Helvetica, Arial, Verdana, sans-serif;
font-size:80%;
}
a img {
border: 0;
}
/* ---------------------------------------------------------------------------------------------------------------
// NO FLASH
--------------------------------------------------------------------------------------------------------------- */
#noflash{
height: 100%;
background-color:#FFFFFF;
}
.flashMsg{
position:absolute;
width:800px;
height:525px;
left:32%;
margin-left:-200px;
top:20%;
margin-top:-60px;
text-align:center;
color:#999999;
padding:15px;
border:1px solid #CCCCCC;
font-size:0.9em;
line-height:1.5em;
}
.flashMsg h1{
padding:0 0 4px 0;
border-bottom:1px solid #CCCCCC
}
.flashMsg p{
}
.flashMsg p.please{
margin:10px 0 8px 0;
}
.flashMsg p.refresh{
margin:0 0 8px 0;
}
.flashMsg a{
color:#333333;
}
.flashMsg a:hover{
text-decoration:none;
}
/* ---------------------------------------------------------------------------------------------------------------
// HOMEPAGE LOGIN
--------------------------------------------------------------------------------------------------------------- */
.loginContainer{
position:relative;
width:400px;
margin:50px auto 0 auto;
text-align:center;
color:#999999;
padding:15px;
border:1px solid #CCCCCC;
font-size:0.9em;
line-height:1.5em;
}
.loginContainer h2{
border-bottom:1px solid #CCCCCC
}
.loginForm{
margin-top:20px;
}
.loginForm input{
padding:4px;
border:1px solid #CCCCCC;
color:#333333;
width:255px;
text-align:center;
}
.loginForm input.submit{
border:none;
width:268px;
height:26px;
background:url(../img/bg_btn_signin.jpg) no-repeat left top;
color:#666666;
}
.loginForm p.pwd{
margin:8px 0;
}
p#errorSplash{
margin:0 0 15px 0;
color:#CC002B;
background-color:#FFEDEF;
border:1px solid #FFC2CA;
text-align:center;
padding:3px 0 3px 0;
font-size:10px;
font-weight:bold;
}
p.myPictDemo{
text-align:center;
}
p.signOut{
position:absolute;
right:20px;
top:10px;
}
p.signOut a{
color:#666666;
}
p.signOut a:hover{
color:#666666;
text-decoration:none;
}