﻿/* CMS 2.0 Admin CSS Document */

/*////////////////////////////////////////////
// Global Styles
////////////////////////////////////////////*/

img { border: 0px; }

/*////////////////////////////////////////////
// Page Layout
////////////////////////////////////////////*/

.subHeading 
{
    color:#3e046a;
    font-family:Arial;
    font-weight:bolder;
    font-size:14px;
    margin-left:-20px;
    margin-bottom:7px;
    background-color:Transparent;
}
* html .subHeading
{
    margin-left:-7px;
}
.checkbox 
{
    padding-right:5px;
}
.profileLeft
{
    float: left;
    width: 460px;  
}
.rightnav
{
    float: right;
    width: 250px;
    border: solid 1px #cccccc;
    background: #e6e3e9;
    margin: 0 -85px 0 0;
    padding: .5em 1em 1em 1em;
}
ul 
{
    list-style-position:inside;
}

.error
{
    width:500px;
    text-align: center;
    color: Black;
    font-weight: bold;
    background-color: #ffe2e2;
    border: solid 1px #ff2222;
    padding: 5px 0px 5px 0px;
	float:left;
	margin-bottom:10px;
}

.msg
{
    width: 500px;
    text-align: center;
    color: Black;
    font-weight: bold;
    background-color: #fffbe2;
    border: solid 1px #ffe222;
    padding: 5px 0px 5px 0px;
	float:left;
	margin-bottom:10px;
}

.employee 
{
    background-color: #e6e3e9;
    width:500px;
    padding:7px;
}
.employeeOff
{
    width:500px;
    padding:7px;
}

.employeeLeft 
{
    float:left;
    font-weight:bolder;
    width:400px;
}
.employeeRight 
{
    float:right;
    font-weight:normal;
    width:300px;
}
.course 
{
    width:490px;
    margin-left:20px;
}
