﻿/* BORDER */
.BorderTable
{
	margin: 0px;
	padding: 0px;
}
.BorderTableTopLeftTd
{
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../../Image/MainBorderTopLeft.jpg);
}
.BorderTableTopTd
{
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(../../Image/MainBorderTop.jpg);
}
.BorderTableTopRightTd
{
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../../Image/MainBorderTopRight.jpg);
}
.BorderTableMiddleLeftTd
{
	padding-top: 100px;
	text-align: right;
	padding-right: 1px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(../../Image/MainBorderLeft.jpg);
}
.BorderTableMiddleTd
{
}
.BorderTableMiddleRightTd
{
	padding-top: 100px;
	text-align: left;
	padding-left: 2px;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../../Image/MainBorderRight.jpg);
}

.BorderTableBottomLeftTd
{
	width: 20px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../../Image/MainBorderBottomLeft.jpg);
}
.BorderTableBottomTd
{
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../../Image/MainBorderBottom.jpg);
}
.BorderTableBottomRightTd
{
	height: 20px;
	width: 20px;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../../Image/MainBorderBottomRight.jpg);
}

/* LAYOUT */

.MainPanel
{
	border: 1px solid #FF0000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.LayoutTable
{
	background-color: #FFFFFF;
	/*border-style: none solid solid solid;
	border-width: 1px;
	border-color: #D2D2D2;*/
}

/* HEADER 1 */

.Header1Td
{
}

.Header1Panel
{
	height: 10px;
	width: 240px;
}

/* TAIL 2 */

.Header2Td
{
}

.Header2Panel
{
	height: 10px;
	width: 0px;
}

/* HEADER 3 */
.Header3Td
{
}

.Header3Panel
{
	height: 10px;
	width: 740px;
}


/* LOGO */

.LogoTd
{
	vertical-align: bottom;
}
.LogoPanel
{
	text-align: center;
	padding-right: 20px;
	padding-bottom: 20px;
}
.LogoImage
{
	left: 20px;
}

/* VERTICAL DIVIDER 1 */
.VerticalDivider1Td
{
}

.VerticalDivider1Panel
{
	padding-top: 100px;
	text-align: left;
	padding-left: 0px;
}


/* COMMON MENU */

.CommonPanelTd
{
	padding-top: 30px;
}

.CommonPanel
{
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #D2D2D2;
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Image/CommonMenuBackground.jpg);
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
}

/* MAIN MENU */
.MainMenuTd
{
	border-style: none none solid solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.MainMenuPanel
{
	z-index: -1000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Image/MainMenuBackground.jpg);
	 background-color: #01448A;
	height: 45px;
}

.MainMenu
{
}

/* LEFT PANEL */

.LeftPanelTd
{
	background-color: #F2F2F2;
}

/* CONTENT PANEL TD */

.ContentPanelTd
{
	vertical-align: top;
	border-color: #D2D2D2;
	border-style: none none none solid;
	border-left-width: 1px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Image/MainContentBackground.jpg);
}

.ContentPanel
{
	vertical-align: top;
}

/* TAIL 1 */

.Tail1Td
{
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #D2D2D2;
}

.Tail1Panel
{
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Image/CommonMenuBackground.jpg);
	height: 30px;
}

/* TAIL 2 */

.Tail2Td
{
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #D2D2D2;
}

.Tail2Panel
{
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Image/CommonMenuBackground.jpg);
	height: 30px;
}

/* TAIL 3 */

.Tail3Td
{
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #D2D2D2;
}

.Tail3Panel
{
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../Image/CommonMenuBackground.jpg);
	padding-top: 5px;
	height: 25px;
}

.CommonTable
{
	width: 100%;
}
.CommonTableFlagTd
{
	width: 100px;
}
.CommonTableCommonMenuTd
{
	text-align: right;
}
.CommonTableSearchTd
{
	padding-left: 10px;
	width: 200px;

}

.FlagImageButton
{
	padding-right: 5px;
	padding-top: 5px;
}

.SearchTextBox
{
	border: 1px solid #C0C0C0;
}
.SearchTextBoxWatermark
{
	border: 1px solid #C0C0C0;
	color: #D8D8D8;
	background-color: #F2F2F2;
}
