﻿.logoImg
{
    max-height:95px;
}

body 
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.headerSeparator {
  background-color: #D5D5D4;
  font-size: 10pt;
  font-family: Verdana,Tahoma, Arial, Sans-Serif;
  color: #FFFFFF;
}

.headerSeparator1
{
	background-color: #FFFFFF;
	height: 1px;
}
.headerSeparator2
{
	background-color: #de137b;
	height: 15px;
}
.headerSeparator3
{
	background-color: #C0C1C3;
	height: 10px;
}

.footerSeparator1
{
	background-color: #F1B30C;
	height: 3px;
}

.headerPicture1
{
	background-image: url(Images/header1.gif);
	background-repeat:no-repeat;
	width: 450px;
	
}

.headerPicture2
{
	background-color: #79A6F7;
	font-size: 13pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #FFFFFF;
	font-style:oblique;
	
}

.navigationTabs
{
	height: 15px;
	vertical-align: top;
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-image: url(images/gridHeader.gif);
    background-repeat: repeat-x;
}

.navigationTabs a
{
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial, Sans-Serif;
	text-decoration: none;
	color:#4D5B90;
	font-weight: bold;
}

.navigationTabs a:hover
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #F78417;
	text-decoration: underline;
}


.calendar
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #000000;
}
.calendarTitle
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color: #CFD0D2;
	font-weight: bold;
	
}

.calendarDayHeaderStyle
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-weight: normal;
	color: #000000;
	background-color: #E0E4FB;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}

.calendarDayStyle
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #234416;
}

.calendarSelectedDayStyle
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color:#CAE4FA;
}

.calendarWeekendDayStyle
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #92B597;
	font-weight: bold;
}

.calendarTodayDayStyle
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #000000;
	font-weight: bold;
	background-color: #B5C5D0;
}

.gridContent
{
	background-color: #D5D5D4;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;	
	border: solid 1px #95aec9;
    margin:10px 0px 0px 0px;
    width:98%;
    text-align:center;
}

.gridHeader
{
	background-image: url(images/gridHeader.gif);
    background-repeat: repeat-x;
    background-position:center;
    height: 19px;
    font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;	
    font-weight:normal;
    color: #4D5B90;
    text-align: left;
    vertical-align:middle;
    margin: 5px;
}

.gridItem 
{
	color:#222222;
	text-align:left;
	vertical-align:middle; 
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
}

.gridItem a:link
{
	color:#002D96;
}
.gridItem a:hover 
{
	text-decoration: underline; 
	color:#002D96;    
}
.gridItem a:visited 
{
	color:#002D96;
}

.gridAlternateItem
{
	color:#222222;
	text-align:left;
	vertical-align:middle; 
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color: #ededed;
}
.gridPageNumber
{
    height: 17px;
    background-color:#D7D8D8;
    vertical-align:bottom;
    font-size:x-small;
    color:#002D96;
    text-align:right;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B3E2FF', endColorStr='#DDF1FD', gradientType='1')   
}

.gridPageNumber a:link 
{
    text-decoration: underline; 
    font-weight:bolder;
    color: #002D96;    
}

.gridPageNumber a:hover 
{
	text-decoration: underline; 
	font-weight:bolder;
	color: #002D96;
}

.gridPageNumber a:visited 
{
	text-decoration: underline; 
	font-weight:bolder;
	color: #002D96;
}


.dropdown { 
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff; 
	border: #B0BDDF; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}

.checkBox { 
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	/*background-color: #ffffff; 
	border: #B0BDDF; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;*/
}

.checkBox label
{
	position:relative;
	top:-2px;
}

.radioButton { 
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff; 
	border: #B0BDDF; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}

.label
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
}

.entityLabel
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color:#F78417;
}
.entityLink
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color:#F78417;
}

.button {
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt; 
}

a.linkButton {
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color:#0A60AD;
	font-weight: bold;
}

a:hover.linkButton {
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #F78417; 
	font-weight: bold;
}

.textBox {
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt; 
	color: #000000;
	background-color: #ffffff; 
	border: #B0BDDF;
	border-color: #B0BDDF;
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}

/*object from a section*/
.fieldLabel {
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color: #DBDAD8;
	text-align: right;
}

.dataField {
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color: #EFEFF0;
}

/*main area- aplies to all links from the main area */
.mainArea {
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #ffffff;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	/*border-left-color: #de137b;
    border-left-style: solid;
    border-left-width: 1px;	
	border-bottom-color: #de137b;
    border-bottom-style: solid;
    border-bottom-width: 1px;	
	border-right-color: #de137b;
    border-right-style: solid;
    border-right-width: 1px;*/
}

.mainArea a {
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #000000;
	text-decoration: underline;
}

.mainArea a:hover {
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #F68A32;
	text-decoration: underline;
}

.adminArea {
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #ffffff;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	border-left-color: #8C8C8C;
    border-left-style: solid;
    border-left-width: 1px;	
	border-right-color: #8C8C8C;
    border-right-style: solid;
    border-right-width: 1px;		
}

.mainAreaHeader
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #0A60AD;
	/*border-bottom:solid 3px #D5D5D4;*/
}

.line
{
	width:100%;
	display:block;
	height:3px;
	background:#D5D5D4;
}

.lineBreak10
{
	height:10px;
	display:block;
	width:100%;
}

.smallMainAreaHeader
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #0A60AD;
}
.mainAreaSectionHeader
{
	background-color: #EFEFF0;
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	height: 15px;
	vertical-align: middle;
}

.headerSeparator
{
	background-color: #D5D5D4;
	font-size: 10pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #FFFFFF;
}
.sectionSeparator {
   background-color: #FFFFFF;
	height:2px;
}

.helpNotes
{
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 7pt; 	
}

/*left menu*/
.toolbox {
	background-color: #E0E4FB;
	width: 200px;
	vertical-align: top;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E3E4E5', endColorStr='#EFEFEF', gradientType='1');
}

.toolboxHeader {
	background-color: #CFD0D2;
	height: 20px;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
}

/*logon page classes*/
.logon
{
	font-size: 10pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	background-color: #B0BDDF;
}
.logonForm
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	background-color: #E7ECF8;
}

.overdueTask
{
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-color: #FFA3A3;	
}

/*error message class*/
.errorMessage
{
	font-size: 10pt;
	color: #CC3300;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	/*BACKGROUND-COLOR: #FFA3A3;*/
}

.footer
{
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 7pt; 	
	color: #0680CD;
}

.calendarDropdown { 
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #FFFFFF; 
	border: #B0BDDF; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}

.hour
{
	background-color: #E0E4FB;
	height: 18px;
}

.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;
	width:250px;
}

.modalPopup2 {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.menu
{
	background-color:Lime;
}

.topmenuitem
{
	background-color:Lime;
}

.topmenuselecteditem
{
	background-color:Lime;
}

.topmenuitemover
{
	background-color:Lime;
}

.menuitem
{
  background-color:Lime;
}

.menuitemover
{
 background-color:Lime;
}
.menuwrapper
{
	height:22px; 
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	background-image: url(images/gridHeader.gif);
    background-repeat: repeat-x;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	
	}
    
.tt{display: block; 
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial, Sans-Serif;
	text-decoration: none;
	color:#4D5B90;
	font-weight: bold;
	width:110px; 
	height: 21px;
	text-align:center;
	margin-top: 2px;
	margin-bottom : -2px;
	border-right: 1px solid #b7b7b7;
    }
 
.tt:hover
{	display:block;
	font-size: 8pt;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	color: #F78417;
	text-decoration: underline;
	}

.tt1
{
	display:block;
	width: 235px; 
	background: none; 
	text-align:left; 
	background:#FFFFFF;
	line-height: 20px; 
	color:#4D5B90;
	font-weight: bold; 
	border:1px solid #b7b7b7;
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial, Sans-Serif;
}

.tt1:hover
{
	background: #DBDAD8; 
	color:#F78417;
	background-image: url(images/gridHeader.gif);
    background-repeat: repeat-x;
}

.linkfooter
{margin: 0 0 0 14px; padding:0; font-size:11px; text-decoration:none; color:#666666;}

.sitemap
{margin: 0 0 0 14px; padding:0; font-size:11px; text-decoration:none; color:#666666; 
text-align:left;  }


.info
{
	display:block;
	font-family: Verdana,Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: #F78417;
	text-decoration: none;
	border:1px solid Grey;
}

.ajax__calendar_container
{
	z-index:1000;
}

