/*
    *****************************************************************
    *                                                               *
    *   FileID:     STFID-0001/0188                                 *
    *   Filename:   Dialog.css                                      *
    *   FilePath:   /Resources/DefaultSettings/CSS/                 *
    *   Created:    15/10/2007 06:49                                *
    *   Programmer: Paul Smith (Paul.Smith@SpookTech.org)           *
    *   Copyright:  (C) 2005-2007 Spook Technologies                *
    *   Support:    http://www.spooktech.org/support/contact.php    *
    *               Support@SpookTech.org                           *
    *   Version:    V2.0.0                                          *
    *                                                               *
    *****************************************************************
*/

.dialogtitlecenter{
	padding:0px;
	font-weight:bold;
	background:url(../Images/General/Dialog/TitleCenter.png) repeat-x left top;
	margin:0px;
	color:#fefefe;
	font-family:'Trebuchet MS','Arial','MS Sans Serif';
	height:24px;
	text-align:center;
}
.dialogtitleleft{
	padding:0px;
	background:url(../Images/General/Dialog/TitleLeft.png) no-repeat left top;
	margin:0px;
	width:5px;
	height:24px;
}
.dialogtitleright{
	padding:0px;
	background:url(../Images/General/Dialog/TitleRight.png) no-repeat right top;
	margin:0px;
	width:5px;
	height:24px;
}
.dialogleft{
	padding:0px;
	background:url(../Images/General/Dialog/Left.png) repeat-y left top;
	margin:0px;
	width:5px;
}
.dialogright{
	padding:0px;
	background:url(../Images/General/Dialog/Right.png) repeat-y right top;
	margin:0px;
	width:5px;
}
.dialogbottomleft{
	padding:0px;
	background:url(../Images/General/Dialog/BottomLeft.png) no-repeat left bottom;
	margin:0px;
	width:5px;
	height:7px;
}
.dialogbottomright{
	padding:0px;
	background:url(../Images/General/Dialog/BottomRight.png) no-repeat right bottom;
	margin:0px;
	width:5px;
	height:7px;
}
.dialogbottom{
	padding:0px;
	background:url(../Images/General/Dialog/Bottom.png) repeat-x left bottom;
	margin:0px;
	height:7px;
}
.dialogcontent{
	font-family:'MS Sans Serif','Arial';
	background-color:#ece9d8;
}
.dialogimage-question{
	background:url(../Images/General/Dialog/Types/Question.png) #ece9d8 no-repeat left 10px;
	font-family:'MS Sans Serif','Arial';
	text-align:center;
}
.dialogimage-exclamation{
	background:url(../Images/General/Dialog/Types/Exclamation.png) #ece9d8 no-repeat left 10px;
	font-family:'MS Sans Serif','Arial';
	text-align:center;
}
.dialogimage-information{
	background:url(../Images/General/Dialog/Types/Information.png) #ece9d8 no-repeat left 10px;
	font-family:'MS Sans Serif','Arial';
	text-align:center;
}
.dialogimage-critical{
	background:url(../Images/General/Dialog/Types/Critical.png) #ece9d8 no-repeat left 10px;
	font-family:'MS Sans Serif','Arial';
	text-align:center;
}
.dialogimage-security{
	background:url(../Images/General/Dialog/Types/Security.png) #ece9d8 no-repeat left 10px;
	font-family:'MS Sans Serif','Arial';
	text-align:center;
}
.activetableft{
	background:url(../Images/General/Dialog/Tabs/ActiveLeft.png) no-repeat left top;
	width:3px;
	height:22px;
}
.activetabright{
	background:url(../Images/General/Dialog/Tabs/ActiveRight.png) no-repeat right top;
	width:3px;
	height:22px;
}
.activetabcenter{
	background:url(../Images/General/Dialog/Tabs/ActiveCenter.png) repeat-x left top;
	cursor:default;
	height:22px;
	vertical-align:middle;
}
.inactivetableft{
	background:url(../Images/General/Dialog/Tabs/InactiveLeft.png) no-repeat left top;
	width:3px;
	height:22px;
}
.inactivetabright{
	background:url(../Images/General/Dialog/Tabs/InactiveRight.png) no-repeat right top;
	width:3px;
	height:22px;
}
.inactivetabcenter{
	background:url(../Images/General/Dialog/Tabs/InactiveCenter.png) repeat-x left top;
	cursor:default;
	height:22px;
}
.tabbeddialogleft{
	width:1px;
	background-color:#ffffff;
}
.tabbeddialogright{
	width:1px;
	background-color:#a1a1a1;
}
.tabbeddialogbottom{
	height:1px;
	background-color:#a1a1a1;
}
.dialogsubheader{
	background:url(../Images/General/Dialog/Subheader.png) repeat-x left top;
	cursor:default;
	height:22px;
	vertical-align:middle;
}