﻿/*************************************************
General info
*************************************************/
.bodyTag
{
	margin: 0px 0px 0px 0px;
}

body
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

input, select
{
	color: black;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}


/*************************************************
Master page
*************************************************/
.masterPageMainBannerCell
{
	/*height: 100px;*/
}

.masterPageTopMenuCell
{
	text-align: left;
}

.masterPageUserdataCell
{
	text-align: right;
}

.masterPageMainTable
{
	background-color: White;
	text-align: left;
}

/*******************************
Login Page
*******************************/
.loginPageBody
{
	background-color: #F0F0F0 ;
}

.loginPageTableLayout
{
	border: solid 1px Black;
	background-color: #B8B8B8 ;
	width:350px; 
	height: 300px;
}

/*************************************************
Error page
*************************************************/
.errorPageMainTable
{
	background-color: White;
	text-align: left;
}

.errorPageBannerCell
{
	height: 100px;
}

/*************************************************
Default page
*************************************************/
.dropdown
{
	width:120px;
}
