
/* Standard tags */
table
{
	border-collapse: collapse;
	padding: 0px; /* 4 rows for debug help when you are lost in tablenavigation  */ /*  border-right: red 1px solid; 	border-top: red 1px solid; 	border-left: red 1px solid; 	border-bottom: red 1px solid;   */
}

textarea
{
	font-family: trebuchet ms, helvetica, arial, verdana, sans-serif;
}


/* Working-area styles */

.DefaultLogo
{
	background-image: url(Pics/btslogo.gif);
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Verdana, Tahoma;
	font-size: 16pt;
	height: 48px;
	width: 240px;
	border-bottom: red thin;
}

/* Area below the header and menu (Contains the buttonrow and data area) */
.PanelContent
{
	text-align: left;
	overflow: hidden;
	border-bottom: solid 2px Gainsboro;
}
/* The dataarea that is scrollable (contains the errormsg and data) */
.PanelData
{
	overflow: auto;
}

.Header
{
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(../Images/header_rowBg.gif);
	width: 100%;
	border: 1px solid #a9a9a9; /* border-bottom-color: DarkGray; */ /* border-right-color: DarkGray; */
}

.SectionTable
{
	margin-left: 10px;
	font-size: 8pt;
	border-right: #a9a9a9 1px solid; /*border-right: red 1px solid; 	border-top: red 1px solid; 	border-left: red 1px solid; 	border-bottom: red 1px solid;  */
}

.SectionTable td
{
	width: 160px;
	padding-right: 10px;
	border-right: none;
}

.SectionTableHeader
{
	font-weight: bold;
	font-size: 12pt;
	padding-top: 4px;
}

.SectionTableHeaderSmall {
	font-family:trebuchet ms, helvetica, arial, verdana, sans-serif;
	color:#3a3a3a;
	font-size:7.5pt;
}

.QuizReportTable
{
	margin-left: 10px;
	font-size: 8pt;
	border-right: #a9a9a9 1px solid; /*border-right: red 1px solid; 	border-top: red 1px solid; 	border-left: red 1px solid; 	border-bottom: red 1px solid;  */
}

.QuizReportTable td
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
}

.QuizReportTableHeader
{
	font-weight: bold;
	font-size: 12pt;
	padding-top: 4px;
}


.AntitrustTable
{
	margin-left: 10px;
	font-size: 8pt;
}

.AntitrustTable td
{
	padding-right: 10px;
}


.AntitrustReportTable
{
	margin-left: 10px;
	font-size: 8pt;
	border: #000000 1px solid; /*border-right: red 1px solid; 	border-top: red 1px solid; 	border-left: red 1px solid; 	border-bottom: red 1px solid;  */
}

.AntitrustReportTable td
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000000 1px solid;
	vertical-align: top;
}

.AntitrustReportHeader
{
	font-weight: bold;
	font-size: 12pt;	
}

/* Databox */
.ControlContainer {
}

.ControlContainer td
{
}

.DataBoxEdit {
	font-size:10pt;
	width: 275px;
	border: 1px solid #777777;
}

.DataBoxReadOnly {
	font-size:12pt;
	font-weight:bold;
	font-family:trebuchet ms, helvetica, arial, verdana, sans-serif;
	color:#e97605;
}

.DataBoxLabel {
	font-size:10pt;
	width: 275px;
	font-weight:bold;
	font-family:trebuchet ms, helvetica, arial, verdana, sans-serif;
	color:#20467b;
}
.chk_box_label {
	font-size:8pt;
	width: 275px;
	font-weight:normal;
	font-family:trebuchet ms, helvetica, arial, verdana, sans-serif;
	color:#777777;
}
#ChangePassword_chk {
	margin: 0 7px 0 10px;
}

/* Button */
.Button
{
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	background-image: url(../Images/RedButton.jpg);
	width: 85px;
	height: 21px;
	color: white;
	background-color: transparent;
}

.Line
{
	background-position: center bottom;
	background-image: url(../Images/break.gif);
	background-repeat: repeat-x;
	height: 40px;
}


/* DataGrid */

.DatagridPanel
{
	height: 300px;
	width: 240px;
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	border-bottom: 2px inset;
}

.DatagridContainer
{
	width: 100%;
}
.DatagridContainer TD
{
	width: auto;
	padding: 0px 0px 0px 0px;
}

.Datagrid
{
	width: 100%;
	text-align: left;
	background-color: White;
	font-weight: bold;
	font-size: 8pt;
}

.Datagrid td
{
}

.Datagrid a
{
	color: #505050;
}

.Datagrid a:link
{
	color: #505050;
}

.Datagrid a:visited
{
	color: #505050;
}

.Datagrid a:hover
{
	color: #505050;
}

.DatagridHeader
{
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	background-color: Silver;
}

.DatagridRow
{
	font-size: 9pt;
	color: Black;
}

.DatagridSelectedRow
{
	font-size: 9pt;
	color: Black;
	background-color: #FFEEC2;
}

.DatagridButton
{
	font-size: 9pt;
	color: black;
	text-decoration: underline;
}

.DataGridPager TD
{
	width: 0px;
}

.Menu
{
	background-color: #778899;
	color: #ffffff;
}


.TopMenuItem
{
	color: #ffffff;
	background-color: #778899;
	margin-bottom: 6px;
	margin-right: 12px;
	width: 110px;
}

.TopMenuItem a
{
	color: #ffffff;
}

.TopMenuItem a:link
{
	color: #ffffff;
}

.TopMenuItem a:visited
{
	color: #ffffff;
}

.TopMenuItem a:hover
{
	color: #ffffff;
}

.SubMenu
{
	background-color: #bdb76b;
	color: #ffffff;
}

.SubMenuItem
{
	color: #ffffff;
	background-color: #bdb76b;
	margin-bottom: 6px;
	margin-right: 12px;
	width: 110px;
}

.SubMenuItem a
{
	color: #ffffff;
}

.SubMenuItem a:link
{
	color: #ffffff;
}

.SubMenuItem a:visited
{
	color: #ffffff;
}

.SubMenuItem a:hover
{
	color: #ffffff;
}

.LeftMenu
{
	background-color: #778899;
	color: #ffffff;
}

.ErrorMessage
{
	font-size: 10pt;
	color: red;
	border-top-style: none;
	font-family: Verdana, Tahoma;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100%;
}
