﻿body {
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
}

.collapsePanel {
	
	/*background-color:white;*/
	/*overflow:hidden;*/
	height:0px;
}

.collapsePanelHeader{
	width:100%;
	height:25px;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	cursor:pointer
	
}

.headerRow
{
	
}

.masterPageMenu
{

}

link
{
	text-decoration:none;
}

.paragraphTitle
{
    font-size: 17px;
    color: #000099;
    font-weight: bold;
}

.headerText
        {
            font-size:24px;
            color: #003399;
            font-weight: bold;
            text-align: center;
            text-shadow: -1px -1px white, 1px 1px #333;
            text-shadow: 1px 1px white, -1px -1px #444
            behavior: url(PIE/PIE.htc);
        }
        
        .list
        {
            text-align: left;
        }
        
        .box
        {
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-border-radius:5px;
            border-radius:5px;           
            box-shadow:rgba(0,0,0,0.4)5px 5px;
            -moz-box-shadow:rgba(0,0,0,0.4)5px 5px;
            -o-box-shadow:rgba(0,0,0,0.4)5px 5px;
            -webkit-box-shadow:rgba(0,0,0,0.4)5px 5px;
            font-size: 15px;
            border: 2px solid #8379DB;     
            behavior: url(PIE/PIE.htc);
            
        }
        
        .tableCell
        {
         height:450px;   
        }
        
        .whitebox
        {
            -moz-border-radius: 5px;
            border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-border-radius: 5px;
            background-color:white;
            box-shadow:rgba(0,0,0,0.4)5px 5px;
            -moz-box-shadow:rgba(0,0,0,0.4)5px 5px;
            -o-box-shadow:rgba(0,0,0,0.4)5px 5px;
            -webkit-box-shadow:rgba(0,0,0,0.4)5px 5px;
            behavior: url(PIE/PIE.htc);
        }
        
    .roundedCorner
    {
        -moz-border-radius: 5px;
        border-radius: 5px;
         -o-border-radius: 5px;
         -webkit-border-radius: 5px;
         behavior: url(PIE/PIE.htc);
    }
        
    .headerMenu
    {
        -moz-border-radius: 5px; 
        border-radius: 5px;  
        -o-border-radius: 5px; 
        -webkit-border-radius: 5px; 
        behavior: url(PIE/PIE.htc);
    }

.blueGlowBorder {
    
    behavior: url(PIE/PIE.htc);
    -moz-border-radius: 10px; 
    border-radius: 10px;  
    -o-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    margin: 0px;
    padding: 5px;
    -moz-box-shadow: 0px 0px 25px #33CCFF;
    -webkit-box-shadow: 0px 0px 25px #33CCFF;
    box-shadow: 0px 0px 25px #33CCFF;
}

.polaroid-original {
		
		padding: 10px 10px 20px 10px;
		border: 1px solid #BFBFBF;
		background-color: white;
		-webkit-transform: rotate(9deg);
		-moz-transform: rotate(9deg);
		-o-transform: rotate(9deg);
		transform: rotate(9deg);
		-sand-transform: rotate(9deg);
		-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
		-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
		box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
		behavior: url(PIE/PIE.htc);
	}
	
.blueGlowBorder-original {
    -moz-border-radius: 5px; 
    border-radius: 5px;  
    -o-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    display: block;
    margin: 0px;
    padding: 10px;
    -moz-box-shadow: 0px 0px 25px #33CCFF;
    -webkit-box-shadow: 0px 0px 25px #33CCFF;
    box-shadow: 0px 0px 25px #33CCFF;
    behavior: url(PIE/PIE.htc);
}


