body {
   behavior: url("csshover3.htc");
   margin-top: 10px;
   margin-left: 15px;
}
.textInputSearch{
   border: 1px solid #9C9C9C; 
   font-weight:bold;
   color:#444444;
}	


.textInputs {
   border: 3px solid #9C9C9C; 
   font-weight:bold;
   color:#444444;
}
.textInputs:hover {
   border-bottom: 3px solid #666666; 
   border-right:  3px solid #666666; 
   color:#444444;
   
}

.textInputs:focus {
   border-bottom: 3px solid #666666; 
   border-right:  3px solid #666666; 
   color:#444444;
}

.textInputsWhite {
   border: 1px solid #FFFFFF; 
   font-weight:bold;
   color:#444444;
}




.textLabels {
   font-family: Arial;
   font-style: normal;
   font-size: small;
   margin-right: 8px;
   text-align:right;
   color:#333333;
}
.textLabelsGrey {
   font-family: Arial;
   font-style: normal;
   font-size: small;
   margin-right: 4px;
   color:#777777;
   
}

.textLabelsWhite {
   font-family: Arial;
   font-style: normal;
   font-size: small;
   margin-right: 8px;
   text-align:right;
   color:#FFFFFF;
}


.loginButton {
   border: 2px solid #9C9C9C; 
   font-weight:normal;
   color:#666666;
   background-color:white;
   min-width: 95px;
   #width: 95px;
}



.loginButton:hover {
   border: 2px solid #666666; 
   font-weight:normal;
   
   background-color:#CFCFCF;
   cursor:pointer;
}

.loginButtonBlue {
   border: 2px solid #0084C1; 
   font-weight:normal;
   color:#FFFFFF;
   background-color:#0084C1 ;
   min-width: 95px;
   #width: 95px;
}
.loginButtonBlue:hover {
   background-color:#34A8DC;
   cursor:pointer;

}	
.headerRowBackground{
   	background-color:#F0F0F0;
}

.headerRowBlackBackground{
   	background-color:#000000;
}


.bigFatTextLabel {
   font-family: Arial;
   font-style: normal;
   font-weight: bolder;
   font-size: x-large;
   color: #424242
}

.bigFatTextLabelWhite {
   font-family: Arial;
   font-style: normal;
   font-weight: bolder;
   font-size: x-large;
   color: #FFFFFF
}

.smallFatTextLabel {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   color: #424242
}

.smallFatTextLabelBlue {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   color: #0084C1
}


.middleFatTextLabelBlue{
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: medium;
   color: #0084C1
}

.mediumFatTextLabel{
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: medium;
   color: #424242;
}

.mediumFatTextLabelLink{
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: medium;
   color: #0084C1;
   text-decoration:none;
}

.mediumFatTextLabelLink:hover{
   text-decoration:underline;
}
.xsmallFatTextLabel {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #424242
}

.xsmallFatTextLabelLink {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #424242;
   text-decoration:none;
}
.xsmallFatTextLabelLink:hover {
   text-decoration:underline;
}

.smallFatTextLabelLink {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   color: #424242;
   text-decoration:none;
}
.smallFatTextLabelLink:hover {
   text-decoration:underline;
}



.smallTextLabel {
   font-family: Arial;
   font-style: normal;
   font-weight: normal;
   font-size: small;
   color: #424242
}

.smallTextLabelBlue {
   font-family: Arial;
   font-style: normal;
   font-weight: normal;
   font-size: small;
   color: #0084C1
}

.smallTextLabelAux {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #424242
}

.xsmallTextLabel {
   font-family: Arial;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #424242;
}

.wrapall {
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

.xsmallTextLabelTitle {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #248ECB
}


.smallTextLabelLinkBlue {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   text-decoration:none;
   font-size: small;
   color: #0084C1
}
.smallTextLabelLinkBlue:hover {
   text-decoration:underline;
}

.smallTextLabelLink {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   text-decoration:none;
   font-size: small;
   color: #424242
}
.smallTextLabelLink:hover {
   text-decoration:underline;
}

.smallLinkSeparator {
	background-color:#424242;
}	

.smallTextLink {
   font-family: Arial;
   font-style: normal;
   font-weight: normal;
   text-decoration:none;
   font-size: small;
   color: #424242;
}

.smallTextLink:hover {
   font-family: Arial;
   font-style: normal;
   font-weight: normal;
   text-decoration:underline;
   font-size: small;
   color: #424242;
}

.emailGeneratedLink{
   border: 1px solid #9C9C9C;
   background-color:#F0F0F0;
   padding-left:5px;
   padding-right:5px;
   font-family: Arial;
   font-style: normal;
   font-weight: normal;	
   font-size: small;
   color: #424242;
   overflow:auto;
   white-space:nowrap;
   
}

.embedCodeMarkup{
    border: 1px solid #9C9C9C;
    background-color:#F0F0F0;
    padding-left:5px;
    padding-right:5px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: small;
    color: #424242;
    overflow:auto;
}

.vidyoItemDIV{
   border: 2px solid #9C9C9C;
   background-color:#F0F0F0;
  
   height: 90px;
   
}
.vidyoItemDIV:hover{
	cursor:pointer;
}
.vidyoElementDIV{
   	/*border: 2px solid #9C9C9C;*/
   	width: 160px;
   	background-color:#fff;
}

.adminSettingsDIV{
   border: 2px solid #9C9C9C;
   background-color:#F0F0F0;
   padding-left:15px;
   padding-right:15px;	
}
.adminSettingsDIV:hover{
	cursor:pointer;
}


.buttonSettingsGray{
   border: 2px solid #696969;
   background-color:#696969;
   	
   font-family: Arial;
   font-style: normal;
   font-size:small;
   font-weight:bold;
   color:white;
}
.buttonSettingsGray:hover{
	background-color:#B4B4B4;
	cursor:pointer;
}


.buttonSettingsDIV{
   background-color:#F0F0F0;
   padding-left:15px;
   padding-right:15px;	
}
.buttonSettingsDIV:hover{
	cursor:pointer;
}

	
.headerStatusDIV{
    /*border-bottom: 2px solid #9C9C9C;*/
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: small;
}

.adminOptionsManagerDIV{
   font-family: Arial;
   font-style: italic;
   font-weight: normal;
   font-size: small;
   padding-left:15px;
   padding-right:15px;
}

.adminOptionsSettingsDIV{
   font-family: Arial;
   font-style: normal;
   font-weight: normal;
   font-size: small;
   background-color:#F0F0F0;
   padding-left:15px;
   padding-right:15px;	
}
.adminOptionsSettingsDIV:hover{
	cursor:pointer;
}

.adminOptionsSettingsSelectedDIV{
   font-family:arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   padding-left:15px;
   padding-right:15px;	
}
.footerStatusDIV{
    border-bottom: 1px solid #9C9C9C;
    padding-top:3px;
    padding-bottom:3px;
}

.elementSetTransparency{
    opacity:.35;
    filter:Alpha(Opacity=35);	
}
.elementRemoveTransparency{
    opacity:1.0;
    filter:Alpha(Opacity=100);	
}
.deletePopupDIV{
	position: absolute; 
	visibility:hidden;
	width:150px;
	height:75px;
	border:1px solid black;
	background-color:lightyellow;
}
.toolTipDIVClass{
	position: absolute; 
	visibility:hidden;
	border:1px solid black;
	background-color:lightyellow;
	font-family:arial;
	font-size: small;
	padding-left:3px;
	padding-right:3px;
}
.errorMessage{
   font-family:arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   padding-left:15px;
   color:red;
   background-color:#fff;
}



.smallUtilityButton{
   border:1px solid #9C9C9C;
   padding-left:3px;
   padding-right:3px;
   #padding-bottom:0px;
   #padding-top:1px;
   vertical-align:middle;
   background-color:#F0F0F0;
}
.smallUtilityButton:hover{
   cursor:pointer;
}

.emailElementHandler{
   border: 0px solid #9C9C9C;
   width:640px;
   	
}
.durationElementSPAN{
	border-left:1px solid black;
	border-right:1px solid black;
	#border-bottom:1px solid black;
	background-color:black;
	color:white;
	font-family:arial;
	font-size:11px;

}

.smallTextLabelLinkGrey {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   text-decoration:none;
   font-size: small;
   color: #B3B3B3
}
.smallTextLabelLinkGrey:hover {
   text-decoration:underline;
}

.smallFatTextLabelGrey {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   color: #B3B3B3
}

.smallFatTextLabelWhite {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   color: #FFFFFF
}


.smallFatTextLabelBlue1 {
   font-family: Arial;
   font-style: normal;
   font-weight: bold;
   font-size: small;
   color: #008DD0
}

.loginButtonBlue1 {
   border: 1px solid #FFFFFF; 
   font-weight:bold;
   color:#FFFFFF;
   background-color:#008DD0 ;
   min-width: 95px;
   #width: 95px;
}
.loginButtonBlue1:hover {
   background-color:#0099E0;
   cursor:pointer;

}	
