/* Reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* It's time to rock */
a, a:link, a:visited, a:active {
color:#0C68BD;
text-decoration:none;
}
a:hover {
color:#2785DA;
}
HTML {
background:#f4f6f8 url(../images/cloudcalls_bg.jpg) repeat top left;
}
BODY{
font-family:Arial,Verdana,sans-serif;
font-size:11px;
color:#444;
line-height:18px;
font-weight:400;
overflow-x: hidden;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
}
.Top, .Content, .Bottom {
margin:0 auto;
overflow:hidden;
width:980px;
}
.Top {
height:100px;
background:url(../images/logo.png) bottom no-repeat;
}
.block_logout H2,
.block_login H2 {
font-size: 18px;
color: white;
background: #5ABF11;
padding: 4px;
font-weight: normal;
margin-bottom:5px;
}
.block_logout, .block_login {
margin:5px auto;
width: 490px;
padding: 5px;
background: white;
border: 1px solid #E5E5E5;
border-bottom: 1px solid #CCC;
-webkit-box-shadow: 0px 5px 12px -8px #555;
-moz-box-shadow: 0px 5px 12px -8px #555555;
box-shadow: 0px 5px 12px -8px #555;
}
.block_login LABEL {
font-weight:400;
display:block;
color:#3c9607;
font-size:14px;
padding:2px 0 4px;
}
.block_login input {
border:1px solid #e5e5e5;
width:99%;
background:#f7f7f7;
}
.block_login input:focus{
background:#fff;
border:1px solid #ddd;
}
.standard-login {
width:255px;
margin:50px auto;
}
.block_login .actions input {
background:url(../images/login-button.png) no-repeat;
width:150px;
color:#333;
font-size:16px;
border:0;
padding:16px 50px 20px;
margin:5px 50px;
cursor:pointer;
}
.block_login .actions input:hover {
color:#888;
}
.block_logout A.logout {
display:block;	
font-size: 24px;
text-align: center;
padding-top: 226px;
color:#222;
background:url(../images/exit.png) center center no-repeat;
margin-bottom:10px;
}
.block_logout A.logout:hover {
opacity:0.8;
}
.block_logout .backtocalls {
display:block;
font-size:14px;
text-align:center;
margin: 35px 80px 10px;
padding: 5px;
color: white;
border: 1px solid #237CB8;
background-color: #0588BB;
background-image: linear-gradient(bottom, rgb(6,104,161) 21%, rgb(41,137,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(6,104,161) 21%, rgb(41,137,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(6,104,161) 21%, rgb(41,137,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(6,104,161) 21%, rgb(41,137,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(6,104,161) 21%, rgb(41,137,255) 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, rgb(6,104,161)), color-stop(1, rgb(41,137,255)));
}
/* Bottom */
.foot {
text-align:center;
padding:10px;
}
