﻿

/* CMS LAYOUT ELEMENTS   
----------------------------------------------------------*/
.overlay
{
		/* must be initially hidden */     
		display:none; 
		z-index:10000;				
		padding: 35px;
		text-align: center;			
}

.overlayNormalWidth
{		
		width: 382px;
		height: 382px; /* would grow automatically */				
		background-image:url('CMSImages/popup_background.png');		
}
.overlayWide
{
		/* must be initially hidden */     
		display:none; 
		z-index:10000;		
		width: 764px;
		height: 382px; /* would grow automatically */				
		text-align: center;
		background-image:url('CMSImages/popup_background_wide.png');		
}
 
/* Close button is automatically added to overlay */
.overlay div.close { background-image:url('CMSImages/popup_close.png'); position:absolute; right:8px; top:8px; cursor:pointer; height:35px; width:35px; }

.OverlayContentContainer
{
    height: 380px;
    overflow-y: auto;
}


.excel
{
    vertical-align:text-top;
    width: 16px;
    height: 16px;
}


/* MVC - defaults   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}




/* MVC - inserted by default
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}



#logindisplay
{    
    display:block;
    width: 980px;
    background-color:#8F4; /*#76DB5D;    */ 
    margin: 0 auto;
}


.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}



