/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 24, 2014, 4:02:03 PM
    Author     : Dimensions-IT-08
*/

* { 
    margin: 0; 
    padding: 0; 
    -webkit-font-smoothing: antialiased; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

body{
    background: lightgray;
}


#container{
    width: 998px;
    background-color: mintcream;
    margin: auto;
    -moz-box-shadow: 1px 3px 14px #000000;
    -webkit-box-shadow: 1px 3px 14px #000000;
    box-shadow: 1px 3px 14px #000000;
}

#admin-header{
    width: 998px;
    height: 80px;

}

#admin-logo-container{
    width: 420px;
    height: 80px;
    float: left;
}

#admin-top-links-container{
    width: 450px;
    height: 30px;
    float: right;
    margin-top: 25px;
}

#admin-top-links-container ul{
    list-style-type: none;
}

#admin-top-links-container ul li{
    display: block;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#admin-content{
    width: 998px;
    min-height: 400px;
    padding: 0 15px 10px 15px;
}

#admin-footer-container{
    margin-top: 20px;
    width: 998px;
    height: 50px;
    border-top: #999 thin solid;
}

#admin-footer-container p{
    padding: 10px 0 10px 15px;
}

#admin-content fieldset{
    border: 1px solid #E1E1E1;
    margin: 20px 0px;
    padding: 10px;
    border-radius: 3px;
}

#admin-content legend{
    text-align: left;
    color: #FFF;
    background-color: #454545;
    border: 1px solid #DCDCDC;
    margin-bottom: 5px;
    padding: 6px;
    border-radius: 5px;
    width: 20%;
}

#admin-content table tr th{
    background-color: #454545;
    color: #FFF;
}

#admin-content table tr td{
    width: 50%;
}

#admin-content table tr td a{
    float: left;
    padding-right: 15px;
    display: block;
}

#admin-user-table tr td{
    width: 20% !important;
}

.deletesforms
{
	display: block;
	position: relative;
	float: left;
}

.deleteform{
    margin-right: 10px;
}

#admin-main{
    width: 700px;
    height: 300px;
    background-color: mintcream;
    margin: auto;
    -moz-box-shadow: 1px 3px 14px #000000;
    -webkit-box-shadow: 1px 3px 14px #000000;
    box-shadow: 1px 3px 14px #000000;
    border-radius: 10px;
    margin-top: 20px;
}

#admin-login-logo{
    float: left;
    width: 300px;
    height: 200px;

    margin-top: 50px;
    margin-left: 10px;
}

#admin-login-form{
    float: right;
    width: 300px;
    height: 250px;
    display: block;

    margin-top: 25px;
}

.jp-form-small{
    width: 250px;
}