/* The following makes pages 100% height */
html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* end 100% height stuff */

/* background color of pages */
body
{
	background-color: #1E4773;
}
body.Main
{
	background-color: #1E4773;
}
/* end background color */

/* Container owns everything on the page */
table.Container
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
td.Container
{
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding: 0px;
}
/* end container */

/* does a shadow around a box, used on the login page */
/* ShadowTop - ShadowMid - ShadowBottom - *** ayta leipoun *** */
table.ShadowBox
{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
td.ShadowBox
{
	padding: 0px;
}
td.ShadowTopLeft
{
	padding: 0px;
	width: 1px;
	height: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners.png) no-repeat -60px 0px;*/
}
td.ShadowTopRight
{
	padding: 0px;
	width: 1px;
	height: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners.png) no-repeat -40px 0px;*/
}
td.ShadowBottomLeft
{
	padding: 0px;
	width: 1px;
	height: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners.png) no-repeat 0px 0px;*/
}
td.ShadowBottomRight
{
	padding: 0px;
	width: 1px;
	height: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners.png) no-repeat -20px 0px;*/
}
td.ShadowLeftTile
{
	padding: 0px;
	width: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners.png) repeat-y -100px 0px;*/
}
td.ShadowRightTile
{
	padding: 0px;
	width: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners.png) repeat-y -80px 0px;*/
}
td.ShadowTopTile
{
	padding: 0px;
	height: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners2.png) repeat-x 0px -40px;*/
}
td.ShadowBottomTile
{
	padding: 0px;
	height: 1px;
	background-color:#00CCFF;
	/*background: url(images/skin/shadowcorners2.png) repeat-x 0px 0px;*/
}
/* end shadow stuff */


/* Log in box styles */
table.MainBox
{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	font: 9pt Arial;
	color: #497699;
	height: 628px;
	width: 840px;
	background-color: #666666;
	text-align: left;
}

td.MainBox
{
	padding: 6px 20px 6px 20px;
}

/* Used for the top blue bar of any "window" without a button bar */
td.TopPanelLeft
{
	background: #1E4773 url(images/background_840.jpg) center no-repeat;
	padding: 0px;
	margin: 0px;
	font: 14pt Comic Sans MS;
	color: #1E4773;
	vertical-align: top;
	width: 840px;
	height: 628px;
}
td.TopPanelRight
{
	padding: 0px;
	margin: 0px;
	width: 31px;
	background: url(images/skin/PanelTile2.png) repeat-x;
}
