﻿body.channel-template
{
	background-color: #8595BE;
	margin: 0px;
}

body.channel-template .main-body
{
	background-color: White;
	background-image: URL(../App_Images/Background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

body.dialog-template
{
	background-color: #A5B5DE;
	margin: 0px;
}

body.dialog-template .main-body
{
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px 5px 20px;
	width: 500px;
}

body.dialog-template .FormButton
{
	width: 100px;
}

a:link, a:visited, a:active
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

img
{
	border: none;
}

img.left-side-graphic
{
	margin: 10px;
}

table
{
	border-style: none;
	width: 100%;
}

td.test
{
	border: solid 1px Black;
}

div.full-width
{
	margin-left: 10px;
	margin-right: 10px;
}

/* MainBanner [begin] */
div.MainBanner
{
}

div.MainBanner div.organization-logo
{
	float: left;
	text-align: left;
}

div.MainBanner div.login-banner
{
	font-family: Sans-Serif;
	font-size: xx-small;
	margin-right: 20px;
	margin-top: 10px;
}

div.MainBanner div.organization-motto
{
	float: right;
	font-size: large;
	margin-right: 20px;
	margin-top: 50px;
}
/* MainBanner [end] */

/* HorizontalNavBar [begin] */
div.HorizontalNavBar
{
	border-bottom: 1px solid Silver;
	border-top: 1px solid Silver;
	font-family: Sans-Serif;
}

div.HorizontalNavBar ul
{
	margin: 0px;
	margin-top: 3px;
	padding: 2px;
	list-style-type: none;
	text-align: center;
}

div.HorizontalNavBar ul li
{
	display: inline;
	margin-right: 25px;
}

div.HorizontalNavBar a.current-node
{
	color: #7585AE;
	font-weight: bolder;
}
/* HorizontalNavBar [end] */

/* LoginBanner [begin] */
div.LoginBanner
{
	text-align: right;
	vertical-align: middle;
}
/* LoginBanner [end] */

/* SiteInfoBanner [begin] */
div.SiteInfoBanner
{
	border-bottom: 1px solid Silver;
	border-top: 1px solid Silver;
	font-family: Sans-Serif;
	font-size: small;
	text-align: center;
	vertical-align: middle;
}
/* SiteInfoBanner [end] */

/* DataForm [begin] */

.DataForm
{
	border: solid 1px Silver;
}

.DataForm .heading-row
{
	font-family: Sans-Serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

.DataForm .control-column
{
	text-align: left;
	vertical-align: top;
}

.DataForm .data-column
{
	width: 400px;
}

.DataForm .Title
{
	background-color:Silver;
	text-align:center;
}

.DataForm .FieldName
{
	text-align:right;
	vertical-align:middle;
	width:150px;
}

.DataForm .FieldValidator
{
	text-align:center;
	vertical-align:middle;
	width:50px;
}

.DataForm .FieldValue
{
	vertical-align:middle;
	width:280px;
}

.DataForm .FieldValue input, .DataForm .FieldValue textarea
{
	width:270px; position:relative;
}

.DataForm .FormButton
{
	width: 80px;
}
/* DataForm [end] */

/* Selector [begin] */
.Selector
{
	border: solid 1px Silver;
}

.Selector .heading-row
{
	font-family: Sans-Serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

.Selector .Title
{
	background-color:Silver;
	text-align:center;
}

.Selector .FieldName
{
	font-family: Sans-Serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

.Selector .FieldValue
{
	width: auto;
}
/* Selector [end] */


table.company-header
{
	margin: 0px;
	padding: 0px;
}
table.company-header td
{
	padding: 0px;
}
table.company-header td.company-title
{
	font-size: 36.0pt;
	font-family: times new roman;
	font-style: italic;
	text-align: left;
	color: white;
}
table.company-header td.company-jingle
{
	font-size: 12.0pt;
	font-family: "verdana";
	text-align: right;
	color: white;
}

table.content
{
}
table.content tr.break td
{
	background-color: #A5B5DE;
}
table.content td.item-title
{
	font-size: 11.0pt;
	font-family: "verdana";
	width: 30%;
	vertical-align: top;
}
table.content td.item-details
{
	font-size: 10.0pt;
	font-family: "verdana";
	width: 70%;
	vertical-align: top;
}
table.content td.section-title
{
	background-color: #A5B5DE;
	font-size: 12.0pt;
	font-family: "verdana";
	width: 60%;
	vertical-align: top;
}

table.notation td
{
	border-style: solid;
	border-width: 1px;
	font-size: 9.0pt;
	font-family: "verdana";
}

span.term
{
}

span.service-term
{
	font-style: italic;
}
span.article-title
{
	font-size: 16.0pt;
	font-family: "verdana";
	font-weight: bold;
}
span.article-author
{
}
span.article-date
{
}
span.article-copyright
{
}
