﻿body 
{
	font-family: helvetica;
	height: 100%; background: url('../images/back.jpg') repeat-x #eeeeee;
}

a
{
	color: #0066cc !important;	
}

.LoginPanel input
{
	width: 220px;
	height: 25px;
	font-size: 18px;
}

.LoginButton {
	display: block;
	background: url('../images/loginbutton.png') no-repeat;
	height: 33px !important;
	width: 74px !important;
	margin-left: 100px;
	border: none;
}

#Menu
{
	width: 100%;
	height: 50px;
	padding-top: 10px;
}

#Menu #Links a
{
	background: #F0F0F0;
	display: block;
	float:left;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
	margin-top: 11px;
	border-left: solid 1px #E6E7DF;
	border-right: solid 1px #E6E7DF;
	border-top: solid 1px #E6E7DF;
	font-weight:bold;
	color: black !important;
	text-decoration: none;
}

#Menu a.active
{
	background: white !important;	
}

#ContentWrapper
{
	background: white;	
	height: 100%;
	padding: 20px;
	min-height: 400px;
	border-left: 1px solid #e6e7df;
	border-right: 1px solid #e6e7df;
}

#Footer
{
	border-top: solid 1px #bbccff;
	margin-top: 10px;

	height: 28px;
}

.WorkGroupTable
{
	border-collapse: collapse;
	width: 100% !important;
}

.WorkGroupTable td
{
	border-bottom: white solid 1px;
	font-size: 10px;
	/*padding-left: 5px;*/
	padding-right: 5px;

}

.WorkGroupTable th
{
	text-align: left;	
	background: #747679;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: solid 4px white;
}

.WorkGroupTable td
{
	background: #e7e7e7;	
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.WorkGroupTable td.a
{
	background: #f0f0f0 !important;	
}

.deletebutton
{
	cursor: pointer;	
}

#LatestUpdates
{
	width: 500px;	
	padding: 5px;
	padding-bottom: 0px;
	border: 1px dashed silver;
}

#WarningBox
{
	width: 400px;	
	padding: 5px;
	padding-bottom: 0px;
	border: 1px dashed silver;
}

#LatestUpdates .UpdateItem
{
	padding: 5px;
	margin-bottom: 5px;
}

#LatestUpdates .UpdateItem.Green
{
	background: #d5f5ba;
}

#LatestUpdates .UpdateItem.Red
{
	background: #f3c2c2;
}

#LatestUpdates .UpdateItem.Blue
{
	background: #baebf5;	
}

#LatestUpdates .UpdateItem.Orange
{
	background: #d9baf5;	
}

#ServerActivity
{
	float:left;
}

.ServerTable, .WarningTable
{
	width: 100%;
}

#NewBackupBox
{
	padding: 5px;
	background: #e7e7e7;
	border: 1px dashed silver;	
}

.ServerTable td, .WarningTable td
{
	vertical-align: middle;

	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #e7e7e7;
	border-bottom: 2px white solid;
	text-transform: lowercase;
	font-size: 10px;
}

.WarningTable td
{
	/*background: #f3c2c2 !important;*/
}

.UlForm
{
	padding: 0px;	
	list-style-type: none;
}

.UlForm li
{
	padding: 0px;	
	margin: 0px;
	margin-bottom: 10px;
}

.UlForm li label
{
	font-weight: bold;	
}

.UlForm li input.Long
{
	width: 390px;	
}

#SettingsBox, #InfoBox
{
	border: 1px dashed silver;	
	padding: 5px;
	width: 398px;
	margin-right: 10px;
	background: #F0F0F0
}

#ClientHeader
{
	background: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.EnableDisable
{
	display: block;
	text-align: left;	
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
}

.EnableDisable.Deactivate
{
	color: red !important;
}

.EnableDisable.Activate
{
	color: green !important;
}

.acInput {
        width: 200px;
}
.acResults {
        padding: 0px;
        border: 1px solid WindowFrame;
        background-color: Window;
        overflow: hidden;
}

.acResults ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.acResults li {
        margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 12px;
        overflow: hidden;
}

.acLoading {
        background : url('indicator.gif') right center no-repeat;
}

.acSelect {
        background-color: Highlight;
        color: HighlightText;
}

.PluginsContainer
{
	padding: 5px;
	border: 1px dashed silver;	
	padding-bottom: 0px;
}

.PluginsContainer .PluginBox
{
	background: #E2E2E2;	
	color: black;
	padding: 5px;
	margin-bottom: 5px;
}

.tabs
{
	border-bottom: 1px solid #DADBD6;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 40px;	
    min-height: 36px;
}

.tabs li a {
    background-color: #F5F6F1;
    border-color: #DADBD6 #DADBD6 #DADBD6;
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
    color: #0192B5;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 -1px;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-left: none;
}

.tabs li {
    float: left;
    margin: 0;
}

.tabs li.first a {
    border-left: 1px solid #DADBD6;
}

.tabs li.active a {
    background-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    color: #666666 !important;
}

.LargeInput
{
	width: 400px;	
}

.PluginsContainer
{
	border: 1px dashed silver; 
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.MessageBox
{
	margin-top: 20px;
	background: #E7E7E7;
	border: 1px dashed silver;
}

.MessageBox td
{
	padding: 10px;
}

.OnlineServerBox div
{
	width: 80px;
	height: 60px;	
	background: #d5f5ba;
	border: 1px solid silver;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.OnlineServerBox div:hover
{
	background: #bde29e !important;
}

.ServerBox div
{
	width: 80px;
	height: 60px;	
	background: #f3c2c2;
	border: 1px solid silver;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.PlainTable
{
	width: 100%;	
}

.PlainTable td
{
	padding: 5px;
	vertical-align: middle;
}

.PlainTable tr
{
	cursor: pointer;
	background: #e2e2e2;
	border-bottom: 5px solid white;
}

.PlainTable tr.active
{
	background: #eeeeee !important;
}

.PlainTable th
{
	background: white !important;	
	padding-left: 5px;
	text-align: left;
}

.MessageBox
{
	border: 1px solid #DADBD6;
	background: #F5F6F1;
	padding: 5px;
}

.MessageBox.Positive
{
	background: url('../images/success.png') no-repeat 10px 5px #F5F6F1 !important;	
	padding-left: 35px;
}

.MessageBox.Error
{
	background: url('../images/error.png') no-repeat 10px 5px #F5F6F1 !important;	
	padding-left: 35px;
}

.WizardBox
{
	padding: 5px;
	background: #E2E2E2;
}

.WizardBox.StepOne
{
	background: url('../images/step1.png') no-repeat top right #E2E2E2 !important;	
}

.WizardBox.StepTwo
{
	background: url('../images/step2.png') no-repeat top right #E2E2E2 !important;	
}

.WizardBox.StepThree
{
	background: url('../images/step3.png') no-repeat top right #E2E2E2 !important;	
}

.ResultsBox
{
	padding: 5px;
	margin-bottom: 5px;
	background: 
}

.ResultsBox.Positive
{
   background: url("../images/success.png") no-repeat scroll 7px 8px #F0F0F0;
    padding-left: 30px;
}

.ResultsBox.Negative
{
   background: url("../images/error.png") no-repeat scroll 7px 8px #F0F0F0;
    padding-left: 30px;
}

.ActionButton
{
	color: #0066CC !important;
    display: block;
    float: left;
    padding-top: 2px;	
}

.SideNav
{
    position: fixed; 
    top: 30px;
    left: 0px;
    background: white;
    border-top: 1px solid #E6E7DF;
    border-right: 1px solid #E6E7DF;
    border-bottom: 1px solid #E6E7DF;
    padding-left: 10px;
    border-top-right-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
    padding: 10px;
    padding-top: 20px;
    -moz-box-shadow: 0 1px 2px silver;
    -webkit-box-shadow: 0 1px 2px silver;
    box-shadow: 0 1px 2px silver;
}

.SideNav a
{
    display: block;
    margin-bottom: 10px;
}