﻿body, html {  
    height: 100%;  
    margin: 0px; 
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 13pt;        
    background-color: #eee;
    }

.button
{
    border: 1px solid #ccc;
    background-color: #eee;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #666;
    height: 40px;
    width: 300px; 
}    

.MeetingTitle {
    font-size: 20pt;
    font-weight: bold;
    }
    
#LoginTable 
{
	
    padding: 4px;
    background-color: white;    
   }   

.lightLink {font-size: 11pt; color: #666}
/*This is a style for a table object with 1 cell and 1 row, to get the horizontal style, 
make sure to add "align = 'center'" tag to the td*/
#PositioningContainer
{
width: 100%;
height: 100%;
vertical-align: middle;
}

body, html, form { 
    height: 100%; padding: 0px; margin: 0px;    
}

body {background-color: #eeeeee}
      
#ViewLoginDiv {
    text-align: center;                   
    height: 100%;
    width: 100%;
    position: absolute;
} 

/* Custom Control AMButton Styles ************************************************/
.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.AMButton
{
	background: transparent url( '/WebConference/images/bg_button_a_sq.gif' ) no-repeat scroll top right;
	color: #000;
	display: block;	
	font: 14px arial, sans-serif;
	height: 40px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 4px;
}

a.AMButton:hover
{
	text-decoration: none;
	color: #000;
	background: transparent url( '/WebConference/images/bg_button_a_sq.gif' ) center right;
}

a.AMButton span
{
	background: transparent url( '/WebConference/images/bg_button_span_sq.gif' ) no-repeat;
	display: block;
	line-height: 32px;
	font-weight: bold;
	padding: 4px 0 4px 18px;
	vertical-align: top;
}

a.AMButton:hover span
{
	background: transparent url( '/WebConference/images/bg_button_span_sq.gif' ) center left;
}

a.AMButton img
{
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0px;
}


a.AMButton:active
{
	background-position: bottom right;
	color: #000;
	text-decoration: none;
	outline: none; /* hide dotted outline in Firefox */
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 3px;
}
a.AMButton:active span
{
	background-position: bottom left; /* padding: 4px 0px 4px 18px; /* push text down 1px */
}
a.AMButton:visited
{
	text-decoration: none;
}
/* End custom AMButton styles ************************************************/

.notification
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #ffffff;
	color: #333;
	text-align: center;
}

.WCmodalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 100000;	
}

.WCpnlModal
{
	background-color:White;
	padding:20px;
	border:solid 1px #666666;
	z-index: 99998;	
	position: fixed;
	top:50px;
	left:50%;
	margin-left:-220px;
	width:400px;
	z-index: 100001;
	text-align:left;	
}

.sectionHeader
{
    font-size: 18px;
    color:#7386a5;
    }
    
.newbutton
{
	border: 1px solid #999;
	background-image: url(/AccountManager/images/buttons/btn.gif);
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #000;
	height: 30px;  
	width: auto;
	margin: 9px 0px 8px 0px;
}
.newbuttonOver
{
	border: 1px solid #999;
	background-color: #ccc;
	background-image: url(/AccountManager/images/buttons/btn-over.gif);
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #000;
	height: 30px;
	width: auto;
	margin: 9px 0px 8px 0px;
	cursor:pointer;
}
.newbuttonDown
{
	border: 1px solid #999;
	background-color: #ccc;
	background-image: url(/AccountManager/images/buttons/btn-down.gif);
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #333;
	height: 30px;
	width: auto;
	margin: 9px 0px 8px 0px;
	cursor:pointer;
}

label {
font-weight: bold;
}

#contentwrapper
{
	float: left;
	width: 100%;
}
.innertube
{
	height: 100%;
	width: 180px;
}
#maincontainer, #contentcolumn, #contentwrapper, #rightSidebarFrame, #contentcolumn
{
	height: 100%;
}
#flashcontent, #appScroller, #ip_control, #appContainer
{
	width: 100%;
	height: 100%;
}
#hqVideoWrapper, #appScroller, #appContainer
{
	position:relative;
}
#hqVideoWrapper, #CosNetVideoPlugin, #plugin
{
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#preferencesDialog
{
	position: relative;
	background-color: #f0f0f0;		
}
#preferencesDialogHandle
{
	background-color: #666666;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
#btnDialogClose
{
	float: right;
	text-decoration: none;
	color: #FFFFFF;
}
#captureWindowList, screenShareButton
{
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
#popupBlocked
{
	position: relative;
	background-color: #f0f0f0;		
}
#popupBlockedDialogHandle
{
	background-color: #666666;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.screenShareButton
{
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.ui-dialog-title, .ui-button, .ui-widget
{
    font-size: 12px !important;
}
