﻿/* CMS 2.0 Admin CSS Document */

/*////////////////////////////////////////////
// Global Styles
////////////////////////////////////////////*/

img { border: 0px; }

/*////////////////////////////////////////////
// Page Layout
////////////////////////////////////////////*/

.subHeading 
{
    color:#00325b;
    font-family:Arial;
    font-weight:bolder;
    font-size:14px;
    margin-bottom:7px;
    background-color:Transparent;
}
.checkbox 
{
    padding-right:5px;
}
.profileLeft
{
    float: left;
    width: 460px;  
}
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;
}
.eventItem 
{
    padding:7px;
}
.eventLeft 
{
    float:left;
    font-weight:bolder;
}
.eventRight 
{
    float:right;
    font-weight:normal;
}
.course 
{
    width:490px;
    margin-left:20px;
}
.contentArea, .rightContent
{
    margin-top:-3px;
}

.contentArea a 
{
    color:#00325b;
    text-decoration:none;
}
.contentArea a:hover 
{
    color:#a33e31;
}
.leftPadding a 
{
    font-weight:bolder;
}
