﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}

.modalPopupHeader {
	background-color:#DDDDDD;
	cursor:move;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-left:5px;
}

body 
{
    font-size: 8pt; 
    font-family: Verdana, Arial, Helvetica, sans-serif 
}


.alertbox {
    position: fixed;
    top: 0px;
    right: 8px;
    border: solid 1px #000000;
    background: #00aa00;
    text-align: center;
    padding: 0px 10px 1px 10px;
    font-weight: bold;
    font-size: 10px;
    height: 12px;
    z-index:99999;
}

.alerttext {
    text-decoration: none;
    color: #000;
}

.style1 
{ 
	FONT-SIZE: 10px; COLOR: #24447e 
}

.style2 
{ 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #24447e 
}
.style3 
{ 
	FONT-WEIGHT: bold; FONT-SIZE: 12px 
}
.style4 
{ 
	WIDTH: 16px; HEIGHT: 16px 
}
.nav 
{ 
	COLOR: #ffffff 
}
.nav A 
{ 
	COLOR: #ffffff 
}
.nav A:visited 
{ 
	COLOR: #ffffff 
}
.nav A:hover 
{ 
	COLOR: #ffffff 
}

.separater 
{ 
	WIDTH: 10px;
}

.highlight 
{ 
	background-color: #9966CC; 
}

td.AdminLoginHeader
{
	 border-bottom-width:thick;
	 border-bottom-color:#B10000;
	 border-bottom-style:solid;
	 background-color:#24447e;
	 color: #ffffff;
	 height:100px;
	 
}

#tutorTimeOff
{
	height: 60px;
}


/* Monthly timesheets create sych css classes*/
div.WhiteTheme
{
	margin: 100px auto; 
	width:300px; 
	background:#fff; 
	padding: 10px; 
	border: 5px solid #e5e5e5;
}
div.CreateSyncBox 
{
    width: 100%; 
    text-align:left; 
    color:red; font-size:xx-small
}
ul.CreateSyncMsgList 
{
    padding-left: 20px;
}
li.CreateSyncMsg 
{
    margin: 0 5px 10px 0;
}
/*--------*/