﻿body
{
	font-size: 10pt;
	font-family: Tahoma, Arial;
	margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    /*background-color: #F1FAFB;*/
}
fieldset
{
	padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


/* Items for Master Page */
.MasterDiv
{
    width: 100%;
    /* background-color: #333365; */
    text-align: center;
    vertical-align: top;
}
.InsideMasterDiv
{
    width: 980px;
    background-color: White;
    text-align: center;
    vertical-align: top;
    /*border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;*/
}
.MasterTable
{
    width: 980px;
    background-color: White;
    text-align: center;
    border-right: #ff0000 1px solid;
    border-top: #ff0000 1px solid;
    border-left: #ff0000 1px solid;
    border-bottom: #ff0000 1px solid;
}

.Banner
{
    width: 100%;
    height: 145px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image:url(../../Images/banner.jpg);
    background-repeat: no-repeat;
    padding-top:55px;
	padding-left:240px;
	border:solid 1px black;
	text-align: left;
}

/* Tables, Panels & Divs */
table
{
	font-size: 10pt;
	font-family: Tahoma, Arial;
}
table .BorderBottom
{
	border-bottom: solid 1px #242424;
}
table .InsideMain
{
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left;
}
table .Login
{
    background-color: White;
}

/* Controls */
.Control
{
	font-size: 10pt;
	font-family: Tahoma, Arial;
	border: solid 1px black;
}
.ControlSmall
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
}
.Label
{
	font-weight: bold;
	color: black;
}
.LabelControl
{
    font-weight: bold;
    color: #333365;
    padding-right: 1px;
    text-align: right;
}
.LabelFieldset
{
	color: #333399;
	font-size: 11pt;
	font-weight: bold;
}
.LabelSmall
{
	font-weight: bold;
	color: black;
	font-size: 8pt;
}
.LabelSuccess
{
    font-weight: bold;
    color: #000080;
    background-color: #ffefd5;
}
.LabelHeader
{
	color: #333399;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}
.LabelSubheader
{
    background-color: #333365;
	color: white;
	font-weight: bold;
	text-align: center;
}
.ReadOnly
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	background-color: #DCDCDC;
}
.Error
{
	font-size: 10pt;
	color: red;
}
.ErrorLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
}
.ErrorLabelSmall
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
}
.Linkbutton
{
	color: #333365;
}
.LinkbuttonSmall
{
	font-size: 8pt;
	color: #333365;
}
.LinkbuttonSmallBold
{
	font-size: 8pt;
	color: #333365;
	font-weight: bold;
}
.BoldControl
{
	font-weight: bold;
}

/* Tabs & Cells */
.SelectedTab 
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Arial;
	vertical-align: middle;
	text-align: center;
	height: 30px;
    background-color: #c6cce0;
    border-left: solid 1px #242424;
    border-right: solid 1px #242424;
    border-top: solid 1px #242424;
}
.Tab 
{
    color: #000080;
    height: 30px;
    background-color: #efefef;
    border-left: solid 1px #c6cce0;
    border-right: solid 1px #c6cce0;
    border-top: solid 1px #c6cce0;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-family: Tahoma, Arial;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}

.Tab a:hover
{
    text-decoration: underline;
    /*background-color: #BBBBBB;
    border-left: solid 1px #c6cce0;
    border-right: solid 1px #c6cce0;
    border-top: solid 1px #c6cce0;
    border-top-color: #838FBC;
    border-right-color: #838FBC;
    border-left-color: #838FBC;*/
}
/*
.Tab
{
    height: 30px;
    border-bottom: solid thin #ff0000;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-right:solid 1px black;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ECF3FC',EndColorStr='#BFD6F6');
    text-align: center;
	cursor: pointer;
}
.SelectedTab
{
	background-color: #8b0000;
	color: white;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#8b0000',EndColorStr='#ff0000');
	height: 30px;
	text-align: center;
}
*/
.SelectedPanel
{
    border: solid 1px black;
}

/* Grids */
.Datagrid
{
	border-right: #3C94D3 1px solid;
	border-top: #3C94D3 1px solid;
	border-left: #3C94D3 1px solid;
	background-color: white;
	border-bottom: #3C94D3 1px solid;
}
.DatagridHeader
{
    font-weight: bold;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 10pt;
    height: 23px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#3C94D3',EndColorStr='#174567');
}
.DatagridItem
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px;
	padding-top: 3px;
}
.DatagridAltItem
{
    background-color: #ebeded;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px;
	padding-top: 3px;
}
.DatagridEditItem
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 2px;
    padding-top: 3px;
    background-color: #FFFF00;
}
/* Misc Items */

.WhiteBackground
{
	background-color: #ffffff;
}
.LoadingPanel
{
    border-right: #000080 thin dashed;
    border-top: #000080 thin dashed;
    font-weight: bold;
    font-size: 11pt;
    border-left: #000080 thin dashed;
    color: #000080;
    border-bottom: #000080 thin dashed;
    background-color: #FFFFFF;
    text-align: center;
}
.StickyLoadingPanel
{
    border-right: #96196A thin dashed;
    border-top: #96196A thin dashed;
    font-weight: bold;
    font-size: 10pt;
    border-left: #96196A thin dashed;
    color: #000080;
    border-bottom: #96196A thin dashed;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;  
}
.LoadingPanelContent
{
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.Whitebold
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
}
.Text
{
    text-align: justify;
}
.vSpacer
{
    height: 10px;
}
.Invisible
{
	display:none;
}

/* Buttons */
.btn 
{
	float: left;
	clear: both;
	background: url(../../images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a
{
	float: left;
	height: 40px;
	background: url(../../images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.btn a:hover
{
    background-position: left top;
    float: left;
    height: 40px;
    background: url(../../images/btn_stretch.png) repeat-x left top;
    line-height: 40px;
    padding: 0 10px;
    color: #CCFFFF;
    font-size: 1em;
    font-weight: bolder;
    text-decoration: none;
}
.btn span 
{
	background: url(../../images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_tabs
{
    background-color: #333399; /*#000F16;*/
}