﻿html
{
    background-color:#260000;
}
body 
{
	font-size: small;
	color: #F0B310;
	font-family: Arial;
	text-align: left;
}
#wrapper 
{
    width:750px;
    margin:0px auto;
}
#content
{
    width:100%;
}
h1
{
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	color: #F0B310;
	font-family: Arial;
	text-align: left;
}
h2
{
	font-weight: bold;
	font-size:small;
	text-transform: uppercase;
	color: #F0B310;
	font-family: Arial;
	text-align: left;
}
h3
{
	font-weight: bold;
	font-size:small;
	color: #F0B310;
	font-family: Arial;
	text-align: left;
}
p
{
	font-size: small;
	color: #F0B310;
	font-family: Arial;
	text-align: left;
}
.bullet
{
	list-style-position: outside;
	font-size: small;
	color: #660033;
	text-indent: 1cm;
	font-family: Arial;
	list-style-type: circle;
	text-align: left;
}
td
{
	font-size: small;
	color: #EE3124;
	font-family: Arial;
	text-align: left;
}

.tdCenter
{
	font-size: small;
	color: #660033;
	font-family: Arial;
	text-align: center;
}

.gridView
{
	color: Maroon;
	font-family: Arial;
	font-size: x-small;
}
.breadCrumbs
{
	color: #006699;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
.breadCrumbs2
{
	color: #660033;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
#divDisplay
{
	border: solid 1px black;
	width: 400px;
	padding: 15px;
	background-color: #eeeeee;
}
#divInsert
{
	display: none;
	border: solid 1px black;
	width: 600px;
	position:relative;
	top: 30px;
	left: 30px;
	padding: 10px;
	background-color: Silver;
}
.menuTabs
{
    position: relative;
    top: 1px;
    left: 10px;
}
.tab
{
    border:Solid 1px black;
    border-bottom:solid 1px white;
    padding:0px 10px;
    background-color:#eeeeee;
}
.selectedTab
{
    border:Solid 1px black;
    border-bottom:solid 1px white;
    padding:0px 10px;
    background-color:white;
}
.tabBody
{
    padding:10px;
    background-color:#383838;
    width:100%;
}
.watermark
{
	background-color:Gray;
}
.dragIcon 
{
    cursor:move;
}
.BarIndicator 
{
    color:#99CCFF;
    background-color:#99CCFF;
    padding-bottom:1px;
}
.BarBorder 
{
   border-style:solid;
   border-width:1px;
   width:200px;
   vertical-align:middle;
}

#progressBackgroundFilter
{
   font-family:Arial;
   position: fixed;
   top:0px;
   bottom:0px;
   left:0px;
   right:0px;
   overflow:hidden;
   padding:0px;
   margin:0px;
   background-color:#000;
   filter:alpha(opacity=50);
   opacity:0.5;
   z-index:1000;
}

#processMessage
{
   font-family:Arial;
   position: fixed;
   top:30%;
   left:43%;
   padding:10px;
   width:14%;
   z-index:1001;
   background-color:#fff;
   border:solid 1px #000;
        
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
