﻿/* ============================================ */
/* Dynamic Content */
.WebDynamicContent
{
	padding				: 5px;
}
/* End Dynamic Content */
/* ============================================ */

/* ============================================ */
/* Gadget */
.WebGadget
{
	background-color	: #fff;
	border-color		: #000;
	border-style		: solid;
	border-width		: 1px;
	font-size			: 10pt;
}

.WebGadgetBody
{
	background-image	: url('../../images/blank.gif');
	background-repeat	: no-repeat;
	background-position : right bottom;
	padding				: 5px;
}

.WebGadgetBody a, .WebGadgetBody a:visited
{
	color				: #165ea9;
	text-decoration		: none;
}

.WebGadgetBody a:hover
{
	color				: #77abe5;
	text-decoration		: underline;
}

.WebGadgetFooter
{
	background-color	: #e5e5e5;
	border-top-color	: #5e5e5e;
	border-top			: solid 1px;
	height				: 5px;
}

.WebGadgetHeader, .WebGadgetHeader span
{
	color				: #fff;
	font-weight			: bold;
}

.WebGadgetHeader
{
	background-color	: #e5e5e5;
	background-image	: url('../../images/theme/default/web/gadgetheader_bg_01.png');
	background-repeat	: repeat-x;
	font-weight			: bold;
	height				: 20px;
	padding				: 3px;
	text-align			: left;
}
/* End Gadget */
/* ============================================ */

/* ============================================ */
/* Gadget */
.WebGadgetMain
{
	background-color	: #fff;
	border-color		: #000;
	border-style		: solid;
	border-width		: 1px;
	font-size			: 10pt;
}

.WebGadgetMainBody
{
	padding				: 5px;
}

.WebGadgetMainBody, .WebGadgetMainBody span
{
	color				: #000;
}

.WebGadgetMainBodyRow
{
	background-image	: url('../../images/blank.gif');
	background-repeat	: no-repeat;
	background-position : right bottom;
}

.WebGadgetMainBody a, .WebGadgetMainBody a:visited
{
	color				: #165ea9;
	text-decoration		: none;
}

.WebGadgetMainBody a:hover
{
	color				: #77abe5;
	text-decoration		: underline;
}

.WebGadgetMainFooter
{
	border-top			: solid 1px;
	height				: 5px;
}

.WebGadgetMainFooterRow
{
	background-color	: #165ea9;
	border-top-color	: #5e5e5e;
}

.WebGadgetMainHeader
{
	font-weight			: bold;
	height				: 20px;
	padding				: 3px;
	text-align			: left;
}

.WebGadgetMainHeader, .WebGadgetMainHeader span
{
	color				: #fff;
	font-weight			: bold;
}

.WebGadgetMainHeaderRow
{
	background-color	: #e5e5e5;
	background-image	: url('../../images/theme/default/web/gadgetheader_bg_01.png');
	background-repeat	: repeat-x;
}
/* End Gadget */
/* ============================================ */






















/* ============================================ */
/* Dialog Box */
.Web-DialogBox-Container
{
	background-color	: #e0dfe3;
	border-color		: #999999;
	border-style		: solid;
	border-width		: 1px;
}

.Web-DialogBox-BodyRow
{
	!height				: 400px;
	min-height			: 400px;
	width				: 100%;
}

.Web-DialogBox-BodyCell, .Web-DialogBox-BodyCellLeft
{
	font-size			: 10pt;
	padding				: 0px;
}

.Web-DialogBox-BodyCellLeft
{
	width				: 140px;
}

.Web-DialogBox-DirectoryList a:hover, .Web-DialogBox-FileList a:hover
{
	text-decoration		: underline;
}

.Web-DialogBox-Button
{
	background-color	: #FFFBFF;
	border-color		: #999999;
	border-style		: solid;
	border-width		: 1px;
	color				: #284775;
}

.Web-DialogBox-DirectoryList, .Web-DialogBox-FileList
{
	background-color	: #FFFFFF;
	border-color		: #999999;
	border-style		: solid;
	border-width		: 1px;
	height				: 100%;
	overflow			: scroll;
	padding				: 5px;
}

.Web-DialogBox-DirectoryList a, .Web-DialogBox-DirectoryList a:visited, .Web-DialogBox-FileList a, .Web-DialogBox-FileList a:visited
{
	color				: #0000FF;
	text-decoration		: none;
}

.Web-DialogBox-TextBox
{
	background-color	: #FFFFFF;
	border-color		: #999999;
	border-style		: solid;
	border-width		: 1px;
	margin				: 0px 5px 0px 0px;
}

.Web-DialogBox-ThumbnailContainer
{
	float				: left;
	font-size			: 7pt;
	padding				: 5px;
	overflow			: hidden;
	text-align			: center;
}

.Web-DialogBox-ThumbnailImageContainer
{
	border-color		: #CCCCCC;
	border-style		: solid;
	border-width		: 1px;
	cursor				: hand;
	height				: 100px;
	width				: 100px;
}

.Web-DialogBox-ThumbnailContainer a:hover
{
	background-color	: #EEEEEE;
}
/* End Dialog Box */
/* ============================================ */

/* ============================================ */
/* Gadget Main */
.Web-Gadget-Main
{
	background-color	: #fff;
	border-color		: #000;
	border-style		: solid;
	border-width		: 1px;
	font-size			: 10pt;
}

.Web-Gadget-Main-Body
{
	padding				: 5px;
}

.Web-Gadget-Main-Body, .Web-Gadget-Main-Body span
{
	color				: #000;
}

.Web-Gadget-Main-Body a, .Web-Gadget-Main-Body a:visited
{
	color				: #165ea9;
	text-decoration		: none;
}

.Web-Gadget-Main-Body a:hover
{
	text-decoration		: underline;
}

.Web-Gadget-Main-Body-Row
{
	background-image	: url('../../images/blank.gif');
	background-repeat	: no-repeat;
	background-position : right bottom;
}

.Web-Gadget-Main-Footer
{
	border-top			: solid 1px;
	height				: 5px;
}

.Web-Gadget-Main-Footer-Row
{
	background-color	: #165ea9;
	border-top-color	: #5e5e5e;
}

.Web-Gadget-Main-Header
{
	font-weight			: bold;
	height				: 20px;
	padding				: 3px;
	text-align			: left;
}

.Web-Gadget-Main-Header, .Web-Gadget-Main-Header span
{
	color				: #fff;
	font-weight			: bold;
}

.Web-Gadget-Main-Header-Row
{
	background-color	: #e5e5e5;
	background-image	: url('../../images/theme/default/web/gadgetheader_bg_01.png');
	background-repeat	: repeat-x;
}
/* End Gadget Main */
/* ============================================ */

/* ============================================ */
/* Tooltip */
.Web-ToolTip
{
	background			: #fff;
	border				: solid 1px #000;
}

.Web-ToolTip-Body
{
	padding				: 3px;
	min-width			: 300px;
}

.Web-ToolTip-Header
{
	background-color	: #e5e5e5;
	background-image	: url('../../images/theme/default/web/gadgetheader_bg_01.png');
	background-repeat	: repeat-x;
	font-weight			: bold;
	padding				: 3px;
}
/* End Tooltip */
/* ============================================ */

