@charset "utf-8";

.checkBoxLabel
{
  cursor: pointer;
}

.whitebutton
{
  color:#284775;
  background-color:#FFFBFF;
  border-color:#CCCCCC;
  border-width:1px;
  border-style:Solid;
  font-family:Verdana;
  font-size:0.8em;
  height:20px;
}

.finger
{
	cursor: pointer;
}

.bluebutton
{
  cursor:pointer;
  border:outset 1px #ccc;
  background:#999;
  color:#666;
  padding: 1px 2px;
  background:url(/images/forms/bluebtn.gif) repeat-x left top;
}

.greenbutton
{
	cursor:default;
  border:outset 1px #ccc;
  background:#999;
  color:#666;
  padding: 1px 2px;
  background:url(/images/forms/greenbtn.gif) repeat-x left top;
}

.redbutton
{
  color:#FFFBFF;
  background-color:#ff0000;
  border-color:#CCCCCC;
  border-width:1px;
  border-style:Solid;
  font-family:Verdana;
  font-size:0.8em;
  height:20px;	
}

.username
{
  background-image: url(/images/manager/icon_username.png);
  background-repeat: no-repeat;
  background-position:left;
  background-color:#FFFFFF;
  font:normal 12px Arial;
  color: #999999;
  padding:3px 5px 3px 19px;
}

.input-text
{
  padding:3px;
}

.input-textarea
{
  padding:3px;
}

.datefield
{
  background-image: url(/images/manager/icon_date.png);
  background-repeat: no-repeat;
  background-position:left;
  background-color:#FFFFFF;
  width:100px;
  font:normal 12px Arial;
  color: #999999;
  padding:3px 5px 3px 19px;
}

.password
{
  background-image: url(/images/manager/icon_password.png);
  background-repeat: no-repeat;
  background-position:left;
  background-color:#FFFFFF;
  font:normal 12px Arial;
  color: #999999;
  padding:3px 5px 3px 19px;
}

.pagenow
{
  font-size:16px;
  color: #3366CC;
  font-weight:bold;
}

.corpFooter
{
 font-size:12px;
 margin-top:12px;
 color:#999999;
 text-align:center;
}

/*Yahoo-Style pagination*/
DIV.cubePaging
{
  PADDING: 3px; 
  FONT-SIZE: 0.85em; 
  MARGIN: 3px; 
  FONT-FAMILY: Tahoma,Helvetica,sans-serif; 
  TEXT-ALIGN: center;
}

DIV.cubePaging A
{
  BORDER-RIGHT: #ccdbe4 1px solid; 
  PADDING-RIGHT: 8px; 
  BACKGROUND-POSITION: 50% bottom; 
  BORDER-TOP: #ccdbe4 1px solid; 
  PADDING-LEFT: 8px; 
  PADDING-BOTTOM: 2px; 
  BORDER-LEFT: #ccdbe4 1px solid; 
  COLOR: #0061de; 
  MARGIN-RIGHT: 3px; 
  PADDING-TOP: 2px; 
  BORDER-BOTTOM: #ccdbe4 1px solid; 
  TEXT-DECORATION: none;
}

DIV.cubePaging A:hover
{
  BORDER-RIGHT: #2b55af 1px solid; 
  BORDER-TOP: #2b55af 1px solid; 
  BACKGROUND-IMAGE: none; 
  BORDER-LEFT: #2b55af 1px solid; 
  COLOR: #fff; 
  BORDER-BOTTOM: #2b55af 1px solid; 
  BACKGROUND-COLOR: #3666d4;
}

DIV.cubePaging A:active
{
  BORDER-RIGHT: #2b55af 1px solid; 
  BORDER-TOP: #2b55af 1px solid; 
  BACKGROUND-IMAGE: none;
  BORDER-LEFT: #2b55af 1px solid; 
  COLOR: #fff; 
  BORDER-BOTTOM: #2b55af 1px solid; 
  BACKGROUND-COLOR: #3666d4;
}

DIV.cubePaging SPAN.current
{
  FONT-WEIGHT: bold;
}

DIV.cubePaging SPAN.disabled
{
  DISPLAY: none;
}

DIV.cubePaging A.next
{
  BORDER-RIGHT: #ccdbe4 2px solid; 
  BORDER-TOP: #ccdbe4 2px solid; 
  MARGIN: 0px 0px 0px 10px; 
  BORDER-LEFT: #ccdbe4 2px solid; 
  BORDER-BOTTOM: #ccdbe4 2px solid;
}

DIV.cubePaging A.next:hover
{
  BORDER-RIGHT: #2b55af 2px solid; 
  BORDER-TOP: #2b55af 2px solid; 
  BORDER-LEFT: #2b55af 2px solid; 
  BORDER-BOTTOM: #2b55af 2px solid;
}

DIV.cubePaging A.prev
{
  BORDER-RIGHT: #ccdbe4 2px solid; 
  BORDER-TOP: #ccdbe4 2px solid; 
  MARGIN: 0px 10px 0px 0px; 
  BORDER-LEFT: #ccdbe4 2px solid; 
  BORDER-BOTTOM: #ccdbe4 2px solid;
}

DIV.cubePaging A.prev:hover
{
  BORDER-RIGHT: #2b55af 2px solid; 
  BORDER-TOP: #2b55af 2px solid; 
  BORDER-LEFT: #2b55af 2px solid; 
  BORDER-BOTTOM: #2b55af 2px solid;
}