﻿/*  */
body
{
	margin: 0px;
	font-size: 10px;
	font-family: Arial;
	background-color: #F0F0F0;
}

table
{
	background-color: #FFFFFF;
	font-size: 11px;
}

fieldset
{
	border: solid 1px RGB(255, 187, 0);
}
legend
{
	color: RGB(0, 34, 119);
}

/*Used for all buttons */
.button
{
	background-color: RGB(252, 240, 197);
	cursor: pointer;
}


/*Used for all tree views*/
.tree
{
	color: Black;
}

/*Used for selected node in treeviews*/
.selectedNode
{
	background-color: RGB(255, 187, 0);
}
.smallheader
{
	font-weight: 600;
}
/*Used for all error messages*/
.errortext
{
	color: Red;
	font-weight: normal;
	font-style: normal;
}

.wizardtable
{
	width: 100%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.wizardprevious
{
	text-align: left;
	width: 20%;
}

.wizardheader
{
	width: 60%;
	font-weight: 600;
	font-size: 12px;
}

.wizardnext
{
	text-align: right;
	width: 20%;
}

.wizardcontent
{
	text-align: center;
	padding-top: 10px;
	width: 100%;
}

.statusimage
{
}

.statusmessage
{
}

.statustable
{
}

/* Used for footer on masterpage */
.footer
{
	color: #999999;
	background-color: #F0F0F0;
}

/* Used for footer on masterpage */
.footer A
{
	color: #666666;
}
.pseudoA
{
	color: RGB(0, 0, 184);
}
A
{
	color: RGB(0, 0, 184);
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
.orangethickLine
{
	color: RGB(255, 187, 0);
	border-top: 6px solid;
}
.bluethickLine
{
	color: RGB(0, 34, 119);
	border-top: 6px solid;
}
.orangethinLine
{
	color: RGB(255, 187, 0);
	border-top: 1px solid;
	margin-bottom: 5px;
	margin-top: 5px;
}
.orangeBorder
{
	color: RGB(255, 187, 0);
	border: 1px solid;
}
.blueBorder
{
	color: RGB(0, 34, 119);
	border: 1px solid;
}
.menutab
{
	background-color: RGB(252, 240, 197);
	margin-right: 3px;
}
.menutabSelected
{
	background-color: RGB(255, 187, 0);
	margin-right: 3px;
}
.mainMenu
{
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 5px;
	height: 35px;
}
.subMenu
{
	background-image: URL(/images/website/SubMenuLeft.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-top: solid 1px #F0F0F0;
	padding-left: 5px;
	padding-right: 5px;
}
.subMenuDiv
{
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: bottom;
	width:150px;
}
.subMenuWithHover
{
}
#SubMenuSelected
{
	background-image: URL(/images/website/SubMenuLeftSelected.gif);
}
.subMenuWithHover:hover
{
	background-image: URL(/images/website/SubMenuLeftHover.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.alignmiddle
{
	vertical-align: middle;
}

.automarginleftright
{
	margin-left: auto;
	margin-right: auto;
}

/* table style used in static pictures */
.pictureTable
{
	border-top: solid 2px RGB(255, 187, 0);
	border-left: solid 2px RGB(255, 187, 0);
	border-right: solid 2px RGB(255, 187, 0);
	border-bottom: solid 1px RGB(255, 187, 0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.pictureTable td
{
	background: RGB(240, 240, 255);
	border-bottom: solid 1px RGB(255, 187, 0);
	padding: 5px;
}
.pictureTable th
{
	background-color: RGB(255, 187, 0);
	text-align: left;
}

.chooseLink
{
	margin-top: 10px;
	font-weight: normal;
}
.pictureLabel
{
	vertical-align: top;
	text-align: left;
	font-weight: 600;
}

/* generic data table layout (used for listviews) */
.dataTable
{
	border-top: solid 2px RGB(255, 187, 0);
	border-left: solid 2px RGB(255, 187, 0);
	border-right: solid 1px RGB(255, 187, 0);
	border-bottom: solid 1px RGB(255, 187, 0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.dataTable td
{
	background: RGB(240, 240, 255);
	border-bottom: solid 1px RGB(255, 187, 0);
	border-right: solid 1px RGB(255, 187, 0);
	padding: 3px;
	text-align: left;
}
.dataTableAlternatingTR td
{
	background: #EAE9E1;
	border-bottom: solid 1px RGB(255, 187, 0);
	border-right: solid 1px RGB(255, 187, 0);
	padding: 3px;
	text-align: left;
}
.dataTableCellSelected
{
	background-color: #FFFFCC !important;
}
.dataTableFooter td
{
	background-color: RGB(255, 187, 0);
	text-align: left;
}

.dataTable th
{
	background-color: RGB(255, 187, 0);
	text-align: left;
}

/* generic data grid layout */
.dataGrid
{
	border-top: solid 2px RGB(255, 187, 0);
	border-left: solid 2px RGB(255, 187, 0);
	border-right: solid 2px RGB(255, 187, 0);
	border-bottom: solid 1px RGB(255, 187, 0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.dataGrid td
{
	background-color:#F0F0FF; 
}
.dataGrid > tbody > tr > td
{
	padding: 3px;
	text-align: left;
}
.dataGrid > tbody > tr > th
{
	background-color: #FFBB00;
	text-align: left;
}
.dataGridSelectedRow td
{
	background-color: RGB(252, 240, 197);
}
.dataGridCells
{
	background-color: RGB(240, 240, 255);
	border: solid 1px RGB(255, 187, 0);
	text-align:left;
	vertical-align:top;
	padding:3px;
}
.dataGridHeaderCells
{
	background-color: RGB(255, 187, 0);
	text-decoration:none;
	text-align:left;
	vertical-align:top;
	border-width:1px;
	border-style:solid;
	border-color:RGB(255, 187, 0);
}

/* used for tabs on visual config */
.vcmenutab
{
	background-color: RGB(252, 240, 197);
	margin-left: 3px;
	padding: 5px;
}
.vcmenutabSelected
{
	background-color: RGB(255, 187, 0);
	margin-left: 3px;
	padding: 5px;
}
.vcmenutabChanged
{
	background-color: RGB(128, 255, 0);
	margin-left: 3px;
	padding: 5px;
}
.frontpagetext
{
    font-size: 20px;
    font-family: Calibri, Sans-Serif;
    color: red;
    font-weight: 800;
}