body {
	
	background-repeat: repeat-x ;
	background-color:#f5f5f5;
	margin: 0px;
	padding: 0px;
	
}



/****************************************
LOGIN
*****************************************/
.loginBackBox {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: helvetica, verdana, arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	width: 390px;
	height: 190px;
}

.loginBackBox #content {
	
	padding: 30px;
}

.loginInput {
	font-family: helvetica, verdana, arial;
	color: blue;
	font-weight: bold;
	font-size: 10pt;
	width: 150px;
	height:15px;
}

.loginInputButton {
	font-family: helvetica, verdana, arial;
	font-weight: bold;
}

.loginLink {
	color: #666;
}

.loginError {
	color: red;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
}


/******************************************************
MODAL DIALOG
******************************************************/

.dialogBackground{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	background-color:red;
		filter:alpha(opacity=1);
	-moz-opacity:.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
}

.modalDialogContainer{
	width:100%;
	position:absolute;
	top:10%;
	left:0px;
	text-align:center;
}

.modalDialogBody{
	background-color:#cecece;
	font-family:tahoma;
	font-size:9pt
}

.exceptionBox{
	border:1px solid black;
	width:450px;
	height:250px;
	background-color:white;
	overflow:auto;
	font-family: Courier New, times new roman;
	font-size:9pt;	
}




.warning {

	background-color: #ff5555;
	background-image: url('../../images/wave/smallWarning.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 55px;
	border: 1px dashed black;
	font-family: verdana,helvetica,arial;
	font-size: 8pt;
	margin:auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	min-height: 30px;
	width: 485px;
	
	box-shadow: 10px 10px 5px #888;
	webkit-box-shadow: 10px 10px 5px #888;
}



