﻿html, form
{
	height: 100%;
}
body
{
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #4C4C4C;
	background: #F9F9F9 url(images/body_bg.gif);
	background-repeat:repeat-x;
}
#page
{
	margin: 0 auto auto auto;
	position: relative;
	width: 1000px;
	min-height: 100%;
	background-color: #FFFFFF;
}
#content
{
	/*margin-top: 3px;*/
	padding-bottom: 20px;
	width: 100%;
}
#footer
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left:0px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 75%;
	/*font-weight: normal; 
	font-style: normal;*/
	text-decoration: none;
	color: #36393D;
	padding: 6px 0px 6px 0px;
	/*margin: 5px 0px 5px 0px;
	background-color: #F9F9F9;*/
	border-top: solid 3px #ccdaf3;
	/*list-style-type: square; */
	/*height:23px;*/
}


input, select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4C4C4C;
}
textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4C4C4C;
	resize: none; /* issue with safary, chrome */
}
input.button
{
	/*margin: 0px 5px 0px 5px;*/
	/*color: #050;*/
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	/*background-color: #DDDDDD;*/
	/*border: 1px solid;*/
	 /*	 	border-top-color: #696; 	border-left-color: #696; 	border-right-color: #363; 	border-bottom-color: #363; */
}
.TabMenu
{
	padding-right: 5px;
	/*border-spacing: 6px;*/ /*float:right;*/
}
.TabButton
{
	padding: 3px;
	color: #050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #DDDDDD;
}
.TabButton a:link, a:hover, a:active, a:visited
{
	font-weight: normal;
	cursor: hand;
}
.TabButton-Selected
{
	padding: 3px;
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid Gray;
}
.TabButton-Selected a:link, a:hover, a:active, a:visited
{
	color: Gray;
	text-decoration: none;
	cursor: default;
	filter: blur;
}
.TabArea
{
	padding: 10px 5px 5px 5px;
	border: solid 1px #B4B4B4;
	height: 500px;
	vertical-align: top;
}
.LinkTabs
{
	/*border: solid 1px #DDDDDD;*/
	padding-left: 20px;
	/*border-spacing: 10px;*/ /*border-bottom: solid 1px #DDDDDD;*/
}
.LinkButton
{
	/*margin: 0px 5px 0px 5px;*/
	padding: 2px 4px 2px 4px;
	color: #050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: inherit;
	display: inline-block;
}
.LinkButton a:link, a:hover, a:active, a:visited
{
	font-weight: normal;
	cursor: hand;
}
.LinkButton-Selected
{
	/*margin: 0px 5px 0px 5px;*/
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #B4B4B4;
}
.LinkButton-Selected a:link, a:hover, a:active, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	filter: blur;
}

a:link, a:active
{
	color: #FF6600;
	text-decoration: none;
	font-weight:normal;
}
a:visited
{
	color: #B65322;
	text-decoration: none;
	font-weight:normal;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
	font-weight:normal;
}

h1
{
	font-size: 130%;
	padding-left: 10px;
}
h2
{
	font-size: 120%;
	/*border-bottom: 1px solid #CCCC99;*/
	/*padding-bottom: 4px;*/
	margin-top: 2px;
	margin-bottom: 20px;
	text-align:left;
}
h3
{
	font-size: 100%;
	border-bottom: 1px solid #993333;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h4
{
	font-size: 90%;
	background-color: #EEEECC;
	padding: 1px 0px 4px 0px;
}

ul, ol
{
	list-style-position: inside;
	list-style-type: square;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
}

/* View */
.FormView /* details form and view*/
{
	width: 100%;
}

.Panel
{
	border: solid 1px #B4B4B4;
	vertical-align: top;
}

/* List */
.List
{
	table-layout: fixed; /*text-decoration: none;     border: none;*/
	margin-bottom: 25px;
}
.List-Header th
{
	font-weight: normal;
	text-decoration: none; /*padding: 2px 0px 2px 0px;*/ /*    border: solid 1px Blue; */ /*font-weight: bold;*/ /*color: #fff;*/ /*background-color: #730006;*/ /*padding: 2px 1px 2px 1px;  background-image: url(../images/tableheaderIMG.png);     background-repeat: repeat-x;     padding: 2px 0px 2px 3px; */
}
.List-Row td
{
	background-color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	border: none;
}
.List-Row-Alt td
{
	background-color: #F5F5F5;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	border: none;
}
.List-Row-Hovered td
{
	background-color: #E0ECFF;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	border: none;
}
.List-Row-Selected td
{
	background-color: #99CCFF;
	padding: 1px 5px 1px 5px;
	cursor: wait;
	border: none;
}
.List-Page td td
{
	font-weight: bold;
	border: 1px solid #87CEFA;
	background-color: #F5F5F5;
}
/* round box */
.roundcont
{
	width: 550px;
	background-color: #DFDBDC;
	color: #000;
}

.roundtop
{
	background: url(Images/tr.gif) no-repeat top right;
}

.roundbottom
{
	background: url(Images/br.gif) no-repeat top right;
}

.corner
{
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}
