*
{
	font-family: Arial;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

.container
{
	height: 700px;
	width: auto;
	background-repeat: no-repeat;
}

.header
{
	height: 300px;
	width: auto;
	background-color: #07ace3;
	background-repeat: no-repeat;
	-moz-box-shadow: 2px 0px 2px 0px #999999;
	-webkit-box-shadow: 2px 2px 5px 0px #999999;
}

.float
{
	float: left;
	margin-top: 150px;
}

.font
{
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 40px;
	margin-right: 40px;
	color: #000000;
}

.fontHead
{
	font-family: Tahoma, Geneva, sans-serif;
	float:left;
	margin-left: 20px;
	color: #0bade3;
}

.link
{
	font-family: Tahoma, Geneva, sans-serif;
	
}

.tableHead
{
	width: 456px;
	height: 251px;
	background-image: url("image/dialogue_box_head.png");
	background-repeat: no-repeat;
}

.tableTop
{
	width: 456px;
	height: 33px;
	background-image: url("image/dialogue_box_top.png");
	background-repeat: no-repeat;
}

.tableCenter
{
	width: 456px;
	background-image: url("image/dialogue_box_center.png");
	background-repeat: repeat-y;
}

.tableBottom
{
	width: 456px;
	height: 37px;
	background-image: url("image/dialogue_box_buttom.png");
	background-repeat: no-repeat;
}

.dialogTop
{
	width: 200px;
	height: 9px;
	background-image: url("image/dialog_box2_top.png");
	background-repeat: no-repeat;
}

.dialogCenter
{
	width: 200px;
	height: 200px;
	background-image: url("image/dialog_box2_center.png");
	background-repeat: repeat-y;
}

.dialogBottom
{
	width: 200px;
	height: 9px;
	background-image: url("image/dialog_box2_bottom.png");
	background-repeat: no-repeat;
}

.userbar
{
	height: 20px;
    width: 100%;
    padding: 10px;
    background-image: url("image/user_bar.png");
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    font-size: small;
    font-weight: bold;
    color: white;
}

.divLoading
{
	height: 100%;
    width: 100%;
    padding: 0px;
    background-color: gray;
    opacity: 0.5;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    font-size: small;
    font-weight: bold;
    color: white;
}

.divContact
{
	height: 100%;
	width: 100%;
	padding: 0px;
	background-color: white;
	top: 0;
	left: 0;
	font-size: small;
	font-weight: bold;
	color: white;
	overflow-x: hidden;
	overflow-y: scroll;
}

.tdContact, .tdLastContact, .tdContactSelected, .tdLastContactSelected, .tdContactInfo
{
	padding-left: 10px;
	width: 100%;
	height: 40px;
	font-size: medium;
	vertical-align: middle;
	cursor: pointer;
	background-color: White;
	border-width: 0px;
	border-color: gray;
	border-style: solid;
	border-bottom-width: 1px;

}

.tdContact:hover, .tdLastContact:hover, .tdContactSelected:hover, .tdLastContactSelected:hover
{
	background-color: #d2d2d2;
}

.tdContactSelected, .tdLastContactSelected
{
	background-color: #07ace3;
}

.tdLastContact, .tdLastContactSelected
{
	border-bottom-width: 0px;
}

.tdContactInfo
{
	color: Black;
	border-width: 0px;
	width: 30%;
	cursor: auto;
	padding: 5px;
}

.spanContactInfoTitle
{
	color: Gray;
	font-size: Small;
	font-weight: normal;
}

.inputTextInfo, .inputTextLabel, .inputTextLabelStatic, .inputTextValue
{
	width: 390px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	font-size: Medium;
}

.inputTextLabelStatic
{
	background-color: #e0e0e0;
	width: 100px;
	height: 47px;
	float: left;
}

.inputTextInfo:hover, .inputTextLabel:hover, .inputTextValue:hover
{
	border-color: Gray;
}

.inputTextLabel
{
	width: 127px;
}

.inputTextValue
{
	width: 240px;
}

.tdInput
{
	width: 169px;
	height: 28px;
	background-image: url("image/user_input.png");
	background-repeat: no-repeat;
}

.textInput
{
	background-color: transparent;
	border: none;
	border-color: transparent;
	width: 86%;
}

.buttonEnable, .buttonDisable
{
	width: 25px;
	height: 25px;
	opacity: 1.0;
	cursor: pointer;
}

.buttonDisable
{
	opacity: 0.3;
	cursor: default;
}

