﻿body
{
	font-family: Verdana, Tahoma;
}

#header 
{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	text-align: center;
	height: 90px;
}

#logo
{
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}

#header_right
{
	float: right;
	text-align: right;
	color: #555555;
	height: 90px;
}

#banner
{
	display: block;
	height: 20px;
	margin-top: 70px;
}

#footer
{
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #999999;
	text-align: right;
}

#footer_left
{
	float: left;
	text-align: left;	
}

#footer p
{
	margin-top: 1px;
}

#banner_ad
{
	text-align: center;	
	padding-top: 20px;
}

#bookmarklet
{
	text-align: right;
	padding-top: 5px;
}

#donate
{
	text-align: right;
	padding-top: 5px;
}

.error
{
	color: Red;
}

.headerfooter
{
	text-align: center;
}

a
{
	text-decoration: none;
	color: #555555;
}

a:visited
{
	text-decoration: none;
	color: #555555;
}

a:hover
{
	text-decoration: underline;
	color: #555555;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalContent
{
	width:200px; 
	background-color:White; 
	border-width:2px; 
	border-color:Black; 
	border-style:solid; 
	padding:20px;
	text-align: left;
}

.logincontainer
{
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.loginregistermessage
{
	text-align: left;
}

.register
{
	margin-left: auto;
	margin-right: auto;
}

.login
{
	margin-left: auto;
	margin-right: auto;
}

.login td
{
	padding-right: 29px;
	padding-top: 10px;
}

.loginTextbox
{
	width: 200px;
}

.logintitle
{
	font-weight: bold;
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 5px 0;
}

.loginRemember
{
	text-align: right;
}

.aboutcontainer
{
	margin: 20pt;
}

.successmessage
{
	color: Green;
}

.main
{
	margin: 0 auto;
	width: 80%;
}

/* Edit.aspx */
.editListContainer
{
	border: solid thin black;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.editList
{
}

.editList li
{
	list-style-type: none;
	margin-left: -40px;
}

.editItemArea
{
	height: 30px;
	margin-top: 10px;
	border-bottom: black thin dashed;
}

.editItemText
{
	padding-left: 10px;
	cursor: pointer;
}

.editListFooter
{
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: solid thin black;
}

.editListFooterContent
{
	margin-right: 10px;
	margin-left: 10px;
}

.editListHeader
{
	border-bottom: solid thin black;
}

.editListHeader p
{
	margin-left: 10px;
}

.editListHeader h3
{
	margin-left: 10px;
}

.editItemImage
{
	float: right;
	padding-right: 10px;
	border: solid thin green;
}

.editItemInsert
{
	padding-top: 10px;	
}

.editItemInsertImage
{
	vertical-align: text-bottom;
}

.dragHandle {
	width:30px;
	height:35px;
	background-image:url(../images/layers.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor:move;
}

/* Feedback.aspx */
.feedbackContainer
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.feedbackContainer table
{
	width: 100%;
}

.feedbackContainer td
{
	padding-right: 29px;
	padding-top: 10px;
}

.feedbackEmail
{
	background-color: White;
	width: 200px;
}

.feedbackEmailDisabled
{
	background-color: ButtonFace;
	width: 200px;
}

.feedbackComments
{
	width: 100%;
}

/* Task Grid */
.taskGridContainer
{
	padding-bottom: 50px;
}

.taskGridTable
{
    margin-left: 5px; 
    margin-right: 5px;
    border-style: none none none none;
    border-collapse: collapse;
}

.taskGridTable td
{
	border: hidden;
	height: 20px;
}

.taskGridTable th
{
	border: hidden;
}

.taskGridTaskGreenCell
{
	background-color: #90ee90;
	text-align: center;
	border: solid 1px gray;
    padding-top: 5px;
}

.taskGridTaskRedCell
{
	background-color: #ff0033;
	text-align: center;
    border: solid 1px gray;
    padding-top: 5px;
}

.taskGridTaskYellowCell
{
    background-color: Yellow;
    text-align: center;
    border: solid 1px gray;
}

.taskGridTaskBlueCell
{
    background-color: Blue;
    text-align: center;
    border: solid 1px gray;
}

.taskGridTaskDisabledCell
{
    background-color: Gray;
    text-align: center;
    border: solid 1px gray;
}
