﻿.greyOut 
{
	background-color:Gray;
}
.notValidated
{
    background-color:Red;
}
#txtMsgBox 
{
	background-color: #FFF;
	border-color:Black;
	border-style:outset;
	border-width:medium;
	font-family:Arial;
	color:Black;
	position:absolute;
	top:200px;
	left:400px;
	width:440px;
	height:320px;
	z-index:60;
	
}
#deleteAll {
	background-color: #FFF;
	border-color:Black;
	border-style:outset;
	border-width:medium;
	font-family:Arial;
	color:Black;
	width:440px;
	height:320px;
	z-index:60;
	display:none;
}
.txtDisClaim {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
.txtMsgPhone
{
}
.txtMsgText
{
    position:relative;
    font-family:Arial;
    font-size:1.2em;
    padding-left:10px;
    padding-right:10px;
}
#txtSubmit
{
    padding:3px;
    position:relative;
    float:left;
    margin-left:185px;
	width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;

}
#btnDeleteSubmit {
	padding:3px;
    position:relative;
    float:left;
    margin-left:185px;
	width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}
#btnDeleteCancel {
	padding:3px;
	position:relative;
	float:right;
	margin-right:60px;
	width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}

#txtCancel
{
	padding:3px;
	position:relative;
	float:right;
	margin-right:60px;
	width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;

}
#txtMessageCP
{
	background-color: #FFF;
	border-color:Black;
	border-style:outset;
	border-width:medium;
	font-family:Arial;
	color:Black;
	position:absolute;
	top:80px;
	left:300px;
	width:640px;
	height:440px;
	visibility:hidden;
}
#butTxtMsgCP
{
    padding:3px;
    position:relative;
    float:left;
    width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}
#txtMsgCPHeader {
	width:640px;
	height:30px;
	border-bottom-color:black;
	border-bottom-style:inset;
	border-bottom:thin;
	background-color:#3134BF;
	color:#fff;
}
#txtMsgCPClose {
	padding:3px;
	margin-top:2px;
    position:relative;
    float:right;
    width:60px;
	height:15px;
	background-color:#3134BF;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}
#utgmGrid {
	width:620px;
	height:400px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	

}
#usrToGetMsg {
	width:340px;
	height:400px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	visibility:hidden;
	z-index:50;

}
#sendMsg {
	
	width:340px;
	height:400px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-400px;
	visibility:hidden;
	z-index:60;
}
#btnSendText {
	
	padding:3px;
	margin-top:2px;
    position:relative;
    float:left;
    width:100px;
	height:15px;
	background-color:#3134BF;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}
#btnSendIt {
	
	padding:3px;
	margin-top:2px;
    position:relative;
    float:left;
    width:120px;
	height:15px;
	background-color:#3134BF;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	color:#fff;
}
#btnWhoToSendTo {
	
	padding:3px;
	margin-top:2px;
	margin-left:15px;
    position:relative;
    float:left;
    width:120px;
	height:15px;
	background-color:#3134BF;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	color:#fff;
}
.odd {
	background-color:#808080;
}
.even {
	background-color:#FFFFFF;
}
#btnTxtMsgAdmin {
	position:relative;
	margin-left:15px;
	width:120px;
	height:15px;
	cursor:pointer;
	background-color:#DADADA;
	border:thin;
	border-color:Black;
	border-style:outset;
	
}
#txtMsgBoxAdmin
{
	background-color:#fff;
	border-color:Black;
	border-style:outset;
	border-width:thin;
	font-family:Arial;
	color:Black;
	position:absolute;
   	top:85px;
   	left:120px;	width:440px;
	height:250px;
	visibility:hidden;
	
}
.txtMsgTextAdmin
{
	color:#000;
   	position:relative;
    font-family:Arial;
    font-size:1em;
    padding-left:10px;
    padding-right:10px;
    
}
#txtSubmitAdmin
{
    padding:3px;
    position:relative;
    float:left;
    margin-left:15px;
	width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	
}
#txtCancelAdmin
{
	padding:3px;
	position:relative;
	float:right;
	margin-right:160px;
	width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	
}
#btnAddTextMssg {
	position:relative;
	margin-left:15px;
	width:120px;
	height:15px;
	cursor:pointer;
	background-color:#DADADA;
	border:thin;
	border-color:Black;
	border-style:outset;

}
#btnDeleteAtnde {
	padding:3px;
    position:relative;
    float:left;
    width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}
#editEvent {
	padding:3px;
    position:relative;
    float:left;
    width:60px;
	height:15px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
}
#returnTAL {
	padding:3px;
    position:relative;
    float:left;
    width:120px;
	height:14px;
	background-color:ButtonFace;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	float:right;
	margin-right:125px;
}

#backgroundPopup {
	display:none; 
	position:fixed;
	position:absolute; /* hack for internet explorer 6*/ 
	height:100%;   
	width:100%;   
	top:0;   
	left:0; 
	background:#000000;
	border:1px solid #cecece; 
	z-index:1;  
} 
#busy {
	width:60px;
	height:60px;
	z-index:70;
	background-image:url('images/ajax-loader.gif');
	background-repeat:no-repeat;
	display:none;
}

#editInsitute {
	padding:3px;
    position:relative;
    width:120px;
	height:15px;
	background-color:#F0F0F0;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;

}
#editHost {
	background-color: #FFF;
	border-color:Black;
	border-style:outset;
	border-width:medium;
	font-family:Arial;
	color:Black;
	
	width:640px;
	height:440px;
	display:none;
z-index:100;
}
#closeEdit {
	width:640px;
	height:30px;
	border-bottom-color:black;
	border-bottom-style:inset;
	border-bottom:thin;
	background-color:#3134BF;
	color:#fff;

}
#exitEdit {
	position:relative;
	height:28px;
	float:right;
	background-color:#5C5C5C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	width:30px;
	text-align:center;
	top:0px;
	cursor:pointer;
}

#editHostSubmit {
	padding:3px;
    position:relative;
    float:left;
    width:100px;
	height:18px;
	background-color:#F0F0F0;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	margin-left:20px;
}
#editHostCancel {
	padding:3px;
    position:relative;
    float:left;
    width:100px;
	height:18px;
	background-color:#F0F0F0;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	margin-left:20px;
}

#editHostSubmit {
	padding:3px;
    position:relative;
    float:left;
    width:100px;
	height:18px;
	background-color:#F0F0F0;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	margin-left:20px;
}
#editHostCancel {
	padding:3px;
    position:relative;
    float:left;
    width:100px;
	height:18px;
	background-color:#F0F0F0;
	position:relative;
	cursor:pointer;
	border:thin;
	border-color:Black;
	border-style:outset;
	text-align:center;
	margin-left:20px;
}

#nameSpan{
	text-align:center;
}

#txtuserEmail
{
    width:200px;
}
.noShow 
{
    display:none;
}
#livehelp
{
position:absolute;
right:10px;
top:100px;
}

@media print {
    .noprint {
    display: none;
    }
}

