﻿body 
{
	font-family: Verdana;
	font-size: medium;
	background-color: Black;
	color: White;
}

h2 
{
	font-size: larger;
}

hr
{
	vertical-align: bottom;
}

img
{
	border: none;
	margin: 0 4 0 0;
	padding: 0 0 0 0;
	outline-width: 0;
	
}

.HeaderLabel
{
	font-size: larger;
}

A:link, A:active, A:visited
{
	text-decoration: none;
	color: #EBEABF;
}

A:hover
{
	color: #FFFF00;
}

.LoginOuterTag
{
	
}

.LoginControl
{
	background-color: #F7F6F3;
    border-color: #E6E2D8;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 0.8em;
    color: #333333;
}

.MoveFilesText
{
	font-size: x-small;
	color: white;
}

.MoveFilesButtonText
{
}

.MoveFilesPanel
{
	Height: 80px;
	Width: 140px;
	background-color: Gray;
	margin: 8 8 8 8;
}

.MoveFileComboBox
{
	width: 120px;
}

.LoginTextBoxStyle
{
	font-size: 0.8em;
}

.LoginButtonStyle
{
	background-color: #FFFBFF;
	border-color: #CCCCCC;
	border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 0.8em;
    color: #284775;
}

.LoginInstructionTextStyle
{
	font-style: italic;	 
	color: black;
}

.LoginTitleTextStyle
{
	background-color: #5D7B9D;
	font-weight: bold; 
	font-size: 0.9em;
    color: White;   
}

.DateShow
{
	font-size: 0.6em; 
	color: silver;
}

.EventShow
{
	font-size: 0.6em; 
	color: white;
}

.WelcomePanel
{
	height: 250px;
}

.UpcomingPanel
{
	background-color: Navy;
}

.LatestChangesPanel
{
	background-color: Navy;
}

.CalendarEventText
{
	font-size: 0.6em;
}

.FileTable
{
	background-color: #050505;
	width: 800px;
	height: 450px;
	vertical-align: top;
}

.FileList
{
	font-size: 0.8em; 
	color: white;
	width: 95%;
}

.AddFile
{
	vertical-align: top;
}

.AddEvent
{
	width: 100%;
	vertical-align: top;
}

.OuterTable
{
	background-color: Black; 
	border: 0 0 0 0; 
	padding: 0 0 0 0; 
	border-spacing: 0; 
	height: 100%; 
	width: 100%;
}

.OuterTableRow
{
	height: 100%;
}

.OuterTableCell
{
    width: 250px;
}

.OuterTableRightCell
{
    width: 100%;
}

.OuterTableOuterCell
{
	width: auto;
}

.OuterTableInnerCell
{
	width: 800px; 
	text-align: center; 
	vertical-align: top;
}

.InnerTable
{
	border: 0; 
	margin: 0; 
	padding: 0;
}

.MenuTable
{
	width: 100%;
}

.MainCell
{
	height: 500px; 
	vertical-align: top; 
	text-align: left;
}

.InnerDiv
{
	background-color: transparent; 
	text-align: left; 
	color: white; 
	font-family: Verdana; 
	line-height: 1.3em; 
	overflow: auto; 
	width: 800px; 
	height: 500px; 
	padding-top: 20px;
}

.BottomCell
{
	text-align: center;
}

.BottomSpan
{
	color: gray; 
	font-family: Verdana; 
	font-size: 0.8em;
}

.FileLibraryLeftCell
{
	Width: 150px; 
	height: 100%; 
	vertical-align: top;
}

.FileLibraryRightCell
{
	Width: auto; 
	height: 100%; 
	vertical-align: top;
}

.FilePanel
{
	overflow: auto;
	width: 100%;
	height: 100%;
}

.AddLinkPanel
{
	overflow: hidden;
	width: 100%;
	height: 60px;
}

.GroupEMailTable
{
	background-color: Black; 
	border: 0 0 0 0; 
	padding: 0 0 0 0; 
	border-spacing: 0; 
	height: 90%; 
	width: 800px;
}

.GroupEMailTableRow
{
	height: 90%;
}

.GroupEMailLeftCell
{
    width: 250px;
    vertical-align: top;
}

.GroupEMailRightCell
{
    width: 100%;
    vertical-align: top;
}

.GroupEMailCheckBoxList
{
    width: 240px;
    vertical-align: top;
    max-height: 250px;
}

.GroupEMailSubjectTextBoxStyle
{
    width: 500px;
}

.GroupEMailBodyStyle
{
    width: 500px;
    height: 200px;
}


