/* CSS Document */

html,body
{
	margin : 0;
	padding : 0;
	height : 100%;
}

body
{
	font-family : Arial, Helvetica, sans-serif;
}

div#container
{
	position : relative;
	width : 100%;
	height : 100%;
	margin : 0 auto;
}

body>div#container
{
	height : auto;
	min-height : 100%;
}

#content
{
	padding-bottom : 5px;
}

div#footer
{
	position : absolute;
	bottom : 0;
	width : 100%;
	padding : 0.5em 0;
	background-color : #efefef;
	border-top : 1px solid #cccccc;
	text-align :center;
	height : 96px;
	clear : both;
}

img, table, form
{
	border : 0;
}

form
{
	padding : 0;
	margin : 0;
}

/* Top */

.topLogo
{
	height : 62px;
	width : 100%;
	background-image : url(/App_Themes/Default/images/top-background.gif);
	background-repeat : no-repeat;
	background-position : left;
	position : relative;
}

.navigation
{
	border-top : 1px solid #000000;
	background-color : #0099cc;
	height : 38px;
	background-image : url(/App_Themes/Default/images/navigation-background.gif);
	background-repeat : repeat-x;
	background-position : top;
}

.icon
{
	position : absolute;
	top : 32px;
	left : 28px;
	width : 70px;
	height : 88px;
}

.title
{
	position : absolute;
	bottom : 0;
	left : 100px;
	font-size : 30px;
	font-family : "MyriadBold", Verdana, Arial, Helvetica, Sans-Serif;
}

.logo
{
	float : right;
	height : 31px;
	margin-top : 5px;
	white-space : nowrap;
}

.logo img
{
	margin-right : 10px;
	vertical-align : middle;
}

.langSelect
{
	width : 250px;
	color : #FFFFFF;
	font-size : 14px;
	vertical-align : middle;
}

.containerMenuTable
{
	width : 100%;
	border : 0;
}

.containerMenuTable .cell1
{
	text-align : right;
	width : 100% !important;
	width : auto;
}

.menuTable
{
	height : 34px;
}

.menuTable td
{
}

.menuTable a
{
	display : block;
	cursor : pointer;
	color : #FFFFFF;
	text-decoration : none;
	height : 34px;
	line-height : 34px;
	text-align : center;
	padding-left : 20px;
	padding-right : 20px;
	white-space : nowrap;
}

.menuTable a:visited
{
	color : #FFFFFF;
	text-decoration : none;
}

.menuTable a:hover
{
	background-image : url(/App_Themes/Default/images/navigation-ButtonBack.png);
	background-repeat : repeat-x;
	background-position : bottom;
}

.config
{
	margin : 0;
	padding : 0;
}

.config ul
{
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.config ul li
{
	margin : 0;
	padding : 0;
}

.menuTable .config
{
	position : relative;
}

.menuConfig
{
	position : absolute;
	left : 0;
	top : 38px;
	background-color : #0099cc;
	margin : 0;
	width : 200px;
	border-bottom : 1px solid #007197;
	border-left : 1px solid #007197;
	border-right : 1px solid #007197;
}

.innerMenuItems
{
	width : 100%;
}

.innerMenuItems a
{
	display : block;
	line-height : 25px;
	height : 25px;
	font-size : 14px;
	white-space : nowrap;
}

.innerMenuItems a:hover
{
	display : block;
	background-color : Black;
}

/* Body */

.modalPage
{
	display : none;
	position : absolute;
	width : 100%;
	height : 100%;
	top : 0px;
	left : 0px;
}

.modalBackground
{
	filter : Alpha(Opacity=40);
	-moz-opacity : 0.4;
	opacity : 0.4;
	width : 100%;
	height : 100%;
	background-color : #999999;
	position : absolute;
	z-index : 500;
	top : 0px;
	left : 0px;
}

.modalPopup
{
	background-color : white;
	border : solid 4px black;
	padding : 3px;
	width : 350px;
	left : 40%;
	top : 50%;
	position : absolute;
	height : 100px;
}

.modalContainer
{
    position : absolute;
    width : 350px;
    left : 40%;
    top : 50%;
    z-index : 750;
    height : 100px;
}

.modal
{
    background-color : white;
    border : solid 4px black;
    z-index : 1000;
    width : 350px;
    padding : 0px;
    height : 100px;
}

.disclamer
{
	margin : 20px auto;
	text-align : center;
	vertical-align : text-bottom;
	color : #666666;
	font-size : 12px;
}

.disclamer .link
{
	color : #666666;
	text-decoration : none;
}

.disclamer img
{
	vertical-align : middle;
	margin-right : 50px;
}

.validatorCalloutHighlight
{
    background-color : #fffacd;
}

.errorLabel
{
	font-weight : bold;
	color : Red;
}

.loginBox
{
	text-align : left;
	width : 340px;
	height : 200px;
	margin : 100px auto;
}

.formBox
{
	margin : 50px auto 100px auto;
	text-align : left;
	width : 450px;
}

.button
{
	background-image : url(/App_Themes/Default/images/buttonBg.gif);
	border : 1px solid #c95d00;
	height : 34px;
	margin : 0;
	padding : 0;
	cursor : pointer;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	padding-left : 10px;
	padding-right : 10px;
	float : left;
}

.reportBox
{
	font-size : 12px;
	margin : 50px auto;
	text-align : left;
	white-space : nowrap;
	width : 95%;
}

.loginTitle
{
	background-color : #0099cc;
	height : 30px;
	line-height : 30px;
	color : #FFFFFF;
	font-size : 20px;
	padding-left : 10px;
	border-bottom : 1px solid #FFFFFF;
}

.tableTitle, .tableTitle a:link
{
	background-color : #0099cc;
	line-height : 20px;
	color : #FFFFFF;
	font-size : 12px;
	border-bottom : 1px solid #FFFFFF;
	text-decoration : none;
}

.gvPayments
{
	line-height : 20px;
	border : 1px solid silver;
	width : 100%;
	margin-top : 2px;
}

.loginArea
{
	background-color : #aedaf0;
	border-bottom : 1px solid #FFFFFF;
}

.loginArea .cell1
{
	text-align : right;
	font-size : 16px;
	color : #000000;
	font-weight : bold;
}

.loginArea .input
{
	background-image : url(/App_Themes/Default/images/login-backgroundInput.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	font-weight : normal;
	font-size : 16px;
	height : 29px;
	line-height : 29px;
	border : 1px solid #cccccc;
	padding : 0;
	margin : 0;
}

.textArea
{
	background-image : url(/App_Themes/Default/images/login-backgroundInput.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	font-weight : normal;
	font-size : 16px;
	line-height : 29px;
	border : 1px solid #cccccc;
	padding : 0;
	margin : 0;
}

.loginShadow
{
	height : 50px;
	background-image : url(/App_Themes/Default/images/login-shadow.gif);
	background-position : top;
	background-repeat : repeat-x;
}

.pnlTransactionUrl
{
	background-color : White;
	text-align : center;
	border : solid 3px black;
	padding : 4px;
}