﻿.ControlPanelPreferences
{
    float:left;
    margin-right:10px;
    padding:20px;
    width:300px;
    border:1px solid #A8A8A8;
    background-color:#eee;
    min-height:400px;
	-moz-border-radius:10px;
	border-radius:10px;    
}

.ThemeScreenshot
{
	float:left;
	padding:20px; 
	width:600px; 
	border:1px solid #A8A8A8;
	background-color:#EEEEEE;
	min-height:400px;
	-moz-border-radius:10px;
	border-radius:10px; 
	text-align:center;   
	
}


.ThemeScreenshotImage
{
	width:500px;
	
}

.ThemeScreenshot-Container
{
    background-color:#fff;
	-moz-border-radius:10px;
	border-radius:10px;    
	padding:20px;
	display:inline-block;
    -moz-box-shadow: 0px 0px 10px black;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
}


.ControlPanelPreferences h1,
.ThemeScreenshot h1
{
    margin-bottom:20px;
    padding-bottom:5px;
	background:url(images/WebForms/line-bg.png) repeat-x left bottom;
    text-align:left;

    color: #006E12;    
    font-size: 22px;
    font-weight: normal;        
}

.ctrlpanel-preferenceline
{
	clear:both;
	padding:0px 0 0 54px;
	vertical-align:middle;
	min-height:90px;
}

.ctrlpanel-label
{
	font-weight:bold;
}

.ctrlpanel-submit
{
    margin-top:20px;
}

.ctrlpanel-submit input
{
	margin-left:4px;
}

.ThemeList
{
	width:150px !important;
}

.ThemeList label
{
	padding:0 0 0 8px;
}

.ThemeList input
{
	width:auto !important;
}


.LanguageListPanel
{
	background:url(images/Site/language.png) no-repeat;
}

.LocaleListPanel
{
	background:url(images/Site/locale.png) no-repeat;
}


.ThemePanel
{
	background:url(images/Site/theme.png) no-repeat;
}

.ctrlpanel-preferenceline select {
    float: left;
}

.ctrlpanel-preferenceline span.information {
    float: left;
    height: 16px;
    width: 16px;
    background: url('images/icons/information.png') top left;
    margin: 4px 6px;
}

.Administration-Page input[type=checkbox]{
    display: block;
}

.Administration-Page .general-container input[type=checkbox]{
    display: none;
}

.Administration-Page .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel input {
    margin-left: 4px;
}

.Administration-Page .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel input:first-child {
    margin-left: 8px;
}
.Administration-Page .general-container-manage-user input[type=checkbox]{
    display: inline-block;
    margin-right:5px;
}