﻿body 
{ 
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: tahoma, verdana, arial, sans-serif;
}

div.Header
{
	background-image: url(../Images/Public/HeaderGradient.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 5px;
}


.LanguageSelector
{
	/* place the language bar at the top right */
    position:relative;
    top:-18px;
    left:18px;
}



div.LeftPane
{
	float: left;
	width: 140px;
	background-image: url(../Images/LeftPaneGradient.png);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 10px;
	color: #A0A0A0;  /* default text color is "disabled" unless overridden by class */
}


div.LeftPane .Header1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px black;
	padding-top: 12px;
	color: Black;
}

div.LeftPane .Header2
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	margin-left: 0px;
}

div.LeftPane .Header3
{
	/* todo if necessary */
}

div.LeftPane a
{
	color: #600060;
	text-decoration: none;
}

div.LeftPane a:visited
{
	color: #600060;
	text-decoration: none;
}

div.LeftPane a:hover
{
	color: #900090;
	text-decoration: underline;
}


/* --------------------------------------- CONTENT PANE ------------------------------------- */


div.Content
{
	margin-left: 160px;
	padding: 20px;
}

/* Links */

.ActionLink
{
	color: #600060;
	text-decoration: none;
}

.ActionLink :hover
{
	color: #900090;
	text-decoration: underline;
}

.NavigationLink
{
	color: #600060;
	text-decoration: none;
}

.NavigationLink :hover
{
	color: #900090;
	text-decoration: underline;
}




/* Edit fields, etc */

td.EditCell
{
	margin: 5px;
	padding: 5px;
	background-color: #E0E0E0;
}

.EditTextBox
{
	background-color: White;
	color: Black;
}

.DirtyInput
{
	color: #A00000;
}


.EditComment
{
	color: #000000;
}


.ErrorMessage
{
	color: #C00000;
	font-weight: bold;
}


/* --------------------------------------- HEADERS AND TEXT ------------------------------------- */


h1.ContentHeader
{
	font-weight: bold;
	font-size: 14pt;
	font-family: tahoma, verdana, arial, sans-serif;
	margin-top: 0pt; /* always at top of page */
	margin-bottom: 16pt;
	border-bottom: solid 1px #808080;
}


/* PersonList Grid */

#ctl00_ContentPlaceHolder_PersonList_Grid {
	border: 1px solid silver !important;
}

#ctl00_ContentPlaceHolder_PersonList_Grid tr+tr:hover {
	background-color: #eeeeee;
}

#ctl00_ContentPlaceHolder_PersonList_Grid tr:last-child:hover {
	background-color: white;
}

#ctl00_ContentPlaceHolder_PersonList_Grid td {
	padding: 3px 5px;
}
