﻿body, html {  
    height: 100%;  
    margin: 0px; 
    padding: 0px;
    background-color: #eee;
    }
    
#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: 80%;
vertical-align: middle;
}

.PosContainer
{
width: 100%;
height: 40%;
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-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;
    }
    
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;
}

#LoginTable .row
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.noMarginBottom
{
    margin-bottom: 0px;
}

.vcenter
{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.leftAd
{
    font-size: 8pt;
    color: Gray;
    text-align: center;
    border-right: 1px solid LightGray;
}