@charset "utf-8";
/*

Version: 1.0
Author: Alexander Chang
Author URI: http://www.fourgigs.com/

This CSS design is released under GPL License:
http://www.opensource.org/licenses/gpl-license.php

*/
* {
margin: 0;
padding: 0;
border: none;
}
html {
background-attachment: fixed;
background-image: url(../img/main/rcorner.png);
background-repeat: no-repeat;
background-position: right bottom;
}
body {
padding-top: 6.25%;
padding-right: 10%;
padding-bottom: 6.25%;
padding-left: 10%;
}
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif;
color: #525E6F;
}
h2 {
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 10px;
font-weight: normal;
padding: 20px;
width: auto;
height: auto;
background-color: rgba(242,242,242,0.5);
border: solid 1px #D0D0D0;
}
a.tooltip div {
display: none;
}
a.tooltip:hover {
position: relative;
}
a.tooltip:hover div {
display: inline;
position: absolute;
top: 20px;
left: 10px;
}
.alert {
background-attachment: fixed;
background-color: #000019;
background-image: url(../img/main/alert/mid_bg.png);
background-repeat: no-repeat;
background-position: center center;
z-index: 9990;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
position: fixed;
opacity: 0.8;
visibility: hidden;
}
.alert div {
height: 50%;
width: 50%;
margin: auto;
text-align: center;
margin-top: 12.5%;
margin-bottom: 12.5%;
border: 2px solid #3C3C48;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-attachment: fixed;
background-color: #23325A;
background-image: url(../img/main/alert/pop_bg.png);
background-repeat: no-repeat; 
background-position: center top;
z-index: 9999;
}
.header {
font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
font-size: 36px;
font-weight: bold;
color: #000;
}
.notifications {
height: 20px;
width: 100%;
background: #FAE669;
color: #323232;
line-height: 20px;
border: 2px solid #FAD205;
padding: 15px;
}
.notifications:hover {
background: #FAE15A;
color: #000;
}