﻿/* Base Web control */

.BaseControlTable
{
	width: 100%;
	border: 0px;
}

.BaseControlTopLeft
{
	position: relative;
	top: 1px;
	width : 11px;
	height: 16px;
	background-image: url(Images/ControlTopLeft2.png);
}

.BaseControlTopMiddleOld
{
	background: url(Images/pixel.gif) repeat-x top;
	background-color: #ECECEC;
	font-weight:bold;
	text-align: center;
}

.BaseControlTopMiddle
{
	background: url(Images/ControlTopMiddle2.png) repeat-x top;
	font-weight:bold;
	text-align: center;
}

.BaseControlTopRight
{
	position: relative;
	top: 1px;
	width : 11px;
	height: 16px;
	background-image: url(Images/ControlTopRight2.png);
}


.BaseControlBottomTitleLeft
{
	height: 1px;
	background: url(Images/pixel.gif);
}

.BaseControlBottomTitleMiddle
{
	height: 1px;
	background: url(Images/pixel.gif);
}

.BaseControlBottomTitleRight
{
	height: 1px;
	background: url(Images/pixel.gif) repeat-x bottom;
}

.BaseControlMiddleLeft
{
	background: url(Images/pixel.gif) repeat-y left;
}

.BaseControlContent
{
	font-size: 8pt;
}

.BaseControlMiddleRight
{
	background: url(Images/pixel.gif) repeat-y right;
}

.BaseControlBottomLeft
{
	width : 11px;
	height: 8px;
	background-image: url(Images/ControlBottomLeft.png);
}

.BaseControlBottomMiddle
{
	background: url(Images/pixel.gif) repeat-x bottom;
}

.BaseControlBottomRight
{
	width : 11px;
	height: 8px;
	background-image: url(Images/ControlBottomRight.png);
}

.BaseButton
{
	background-image : url(Images/fondButton.gif);
	font-family:Tahoma;
	font-size:11px;
	color:#FF6000;
	border:1px solid #B0B0B0;
	font-weight:bolder;	
}

.BaseSimpleBorder
{
	border:1px solid black;
}

.BaseSimpleBorderBig
{
	border:1px solid black;
	width:300px;
}

.formTdContent
{
	font-family:Tahoma;
	font-size:11px;
	color:black;
	font-weight:bolder;	
	padding:2px;
	margin-top:5px;
	background:#f2f0f0;
}

.formTdActionsBar
{
	border-bottom:1px solid black;
	padding:2px;
}