.menuBar {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: normal; }
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; color: #CC6633}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; text-decoration: underline; color: #CC6633}
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #CC6633}
a { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-style: normal; font-weight: normal; color: #CC6633; text-decoration: none}
.menuBarDim {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: normal; color: #333333}
.footerText {  font-family: Arial, Helvetica, sans-serif; font-size: 65%; font-weight: normal}
.bodyText {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: normal; color: #444444; padding: .2em;}
.shadeBodyText {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: normal; color: #000000; background-color: #d1d2ff; padding:.2em;}
.lightIndentShadeBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ebecfe;
	padding:.6em;
}
.bodyTitle {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: bold; color: #0000FF}
.menubar {  }
.lightShadeBodyText {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: normal; color: #000000; background-color: #ebecfe; padding:.2em;}
.blueTitleText {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #FFFFFF;background-color: #1648a1;padding: .2em;}
/*   29318c */
.subBlueTitleText {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: normal; font-weight: normal; color: #000000;padding: .3em;}
.errorText {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #FF0000}
/* main text menu bar at top of page  */
.titleBar {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #000000;}
/* menu bar with navigation options  */
.subTitleBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	}
/* Pipe separators for nav menu  */
.subTitleBarPipes { font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #d1d2ff;}
/* Bottom solid bar  */
.bottomTitleBar {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #000000;background-color: #d1d2ff;}
/* Spacer on top of the page */
.topSpacer {  height: 1em;}
/* Left side menu on main page */
.leftSideMenuTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #29318c;
	padding: .3em;
}
.leftSideMenuInternal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #ebecfe;
	padding: 1em;
	text-align: center;
}
.mainPageImageWrap{
	padding: 0.3em;
	position: relative;
	}
.shade{background-color: #d1d2ff;}
.lightShade{background-color: #eeeeee;}
.darkShade{background-color:#29318c;}
.bottomBar{
	border-bottom-color:#666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
        
}
.small{font-size:70%;}
.labelblock {
	width: 50%;
	height: 2em;
	text-align: right;
	padding-right: 1em;
	vertical-align: top;
	font-size: 90%; font-style: normal; font-weight: normal; color: #444444;
	}
	.fieldblock {
	height: 2em;
	text-align: left;
	vertical-align: top;
	font-size: 90%; font-style: normal; font-weight: normal; color: #444444;
	}

.padded { 
    padding: 1em;
}

.grayText{
 color: #bbbbbb;
}

.tableBase {
	border: black solid 1px;
        margin: 2em;
        padding: 2em;
}

.popUp11{
display:block;
z-index:20;
position:absolute;
width:500px;
height:484px;
top:200px;
left:50%;
margin-left:-250px;
background:white;
border-style:solid;
border-width:1px;
border-color:black;
overflow:scroll;
}

#turnUpdateContainer {
    position:  absolute;
    top: 50%;
    left: 50%;
    width:60em;
    height:34em;
    margin-top: -17em;
    margin-left: -30em;
    background-color:#FFFFFF;
    border: 4px solid black;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:10px;
    /* to center the images and text */
    text-align: center;
 }

  #turnUpdateText {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    }

 #turnUpdateScreen{
 display:block;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-image: url("../Images/ui-75black.png");
 background-repeat: repeat;
 z-index:1000002;
}

#turnUpdateContainer2 {
    position:  absolute;
    top: 50%;
    left: 50%;
    width:60em;
    height:16em;
    margin-top: -17em;
    margin-left: -30em;
    background-color:#FFFFFF;
    border: 4px solid black;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:10px;
    /* to center the images and text */
    text-align: center;
 }

  #turnUpdateText2 {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    }

 #turnUpdateScreen2{
 display:block;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-image: url("../Images/ui-75black.png");
 background-repeat: repeat;
 z-index:1000002;
}

.w750{
    width:750px;
    position:relative;
}