/*------------------------------------------------------------------
	Copyright © by Universal Business Online unless otherwise stated.
	All rights reserved. 
	Use of this website signifies your agreement to the Terms of Use.
	WEB - http://irefer.com.au
	EMAIL - support@irefer.com.au
------------------------------------------------------------------*/

@import url( Footer.css );
@import url( UserMenu.css );
@import url( DisplayPanel.css );
@import url( App.css );
@import url( ReferralCreate.css );
@import url( ReferralSearch.css );
@import url( ReferralMaintain.css );
@import url( ReferralSummary.css );
@import url( Accounts.css );
@import url( Reports.css );

/*------------------------------------------------------------------*/

body {
	margin: 0px;
	background-color:#FFFFFF;
}
body,td,th {
	font-size: 11px;
	color: #2E2E2E;
	font-family: Tahoma, Arial, Verdana;
}
a {
	color: #0066CC;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
input {
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	}
select {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	background-color: #FBFBFB;
	border-right: 1px solid #D4D0C8;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	}
textarea {
	font-size: 11px;
	color: #333333;
	background-color: #FF0000;
	font-family: Tahoma, Arial, Verdana;
	background-color: #FBFBFB;
	border-right: 1px solid #D4D0C8;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	padding:2px;
	}
.formfeild	{
	font-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	padding:3px 5px 2px 5px;
	border-right: 1px solid #6B737C;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #6B737C;
	height:22px;
}
/*--------------------------------------------------------*/
.Checkbox {
	border:0px;
	cursor:hand;
	}
.InputField {
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	background-color: #FBFBFB;
	border-right: 1px solid #D4D0C8;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	padding:2px;
	height: 20px;
	width:210px;
}
.button {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color:#333333;
	font-weight:bold;
	border-top: #ffffff 1px solid;
	border-bottom: #767676 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #767676 1px solid;
	cursor:hand;
	cursor:pointer;
	height:22px;
	padding:3px;
	width:auto;
}
.TextBox_A {
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	background-color: #FBFBFB;
	border-right: 1px solid #D4D0C8;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	padding:2px;
	height: 20px;
	width:95%;
	/*	width:210px;	*/
	}		
.TextBox_B {
	border-left: #d6e0ea 1px solid;
	border-right: #8e98a2 1px solid;
	border-top: #e0e7ef 1px solid;
	border-bottom: #6b737c 1px solid;	
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	height: 20px;
	padding:3px 5px 3px 5px;
	color: #011b3e;
	width:210px;
}
.show {display:block}	/*  This changes the FlipItem of a table cell */
.hide {display:none}	/*  This changes the FlipItem of a table cell */
hr {
	border-top: #CDD6DD 1px solid;
	border-bottom: #ffffff 1px solid;
}
/*--------------------------------------------------------*/