*
{
	font-family: Arial, Sans-Serif;
}

body
{
	/* 
		Clears white space around the body except for the top which gets 10 pixels.
	*/
	margin: 10px 0 0 0;
}

a
{
	/*
		Clears the underline on normal links, and give them #308462 as the color.
	*/
	color: #308462;
	text-decoration: none;
}

a:hover
{
	/*
		Underlines links when the users hover the mouse over them.
	*/
	text-decoration: underline;
}

h1
{
  /*
    Makes h1 elements smaller than their browser default.
  */
 font-size : 20px;
}

.Introduction
{
  font-style: italic;
  color: #003399;
}

#PageWrapper
{
	/*
		Sets the total width for the entire page. 
	*/
	width: 988px;
	background-color: #cccccc;
	margin: 0 auto;
}

#Header
{
	/*
		Gives the header the same width as the PageWrapper. The height creates some room for the logo
		that is set with the background-image.
	*/
	background-image: url(Images/NewHeader.jpg);
	width: 988px;
	height: 96px;
}

.HeaderLink
{
	/*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage.
	*/
	width: 988px; 
	height: 86px; 
	display: block;	
}

#MenuWrapper
{
	/*
		The menu spans the page width, right below the header.
		At the top and left a few pixels padding is applied to create some room.
	*/
	background-image: url(Images/MenuBackground.jpg);
	width: 700px;
	height: 36px;
	padding-top: 7px;
	padding-left: 8px;
}

#MenuWrapper a
{
  color: Black;
}

.MainMenu
{
	/*
		The Menu gets a white border on all four sides.
	*/
	border: 1px solid #98F5FF;
	border-width: 2px 2px;
	color: Blue;
	width: 973px;
	height: 19px;
	background-color : #cccccc;
}

#MainContent
{
	/*
		Defines the main content area. The #MainContent element has a minimum height of 500 pixels, but can grow if necessary.
		The font-size is 80% of its parenty element, which in this case comes down to 80% of the font
		the user has specified as the default font in the browser.
	*/
	font-size: 0.8em;
	width: 965px;
	border-left: 1px solid #98F5FF;
	border-right: 2px solid #98F5FF;
	float: left;
	background-color: #e1e1e1;
	min-height: 500px;
	padding: 10px;
}

#Sidebar
{
	/*
		The SideBar is positioned to the right of the MainContent area. It gets the same font-size as #MainContent
		and gets a background image called Sidebar.jpg. To ensure the image is visible in (most) browsers
		on a dmall page, the element gets a minimum height of 500px. This is ignored by IE 6.
	*/
	/*font-size: 0.8em;
	background-image: url(Images/left2.jpg); 
	background-repeat: no-repeat;
	background-color: #98F5FF;
	width: 100px;
	min-height: 500px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;*/
}

#Footer
{
	/*
		The footer is positioned below all other content (yet still within PageWrapper).
		At the top, it gets a border with a dashed style, while all other sides have no border.
		clear: both is used to clear the impact of the float properties used for #MainContent and #SideBar.
	*/
	clear: both;
	height: 37px;
	width: 988px;
	background-color : #bee4cf;
	color: Black;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 37px;
}

.MyButton
{
	color: #308462;
	padding-left: 0px;
	padding-right: 0px;
	color: Blue;
vertical-align: top;

}

.SmallButton
{


display: block;
float: left;
 margin: 0; 
 padding: 0; 
}

.MyTextBox
{
	
    margin: 0; 
    padding: 0; 
	
}

.StaticMenuItemStyle, .StaticMenuItemStyle a
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 2px;
}

.StaticHoverStyle, .StaticSelectedStyle
{
    background-color: #c1e4ce;
    color: Black;
}

.DynamicMenuItemStyle
{
    font-size: 14px;
    background-color: #cccccc;
    padding: 4px 2px 4px 3px;
}

.DynamicHoverStyle
{
    background-color: #707070;
    color: Black;
}

.DynamicHoverStyle a
{
    text-decoration: none;
}

.PleaseWait
{
    height: 32px;
    width: 500px;
    background-image: url(Images/PleaseWait.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 32px;
}

.Important 
{ 
     font-size: large; 
     color: Red; 
} 

.IKRCCICON
{
	background-image: url(Images/ubc.gif);
	background-repeat: no-repeat;
	width: 960px; 
	height: 96px; 
	display: block;	
}

.PopupControl
{
    background-color:White;
    position:absolute;
    visibility:hidden;
    border-style:solid;
    border-color:Black;
    border-width: 1px;
}

.ModalBackground
{
    background-color:Gray;
    -ms-filter:alpha(opacity=70); /*This will still work.*/
    -ms-opacity:0.7; /*This will still work.*/
}

.ModalPopup
{
    background-color:White;
    border-width:4px;
    border-style:solid;
    border-color:Blue;
    padding:3px;
    width:250px;
}

.DailyReportsBorderedLabels
{
    padding-left:2px;
    border-width:1px;
    border-style:solid;
    font-family:"Calibri";
    font-size: 14px;
}

.DailyReportsPlainLabels
{
    font-family:"Calibri";
    font-size: 14px;
    font-weight: bold;
}

.DailyReportsUnborderedLabelsBold
{
    padding-left:2px;
    font-family:"Calibri";
    font-size: 14px;
    font-weight: bold;
}

.DailyReportsUnborderedLabelsNoBold
{
    padding-left:2px;
    font-family:"Calibri";
    font-size: 14px;
}

.DailyReportsDropdownListBox
{
    padding-left:2px;
    font-family:"Calibri";
    font-size: 14px;
}

.DailyReportsTitleBold
{
    padding-left:2px;
    font-family:"Calibri";
    font-size: 16px;
    font-weight: bold;
    color: Blue;
}

.UnderConstruction
{
    color: Yellow;
    background-color:Black;
    padding-left:2px;
    padding-right:2px;
}

.MainPagePadding
{
    padding-left:4px;
}

.MakeInvisible
{
    display:none;
}

.LabelFixWidth
{
    width:120px;
    float:left;
    display:block;
    clear:left;
}

.collapsePanel
{
   font-size:small;
   color:Black;
   font-weight:bold;
}
.collapseTargetPanel
{
   background-color:Transparent;
   padding-left:7px;
}

.AddEditMenuPopup
{
color:Black;

    padding:2px;
}