﻿
body
{
	font-family: verdana, arial, sans-serif;
	color: #333;
	width: 95em;
	margin: 0 auto;
	padding-bottom: 2em;
	background: #fff url(/Layout/Images/bg.jpg) repeat-x;
}
p
{
	font-size: 1.1em;
	line-height: 1.6em;
}
a
{
	color: #467491;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: arial;
}
h2
{
	font-size: 3em;
	line-height: 1em;
}

/* header
------------------------------------------------------------------------------------------------ */
.header
{
	height: 130px;
	background-color: White;
}
.header img
{
	margin-bottom: 10px;
	margin-top: 15px;
}

.menu
{
	background-color: White;
	margin-bottom: 10px;
}

/*TopMenu*/
.topMenu
{
	height: 3em;
	padding: 0;
	margin: 0;
	width: 95em;
	background: #7FA1B6;
	clear: both;
	list-style-type: none;
	border: 1px solid #fff;
	margin-left: 0px;
}
.topMenu li
{
	float: left;
	height: 3em;
	list-style: none;
	margin-top: 0;
	background: #7FA1B6;
	border-right: 1px none #fff;
	overflow: hidden;
}
.topMenu li.selected
{
	height: 3em;
	margin-top: -0.6em;
	margin-left: -1px;
	padding-top: 0.5em;
	background-color: #467491;
	border: 1px solid #fff;
}
.topMenu li a
{
	font-size: 1.3em;
	line-height: 2em;
	padding: 1em 1.4em;
	color: #fff;
}
.topMenu li a:hover
{
	background-color: #7291A3;
	color: #fff;
	text-decoration: none;
}
.topMenu .selected a:hover
{
	background-color: #467491;
}

/*SubMenu*/
.subMenu
{
	background-color: #7FA1B6;
	float: left;
	width: 100%;
	height: 25px;
	margin: 0 1px 0px 1px;
	font-size: 1.1em;
}
.subMenua a
{
	font-size: 1.1em;
	height: 25px;
	text-decoration: none;
	padding: 7px;
}
.subMenuSel
{
	font-size: 1.1em;
	height: 25px;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

/*All content*/
.allContent
{
	background-color: White;
	width: 95.2em;
	min-height: 400px;
}

.page
{
}

.page h3, h2
{
	color: #284d63;
	font-size: 2em;
	padding-bottom: 0.7em;
}

/*Footer*/
.footer
{
	float: left;
	margin-top: 20px;
	width: 96.1em;
}

.application
{
	text-align: left;
	width: 500px;
	margin-left: 40px;
}
.application span
{
	height: 25px;
}
.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.gridView
{
	color: #333;
	width: 90em;
}
.gridView a
{
	color: #333;
}
.gridViewHeader
{
	text-align: left;
	border-bottom: solid 1px #ccc;
	padding: 8px 4px 8px 0;
	font-weight: bold;
}
.gridViewRow
{
	height: 25px;
	border-bottom: dotted 1px #ccc;
}
.gridViewItem
{
	padding-right: 10px;
	border-bottom: dotted 1px #ccc;
}

.adminApplicationTable
{
	height: 30px;
}
.userInfoTable td
{
	height: 30px;
	padding-right: 20px;
}
.productTable span
{
	line-height: 30px;
}

.HideButton
{
	display: none;
}

.userTable tr
{
	height: 25px;
}
.userTabletd
{
	width: 100px;
}
.tab
{
	font-size: 1.1em;
	font-weight: bold;
	background: url(/Layout/Images/tab.png) no-repeat;
	width: 210px;
	height: 32px;
	padding: 9px;
	text-decoration: none;
}
.selectedTab
{
	font-size: 1.1em;
	font-weight: bold;
	background: url(/Layout/Images/tabSelected.png) no-repeat;
	width: 210px;
	height: 32px;
}
.tabContents
{
	clear: both;
	float: left;
	border: solid 1px black;
	padding: 10px;
	background-color: white;
	width: 925px;
}

.clearDateCss td
{
	line-height: normal;
	height: auto;
	padding: 0;
}
.clearDateCss tr
{
	line-height: normal;
}
.www
{
	width: 90em;
}
.www a
{
	color: #333;
}
.www td, .www th
{
	padding: 8px 10px;
}
.www th
{
	font-weight: bold;
}
.www td
{
	border-bottom: 1px dotted #ccc;
}
.www tr
{
	vertical-align: top;
}
.www th
{
	border-bottom: 1px solid #ccc;
}
.gridViewPager tr
{
	height: 40px;
}
.gridViewPager td
{
	border: 0;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 14px;
}
.gridViewPager span
{
	font-size: 16px;
	color: Red;
}

