﻿body  
{
	height:100%;
	background-color:#E5E5E5;
	font-family:Arial;
	font-size:12px;
	margin: 0% 0%;
	padding:0% 0%; 
	color: #333333;
}

#all
{
	height:100%;
}

#header 
{ 
	background-image:url(../images/wim/header_workItem.jpg);
	width: 978px; 
	height:140px;
	margin: 0pt auto;
	background-repeat: no-repeat;
}

#view
{
	 padding-top:25px; 
}

#main
{
	width: 938px; 
	height:100%;
	margin: 0pt auto;
	background-color:White; 
	padding-left:20px;
	padding-right:20px;
	min-height:500px;
}

#query
{
	float:right; 
	width:320px; 
	margin:0; 
	padding:0;
}

.newWorkitem
{
	 float:right; 
	 width:240px; 
	 position:relative; 
	 top:58px;
}


.Button
{
	vertical-align:bottom;
}

.panel
{
	background-color:#f1f1f1;
}

h1
{
	font-size:16px;
	color: #FA702A;
}

h2
{
	font-size:12px;
	color: #002D73;
}

h4
{
	font-size:10px;
	color: #002D73;
}


a:link 
{
	color:Black; 
	text-decoration:none;
}

a:visited 
{
	color:#002D73; 
	text-decoration:none;
}

a:active 
{
	color:Black; 
	text-decoration:none;
}

a:hover 
{
	color:Black; 
	text-decoration:underline;
}

.buttonwim
{
	background-image:url(../Images/wim/default.png); 
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial;
	text-align:right;
	color: #333333;
}

.buttonwim:hover
{
	background-image:url(../Images/wim/project.png); 
	background-repeat:no-repeat;
}

.buttondown
{
	background-image:url(../Images/wim/down_1.gif); 
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial;
	text-align:right;
	color: #333333;
}

.buttondown:hover
{
	background-image:url(../Images/wim/down_2.gif); 
	background-repeat:no-repeat;
}




