﻿/* Control Panel Styles */

.SU5_ControlPanel
{
    width:100%;
    background:white;  
    margin-bottom:8px; 
}

.SU5_ControlTopBar
{
    width:100%;
    background: #080808 url(/admin/ControlPanel/images/background_controlpanel_top.gif) repeat-x; 
    color:White !important;
    font-size:8pt;
}

.SU5_ControlPanel input {margin:0px;padding:0px}

.SU5_ControlTopBar td {padding-bottom:4px;text-align:left; vertical-align:middle; width:33%; white-space: nowrap; color:White !important;}

.SU5_ControlTopBar a:link, .SU5_ControlTopBar a:visited {color:White !important;}

.SU5_ControlTopBar_Right {text-align:right !important;padding-right:5px;}
.SU5_ControlTopBar_Right img {margin-top:-2px !important;}

.SU5_ControlPanel_Body
{
    width:100%;
    border-collapse:collapse;
    background: #fff url(/admin/ControlPanel/images/contropanel_background.gif) repeat-x;   
    border-bottom:1px solid #dcdcdc;
}

.SU5_ControlPanel_Body td {padding-bottom:3px;}

.SU5_PageFunctions
{
    width:25%;   
    vertical-align:top;
    text-align:center;
    padding-top:3px;
    font-weight:bold;
    color:#bbbcbc;
    font-size:8pt;
    border-right:1px dotted #dcdcdc;
}

.SU5_PageFunctions table {margin-top:10px;}
.SU5_PageFunctions table td {padding-right:8px;}

.SU5_AddModules {font-size:8pt;vertical-align:top;padding-left:5px;padding-right:5px}
.SU5_AddModules_table {background:#F0F0F0;border:1px solid #dcdcdc}
.SU5_AddModules_table td {padding:2px;}

.SU5_AddModules_Box {border:1px solid #dcdcdc}
.SU5_RadioButtons {border:none;}

.SU5_CommonTasks
{
    width:25%;   
    border-left:1px dotted #dcdcdc;
    font-weight:bold;
    color:#bbbcbc;
    font-size:8pt;
    padding-top:3px;
    vertical-align:top;
    text-align:center;
}

.SU5_CommonTasks table {margin-top:10px;}
.SU5_CommonTasks  table td {padding-right:8px;}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center;
}

}


/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}
#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist 
{
	width: 120px;
	margin: 0;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

.paneOutline
{
	border: 1px #CCCCCC dotted;
}
.containerAdminBorder
{
	border: 2px red solid;
}
