﻿body.MasterBody
{
	background-color:#336699;
}
body,td,p
{
	font-family:Tahoma;
	font-size:smaller;
}
a
{
	color:#003366;
	text-decoration:none;	
}
a:hover
{
	border-style:dashed;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:1px;
}
.rtl
{
	direction:rtl;
	text-align:right ;
}
.ltr
{
	direction:ltr;
	text-align:left;
}	
.Center
{
	text-align:center;
}
.Left
{
	text-align:left;
}
.Right
{
	text-align:right;
}
@media screen
{
	.Button
	{
		border-color:Green;
		border-width:1px;
		border-style:solid  ;
		background-color:#003366;
		height:20;
		color:White;	
		font-family:Tahoma;
		cursor:pointer ;
	}
}
@media print
{
	.Button
	{
		visibility:hidden;
		display:none;		
	}
}

.UserLinks
{
	background-image:url('images/polit.gif');
	background-repeat:no-repeat;
	background-position:right top;	
	vertical-align:top;
	padding-right:10px;
	padding-left:5px;
}
input
{
font-size:10pt;
border-width:1px;
border-style:solid;
border-color:#003366;
font-family:Tahoma;
}
.Error
{
	font-weight :bold ;
	color:Maroon;
	}
.LoadingPicture	
{
	border-width:0px;
	width:15;	
}
img
{
	border:solid 0px white;
}
.ddl
{
	font-size:10pt;
	border-width:1px;
	border-style:solid;
	border-color:#003366;
	font-family:Tahoma;
}
.hidden
{
	display:none;
	visibility:hidden;
}
.DropPanelLinks
{
	display:none;visibility:hidden;direction:rtl;padding:2px;background-color:white;border-color:#D1E0EF;border-width:1px	
}

@media print
{
	.Printless
	{
		display:none;
		visibility:hidden;
	}	
}
@media screen
{
	.PageContent
	{
		border-left: black 2px solid;border-right: black 2px solid; background-color: white; padding-right: 3px; padding-left: 3px; padding-bottom: 3px; padding-top: 3px;
	}	
}
@media print
{
	.PageContent
	{
		border:solid 0px white;
	}	
}
.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
	
}
.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#B4D35D;
}
.BorderLess
{
	border:solid 0px white;	
}
.SucceedLessSubject
{
	border: dashed 1 red;
}
.IsWarningSubject
{
	border: double 3 red;
}
.IsPreRejectionSubject
{
	border: solid 3 red;
}
.IsFinalRejectionSubject
{
	border: double 5 red;
}