﻿#SettingsPopup {
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
	display: none;
    font-size: 0.65em;
        
    behavior: url(/js/pie.htc);
    
    position: absolute;
	z-index: 9100;
}

#WebkitRound {
    border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
}

#SettingsTitle {
    background-color: #534741; 
	color: White;
	font-size: 62px;
	line-height: 110px;
	margin: 0px;
	text-align: center;
}

	#SettingsMainTitle {
		padding-top: 70px;
		line-height: 80px;	
	}
	#SettingsSubTitle {
		font-size: 0.6em;
		line-height: 80px;	
	}

#PresentationTypes{
    width: 800px;
}

    #PresentationTypes .Instructions {
        background-image: url(/images/chairBear.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        color: #534741;
        float: left;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 28px;
        padding: 15px;
        height: 465px;
        width: 205px;
        -pie-png-fix: true;
        
        behavior: url(/js/pie.htc);
    }
    
    #PresentationTypes table {
        border-left: 3px dashed #d4d1cf;
	    margin-bottom: 25px;
	    margin-top: 25px;
    }
    
        #PresentationTypes table td{
            padding-left: 20px;
            
        }

#SettingsPopup input[type=button] {
    background-image: url(/images/scribble_opaque.png);
    background-color: transparent;
	border: none;
	color: White;
	cursor: pointer;
	font-size: .9em !important;
	height: 37px;
	width: 166px;	
	border: none;
}

#SettingsPopup input[type=button]#btnPresentationType_sios:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_sios {
    background-image: url(/images/PresentationScribble_Moss.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}

#SettingsPopup input[type=button]#btnPresentationType_sioq:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_sioq {
    background-image: url(/images/PresentationScribble_Green.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}

#SettingsPopup input[type=button]#btnPresentationType_lmsio:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_lmsio {
    background-image: url(/images/PresentationScribble_Orange.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}

#SettingsPopup input[type=button]#btnPresentationType_af:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_af {
    background-image: url(/images/PresentationScribble_Red.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}

#SettingsPopup input[type=button]#btnPresentationType_sf:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_sf {
    background-image: url(/images/PresentationScribble_Aqua.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}
#SettingsPopup input[type=button]#btnPresentationType_as:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_as {
    background-image: url(/images/PresentationScribble_Royal.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}

#SettingsPopup input[type=button]#btnPresentationType_ss:hover, #SettingsPopup input[type="button"].PresentationTypeSelected_ss {
    background-image: url(/images/PresentationScribble_Purple.png);
    width: 200px;
    height: 39px;
    position: relative;
    left: -10px;
    border: none;
}

.SettingsInputCell {
    width: 200px;
    height: 42px;
    border: none;
}

.PresentationTypeSelected {
	font-weight: bold;
	text-decoration: underline;
}

#StaticFontSetting {
	padding-left: 25px;
}

#StaticFontSetting select {
	font-size: 1.2em;	
	margin-top: 2px;
}

#CancelPresentation {
    text-align: center;
}

#SettingOptions {
    background-color: #534741; 
	color: White;
	font-size: .8em;
	padding: 5px;
}

    #SettingOptions .Title {
        font-size: .95em;
        font-weight: bold;
    }
    
    #SettingOptions .Column {
        float: right;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    #SettingOptions input[type=button] {
        border: 1px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        height: auto;
        width: auto;
        
        behavior: url(/js/pie.htc);
    }

#SettingsPopup #SettingCommands {
    background-color: #534741;
    padding: 6px;
    text-align: right;
}

    #SettingsPopup #SettingCommands input[type=button] {
        background-image: none;
        border: 1px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        font-weight: bold;
        height: auto;
        width: auto;
        
        behavior: url(/js/pie.htc);
    }