﻿.Clear
{
	clear: both;
}
.Center
{
	text-align: center;
}
.Canvas
{
	background: #fff;
	border-left: solid 1px #eee;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.Canvas a:hover
{
	text-decoration: none;
}
.Canvas h2
{
	font-size: 17px;
	color: #6a7b8f;
	font-weight: bold;
	font-family: arial;
}
.Canvas h4
{
	font-family: Arial, Sans-Serif;
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	padding: 3px;
	padding-top: 0px;
	border-bottom: solid 1px #666;
}
.Canvas p
{
	color: #666;
}
.Section
{
	margin-bottom: 30px;
}
.Section img
{
	
	float: none;
	margin-top: 5px;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.Images
{
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 600px;
	padding-left: 0px;
}
.Image
{
	border: solid 3px #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Image img
{
	max-width: 575px;
}
.Lists
{
	margin: 10px;
	background-color: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.Lists h5
{
	background-color: #dde9f2;
	padding: 5px;
	border-bottom: solid 1px #ccc;
	color: #000;
	font-weight: bold;
}
.Lists ul
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 15px;	
}
.Lists li
{
	margin-bottom: 5px;
	color: #333;
}
.Grid
{
	width: 100%;
	border-collapse: collapse;
}
.Grid th,
.Grid tr.Header td
{
	background-color: #eee;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.Grid .Empty
{
	background-color: #fff;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.Grid .Empty:hover
{
	background-color: #fff;
}
.Grid .Empty td
{
	border-bottom: none;
	padding-left: 10px;
}
.Grid tr
{
	padding: 0;
}
.Grid tr:hover 
{
	background-color: #eee;
	cursor: pointer;
}
.Grid tr.NoHover:hover 
{
	background-color: #fff;
}
.Grid td
{
	padding: 0;
	padding-left: 5px;
	border-bottom: solid 1px #ddd;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
	vertical-align: top;
}
.Grid td.Last,
.Grid th.Last
{
	padding-right: 5px;
}
.Grid td.Right,
.Grid th.Right
{
	text-align: right;
}
.Grid td.Center,
.Grid th.Center
{
	text-align: center;
}
.Grid td a,
.Grid td a:hover,
.Grid td a:active,
.Grid td a:visited
{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
}
.Grid tf, 
.Grid tr.Footer td
{
	border-top: #000;
	border-bottom: #ccc;
	background-color: #f8f8f8;
}
.Grid tr.Footer:hover
{
	background-color: #fff;
}
.Grid tr.Pager, 
.Grid tr.Pager td
{
	border-top: #fff;
	border-bottom: #fff;
	background-color: #fff;
}
.Grid tr.Pager td
{
	padding: 0;
	margin: 0;
}
.Grid tr.Pager a,
.Grid tr.Pager a:active,
.Grid tr.Pager a:visited,
.Grid tr.Pager span
{
	color: #3b5998;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	border: solid 1px #fff;
}
.Grid tr.Pager a:hover
{
	background-color: #eee;
	border: solid 1px #ccc;
}
.Grid tr.Pager span
{
	font-weight: bold;
	color: #3b5998;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	display: block;
}
.CollapsibleHeader
{
	background-color: #eee;
	font-weight: bold;
}
.Video
{
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	border: solid 1px #ccc;
}
.Video .Screen
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.Canvas ul
{
	list-style-type: none;
	border: solid 1px #ccc;
	list-style-position: inside;
	margin: 10px;
	margin-top: 0px;
	background-color: #fff;
}
.Canvas ul li
{
	border-bottom: solid 1px #ccc;
	padding: 7px;
	padding-left: 0px;
	margin: 0;
}
.Canvas h4
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.Card
{
	float: left;
}
.Card fieldset
{
	float: left;
	padding-left: 5px;
	width: 100%;
	border: 0;
}
.Card fieldset div
{
	margin-bottom: 3px;
	float: left;
	width: 100%;
	clear: both;
}
.Card h3
{
	float: left;
	width: 200px;
	margin-top: 10px;
}
.Card h4
{
	float: left;
	clear: both;
	width: 100%;
}
.Card label
{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 84px;
}
.Card input
{
	display: block;
	float: left;
}
.Card textarea
{
	float: left;
}
.Card select
{
	float: left;
}
.Card p
{
	color: #aaa;
	float: left;
	padding-bottom: 15px;
	padding-top: 3px;
}
.Matrix
{
	width: 100%;
	border-collapse: collapse;
}
.Matrix th
{
	background-color: #eee;
	border: solid 1px #ccc;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: bottom;
}
.Matrix td
{
	border: solid 1px #ccc;
	padding: 5px;
	text-align: center;
}
.Matrix td.First
{
	font-weight: bold;
	text-align: left;
}
.Message
{
	color: #d51515;
}
.DataLabel
{
	display: inline-block;
	width: 60px;
}
.AutoWidth
{
	width: auto;
}

.Error
{
	color: Red;
	font-weight: bold;
	text-align: center;	
}
table tr td.MenuCategory
{
	padding: 0px;
}
table tr td.MenuCategory a,
table tr td.MenuCategory a:hover,
table tr td.MenuCategory a:active,
table tr td.MenuCategory a:visited
{
	color: #fff;
	background: #fff url(../Images/MenuGradient.gif) repeat-x left top;
	font-family: Arial, Sans-Serif;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
