﻿body
{
	 
	font-family: Georgia, Times, "Times New Roman", serif;
	color: black;
	width: 1350px;
	background-color: gray;
	/*padding: 0px;
	border-right: 0px solid black;
	padding-top: 1px;
	padding-left: 30px;
	vertical-align: central;
	height: 420px;
	font-size: 10px;*/
}

#Container
{
	background-color: #f2f2f2;
	overflow: auto;
	width: 100%;
	border-radius: 10px;
	height: 650px;
}

.form-module
{
	position: relative;
	background: #ffffff;
	max-width: 98.4%;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	height: 520px;
}

#Content
{
	padding-top: 1em;
	background-color: White;
	overflow: inherit;
	 
	padding: 10px;
	border-left: 10px solid #f2f2f2;
	border-right: 10px solid #f2f2f2;
	height: 500px;
}

td
{
	font-size: 20px;
	font-family: Century Gothic;
	
}

.form-module .toggle
{
	cursor: pointer;
	position: absolute;
 
	background: #33b5e5;
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

	.form-module .toggle .tooltip
	{
		position: absolute;
		top: 5px;
		right: -65px;
		display: block;
		background: rgba(0, 0, 0, 0.6);
		width: auto;
		padding: 5px;
		font-size: 10px;
		line-height: 1;
		text-transform: uppercase;
	}

.form-module .form
{
	padding: 40px;
}

	.form-module .form:nth-child(2)
	{
		display: block;
	}

.form-module h2
{
	margin: 0 0 20px;
	color: #33b5e5;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.form-module input
{
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	 
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	border-radius: 5px;
}

	.form-module input:focus
	{
		border: 1px solid #33b5e5;
		color: #333333;
	}

.button
{
	cursor: pointer;
	background: #105CB0;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #ffffff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	border-radius: 5px;
}

	.button:hover
	{
		background: #105CB0;
	}

.form-module .cta
{
	background: #f2f2f2;
	width: 250px;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
}

	.form-module .cta a
	{
		color: #333333;
		text-decoration: none;
	}


#header
{
	background-color: white;
	margin: 10px 10px 0px 10px;
	height: auto;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: none;
}

/*#SideBar
{
	float: left;
	width: auto;
	margin-left: 10px;
	padding-top: 1em;
	height: 900px;
}*/


#Footer
{
	font-size: 10px;
	font-family: Arial,'MV Boli';
	clear: both;
	background-color: #f2f2f2;
	color: black;
	text-align: left;
}

#header .Title
{
	color: #33b5e5;
}

#header h1
{
	margin: 10px 40px 10px 40px;
}

#header h5
{
	margin: 10px 40px 10px 40px;
	vertical-align: middle;
}

#header .TagLine
{
	color: White;
	margin: 40px 40px 10px 70px;
}



a
{
	color: #BC3455;
}

	a:visited
	{
		color: Gray;
	}

.Menu ul
{
}

.Menu li
{
}

.Menu
{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	background-color: #33b5e5;
	color: White;
	border-right: 1px solid #E7FBFD;
	border-left: none;
	border-radius: 3px;
	font-size: 12px;
	padding: 1px;
}

.MenuBAR
{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	background-color: #105CB0;
	color: White;
	border-right: 1px solid #E7FBFD;
	border-left: none;
	border-radius: 3px;
	font-size: 12px;
	padding: 1px;
	height: 24px;
}

.MenuBAR1
{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	background-color: #B6B6B4;
	color: White;
	border-right: 1px solid #E7FBFD;
	border-left: none;
	border-radius: 3px;
	font-size: 12px;
	padding: 1px;
	height: 14px;
}

.Menu a:hover
{
	background-color: lightblue;
	border-right: 1px solid #FFA284;
	border-radius: 3px;
}

.gridAlternatingRowStyle
{
	background-color: White;
}

.gridEditRowStyle
{
	background-color: #2461BF;
}

.gridFooterStyle
{
	background-color: #EDB830;
	color: White;
	font-weight: bold;
}

.gridHeaderStyle
{
	background-color: #CE6E1E;
	font-weight: bold;
	color: White;
}

.gridPagerStyle
{
	background-color: #EDB830;
	color: White;
	text-align: center;
	margin: 20px;
	border: 1px solid black;
	background-image: url(Images/abc.gif);
}

.gridRowStyle
{
	background-color: #EFF3FB;
}

.gridSelectedRowStyle
{
	background-color: #D1DDF1;
	color: #333333;
}

.grid
{
	border: none;
	width: 100%;
}

.imagecells img
{
	width: 140px;
	height: 100px;
	border: 2px solid Gray;
	padding: 15px;
	margin: 15px;
	background-color: #EDB830;
	border-style: inset;
}

.quotehomepage blockquote
{
	font: italic 1em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 300px;
	background: url(/ThemeManager/Images/closequote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	float: right;
	margin: 20px 0 10px 10px;
	color: #999999;
}

	.quotehomepage blockquote:first-letter
	{
		background: url(/ThemeManager/Images/openquote.gif) no-repeat left top;
		padding-left: 18px;
		font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	}

.welcome span
{
	color: #CE6E1E;
}
