﻿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: large;
    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;
}
