/*
Site Deployment Tool
application styles

Karl Glasgow
code@keg4.com

*/

body {
    margin: 0px;
    padding: 0px;
    background: #f6e5ff;
}
form {
    margin: 0px;
    padding: 0px;
}


div#Page {
    margin: 20px auto;
    width: 900px;
    border: solid 1px #a488b5;
    background: #FFFFFF;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

h1#Title {
    margin: 20px 0px 15px 20px;
    color: #665470;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
}


/* 
General form styles (START) */
p.Prompt {
    margin: 0px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
input.Button {
    -moz-border-radius: 5px;
    border-radius: 5px;    
    padding: 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
p.Errors {
    margin: 0px 5px;
    color: #990000;
    font-size: 14px;
    font-weight: normal;
}
/*General form styles (START) */


/* 
Session management area (START) */
div#Session {
    display: inline-block;
    float: right;
    margin: 10px;
    border-left: dotted 1px #333333;
    border-bottom: dotted 1px #333333;
    padding: 10px;
}
div#Session table {
}
div#Session table td {
}
div#Session table#Login td {
    padding: 5px;
    vertical-align: bottom;
}
div#Session table#Logout td {
    padding: 5px 10px;
    vertical-align: middle;
}

div#Session table#Login input.Button {
    border: solid 1px #227922;
    background: #1bc212;
}
div#Session table#Login input.Button:hover {
    background: #0AB101;
}

div#Session table#Logout input.Button {
    border: solid 1px #a21b14;
    background: #ce221a;
}
div#Session table#Logout input.Button:hover {
    background: #BD1109;
}
/* Session management area (END) */


/*
Control styles (START) */
div.Control p.Messages {
    margin: 0px;
    background: #009000;
    padding: 3px 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}

div.Control p.Errors {
    margin: 0px;
    background: #990000;
    padding: 3px 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}

div.Control {
    margin: 10px 10px 20px 10px;
    border: solid 1px #999999;
    padding: 5px;
}
div.Control h2 {
    margin: 0px;
    background: #665470;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
}

table.Control {
}
table.Control td {
    padding: 5px;
    vertical-align: bottom;
}
table.Control td.Prompt {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.Control input.Button {
    border: solid 1px #666666;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    background: #ce221a;
    padding: 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.Control input.Button:hover {
    background: #BD1109;
}

.Control input.DeployButton {
    border: solid 1px #00646d;
    background: #00a5b6;
}
.Control input.DeployButton:hover {
    background: #009cab;
}

.Control input.BackupButton {
    border: solid 1px #134495;
    background: #1a5bc7;
}
.Control input.BackupButton:hover {
    background: #094AB6;
}

.Control input.RestoreButton {
    border: solid 1px #c78410;
    background: #e19512;
}
.Control input.RestoreButton:hover {
    background: #D08401;
}

/*
Control listing */
table.Listing {
    margin: 10px 0px;
    width: 100%;
}
table.Listing td {
    padding: 5px;
    vertical-align: top;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}
table.Listing td a {
    color: #e19512;
    text-decoration: none;
}
table.Listing td a:hover{
    color: #c78410;
    text-decoration: none;
}
table.Listing td.Disabled, 
table.Listing td.Disabled a, 
table.Listing td.Disabled a:hover {
    color: #BBBBBB;
}
table.Listing td.CodeAvailable, 
table.Listing td.DataAvailable {
    text-align: center;
    color: #00CC00;
    font-weight: bold;
}
table.Listing td.CodeNotAvailable, 
table.Listing td.DataNotAvailable {
    text-align: center;
    color: #CC0000;
    font-weight: bold;
}
table.Listing td.EmptyList {
    padding: 10px;
    text-align: center;
    color: #990000;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
table.Listing td.Title {
    border-bottom: dotted 1px #666666;
    background: #333333;
    padding: 5px 20px 0px 20px;
    text-align: center;
    color: #EEEEEE;
    font-size: 20px;
    font-weight: bold;
}
table.Listing td.Heading {
    background: #333333;
    padding: 2px 5px;
    color: #EEEEEE;
    font-size: 12px;
    font-weight: normal;
}
/* Control styles (END) */


/*
Waiting screen (START) */
div#Waiting {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1000px;
    background: url(images/bkgrd_shading50_250w250h.png) repeat;
    z-index: 1000;
}
div#WaitingMessage {
    position: relative;
    margin: 250px auto;
    width: 400px;
    height: 100px;
    border: solid 1px #666666;
    background: #FFFFFF;
    padding: 50px;
    text-align: center;    
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.Blink {
    color: #665470;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2em;
    text-decoration: blink;
}
/* Waiting screen (END) */