/*Generated from Designmycss.com*/
a
{
text-decoration: none;
padding: 5px;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.move-right
{
color: #FFFFFF;
font-family: 'PT Sans Narrow';
background-color: #666666;
text-shadow: none;
}
.move-right:hover
{
padding-left: 25px;
background-color: #9A3234;
}
.button {
 BACKGROUND-COLOR: #000099; /* blue colour*/
 BORDER-BOTTOM-COLOR: #000099; 
 BORDER-LEFT-COLOR: #000099;
 BORDER-RIGHT-COLOR: #000099;
 BORDER-TOP-COLOR: #000099; 
 COLOR: white; 
 HEIGHT: 29px;
 LEFT: 344px; 
 POSITION: bottom; 
TOP: 99px; 
	Z-INDEX: 101
 }
 .button:hover {
  background-color:rgba(255,204,0,0.8);
 }

table
{
    border-spacing:1px;
    border-style:solid;
    border-width:2px;
    border-color:#2C4F85;
    font:14px Georgia, serif;
    padding:0;
    box-shadow:0px 0px #000000;
    border-radius:10px;
    width:70%; 
    margin-left:0%; 
    margin-right:0%;
}
 
th
{
    color:#FFFFFF;
    background:#006666;
    border-style:solid;
    border-width:1px;
    border-color:#2C4F85;
    font-weight:bold;
    padding:5px;
    text-align:center;
    vertical-align:top;
}
 
tr
{
    color:#000066;
    font-weight:bold;
}
 
tr:hover td
{
    color:#081C6B;
}
 
td
{
    padding:3px 5px;
    text-align:left;
    vertical-align:middle;
}
 
th:first-child
{
    border-top-left-radius:10px;
}
 
th:last-child
{
    border-top-right-radius:10px;
}
 
tr:last-child td:first-child
{
    border-bottom-left-radius:10px;
}
 
tr:last-child td:last-child
{
    border-bottom-right-radius:10px;
}

/* The CSS */
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:30px}
}

label {position:relative}
label:after {
    content:'<>';
    font:12px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
a.greenButtonRound {
    border: 4px solid #006600;
    border-radius: 10px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
}
a.greenButtonRound:hover {
    border: 2px solid #009900;
    background-color: #00cc00;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
 
.middle {
    display: table-cell;
    vertical-align: middle;
}
 
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}