﻿/* FF Branded colours */
/* FF Corporate Blue ::: #125687 */
/* FF Lime Green	 ::: #8DC63F */
/* FF Bright Red	 ::: #ED1B2E */
/* FF Orange		 ::: #FDB913 */
/* FF Deep Green	 ::: #0081AB */
/* FF Sky Blue		 ::: #00B8E4 */
/* FF Violet		 ::: #4F107A */

/* Non-branded colours */
/* Light gray		::: #666666 */
/* Almost white		::: #ECECEC */
/* Not quite white	::: #F2F2F2 */

/* Ajax popups */
.ajaxPopupPanel
{	
	width: 500px;
	background-color: White;
	filter:alpha(opacity=95);
}

.ajaxPopupPanel fieldset label
{
	text-align:left;
}

.ajaxPopupPanel ol
{
	margin:0;
	padding:0;
	margin-left:5px;
	margin-right:5px;
	list-style-type: none;
	text-align:left;
}

.ajaxPopupPanel ol hr
{
	clear:left;
}

.ajaxPopupPanel ol input
{
	margin-left:4px;
	width: 120px;
	float:left;
}

.ajaxPopupPanel ol .dropdownlist
{
	margin-left:4px;
	width: 100px;
	float:left;
}

.ajaxPopupPanel ol .label
{
	width: 100px;
	text-align:right;
	float:left;
	margin-right: 10px;
}

.ajaxPopupPanel ol li
{
	background-color:#F2F9FF;
	list-style-type: none;
	clear:left;
}

.ajaxPopupBackground
{
	color: #125687;
	background-color: White;
	filter:alpha(opacity=70);
}

.ajaxPopupButton
{
	width:100%;
	text-align:right;
}

.ajaxPopupButton input
{
	float:right;
	width:120px;
}

/* dialog contents container */
.ajaxPopupPanel .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    border:solid 1px #99aabd;
    background-color:#F2F9FF;
    padding: 5px 5px 5px 5px;
} 

/* dialog header */
.ajaxPopupPanel .header
{
    background-color: #125687;
	width: 100%;
	position: relative;
	left: 0px;
	font-size: large;
	font-weight: bold;	
	height: 24px;
}

/* dialog header message */
.ajaxPopupPanel .header .msg
{
    vertical-align:middle;
    padding-top:5px;
    padding-left:6px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}      


/* dialog body */
.ajaxPopupPanel .body
{
    background-color:#F2F9FF;
    overflow:auto;
    padding-top:5px;
    padding-bottom:5px;
    max-height:350px;
} 

/* dialog body message */
.ajaxPopupPanel .body h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:11px;
    text-align:center;
    font-weight:normal;
} 

.ajaxPopupPanel .body li
{
	list-style-type: none;
}  

/* dialog footer */
.ajaxPopupPanel .footer
{
    height:30px;
    background-color: #F2F9FF;
} 

/* dialog footer buttons */
.ajaxPopupPanel .footer .right
{
    background-color: #F2F9FF;
    float:right;
    text-align:right;
    padding-top: 6px;
    padding-bottom:6px;
    padding-right:6px;
} 

/* dialog footer checkbox */
.ajaxPopupPanel .footer .left
{
    background-color: #F2F9FF;
    float:left;
    text-align:left;
    padding-top: 6px;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.ajaxPopupPanel .close
{
    float: right;	
}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
} 
